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

models.dms-2016-01-01-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Database Migration Service module holds the client classes that are used for communicating with AWS Database Migration Service.

There is a newer version: 1.11.8
Show newest version
{
  "metadata" : {
    "apiVersion" : "2016-01-01",
    "exceptionUnmarshallerImpl" : null,
    "protocol" : "json",
    "checksumFormat" : null,
    "documentation" : "AWS Database Migration Service 

AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, MariaDB, Amazon Aurora, and MySQL. The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL.

", "defaultEndpoint" : "dms.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "dms.us-east-1.amazonaws.com", "syncInterface" : "AWSDatabaseMigrationService", "syncClient" : "AWSDatabaseMigrationServiceClient", "asyncInterface" : "AWSDatabaseMigrationServiceAsync", "asyncClient" : "AWSDatabaseMigrationServiceAsyncClient", "packageName" : "com.amazonaws.services.databasemigrationservice", "packagePath" : "com/amazonaws/services/databasemigrationservice", "serviceAbbreviation" : null, "serviceFullName" : "AWS Database Migration Service", "hasApiWithStreamInput" : false, "jsonContentVersion" : "application/x-amz-json-1.1", "jsonVersion" : "1.1", "endpointPrefix" : "dms", "signingName" : "dms", "jsonProtocol" : true, "serviceName" : "AWS Database Migration Service", "cborProtocol" : false, "xmlProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller" }, "operations" : { "AddTagsToResource" : { "documentation" : "

Adds metadata tags to a DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS.

", "operationName" : "AddTagsToResource", "deprecated" : false, "input" : { "variableName" : "addTagsToResourceRequest", "variableType" : "AddTagsToResourceRequest", "variableDeclarationType" : "AddTagsToResourceRequest", "documentation" : "", "simpleType" : "AddTagsToResourceRequest", "variableSetterType" : "AddTagsToResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddTagsToResourceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" } ], "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" }, "CreateEndpoint" : { "documentation" : "

Creates an endpoint using the provided settings.

", "operationName" : "CreateEndpoint", "deprecated" : false, "input" : { "variableName" : "createEndpointRequest", "variableType" : "CreateEndpointRequest", "variableDeclarationType" : "CreateEndpointRequest", "documentation" : "", "simpleType" : "CreateEndpointRequest", "variableSetterType" : "CreateEndpointRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateEndpointResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "KMSKeyNotAccessibleException", "documentation" : "

AWS DMS cannot access the KMS key.

" }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

The resource you are attempting to create already exists.

" }, { "exceptionName" : "ResourceQuotaExceededException", "documentation" : "

The quota for this resource quota has been exceeded.

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

Creates the replication instance using the specified parameters.

", "operationName" : "CreateReplicationInstance", "deprecated" : false, "input" : { "variableName" : "createReplicationInstanceRequest", "variableType" : "CreateReplicationInstanceRequest", "variableDeclarationType" : "CreateReplicationInstanceRequest", "documentation" : "

", "simpleType" : "CreateReplicationInstanceRequest", "variableSetterType" : "CreateReplicationInstanceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateReplicationInstanceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

AWS DMS was denied access to the endpoint.

" }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

The resource you are attempting to create already exists.

" }, { "exceptionName" : "InsufficientResourceCapacityException", "documentation" : "

There are not enough resources allocated to the database migration.

" }, { "exceptionName" : "ResourceQuotaExceededException", "documentation" : "

The quota for this resource quota has been exceeded.

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

The storage quota has been exceeded.

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

The resource could not be found.

" }, { "exceptionName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException", "documentation" : "

The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

" }, { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

The subnet provided is invalid.

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

AWS DMS cannot access the KMS key.

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

Creates a replication subnet group given a list of the subnet IDs in a VPC.

", "operationName" : "CreateReplicationSubnetGroup", "deprecated" : false, "input" : { "variableName" : "createReplicationSubnetGroupRequest", "variableType" : "CreateReplicationSubnetGroupRequest", "variableDeclarationType" : "CreateReplicationSubnetGroupRequest", "documentation" : "", "simpleType" : "CreateReplicationSubnetGroupRequest", "variableSetterType" : "CreateReplicationSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateReplicationSubnetGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

AWS DMS was denied access to the endpoint.

" }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

The resource you are attempting to create already exists.

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

The resource could not be found.

" }, { "exceptionName" : "ResourceQuotaExceededException", "documentation" : "

The quota for this resource quota has been exceeded.

" }, { "exceptionName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException", "documentation" : "

The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

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

The subnet provided is invalid.

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

Creates a replication task using the specified parameters.

", "operationName" : "CreateReplicationTask", "deprecated" : false, "input" : { "variableName" : "createReplicationTaskRequest", "variableType" : "CreateReplicationTaskRequest", "variableDeclarationType" : "CreateReplicationTaskRequest", "documentation" : "", "simpleType" : "CreateReplicationTaskRequest", "variableSetterType" : "CreateReplicationTaskRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateReplicationTaskResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

" }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

The resource you are attempting to create already exists.

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

The resource could not be found.

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

AWS DMS cannot access the KMS key.

" }, { "exceptionName" : "ResourceQuotaExceededException", "documentation" : "

The quota for this resource quota has been exceeded.

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

Deletes the specified endpoint.

All tasks associated with the endpoint must be deleted before you can delete the endpoint.

", "operationName" : "DeleteEndpoint", "deprecated" : false, "input" : { "variableName" : "deleteEndpointRequest", "variableType" : "DeleteEndpointRequest", "variableDeclarationType" : "DeleteEndpointRequest", "documentation" : "", "simpleType" : "DeleteEndpointRequest", "variableSetterType" : "DeleteEndpointRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteEndpointResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

Deletes the specified replication instance.

You must delete any migration tasks that are associated with the replication instance before you can delete it.

", "operationName" : "DeleteReplicationInstance", "deprecated" : false, "input" : { "variableName" : "deleteReplicationInstanceRequest", "variableType" : "DeleteReplicationInstanceRequest", "variableDeclarationType" : "DeleteReplicationInstanceRequest", "documentation" : "", "simpleType" : "DeleteReplicationInstanceRequest", "variableSetterType" : "DeleteReplicationInstanceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteReplicationInstanceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

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

Deletes a subnet group.

", "operationName" : "DeleteReplicationSubnetGroup", "deprecated" : false, "input" : { "variableName" : "deleteReplicationSubnetGroupRequest", "variableType" : "DeleteReplicationSubnetGroupRequest", "variableDeclarationType" : "DeleteReplicationSubnetGroupRequest", "documentation" : "", "simpleType" : "DeleteReplicationSubnetGroupRequest", "variableSetterType" : "DeleteReplicationSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteReplicationSubnetGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

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

Deletes the specified replication task.

", "operationName" : "DeleteReplicationTask", "deprecated" : false, "input" : { "variableName" : "deleteReplicationTaskRequest", "variableType" : "DeleteReplicationTaskRequest", "variableDeclarationType" : "DeleteReplicationTaskRequest", "documentation" : "", "simpleType" : "DeleteReplicationTaskRequest", "variableSetterType" : "DeleteReplicationTaskRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteReplicationTaskResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

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

This command does not take any parameters.

", "operationName" : "DescribeAccountAttributes", "deprecated" : false, "input" : { "variableName" : "describeAccountAttributesRequest", "variableType" : "DescribeAccountAttributesRequest", "variableDeclarationType" : "DescribeAccountAttributesRequest", "documentation" : "", "simpleType" : "DescribeAccountAttributesRequest", "variableSetterType" : "DescribeAccountAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAccountAttributesResult", "documentation" : null }, "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" }, "DescribeConnections" : { "documentation" : "

Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.

", "operationName" : "DescribeConnections", "deprecated" : false, "input" : { "variableName" : "describeConnectionsRequest", "variableType" : "DescribeConnectionsRequest", "variableDeclarationType" : "DescribeConnectionsRequest", "documentation" : "", "simpleType" : "DescribeConnectionsRequest", "variableSetterType" : "DescribeConnectionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeConnectionsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

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

Returns information about the type of endpoints available.

", "operationName" : "DescribeEndpointTypes", "deprecated" : false, "input" : { "variableName" : "describeEndpointTypesRequest", "variableType" : "DescribeEndpointTypesRequest", "variableDeclarationType" : "DescribeEndpointTypesRequest", "documentation" : "", "simpleType" : "DescribeEndpointTypesRequest", "variableSetterType" : "DescribeEndpointTypesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeEndpointTypesResult", "documentation" : null }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeEndpointTypesResult", "asyncReturnType" : "DescribeEndpointTypesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeEndpointTypes" }, "DescribeEndpoints" : { "documentation" : "

Returns information about the endpoints for your account in the current region.

", "operationName" : "DescribeEndpoints", "deprecated" : false, "input" : { "variableName" : "describeEndpointsRequest", "variableType" : "DescribeEndpointsRequest", "variableDeclarationType" : "DescribeEndpointsRequest", "documentation" : "", "simpleType" : "DescribeEndpointsRequest", "variableSetterType" : "DescribeEndpointsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeEndpointsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

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

Returns information about the replication instance types that can be created in the specified region.

", "operationName" : "DescribeOrderableReplicationInstances", "deprecated" : false, "input" : { "variableName" : "describeOrderableReplicationInstancesRequest", "variableType" : "DescribeOrderableReplicationInstancesRequest", "variableDeclarationType" : "DescribeOrderableReplicationInstancesRequest", "documentation" : "", "simpleType" : "DescribeOrderableReplicationInstancesRequest", "variableSetterType" : "DescribeOrderableReplicationInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeOrderableReplicationInstancesResult", "documentation" : null }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeOrderableReplicationInstancesResult", "asyncReturnType" : "DescribeOrderableReplicationInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeOrderableReplicationInstances" }, "DescribeRefreshSchemasStatus" : { "documentation" : "

Returns the status of the RefreshSchemas operation.

", "operationName" : "DescribeRefreshSchemasStatus", "deprecated" : false, "input" : { "variableName" : "describeRefreshSchemasStatusRequest", "variableType" : "DescribeRefreshSchemasStatusRequest", "variableDeclarationType" : "DescribeRefreshSchemasStatusRequest", "documentation" : "", "simpleType" : "DescribeRefreshSchemasStatusRequest", "variableSetterType" : "DescribeRefreshSchemasStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeRefreshSchemasStatusResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

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

Returns information about replication instances for your account in the current region.

", "operationName" : "DescribeReplicationInstances", "deprecated" : false, "input" : { "variableName" : "describeReplicationInstancesRequest", "variableType" : "DescribeReplicationInstancesRequest", "variableDeclarationType" : "DescribeReplicationInstancesRequest", "documentation" : "", "simpleType" : "DescribeReplicationInstancesRequest", "variableSetterType" : "DescribeReplicationInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeReplicationInstancesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

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

Returns information about the replication subnet groups.

", "operationName" : "DescribeReplicationSubnetGroups", "deprecated" : false, "input" : { "variableName" : "describeReplicationSubnetGroupsRequest", "variableType" : "DescribeReplicationSubnetGroupsRequest", "variableDeclarationType" : "DescribeReplicationSubnetGroupsRequest", "documentation" : "", "simpleType" : "DescribeReplicationSubnetGroupsRequest", "variableSetterType" : "DescribeReplicationSubnetGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeReplicationSubnetGroupsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

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

Returns information about replication tasks for your account in the current region.

", "operationName" : "DescribeReplicationTasks", "deprecated" : false, "input" : { "variableName" : "describeReplicationTasksRequest", "variableType" : "DescribeReplicationTasksRequest", "variableDeclarationType" : "DescribeReplicationTasksRequest", "documentation" : "", "simpleType" : "DescribeReplicationTasksRequest", "variableSetterType" : "DescribeReplicationTasksRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeReplicationTasksResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

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

Returns information about the schema for the specified endpoint.

", "operationName" : "DescribeSchemas", "deprecated" : false, "input" : { "variableName" : "describeSchemasRequest", "variableType" : "DescribeSchemasRequest", "variableDeclarationType" : "DescribeSchemasRequest", "documentation" : "", "simpleType" : "DescribeSchemasRequest", "variableSetterType" : "DescribeSchemasRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeSchemasResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

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

Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.

", "operationName" : "DescribeTableStatistics", "deprecated" : false, "input" : { "variableName" : "describeTableStatisticsRequest", "variableType" : "DescribeTableStatisticsRequest", "variableDeclarationType" : "DescribeTableStatisticsRequest", "documentation" : "", "simpleType" : "DescribeTableStatisticsRequest", "variableSetterType" : "DescribeTableStatisticsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTableStatisticsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

Lists all tags for an AWS DMS resource.

", "operationName" : "ListTagsForResource", "deprecated" : false, "input" : { "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "variableDeclarationType" : "ListTagsForResourceRequest", "documentation" : "", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListTagsForResourceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" } ], "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" }, "ModifyEndpoint" : { "documentation" : "

Modifies the specified endpoint.

", "operationName" : "ModifyEndpoint", "deprecated" : false, "input" : { "variableName" : "modifyEndpointRequest", "variableType" : "ModifyEndpointRequest", "variableDeclarationType" : "ModifyEndpointRequest", "documentation" : "", "simpleType" : "ModifyEndpointRequest", "variableSetterType" : "ModifyEndpointRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ModifyEndpointResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

" }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

The resource you are attempting to create already exists.

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

AWS DMS cannot access the KMS key.

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

Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.

Some settings are applied during the maintenance window.

", "operationName" : "ModifyReplicationInstance", "deprecated" : false, "input" : { "variableName" : "modifyReplicationInstanceRequest", "variableType" : "ModifyReplicationInstanceRequest", "variableDeclarationType" : "ModifyReplicationInstanceRequest", "documentation" : "", "simpleType" : "ModifyReplicationInstanceRequest", "variableSetterType" : "ModifyReplicationInstanceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ModifyReplicationInstanceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

" }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

The resource you are attempting to create already exists.

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

The resource could not be found.

" }, { "exceptionName" : "InsufficientResourceCapacityException", "documentation" : "

There are not enough resources allocated to the database migration.

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

The storage quota has been exceeded.

" }, { "exceptionName" : "UpgradeDependencyFailureException", "documentation" : "

An upgrade dependency is preventing the database migration.

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

Modifies the settings for the specified replication subnet group.

", "operationName" : "ModifyReplicationSubnetGroup", "deprecated" : false, "input" : { "variableName" : "modifyReplicationSubnetGroupRequest", "variableType" : "ModifyReplicationSubnetGroupRequest", "variableDeclarationType" : "ModifyReplicationSubnetGroupRequest", "documentation" : "", "simpleType" : "ModifyReplicationSubnetGroupRequest", "variableSetterType" : "ModifyReplicationSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ModifyReplicationSubnetGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "ResourceQuotaExceededException", "documentation" : "

The quota for this resource quota has been exceeded.

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

The specified subnet is already in use.

" }, { "exceptionName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException", "documentation" : "

The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

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

The subnet provided is invalid.

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

Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.

", "operationName" : "RefreshSchemas", "deprecated" : false, "input" : { "variableName" : "refreshSchemasRequest", "variableType" : "RefreshSchemasRequest", "variableDeclarationType" : "RefreshSchemasRequest", "documentation" : "", "simpleType" : "RefreshSchemasRequest", "variableSetterType" : "RefreshSchemasRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RefreshSchemasResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

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

AWS DMS cannot access the KMS key.

" }, { "exceptionName" : "ResourceQuotaExceededException", "documentation" : "

The quota for this resource quota has been exceeded.

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

Removes metadata tags from a DMS resource.

", "operationName" : "RemoveTagsFromResource", "deprecated" : false, "input" : { "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "variableDeclarationType" : "RemoveTagsFromResourceRequest", "documentation" : "", "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RemoveTagsFromResourceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" } ], "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" }, "StartReplicationTask" : { "documentation" : "

Starts the replication task.

", "operationName" : "StartReplicationTask", "deprecated" : false, "input" : { "variableName" : "startReplicationTaskRequest", "variableType" : "StartReplicationTaskRequest", "variableDeclarationType" : "StartReplicationTaskRequest", "documentation" : "", "simpleType" : "StartReplicationTaskRequest", "variableSetterType" : "StartReplicationTaskRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "StartReplicationTaskResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

Stops the replication task.

", "operationName" : "StopReplicationTask", "deprecated" : false, "input" : { "variableName" : "stopReplicationTaskRequest", "variableType" : "StopReplicationTaskRequest", "variableDeclarationType" : "StopReplicationTaskRequest", "documentation" : "", "simpleType" : "StopReplicationTaskRequest", "variableSetterType" : "StopReplicationTaskRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "StopReplicationTaskResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

Tests the connection between the replication instance and the endpoint.

", "operationName" : "TestConnection", "deprecated" : false, "input" : { "variableName" : "testConnectionRequest", "variableType" : "TestConnectionRequest", "variableDeclarationType" : "TestConnectionRequest", "documentation" : "", "simpleType" : "TestConnectionRequest", "variableSetterType" : "TestConnectionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "TestConnectionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The resource is in a state that prevents it from being used for database migration.

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

AWS DMS cannot access the KMS key.

" }, { "exceptionName" : "ResourceQuotaExceededException", "documentation" : "

The quota for this resource quota has been exceeded.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "TestConnectionResult", "asyncReturnType" : "TestConnectionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "testConnection" } }, "shapes" : { "AccessDeniedException" : { "c2jName" : "AccessDeniedFault", "documentation" : "

AWS DMS was denied access to the endpoint.

", "shapeName" : "AccessDeniedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "accessDeniedException", "variableType" : "AccessDeniedException", "variableDeclarationType" : "AccessDeniedException", "documentation" : null, "simpleType" : "AccessDeniedException", "variableSetterType" : "AccessDeniedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AccessDeniedFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ReplicationInstance" : { "c2jName" : "ReplicationInstance", "documentation" : "", "shapeName" : "ReplicationInstance", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

", "name" : "ReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

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

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance*/", "getterDocumentation" : "/**

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@return The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance*/", "fluentSetterDocumentation" : "/**

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

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

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

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

The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

", "name" : "ReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceClass", "marshallLocationName" : "ReplicationInstanceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "getterDocumentation" : "/**

The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@return The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "fluentSetterDocumentation" : "/**

The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the replication instance.

", "name" : "ReplicationInstanceStatus", "c2jName" : "ReplicationInstanceStatus", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceStatus", "marshallLocationName" : "ReplicationInstanceStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

\n@param replicationInstanceStatus The status of the replication instance.*/", "getterDocumentation" : "/**

The status of the replication instance.

\n@return The status of the replication instance.*/", "fluentSetterDocumentation" : "/**

The status of the replication instance.

\n@param replicationInstanceStatus The status of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the replication instance.

\n@param replicationInstanceStatus The status of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The amount of storage (in gigabytes) that is allocated for the replication instance.

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

The amount of storage (in gigabytes) that is allocated for the replication instance.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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 amount of storage (in gigabytes) that is allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "getterDocumentation" : "/**

The amount of storage (in gigabytes) that is allocated for the replication instance.

\n@return The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

The amount of storage (in gigabytes) that is allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of storage (in gigabytes) that is allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time the replication instance was created.

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

The time the replication instance was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "instanceCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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" : "/**

The time the replication instance was created.

\n@param instanceCreateTime The time the replication instance was created.*/", "getterDocumentation" : "/**

The time the replication instance was created.

\n@return The time the replication instance was created.*/", "fluentSetterDocumentation" : "/**

The time the replication instance was created.

\n@param instanceCreateTime The time the replication instance was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the replication instance was created.

\n@param instanceCreateTime The time the replication instance was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Availability Zone for the instance.

", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Availability Zone for the instance.

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

The Availability Zone for the instance.

\n@param availabilityZone The Availability Zone for the instance.*/", "getterDocumentation" : "/**

The Availability Zone for the instance.

\n@return The Availability Zone for the instance.*/", "fluentSetterDocumentation" : "/**

The Availability Zone for the instance.

\n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Availability Zone for the instance.

\n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The subnet group for the replication instance.

", "name" : "ReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "variable" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "

The subnet group for the replication instance.

", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "setterModel" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroup", "marshallLocationName" : "ReplicationSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 subnet group for the replication instance.

\n@param replicationSubnetGroup The subnet group for the replication instance.*/", "getterDocumentation" : "/**

The subnet group for the replication instance.

\n@return The subnet group for the replication instance.*/", "fluentSetterDocumentation" : "/**

The subnet group for the replication instance.

\n@param replicationSubnetGroup The subnet group for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The subnet group for the replication instance.

\n@param replicationSubnetGroup The subnet group for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maintenance window times for the replication instance.

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

The maintenance window times for the replication instance.

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

The maintenance window times for the replication instance.

\n@param preferredMaintenanceWindow The maintenance window times for the replication instance.*/", "getterDocumentation" : "/**

The maintenance window times for the replication instance.

\n@return The maintenance window times for the replication instance.*/", "fluentSetterDocumentation" : "/**

The maintenance window times for the replication instance.

\n@param preferredMaintenanceWindow The maintenance window times for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maintenance window times for the replication instance.

\n@param preferredMaintenanceWindow The maintenance window times for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The pending modification values.

", "name" : "PendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "ReplicationPendingModifiedValues", "variable" : { "variableName" : "pendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "variableDeclarationType" : "ReplicationPendingModifiedValues", "documentation" : "

The pending modification values.

", "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "setterModel" : { "variableName" : "pendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "variableDeclarationType" : "ReplicationPendingModifiedValues", "documentation" : "", "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "getterModel" : { "returnType" : "ReplicationPendingModifiedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingModifiedValues", "marshallLocationName" : "PendingModifiedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 pending modification values.

\n@param pendingModifiedValues The pending modification values.*/", "getterDocumentation" : "/**

The pending modification values.

\n@return The pending modification values.*/", "fluentSetterDocumentation" : "/**

The pending modification values.

\n@param pendingModifiedValues The pending modification values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The pending modification values.

\n@param pendingModifiedValues The pending modification values.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The engine version number of the replication instance.

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

The engine version number of the replication instance.

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

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.*/", "getterDocumentation" : "/**

The engine version number of the replication instance.

\n@return The engine version number of the replication instance.*/", "fluentSetterDocumentation" : "/**

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

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

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

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

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

\n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.*/", "getterDocumentation" : "/**

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

\n@return Boolean value indicating if minor version upgrades will be automatically applied to the instance.*/", "fluentSetterDocumentation" : "/**

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

\n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

\n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "getterDocumentation" : "/**

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@return The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "fluentSetterDocumentation" : "/**

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon Resource Name (ARN) of the replication instance.

", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the replication instance.

\n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the replication instance.

\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the replication instance.

\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The public IP address of the replication instance.

", "name" : "ReplicationInstancePublicIpAddress", "c2jName" : "ReplicationInstancePublicIpAddress", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstancePublicIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The public IP address of the replication instance.

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

The public IP address of the replication instance.

\n@param replicationInstancePublicIpAddress The public IP address of the replication instance.*/", "getterDocumentation" : "/**

The public IP address of the replication instance.

\n@return The public IP address of the replication instance.*/", "fluentSetterDocumentation" : "/**

The public IP address of the replication instance.

\n@param replicationInstancePublicIpAddress The public IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The public IP address of the replication instance.

\n@param replicationInstancePublicIpAddress The public IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The private IP address of the replication instance.

", "name" : "ReplicationInstancePrivateIpAddress", "c2jName" : "ReplicationInstancePrivateIpAddress", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstancePrivateIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The private IP address of the replication instance.

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

The private IP address of the replication instance.

\n@param replicationInstancePrivateIpAddress The private IP address of the replication instance.*/", "getterDocumentation" : "/**

The private IP address of the replication instance.

\n@return The private IP address of the replication instance.*/", "fluentSetterDocumentation" : "/**

The private IP address of the replication instance.

\n@param replicationInstancePrivateIpAddress The private IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The private IP address of the replication instance.

\n@param replicationInstancePrivateIpAddress The private IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "Boolean", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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 replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.*/", "getterDocumentation" : "/**

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@return Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.*/", "fluentSetterDocumentation" : "/**

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationInstanceIdentifier" : { "documentation" : "

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

", "name" : "ReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

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

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance*/", "getterDocumentation" : "/**

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@return The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance*/", "fluentSetterDocumentation" : "/**

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

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

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

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

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

The engine version number of the replication instance.

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

The engine version number of the replication instance.

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

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.*/", "getterDocumentation" : "/**

The engine version number of the replication instance.

\n@return The engine version number of the replication instance.*/", "fluentSetterDocumentation" : "/**

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyId" : { "documentation" : "

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "getterDocumentation" : "/**

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@return The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "fluentSetterDocumentation" : "/**

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceCreateTime" : { "documentation" : "

The time the replication instance was created.

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

The time the replication instance was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "instanceCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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" : "/**

The time the replication instance was created.

\n@param instanceCreateTime The time the replication instance was created.*/", "getterDocumentation" : "/**

The time the replication instance was created.

\n@return The time the replication instance was created.*/", "fluentSetterDocumentation" : "/**

The time the replication instance was created.

\n@param instanceCreateTime The time the replication instance was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the replication instance was created.

\n@param instanceCreateTime The time the replication instance was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceStatus" : { "documentation" : "

The status of the replication instance.

", "name" : "ReplicationInstanceStatus", "c2jName" : "ReplicationInstanceStatus", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceStatus", "marshallLocationName" : "ReplicationInstanceStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

\n@param replicationInstanceStatus The status of the replication instance.*/", "getterDocumentation" : "/**

The status of the replication instance.

\n@return The status of the replication instance.*/", "fluentSetterDocumentation" : "/**

The status of the replication instance.

\n@param replicationInstanceStatus The status of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the replication instance.

\n@param replicationInstanceStatus The status of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZone" : { "documentation" : "

The Availability Zone for the instance.

", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Availability Zone for the instance.

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

The Availability Zone for the instance.

\n@param availabilityZone The Availability Zone for the instance.*/", "getterDocumentation" : "/**

The Availability Zone for the instance.

\n@return The Availability Zone for the instance.*/", "fluentSetterDocumentation" : "/**

The Availability Zone for the instance.

\n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Availability Zone for the instance.

\n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredMaintenanceWindow" : { "documentation" : "

The maintenance window times for the replication instance.

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

The maintenance window times for the replication instance.

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

The maintenance window times for the replication instance.

\n@param preferredMaintenanceWindow The maintenance window times for the replication instance.*/", "getterDocumentation" : "/**

The maintenance window times for the replication instance.

\n@return The maintenance window times for the replication instance.*/", "fluentSetterDocumentation" : "/**

The maintenance window times for the replication instance.

\n@param preferredMaintenanceWindow The maintenance window times for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maintenance window times for the replication instance.

\n@param preferredMaintenanceWindow The maintenance window times for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoMinorVersionUpgrade" : { "documentation" : "

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

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

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

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

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

\n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.*/", "getterDocumentation" : "/**

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

\n@return Boolean value indicating if minor version upgrades will be automatically applied to the instance.*/", "fluentSetterDocumentation" : "/**

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

\n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

\n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceArn" : { "documentation" : "

The Amazon Resource Name (ARN) of the replication instance.

", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the replication instance.

\n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the replication instance.

\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the replication instance.

\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllocatedStorage" : { "documentation" : "

The amount of storage (in gigabytes) that is allocated for the replication instance.

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

The amount of storage (in gigabytes) that is allocated for the replication instance.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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 amount of storage (in gigabytes) that is allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "getterDocumentation" : "/**

The amount of storage (in gigabytes) that is allocated for the replication instance.

\n@return The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

The amount of storage (in gigabytes) that is allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of storage (in gigabytes) that is allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationSubnetGroup" : { "documentation" : "

The subnet group for the replication instance.

", "name" : "ReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "variable" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "

The subnet group for the replication instance.

", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "setterModel" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroup", "marshallLocationName" : "ReplicationSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 subnet group for the replication instance.

\n@param replicationSubnetGroup The subnet group for the replication instance.*/", "getterDocumentation" : "/**

The subnet group for the replication instance.

\n@return The subnet group for the replication instance.*/", "fluentSetterDocumentation" : "/**

The subnet group for the replication instance.

\n@param replicationSubnetGroup The subnet group for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The subnet group for the replication instance.

\n@param replicationSubnetGroup The subnet group for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PendingModifiedValues" : { "documentation" : "

The pending modification values.

", "name" : "PendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "ReplicationPendingModifiedValues", "variable" : { "variableName" : "pendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "variableDeclarationType" : "ReplicationPendingModifiedValues", "documentation" : "

The pending modification values.

", "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "setterModel" : { "variableName" : "pendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "variableDeclarationType" : "ReplicationPendingModifiedValues", "documentation" : "", "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "getterModel" : { "returnType" : "ReplicationPendingModifiedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingModifiedValues", "marshallLocationName" : "PendingModifiedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 pending modification values.

\n@param pendingModifiedValues The pending modification values.*/", "getterDocumentation" : "/**

The pending modification values.

\n@return The pending modification values.*/", "fluentSetterDocumentation" : "/**

The pending modification values.

\n@param pendingModifiedValues The pending modification values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The pending modification values.

\n@param pendingModifiedValues The pending modification values.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstancePublicIpAddress" : { "documentation" : "

The public IP address of the replication instance.

", "name" : "ReplicationInstancePublicIpAddress", "c2jName" : "ReplicationInstancePublicIpAddress", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstancePublicIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The public IP address of the replication instance.

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

The public IP address of the replication instance.

\n@param replicationInstancePublicIpAddress The public IP address of the replication instance.*/", "getterDocumentation" : "/**

The public IP address of the replication instance.

\n@return The public IP address of the replication instance.*/", "fluentSetterDocumentation" : "/**

The public IP address of the replication instance.

\n@param replicationInstancePublicIpAddress The public IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The public IP address of the replication instance.

\n@param replicationInstancePublicIpAddress The public IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceClass" : { "documentation" : "

The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

", "name" : "ReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceClass", "marshallLocationName" : "ReplicationInstanceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "getterDocumentation" : "/**

The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@return The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "fluentSetterDocumentation" : "/**

The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstancePrivateIpAddress" : { "documentation" : "

The private IP address of the replication instance.

", "name" : "ReplicationInstancePrivateIpAddress", "c2jName" : "ReplicationInstancePrivateIpAddress", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstancePrivateIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The private IP address of the replication instance.

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

The private IP address of the replication instance.

\n@param replicationInstancePrivateIpAddress The private IP address of the replication instance.*/", "getterDocumentation" : "/**

The private IP address of the replication instance.

\n@return The private IP address of the replication instance.*/", "fluentSetterDocumentation" : "/**

The private IP address of the replication instance.

\n@param replicationInstancePrivateIpAddress The private IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The private IP address of the replication instance.

\n@param replicationInstancePrivateIpAddress The private IP address of the replication 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 replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "Boolean", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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 replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.*/", "getterDocumentation" : "/**

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@return Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.*/", "fluentSetterDocumentation" : "/**

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RefreshSchemasResult" : { "c2jName" : "RefreshSchemasResponse", "documentation" : "", "shapeName" : "RefreshSchemasResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The status of the refreshed schema.

", "name" : "RefreshSchemasStatus", "c2jName" : "RefreshSchemasStatus", "c2jShape" : "RefreshSchemasStatus", "variable" : { "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "variableDeclarationType" : "RefreshSchemasStatus", "documentation" : "

The status of the refreshed schema.

", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "setterModel" : { "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "variableDeclarationType" : "RefreshSchemasStatus", "documentation" : "", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "getterModel" : { "returnType" : "RefreshSchemasStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "RefreshSchemasStatus", "marshallLocationName" : "RefreshSchemasStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 status of the refreshed schema.

\n@param refreshSchemasStatus The status of the refreshed schema.*/", "getterDocumentation" : "/**

The status of the refreshed schema.

\n@return The status of the refreshed schema.*/", "fluentSetterDocumentation" : "/**

The status of the refreshed schema.

\n@param refreshSchemasStatus The status of the refreshed schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the refreshed schema.

\n@param refreshSchemasStatus The status of the refreshed schema.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "refreshSchemasResult", "variableType" : "RefreshSchemasResult", "variableDeclarationType" : "RefreshSchemasResult", "documentation" : null, "simpleType" : "RefreshSchemasResult", "variableSetterType" : "RefreshSchemasResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RefreshSchemasStatus" : { "documentation" : "

The status of the refreshed schema.

", "name" : "RefreshSchemasStatus", "c2jName" : "RefreshSchemasStatus", "c2jShape" : "RefreshSchemasStatus", "variable" : { "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "variableDeclarationType" : "RefreshSchemasStatus", "documentation" : "

The status of the refreshed schema.

", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "setterModel" : { "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "variableDeclarationType" : "RefreshSchemasStatus", "documentation" : "", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "getterModel" : { "returnType" : "RefreshSchemasStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "RefreshSchemasStatus", "marshallLocationName" : "RefreshSchemasStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 status of the refreshed schema.

\n@param refreshSchemasStatus The status of the refreshed schema.*/", "getterDocumentation" : "/**

The status of the refreshed schema.

\n@return The status of the refreshed schema.*/", "fluentSetterDocumentation" : "/**

The status of the refreshed schema.

\n@param refreshSchemasStatus The status of the refreshed schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the refreshed schema.

\n@param refreshSchemasStatus The status of the refreshed schema.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MigrationTypeValue" : { "c2jName" : "MigrationTypeValue", "documentation" : "", "shapeName" : "MigrationTypeValue", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "FullLoad", "value" : "full-load" }, { "name" : "Cdc", "value" : "cdc" }, { "name" : "FullLoadAndCdc", "value" : "full-load-and-cdc" } ], "variable" : { "variableName" : "migrationTypeValue", "variableType" : "MigrationTypeValue", "variableDeclarationType" : "MigrationTypeValue", "documentation" : null, "simpleType" : "MigrationTypeValue", "variableSetterType" : "MigrationTypeValue" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ReplicationTaskStats" : { "c2jName" : "ReplicationTaskStats", "documentation" : "", "shapeName" : "ReplicationTaskStats", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The percent complete for the full load migration task.

", "name" : "FullLoadProgressPercent", "c2jName" : "FullLoadProgressPercent", "c2jShape" : "Integer", "variable" : { "variableName" : "fullLoadProgressPercent", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The percent complete for the full load migration task.

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

The percent complete for the full load migration task.

\n@param fullLoadProgressPercent The percent complete for the full load migration task.*/", "getterDocumentation" : "/**

The percent complete for the full load migration task.

\n@return The percent complete for the full load migration task.*/", "fluentSetterDocumentation" : "/**

The percent complete for the full load migration task.

\n@param fullLoadProgressPercent The percent complete for the full load migration task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The percent complete for the full load migration task.

\n@param fullLoadProgressPercent The percent complete for the full load migration task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The elapsed time of the task, in milliseconds.

", "name" : "ElapsedTimeMillis", "c2jName" : "ElapsedTimeMillis", "c2jShape" : "Long", "variable" : { "variableName" : "elapsedTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The elapsed time of the task, in milliseconds.

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

The elapsed time of the task, in milliseconds.

\n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.*/", "getterDocumentation" : "/**

The elapsed time of the task, in milliseconds.

\n@return The elapsed time of the task, in milliseconds.*/", "fluentSetterDocumentation" : "/**

The elapsed time of the task, in milliseconds.

\n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The elapsed time of the task, in milliseconds.

\n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of tables loaded for this task.

", "name" : "TablesLoaded", "c2jName" : "TablesLoaded", "c2jShape" : "Integer", "variable" : { "variableName" : "tablesLoaded", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of tables loaded for this task.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "tablesLoaded", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TablesLoaded", "marshallLocationName" : "TablesLoaded", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 tables loaded for this task.

\n@param tablesLoaded The number of tables loaded for this task.*/", "getterDocumentation" : "/**

The number of tables loaded for this task.

\n@return The number of tables loaded for this task.*/", "fluentSetterDocumentation" : "/**

The number of tables loaded for this task.

\n@param tablesLoaded The number of tables loaded for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of tables loaded for this task.

\n@param tablesLoaded The number of tables loaded for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of tables currently loading for this task.

", "name" : "TablesLoading", "c2jName" : "TablesLoading", "c2jShape" : "Integer", "variable" : { "variableName" : "tablesLoading", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of tables currently loading for this task.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "tablesLoading", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TablesLoading", "marshallLocationName" : "TablesLoading", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 tables currently loading for this task.

\n@param tablesLoading The number of tables currently loading for this task.*/", "getterDocumentation" : "/**

The number of tables currently loading for this task.

\n@return The number of tables currently loading for this task.*/", "fluentSetterDocumentation" : "/**

The number of tables currently loading for this task.

\n@param tablesLoading The number of tables currently loading for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of tables currently loading for this task.

\n@param tablesLoading The number of tables currently loading for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of tables queued for this task.

", "name" : "TablesQueued", "c2jName" : "TablesQueued", "c2jShape" : "Integer", "variable" : { "variableName" : "tablesQueued", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of tables queued for this task.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "tablesQueued", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TablesQueued", "marshallLocationName" : "TablesQueued", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 tables queued for this task.

\n@param tablesQueued The number of tables queued for this task.*/", "getterDocumentation" : "/**

The number of tables queued for this task.

\n@return The number of tables queued for this task.*/", "fluentSetterDocumentation" : "/**

The number of tables queued for this task.

\n@param tablesQueued The number of tables queued for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of tables queued for this task.

\n@param tablesQueued The number of tables queued for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of errors that have occurred during this task.

", "name" : "TablesErrored", "c2jName" : "TablesErrored", "c2jShape" : "Integer", "variable" : { "variableName" : "tablesErrored", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of errors that have occurred during this task.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "tablesErrored", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TablesErrored", "marshallLocationName" : "TablesErrored", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 errors that have occurred during this task.

\n@param tablesErrored The number of errors that have occurred during this task.*/", "getterDocumentation" : "/**

The number of errors that have occurred during this task.

\n@return The number of errors that have occurred during this task.*/", "fluentSetterDocumentation" : "/**

The number of errors that have occurred during this task.

\n@param tablesErrored The number of errors that have occurred during this task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of errors that have occurred during this task.

\n@param tablesErrored The number of errors that have occurred during this task.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "variableDeclarationType" : "ReplicationTaskStats", "documentation" : null, "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TablesLoaded" : { "documentation" : "

The number of tables loaded for this task.

", "name" : "TablesLoaded", "c2jName" : "TablesLoaded", "c2jShape" : "Integer", "variable" : { "variableName" : "tablesLoaded", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of tables loaded for this task.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "tablesLoaded", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TablesLoaded", "marshallLocationName" : "TablesLoaded", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 tables loaded for this task.

\n@param tablesLoaded The number of tables loaded for this task.*/", "getterDocumentation" : "/**

The number of tables loaded for this task.

\n@return The number of tables loaded for this task.*/", "fluentSetterDocumentation" : "/**

The number of tables loaded for this task.

\n@param tablesLoaded The number of tables loaded for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of tables loaded for this task.

\n@param tablesLoaded The number of tables loaded for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TablesLoading" : { "documentation" : "

The number of tables currently loading for this task.

", "name" : "TablesLoading", "c2jName" : "TablesLoading", "c2jShape" : "Integer", "variable" : { "variableName" : "tablesLoading", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of tables currently loading for this task.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "tablesLoading", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TablesLoading", "marshallLocationName" : "TablesLoading", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 tables currently loading for this task.

\n@param tablesLoading The number of tables currently loading for this task.*/", "getterDocumentation" : "/**

The number of tables currently loading for this task.

\n@return The number of tables currently loading for this task.*/", "fluentSetterDocumentation" : "/**

The number of tables currently loading for this task.

\n@param tablesLoading The number of tables currently loading for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of tables currently loading for this task.

\n@param tablesLoading The number of tables currently loading for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TablesQueued" : { "documentation" : "

The number of tables queued for this task.

", "name" : "TablesQueued", "c2jName" : "TablesQueued", "c2jShape" : "Integer", "variable" : { "variableName" : "tablesQueued", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of tables queued for this task.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "tablesQueued", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TablesQueued", "marshallLocationName" : "TablesQueued", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 tables queued for this task.

\n@param tablesQueued The number of tables queued for this task.*/", "getterDocumentation" : "/**

The number of tables queued for this task.

\n@return The number of tables queued for this task.*/", "fluentSetterDocumentation" : "/**

The number of tables queued for this task.

\n@param tablesQueued The number of tables queued for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of tables queued for this task.

\n@param tablesQueued The number of tables queued for this task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ElapsedTimeMillis" : { "documentation" : "

The elapsed time of the task, in milliseconds.

", "name" : "ElapsedTimeMillis", "c2jName" : "ElapsedTimeMillis", "c2jShape" : "Long", "variable" : { "variableName" : "elapsedTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The elapsed time of the task, in milliseconds.

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

The elapsed time of the task, in milliseconds.

\n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.*/", "getterDocumentation" : "/**

The elapsed time of the task, in milliseconds.

\n@return The elapsed time of the task, in milliseconds.*/", "fluentSetterDocumentation" : "/**

The elapsed time of the task, in milliseconds.

\n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The elapsed time of the task, in milliseconds.

\n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FullLoadProgressPercent" : { "documentation" : "

The percent complete for the full load migration task.

", "name" : "FullLoadProgressPercent", "c2jName" : "FullLoadProgressPercent", "c2jShape" : "Integer", "variable" : { "variableName" : "fullLoadProgressPercent", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The percent complete for the full load migration task.

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

The percent complete for the full load migration task.

\n@param fullLoadProgressPercent The percent complete for the full load migration task.*/", "getterDocumentation" : "/**

The percent complete for the full load migration task.

\n@return The percent complete for the full load migration task.*/", "fluentSetterDocumentation" : "/**

The percent complete for the full load migration task.

\n@param fullLoadProgressPercent The percent complete for the full load migration task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The percent complete for the full load migration task.

\n@param fullLoadProgressPercent The percent complete for the full load migration task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TablesErrored" : { "documentation" : "

The number of errors that have occurred during this task.

", "name" : "TablesErrored", "c2jName" : "TablesErrored", "c2jShape" : "Integer", "variable" : { "variableName" : "tablesErrored", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of errors that have occurred during this task.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "tablesErrored", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TablesErrored", "marshallLocationName" : "TablesErrored", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 errors that have occurred during this task.

\n@param tablesErrored The number of errors that have occurred during this task.*/", "getterDocumentation" : "/**

The number of errors that have occurred during this task.

\n@return The number of errors that have occurred during this task.*/", "fluentSetterDocumentation" : "/**

The number of errors that have occurred during this task.

\n@param tablesErrored The number of errors that have occurred during this task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of errors that have occurred during this task.

\n@param tablesErrored The number of errors that have occurred during this task.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyReplicationSubnetGroupRequest" : { "c2jName" : "ModifyReplicationSubnetGroupMessage", "documentation" : "", "shapeName" : "ModifyReplicationSubnetGroupRequest", "deprecated" : false, "required" : [ "ReplicationSubnetGroupIdentifier", "SubnetIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the replication instance subnet group.

", "name" : "ReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the replication instance subnet group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance subnet group.

\n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.*/", "getterDocumentation" : "/**

The name of the replication instance subnet group.

\n@return The name of the replication instance subnet group.*/", "fluentSetterDocumentation" : "/**

The name of the replication instance subnet group.

\n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the replication instance subnet group.

\n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the replication instance subnet group.

", "name" : "ReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the replication instance subnet group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "marshallLocationName" : "ReplicationSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance subnet group.

\n@param replicationSubnetGroupDescription The description of the replication instance subnet group.*/", "getterDocumentation" : "/**

The description of the replication instance subnet group.

\n@return The description of the replication instance subnet group.*/", "fluentSetterDocumentation" : "/**

The description of the replication instance subnet group.

\n@param replicationSubnetGroupDescription The description of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the replication instance subnet group.

\n@param replicationSubnetGroupDescription The description of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of subnet IDs.

", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of subnet IDs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "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, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of subnet IDs.

\n@param subnetIds A list of subnet IDs.*/", "getterDocumentation" : "/**

A list of subnet IDs.

\n@return A list of subnet IDs.*/", "fluentSetterDocumentation" : "/**

A list of subnet IDs.

\n@param subnetIds A list of subnet IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of subnet IDs.

\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 A list of subnet IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyReplicationSubnetGroupRequest", "variableType" : "ModifyReplicationSubnetGroupRequest", "variableDeclarationType" : "ModifyReplicationSubnetGroupRequest", "documentation" : null, "simpleType" : "ModifyReplicationSubnetGroupRequest", "variableSetterType" : "ModifyReplicationSubnetGroupRequest" }, "marshaller" : { "action" : "ModifyReplicationSubnetGroup", "verb" : "POST", "target" : "AmazonDMSv20160101.ModifyReplicationSubnetGroup", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationSubnetGroupDescription" : { "documentation" : "

The description of the replication instance subnet group.

", "name" : "ReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the replication instance subnet group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "marshallLocationName" : "ReplicationSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance subnet group.

\n@param replicationSubnetGroupDescription The description of the replication instance subnet group.*/", "getterDocumentation" : "/**

The description of the replication instance subnet group.

\n@return The description of the replication instance subnet group.*/", "fluentSetterDocumentation" : "/**

The description of the replication instance subnet group.

\n@param replicationSubnetGroupDescription The description of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the replication instance subnet group.

\n@param replicationSubnetGroupDescription The description of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationSubnetGroupIdentifier" : { "documentation" : "

The name of the replication instance subnet group.

", "name" : "ReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the replication instance subnet group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance subnet group.

\n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.*/", "getterDocumentation" : "/**

The name of the replication instance subnet group.

\n@return The name of the replication instance subnet group.*/", "fluentSetterDocumentation" : "/**

The name of the replication instance subnet group.

\n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the replication instance subnet group.

\n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetIds" : { "documentation" : "

A list of subnet IDs.

", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of subnet IDs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "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, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of subnet IDs.

\n@param subnetIds A list of subnet IDs.*/", "getterDocumentation" : "/**

A list of subnet IDs.

\n@return A list of subnet IDs.*/", "fluentSetterDocumentation" : "/**

A list of subnet IDs.

\n@param subnetIds A list of subnet IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of subnet IDs.

\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 A list of subnet IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeSchemasResult" : { "c2jName" : "DescribeSchemasResponse", "documentation" : "", "shapeName" : "DescribeSchemasResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

\n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The described schema.

", "name" : "Schemas", "c2jName" : "Schemas", "c2jShape" : "SchemaList", "variable" : { "variableName" : "schemas", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The described schema.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "schemas", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Schemas", "marshallLocationName" : "Schemas", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "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, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The described schema.

\n@param schemas The described schema.*/", "getterDocumentation" : "/**

The described schema.

\n@return The described schema.*/", "fluentSetterDocumentation" : "/**

The described schema.

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

The described schema.

\n

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

\n@param schemas The described schema.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeSchemasResult", "variableType" : "DescribeSchemasResult", "variableDeclarationType" : "DescribeSchemasResult", "documentation" : null, "simpleType" : "DescribeSchemasResult", "variableSetterType" : "DescribeSchemasResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

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

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

\n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Schemas" : { "documentation" : "

The described schema.

", "name" : "Schemas", "c2jName" : "Schemas", "c2jShape" : "SchemaList", "variable" : { "variableName" : "schemas", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The described schema.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "schemas", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Schemas", "marshallLocationName" : "Schemas", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "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, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The described schema.

\n@param schemas The described schema.*/", "getterDocumentation" : "/**

The described schema.

\n@return The described schema.*/", "fluentSetterDocumentation" : "/**

The described schema.

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

The described schema.

\n

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

\n@param schemas The described schema.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateReplicationSubnetGroupRequest" : { "c2jName" : "CreateReplicationSubnetGroupMessage", "documentation" : "", "shapeName" : "CreateReplicationSubnetGroupRequest", "deprecated" : false, "required" : [ "ReplicationSubnetGroupIdentifier", "ReplicationSubnetGroupDescription", "SubnetIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

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

Example: mySubnetgroup

", "name" : "ReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

Example: mySubnetgroup

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication subnet group. This value is stored as a lowercase string.

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

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

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

Example: mySubnetgroup*/", "getterDocumentation" : "/**

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

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

Example: mySubnetgroup

\n@return The name for the replication subnet group. This value is stored as a lowercase string.

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

Example: mySubnetgroup*/", "fluentSetterDocumentation" : "/**

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

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

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, 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 replication subnet group. This value is stored as a lowercase string.

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

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, 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 subnet group.

", "name" : "ReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the subnet group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "marshallLocationName" : "ReplicationSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 subnet group.

\n@param replicationSubnetGroupDescription The description for the subnet group.*/", "getterDocumentation" : "/**

The description for the subnet group.

\n@return The description for the subnet group.*/", "fluentSetterDocumentation" : "/**

The description for the subnet group.

\n@param replicationSubnetGroupDescription The description for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the subnet group.

\n@param replicationSubnetGroupDescription The description for the 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 subnet group.

", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The EC2 subnet IDs for the subnet group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "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, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The EC2 subnet IDs for the subnet group.

\n@param subnetIds The EC2 subnet IDs for the subnet group.*/", "getterDocumentation" : "/**

The EC2 subnet IDs for the subnet group.

\n@return The EC2 subnet IDs for the subnet group.*/", "fluentSetterDocumentation" : "/**

The EC2 subnet IDs for the subnet group.

\n@param subnetIds The EC2 subnet IDs for the 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 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 subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The tag to be assigned to the subnet group.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The tag to be assigned to the subnet group.

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

The tag to be assigned to the subnet group.

\n@param tags The tag to be assigned to the subnet group.*/", "getterDocumentation" : "/**

The tag to be assigned to the subnet group.

\n@return The tag to be assigned to the subnet group.*/", "fluentSetterDocumentation" : "/**

The tag to be assigned to the subnet group.

\n@param tags The tag to be assigned to the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The tag to be assigned to the subnet group.

\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 The tag to be assigned to the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createReplicationSubnetGroupRequest", "variableType" : "CreateReplicationSubnetGroupRequest", "variableDeclarationType" : "CreateReplicationSubnetGroupRequest", "documentation" : null, "simpleType" : "CreateReplicationSubnetGroupRequest", "variableSetterType" : "CreateReplicationSubnetGroupRequest" }, "marshaller" : { "action" : "CreateReplicationSubnetGroup", "verb" : "POST", "target" : "AmazonDMSv20160101.CreateReplicationSubnetGroup", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationSubnetGroupDescription" : { "documentation" : "

The description for the subnet group.

", "name" : "ReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the subnet group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "marshallLocationName" : "ReplicationSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 subnet group.

\n@param replicationSubnetGroupDescription The description for the subnet group.*/", "getterDocumentation" : "/**

The description for the subnet group.

\n@return The description for the subnet group.*/", "fluentSetterDocumentation" : "/**

The description for the subnet group.

\n@param replicationSubnetGroupDescription The description for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the subnet group.

\n@param replicationSubnetGroupDescription The description for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationSubnetGroupIdentifier" : { "documentation" : "

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

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

Example: mySubnetgroup

", "name" : "ReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

Example: mySubnetgroup

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication subnet group. This value is stored as a lowercase string.

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

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

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

Example: mySubnetgroup*/", "getterDocumentation" : "/**

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

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

Example: mySubnetgroup

\n@return The name for the replication subnet group. This value is stored as a lowercase string.

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

Example: mySubnetgroup*/", "fluentSetterDocumentation" : "/**

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

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

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, 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 replication subnet group. This value is stored as a lowercase string.

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

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

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

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

The EC2 subnet IDs for the subnet group.

", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The EC2 subnet IDs for the subnet group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "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, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The EC2 subnet IDs for the subnet group.

\n@param subnetIds The EC2 subnet IDs for the subnet group.*/", "getterDocumentation" : "/**

The EC2 subnet IDs for the subnet group.

\n@return The EC2 subnet IDs for the subnet group.*/", "fluentSetterDocumentation" : "/**

The EC2 subnet IDs for the subnet group.

\n@param subnetIds The EC2 subnet IDs for the 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 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 subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

The tag to be assigned to the subnet group.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The tag to be assigned to the subnet group.

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

The tag to be assigned to the subnet group.

\n@param tags The tag to be assigned to the subnet group.*/", "getterDocumentation" : "/**

The tag to be assigned to the subnet group.

\n@return The tag to be assigned to the subnet group.*/", "fluentSetterDocumentation" : "/**

The tag to be assigned to the subnet group.

\n@param tags The tag to be assigned to the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The tag to be assigned to the subnet group.

\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 The tag to be assigned to the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateReplicationTaskRequest" : { "c2jName" : "CreateReplicationTaskMessage", "documentation" : "", "shapeName" : "CreateReplicationTaskRequest", "deprecated" : false, "required" : [ "ReplicationTaskIdentifier", "SourceEndpointArn", "TargetEndpointArn", "ReplicationInstanceArn", "MigrationType", "TableMappings" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The replication task identifier.

Constraints:

  • Must contain 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" : "ReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The replication task identifier.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskIdentifier", "marshallLocationName" : "ReplicationTaskIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The replication task identifier.

Constraints:

  • Must contain 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 replicationTaskIdentifier The replication task identifier.

Constraints:

  • Must contain 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 replication task identifier.

    Constraints:

    • Must contain 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 replication task identifier.

    Constraints:

    • Must contain 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 replication task identifier.

      Constraints:

      • Must contain 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 replicationTaskIdentifier The replication task identifier.

      Constraints:

      • Must contain 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 replication task identifier.

        Constraints:

        • Must contain 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 replicationTaskIdentifier The replication task identifier.

        Constraints:

        • Must contain 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 Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

          ", "name" : "SourceEndpointArn", "c2jName" : "SourceEndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "sourceEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceEndpointArn", "marshallLocationName" : "SourceEndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

          \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

          \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

          \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

          \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

          ", "name" : "TargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "targetEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetEndpointArn", "marshallLocationName" : "TargetEndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

          \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

          \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

          \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

          \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The Amazon Resource Name (ARN) of the replication instance.

          ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The Amazon Resource Name (ARN) of the replication instance.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

          The Amazon Resource Name (ARN) of the replication instance.

          \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

          The Amazon Resource Name (ARN) of the replication instance.

          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The Amazon Resource Name (ARN) of the replication instance.

          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The migration type.

          ", "name" : "MigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "variable" : { "variableName" : "migrationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The migration type.

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

          The migration type.

          \n@param migrationType The migration type.\n@see MigrationTypeValue*/", "getterDocumentation" : "/**

          The migration type.

          \n@return The migration type.\n@see MigrationTypeValue*/", "fluentSetterDocumentation" : "/**

          The migration type.

          \n@param migrationType The migration type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/", "varargSetterDocumentation" : "/**

          The migration type.

          \n@param migrationType The migration type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/" }, { "documentation" : "

          The path of the JSON file that contains the table mappings.

          ", "name" : "TableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "variable" : { "variableName" : "tableMappings", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The path of the JSON file that contains the table mappings.

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

          The path of the JSON file that contains the table mappings.

          \n@param tableMappings The path of the JSON file that contains the table mappings.*/", "getterDocumentation" : "/**

          The path of the JSON file that contains the table mappings.

          \n@return The path of the JSON file that contains the table mappings.*/", "fluentSetterDocumentation" : "/**

          The path of the JSON file that contains the table mappings.

          \n@param tableMappings The path of the JSON file that contains the table mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The path of the JSON file that contains the table mappings.

          \n@param tableMappings The path of the JSON file that contains the table mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          Settings for the task, such as target metadata settings.

          ", "name" : "ReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskSettings", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          Settings for the task, such as target metadata settings.

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

          Settings for the task, such as target metadata settings.

          \n@param replicationTaskSettings Settings for the task, such as target metadata settings.*/", "getterDocumentation" : "/**

          Settings for the task, such as target metadata settings.

          \n@return Settings for the task, such as target metadata settings.*/", "fluentSetterDocumentation" : "/**

          Settings for the task, such as target metadata settings.

          \n@param replicationTaskSettings Settings for the task, such as target metadata settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          Settings for the task, such as target metadata settings.

          \n@param replicationTaskSettings Settings for the task, such as target metadata settings.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The start time for the Change Data Capture (CDC) operation.

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

          The start time for the Change Data Capture (CDC) operation.

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

          The start time for the Change Data Capture (CDC) operation.

          \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.*/", "getterDocumentation" : "/**

          The start time for the Change Data Capture (CDC) operation.

          \n@return The start time for the Change Data Capture (CDC) operation.*/", "fluentSetterDocumentation" : "/**

          The start time for the Change Data Capture (CDC) operation.

          \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The start time for the Change Data Capture (CDC) operation.

          \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          Tags to be added to the replication instance.

          ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

          Tags to be added to the replication instance.

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

          Tags to be added to the replication instance.

          \n@param tags Tags to be added to the replication instance.*/", "getterDocumentation" : "/**

          Tags to be added to the replication instance.

          \n@return Tags to be added to the replication instance.*/", "fluentSetterDocumentation" : "/**

          Tags to be added to the replication instance.

          \n@param tags Tags to be added to the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          Tags to be added to the replication instance.

          \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 Tags to be added to the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createReplicationTaskRequest", "variableType" : "CreateReplicationTaskRequest", "variableDeclarationType" : "CreateReplicationTaskRequest", "documentation" : null, "simpleType" : "CreateReplicationTaskRequest", "variableSetterType" : "CreateReplicationTaskRequest" }, "marshaller" : { "action" : "CreateReplicationTask", "verb" : "POST", "target" : "AmazonDMSv20160101.CreateReplicationTask", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationTaskSettings" : { "documentation" : "

          Settings for the task, such as target metadata settings.

          ", "name" : "ReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskSettings", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          Settings for the task, such as target metadata settings.

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

          Settings for the task, such as target metadata settings.

          \n@param replicationTaskSettings Settings for the task, such as target metadata settings.*/", "getterDocumentation" : "/**

          Settings for the task, such as target metadata settings.

          \n@return Settings for the task, such as target metadata settings.*/", "fluentSetterDocumentation" : "/**

          Settings for the task, such as target metadata settings.

          \n@param replicationTaskSettings Settings for the task, such as target metadata settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          Settings for the task, such as target metadata settings.

          \n@param replicationTaskSettings Settings for the task, such as target metadata settings.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TableMappings" : { "documentation" : "

          The path of the JSON file that contains the table mappings.

          ", "name" : "TableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "variable" : { "variableName" : "tableMappings", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The path of the JSON file that contains the table mappings.

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

          The path of the JSON file that contains the table mappings.

          \n@param tableMappings The path of the JSON file that contains the table mappings.*/", "getterDocumentation" : "/**

          The path of the JSON file that contains the table mappings.

          \n@return The path of the JSON file that contains the table mappings.*/", "fluentSetterDocumentation" : "/**

          The path of the JSON file that contains the table mappings.

          \n@param tableMappings The path of the JSON file that contains the table mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The path of the JSON file that contains the table mappings.

          \n@param tableMappings The path of the JSON file that contains the table mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationTaskIdentifier" : { "documentation" : "

          The replication task identifier.

          Constraints:

          • Must contain 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" : "ReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The replication task identifier.

          Constraints:

          • Must contain from 1 to 63 alphanumeric characters or hyphens.
          • First character must be a letter.
          • Cannot end with a hyphen or contain two consecutive hyphens.
          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskIdentifier", "marshallLocationName" : "ReplicationTaskIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

          The replication task identifier.

          Constraints:

          • Must contain 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 replicationTaskIdentifier The replication task identifier.

          Constraints:

          • Must contain 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 replication task identifier.

            Constraints:

            • Must contain 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 replication task identifier.

            Constraints:

            • Must contain 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 replication task identifier.

              Constraints:

              • Must contain 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 replicationTaskIdentifier The replication task identifier.

              Constraints:

              • Must contain 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 replication task identifier.

                Constraints:

                • Must contain 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 replicationTaskIdentifier The replication task identifier.

                Constraints:

                • Must contain 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.*/" }, "SourceEndpointArn" : { "documentation" : "

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  ", "name" : "SourceEndpointArn", "c2jName" : "SourceEndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "sourceEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceEndpointArn", "marshallLocationName" : "SourceEndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                  \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MigrationType" : { "documentation" : "

                  The migration type.

                  ", "name" : "MigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "variable" : { "variableName" : "migrationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The migration type.

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

                  The migration type.

                  \n@param migrationType The migration type.\n@see MigrationTypeValue*/", "getterDocumentation" : "/**

                  The migration type.

                  \n@return The migration type.\n@see MigrationTypeValue*/", "fluentSetterDocumentation" : "/**

                  The migration type.

                  \n@param migrationType The migration type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/", "varargSetterDocumentation" : "/**

                  The migration type.

                  \n@param migrationType The migration type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/" }, "TargetEndpointArn" : { "documentation" : "

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  ", "name" : "TargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "targetEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetEndpointArn", "marshallLocationName" : "TargetEndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                  \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceArn" : { "documentation" : "

                  The Amazon Resource Name (ARN) of the replication instance.

                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the replication instance.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the replication instance.

                  \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the replication instance.

                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the replication instance.

                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

                  Tags to be added to the replication instance.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                  Tags to be added to the replication instance.

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

                  Tags to be added to the replication instance.

                  \n@param tags Tags to be added to the replication instance.*/", "getterDocumentation" : "/**

                  Tags to be added to the replication instance.

                  \n@return Tags to be added to the replication instance.*/", "fluentSetterDocumentation" : "/**

                  Tags to be added to the replication instance.

                  \n@param tags Tags to be added to the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Tags to be added to the replication instance.

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

                  The start time for the Change Data Capture (CDC) operation.

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

                  The start time for the Change Data Capture (CDC) operation.

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

                  The start time for the Change Data Capture (CDC) operation.

                  \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.*/", "getterDocumentation" : "/**

                  The start time for the Change Data Capture (CDC) operation.

                  \n@return The start time for the Change Data Capture (CDC) operation.*/", "fluentSetterDocumentation" : "/**

                  The start time for the Change Data Capture (CDC) operation.

                  \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The start time for the Change Data Capture (CDC) operation.

                  \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeEndpointTypesResult" : { "c2jName" : "DescribeEndpointTypesResponse", "documentation" : "", "shapeName" : "DescribeEndpointTypesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The type of endpoints that are supported.

                  ", "name" : "SupportedEndpointTypes", "c2jName" : "SupportedEndpointTypes", "c2jShape" : "SupportedEndpointTypeList", "variable" : { "variableName" : "supportedEndpointTypes", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                  The type of endpoints that are supported.

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

                  The type of endpoints that are supported.

                  \n@param supportedEndpointTypes The type of endpoints that are supported.*/", "getterDocumentation" : "/**

                  The type of endpoints that are supported.

                  \n@return The type of endpoints that are supported.*/", "fluentSetterDocumentation" : "/**

                  The type of endpoints that are supported.

                  \n@param supportedEndpointTypes The type of endpoints that are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of endpoints that are supported.

                  \n

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

                  \n@param supportedEndpointTypes The type of endpoints that are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEndpointTypesResult", "variableType" : "DescribeEndpointTypesResult", "variableDeclarationType" : "DescribeEndpointTypesResult", "documentation" : null, "simpleType" : "DescribeEndpointTypesResult", "variableSetterType" : "DescribeEndpointTypesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

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

                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SupportedEndpointTypes" : { "documentation" : "

                  The type of endpoints that are supported.

                  ", "name" : "SupportedEndpointTypes", "c2jName" : "SupportedEndpointTypes", "c2jShape" : "SupportedEndpointTypeList", "variable" : { "variableName" : "supportedEndpointTypes", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                  The type of endpoints that are supported.

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

                  The type of endpoints that are supported.

                  \n@param supportedEndpointTypes The type of endpoints that are supported.*/", "getterDocumentation" : "/**

                  The type of endpoints that are supported.

                  \n@return The type of endpoints that are supported.*/", "fluentSetterDocumentation" : "/**

                  The type of endpoints that are supported.

                  \n@param supportedEndpointTypes The type of endpoints that are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of endpoints that are supported.

                  \n

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

                  \n@param supportedEndpointTypes The type of endpoints that are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForResourceResult" : { "c2jName" : "ListTagsForResourceResponse", "documentation" : "", "shapeName" : "ListTagsForResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  A list of tags for the resource.

                  ", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                  A list of tags for the resource.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list of tags for the resource.

                  \n@param tagList A list of tags for the resource.*/", "getterDocumentation" : "/**

                  A list of tags for the resource.

                  \n@return A list of tags for the resource.*/", "fluentSetterDocumentation" : "/**

                  A list of tags for the resource.

                  \n@param tagList A list of tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of tags for the resource.

                  \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 A list of tags for the resource.\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, "simpleType" : "ListTagsForResourceResult", "variableSetterType" : "ListTagsForResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagList" : { "documentation" : "

                  A list of tags for the resource.

                  ", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                  A list of tags for the resource.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list of tags for the resource.

                  \n@param tagList A list of tags for the resource.*/", "getterDocumentation" : "/**

                  A list of tags for the resource.

                  \n@return A list of tags for the resource.*/", "fluentSetterDocumentation" : "/**

                  A list of tags for the resource.

                  \n@param tagList A list of tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of tags for the resource.

                  \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 A list of tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeReplicationInstancesRequest" : { "c2jName" : "DescribeReplicationInstancesMessage", "documentation" : "", "shapeName" : "DescribeReplicationInstancesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

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

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

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

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                  \n@param filters Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version*/", "getterDocumentation" : "/**

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                  \n@return Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version*/", "fluentSetterDocumentation" : "/**

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                  \n@param filters Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                  \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 Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

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

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

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

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReplicationInstancesRequest", "variableType" : "DescribeReplicationInstancesRequest", "variableDeclarationType" : "DescribeReplicationInstancesRequest", "documentation" : null, "simpleType" : "DescribeReplicationInstancesRequest", "variableSetterType" : "DescribeReplicationInstancesRequest" }, "marshaller" : { "action" : "DescribeReplicationInstances", "verb" : "POST", "target" : "AmazonDMSv20160101.DescribeReplicationInstances", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

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

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

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

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                  \n@param filters Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version*/", "getterDocumentation" : "/**

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                  \n@return Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version*/", "fluentSetterDocumentation" : "/**

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                  \n@param filters Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                  \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 Filters applied to the describe action.

                  Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

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

                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

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

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

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

                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.

                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                  Default: 100

                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StopReplicationTaskRequest" : { "c2jName" : "StopReplicationTaskMessage", "documentation" : "", "shapeName" : "StopReplicationTaskRequest", "deprecated" : false, "required" : [ "ReplicationTaskArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The Amazon Resource Number(ARN) of the replication task to be stopped.

                  ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Number(ARN) of the replication task to be stopped.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 Number(ARN) of the replication task to be stopped.

                  \n@param replicationTaskArn The Amazon Resource Number(ARN) of the replication task to be stopped.*/", "getterDocumentation" : "/**

                  The Amazon Resource Number(ARN) of the replication task to be stopped.

                  \n@return The Amazon Resource Number(ARN) of the replication task to be stopped.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Number(ARN) of the replication task to be stopped.

                  \n@param replicationTaskArn The Amazon Resource Number(ARN) of the replication task to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Number(ARN) of the replication task to be stopped.

                  \n@param replicationTaskArn The Amazon Resource Number(ARN) of the replication task to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stopReplicationTaskRequest", "variableType" : "StopReplicationTaskRequest", "variableDeclarationType" : "StopReplicationTaskRequest", "documentation" : null, "simpleType" : "StopReplicationTaskRequest", "variableSetterType" : "StopReplicationTaskRequest" }, "marshaller" : { "action" : "StopReplicationTask", "verb" : "POST", "target" : "AmazonDMSv20160101.StopReplicationTask", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationTaskArn" : { "documentation" : "

                  The Amazon Resource Number(ARN) of the replication task to be stopped.

                  ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Number(ARN) of the replication task to be stopped.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 Number(ARN) of the replication task to be stopped.

                  \n@param replicationTaskArn The Amazon Resource Number(ARN) of the replication task to be stopped.*/", "getterDocumentation" : "/**

                  The Amazon Resource Number(ARN) of the replication task to be stopped.

                  \n@return The Amazon Resource Number(ARN) of the replication task to be stopped.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Number(ARN) of the replication task to be stopped.

                  \n@param replicationTaskArn The Amazon Resource Number(ARN) of the replication task to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Number(ARN) of the replication task to be stopped.

                  \n@param replicationTaskArn The Amazon Resource Number(ARN) of the replication task to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteReplicationInstanceRequest" : { "c2jName" : "DeleteReplicationInstanceMessage", "documentation" : "", "shapeName" : "DeleteReplicationInstanceRequest", "deprecated" : false, "required" : [ "ReplicationInstanceArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The Amazon Resource Name (ARN) of the replication instance to be deleted.

                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the replication instance to be deleted.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance to be deleted.

                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the replication instance to be deleted.

                  \n@return The Amazon Resource Name (ARN) of the replication instance to be deleted.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the replication instance to be deleted.

                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the replication instance to be deleted.

                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteReplicationInstanceRequest", "variableType" : "DeleteReplicationInstanceRequest", "variableDeclarationType" : "DeleteReplicationInstanceRequest", "documentation" : null, "simpleType" : "DeleteReplicationInstanceRequest", "variableSetterType" : "DeleteReplicationInstanceRequest" }, "marshaller" : { "action" : "DeleteReplicationInstance", "verb" : "POST", "target" : "AmazonDMSv20160101.DeleteReplicationInstance", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationInstanceArn" : { "documentation" : "

                  The Amazon Resource Name (ARN) of the replication instance to be deleted.

                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the replication instance to be deleted.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance to be deleted.

                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the replication instance to be deleted.

                  \n@return The Amazon Resource Name (ARN) of the replication instance to be deleted.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the replication instance to be deleted.

                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the replication instance to be deleted.

                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TestConnectionResult" : { "c2jName" : "TestConnectionResponse", "documentation" : "", "shapeName" : "TestConnectionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The connection tested.

                  ", "name" : "Connection", "c2jName" : "Connection", "c2jShape" : "Connection", "variable" : { "variableName" : "connection", "variableType" : "Connection", "variableDeclarationType" : "Connection", "documentation" : "

                  The connection tested.

                  ", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "setterModel" : { "variableName" : "connection", "variableType" : "Connection", "variableDeclarationType" : "Connection", "documentation" : "", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "getterModel" : { "returnType" : "Connection", "documentation" : null }, "http" : { "unmarshallLocationName" : "Connection", "marshallLocationName" : "Connection", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 connection tested.

                  \n@param connection The connection tested.*/", "getterDocumentation" : "/**

                  The connection tested.

                  \n@return The connection tested.*/", "fluentSetterDocumentation" : "/**

                  The connection tested.

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

                  The connection tested.

                  \n@param connection The connection tested.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "testConnectionResult", "variableType" : "TestConnectionResult", "variableDeclarationType" : "TestConnectionResult", "documentation" : null, "simpleType" : "TestConnectionResult", "variableSetterType" : "TestConnectionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Connection" : { "documentation" : "

                  The connection tested.

                  ", "name" : "Connection", "c2jName" : "Connection", "c2jShape" : "Connection", "variable" : { "variableName" : "connection", "variableType" : "Connection", "variableDeclarationType" : "Connection", "documentation" : "

                  The connection tested.

                  ", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "setterModel" : { "variableName" : "connection", "variableType" : "Connection", "variableDeclarationType" : "Connection", "documentation" : "", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "getterModel" : { "returnType" : "Connection", "documentation" : null }, "http" : { "unmarshallLocationName" : "Connection", "marshallLocationName" : "Connection", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 connection tested.

                  \n@param connection The connection tested.*/", "getterDocumentation" : "/**

                  The connection tested.

                  \n@return The connection tested.*/", "fluentSetterDocumentation" : "/**

                  The connection tested.

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

                  The connection tested.

                  \n@param connection The connection tested.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeRefreshSchemasStatusResult" : { "c2jName" : "DescribeRefreshSchemasStatusResponse", "documentation" : "", "shapeName" : "DescribeRefreshSchemasStatusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The status of the schema.

                  ", "name" : "RefreshSchemasStatus", "c2jName" : "RefreshSchemasStatus", "c2jShape" : "RefreshSchemasStatus", "variable" : { "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "variableDeclarationType" : "RefreshSchemasStatus", "documentation" : "

                  The status of the schema.

                  ", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "setterModel" : { "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "variableDeclarationType" : "RefreshSchemasStatus", "documentation" : "", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "getterModel" : { "returnType" : "RefreshSchemasStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "RefreshSchemasStatus", "marshallLocationName" : "RefreshSchemasStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 status of the schema.

                  \n@param refreshSchemasStatus The status of the schema.*/", "getterDocumentation" : "/**

                  The status of the schema.

                  \n@return The status of the schema.*/", "fluentSetterDocumentation" : "/**

                  The status of the schema.

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

                  The status of the schema.

                  \n@param refreshSchemasStatus The status of the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeRefreshSchemasStatusResult", "variableType" : "DescribeRefreshSchemasStatusResult", "variableDeclarationType" : "DescribeRefreshSchemasStatusResult", "documentation" : null, "simpleType" : "DescribeRefreshSchemasStatusResult", "variableSetterType" : "DescribeRefreshSchemasStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RefreshSchemasStatus" : { "documentation" : "

                  The status of the schema.

                  ", "name" : "RefreshSchemasStatus", "c2jName" : "RefreshSchemasStatus", "c2jShape" : "RefreshSchemasStatus", "variable" : { "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "variableDeclarationType" : "RefreshSchemasStatus", "documentation" : "

                  The status of the schema.

                  ", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "setterModel" : { "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "variableDeclarationType" : "RefreshSchemasStatus", "documentation" : "", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "getterModel" : { "returnType" : "RefreshSchemasStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "RefreshSchemasStatus", "marshallLocationName" : "RefreshSchemasStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 status of the schema.

                  \n@param refreshSchemasStatus The status of the schema.*/", "getterDocumentation" : "/**

                  The status of the schema.

                  \n@return The status of the schema.*/", "fluentSetterDocumentation" : "/**

                  The status of the schema.

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

                  The status of the schema.

                  \n@param refreshSchemasStatus The status of the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RemoveTagsFromResourceRequest" : { "c2jName" : "RemoveTagsFromResourceMessage", "documentation" : "", "shapeName" : "RemoveTagsFromResourceRequest", "deprecated" : false, "required" : [ "ResourceArn", "TagKeys" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                  ", "name" : "ResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "variable" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceArn", "marshallLocationName" : "ResourceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 AWS DMS resource the tag is to be removed from.

                  \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.*/", "getterDocumentation" : "/**

                  >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                  \n@return >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.*/", "fluentSetterDocumentation" : "/**

                  >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                  \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                  \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.\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" : "java.util.List", "documentation" : "

                  The tag key (name) of the tag to be removed.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "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, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "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, "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "marshaller" : { "action" : "RemoveTagsFromResource", "verb" : "POST", "target" : "AmazonDMSv20160101.RemoveTagsFromResource", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceArn" : { "documentation" : "

                  >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                  ", "name" : "ResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "variable" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceArn", "marshallLocationName" : "ResourceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 AWS DMS resource the tag is to be removed from.

                  \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.*/", "getterDocumentation" : "/**

                  >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                  \n@return >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.*/", "fluentSetterDocumentation" : "/**

                  >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                  \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                  \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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" : "java.util.List", "documentation" : "

                  The tag key (name) of the tag to be removed.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "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, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "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.*/" } } }, "Endpoint" : { "c2jName" : "Endpoint", "documentation" : "", "shapeName" : "Endpoint", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  ", "name" : "EndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointIdentifier", "marshallLocationName" : "EndpointIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "getterDocumentation" : "/**

                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "fluentSetterDocumentation" : "/**

                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 type of endpoint.

                  ", "name" : "EndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "variable" : { "variableName" : "endpointType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of endpoint.

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

                  The type of endpoint.

                  \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "getterDocumentation" : "/**

                  The type of endpoint.

                  \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "fluentSetterDocumentation" : "/**

                  The type of endpoint.

                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/", "varargSetterDocumentation" : "/**

                  The type of endpoint.

                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/" }, { "documentation" : "

                  The database engine name.

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

                  The database engine name.

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

                  The database engine name.

                  \n@param engineName The database engine name.*/", "getterDocumentation" : "/**

                  The database engine name.

                  \n@return The database engine name.*/", "fluentSetterDocumentation" : "/**

                  The database engine name.

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

                  The database engine name.

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

                  The user name used to connect to the endpoint.

                  ", "name" : "Username", "c2jName" : "Username", "c2jShape" : "String", "variable" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The user name used to connect to the endpoint.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Username", "marshallLocationName" : "Username", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 name used to connect to the endpoint.

                  \n@param username The user name used to connect to the endpoint.*/", "getterDocumentation" : "/**

                  The user name used to connect to the endpoint.

                  \n@return The user name used to connect to the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The user name used to connect to the endpoint.

                  \n@param username The user name used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The user name used to connect to the endpoint.

                  \n@param username The user name used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the server at the endpoint.

                  ", "name" : "ServerName", "c2jName" : "ServerName", "c2jShape" : "String", "variable" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the server at the endpoint.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ServerName", "marshallLocationName" : "ServerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 server at the endpoint.

                  \n@param serverName The name of the server at the endpoint.*/", "getterDocumentation" : "/**

                  The name of the server at the endpoint.

                  \n@return The name of the server at the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The name of the server at the endpoint.

                  \n@param serverName The name of the server at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the server at the endpoint.

                  \n@param serverName The name of the server at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The port value used to access the endpoint.

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

                  The port value used to access the endpoint.

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

                  The port value used to access the endpoint.

                  \n@param port The port value used to access the endpoint.*/", "getterDocumentation" : "/**

                  The port value used to access the endpoint.

                  \n@return The port value used to access the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The port value used to access the endpoint.

                  \n@param port The port value used to access the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The port value used to access the endpoint.

                  \n@param port The port value used to access the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the database at the endpoint.

                  ", "name" : "DatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the database at the endpoint.

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

                  The name of the database at the endpoint.

                  \n@param databaseName The name of the database at the endpoint.*/", "getterDocumentation" : "/**

                  The name of the database at the endpoint.

                  \n@return The name of the database at the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The name of the database at the endpoint.

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

                  The name of the database at the endpoint.

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

                  Additional connection attributes used to connect to the endpoint.

                  ", "name" : "ExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "variable" : { "variableName" : "extraConnectionAttributes", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Additional connection attributes used to connect to the endpoint.

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

                  Additional connection attributes used to connect to the endpoint.

                  \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.*/", "getterDocumentation" : "/**

                  Additional connection attributes used to connect to the endpoint.

                  \n@return Additional connection attributes used to connect to the endpoint.*/", "fluentSetterDocumentation" : "/**

                  Additional connection attributes used to connect to the endpoint.

                  \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Additional connection attributes used to connect to the endpoint.

                  \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The status of the endpoint.

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

                  The status of the endpoint.

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

                  The status of the endpoint.

                  \n@param status The status of the endpoint.*/", "getterDocumentation" : "/**

                  The status of the endpoint.

                  \n@return The status of the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The status of the endpoint.

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

                  The status of the endpoint.

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

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "getterDocumentation" : "/**

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                  \n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "fluentSetterDocumentation" : "/**

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                  The status of the endpoint.

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

                  The status of the endpoint.

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

                  The status of the endpoint.

                  \n@param status The status of the endpoint.*/", "getterDocumentation" : "/**

                  The status of the endpoint.

                  \n@return The status of the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The status of the endpoint.

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

                  The status of the endpoint.

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

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "getterDocumentation" : "/**

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                  \n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "fluentSetterDocumentation" : "/**

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Username" : { "documentation" : "

                  The user name used to connect to the endpoint.

                  ", "name" : "Username", "c2jName" : "Username", "c2jShape" : "String", "variable" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The user name used to connect to the endpoint.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Username", "marshallLocationName" : "Username", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 name used to connect to the endpoint.

                  \n@param username The user name used to connect to the endpoint.*/", "getterDocumentation" : "/**

                  The user name used to connect to the endpoint.

                  \n@return The user name used to connect to the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The user name used to connect to the endpoint.

                  \n@param username The user name used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The user name used to connect to the endpoint.

                  \n@param username The user name used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ServerName" : { "documentation" : "

                  The name of the server at the endpoint.

                  ", "name" : "ServerName", "c2jName" : "ServerName", "c2jShape" : "String", "variable" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the server at the endpoint.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ServerName", "marshallLocationName" : "ServerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 server at the endpoint.

                  \n@param serverName The name of the server at the endpoint.*/", "getterDocumentation" : "/**

                  The name of the server at the endpoint.

                  \n@return The name of the server at the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The name of the server at the endpoint.

                  \n@param serverName The name of the server at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the server at the endpoint.

                  \n@param serverName The name of the server at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

                  The port value used to access the endpoint.

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

                  The port value used to access the endpoint.

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

                  The port value used to access the endpoint.

                  \n@param port The port value used to access the endpoint.*/", "getterDocumentation" : "/**

                  The port value used to access the endpoint.

                  \n@return The port value used to access the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The port value used to access the endpoint.

                  \n@param port The port value used to access the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The port value used to access the endpoint.

                  \n@param port The port value used to access the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExtraConnectionAttributes" : { "documentation" : "

                  Additional connection attributes used to connect to the endpoint.

                  ", "name" : "ExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "variable" : { "variableName" : "extraConnectionAttributes", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Additional connection attributes used to connect to the endpoint.

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

                  Additional connection attributes used to connect to the endpoint.

                  \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.*/", "getterDocumentation" : "/**

                  Additional connection attributes used to connect to the endpoint.

                  \n@return Additional connection attributes used to connect to the endpoint.*/", "fluentSetterDocumentation" : "/**

                  Additional connection attributes used to connect to the endpoint.

                  \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Additional connection attributes used to connect to the endpoint.

                  \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointType" : { "documentation" : "

                  The type of endpoint.

                  ", "name" : "EndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "variable" : { "variableName" : "endpointType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of endpoint.

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

                  The type of endpoint.

                  \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "getterDocumentation" : "/**

                  The type of endpoint.

                  \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "fluentSetterDocumentation" : "/**

                  The type of endpoint.

                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/", "varargSetterDocumentation" : "/**

                  The type of endpoint.

                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/" }, "DatabaseName" : { "documentation" : "

                  The name of the database at the endpoint.

                  ", "name" : "DatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the database at the endpoint.

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

                  The name of the database at the endpoint.

                  \n@param databaseName The name of the database at the endpoint.*/", "getterDocumentation" : "/**

                  The name of the database at the endpoint.

                  \n@return The name of the database at the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The name of the database at the endpoint.

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

                  The name of the database at the endpoint.

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

                  The database engine name.

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

                  The database engine name.

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

                  The database engine name.

                  \n@param engineName The database engine name.*/", "getterDocumentation" : "/**

                  The database engine name.

                  \n@return The database engine name.*/", "fluentSetterDocumentation" : "/**

                  The database engine name.

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

                  The database engine name.

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

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointIdentifier" : { "documentation" : "

                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  ", "name" : "EndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointIdentifier", "marshallLocationName" : "EndpointIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "getterDocumentation" : "/**

                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "fluentSetterDocumentation" : "/**

                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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.*/" } } }, "ReplicationSubnetGroup" : { "c2jName" : "ReplicationSubnetGroup", "documentation" : "", "shapeName" : "ReplicationSubnetGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The identifier of the replication instance subnet group.

                  ", "name" : "ReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the replication instance subnet group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance subnet group.

                  \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.*/", "getterDocumentation" : "/**

                  The identifier of the replication instance subnet group.

                  \n@return The identifier of the replication instance subnet group.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the replication instance subnet group.

                  \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The identifier of the replication instance subnet group.

                  \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The description of the replication subnet group.

                  ", "name" : "ReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The description of the replication subnet group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "marshallLocationName" : "ReplicationSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication subnet group.

                  \n@param replicationSubnetGroupDescription The description of the replication subnet group.*/", "getterDocumentation" : "/**

                  The description of the replication subnet group.

                  \n@return The description of the replication subnet group.*/", "fluentSetterDocumentation" : "/**

                  The description of the replication subnet group.

                  \n@param replicationSubnetGroupDescription The description of the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The description of the replication subnet group.

                  \n@param replicationSubnetGroupDescription The description of the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID of the VPC.

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

                  The ID of the VPC.

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

                  The ID of the VPC.

                  \n@param vpcId The ID of the VPC.*/", "getterDocumentation" : "/**

                  The ID of the VPC.

                  \n@return The ID of the VPC.*/", "fluentSetterDocumentation" : "/**

                  The ID of the VPC.

                  \n@param vpcId The ID of the VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the VPC.

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

                  The status of the subnet group.

                  ", "name" : "SubnetGroupStatus", "c2jName" : "SubnetGroupStatus", "c2jShape" : "String", "variable" : { "variableName" : "subnetGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The status of the subnet group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subnetGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetGroupStatus", "marshallLocationName" : "SubnetGroupStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 subnet group.

                  \n@param subnetGroupStatus The status of the subnet group.*/", "getterDocumentation" : "/**

                  The status of the subnet group.

                  \n@return The status of the subnet group.*/", "fluentSetterDocumentation" : "/**

                  The status of the subnet group.

                  \n@param subnetGroupStatus The status of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The status of the subnet group.

                  \n@param subnetGroupStatus The status of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The subnets that are in the subnet group.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                  The subnets that are in the subnet group.

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

                  The subnets that are in the subnet group.

                  \n@param subnets The subnets that are in the subnet group.*/", "getterDocumentation" : "/**

                  The subnets that are in the subnet group.

                  \n@return The subnets that are in the subnet group.*/", "fluentSetterDocumentation" : "/**

                  The subnets that are in the subnet group.

                  \n@param subnets The subnets that are in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The subnets that are in the subnet group.

                  \n

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

                  \n@param subnets The subnets that are in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Subnets" : { "documentation" : "

                  The subnets that are in the subnet group.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                  The subnets that are in the subnet group.

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

                  The subnets that are in the subnet group.

                  \n@param subnets The subnets that are in the subnet group.*/", "getterDocumentation" : "/**

                  The subnets that are in the subnet group.

                  \n@return The subnets that are in the subnet group.*/", "fluentSetterDocumentation" : "/**

                  The subnets that are in the subnet group.

                  \n@param subnets The subnets that are in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The subnets that are in the subnet group.

                  \n

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

                  \n@param subnets The subnets that are in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcId" : { "documentation" : "

                  The ID of the VPC.

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

                  The ID of the VPC.

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

                  The ID of the VPC.

                  \n@param vpcId The ID of the VPC.*/", "getterDocumentation" : "/**

                  The ID of the VPC.

                  \n@return The ID of the VPC.*/", "fluentSetterDocumentation" : "/**

                  The ID of the VPC.

                  \n@param vpcId The ID of the VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the VPC.

                  \n@param vpcId The ID of the VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetGroupStatus" : { "documentation" : "

                  The status of the subnet group.

                  ", "name" : "SubnetGroupStatus", "c2jName" : "SubnetGroupStatus", "c2jShape" : "String", "variable" : { "variableName" : "subnetGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The status of the subnet group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subnetGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetGroupStatus", "marshallLocationName" : "SubnetGroupStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 subnet group.

                  \n@param subnetGroupStatus The status of the subnet group.*/", "getterDocumentation" : "/**

                  The status of the subnet group.

                  \n@return The status of the subnet group.*/", "fluentSetterDocumentation" : "/**

                  The status of the subnet group.

                  \n@param subnetGroupStatus The status of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The status of the subnet group.

                  \n@param subnetGroupStatus The status of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationSubnetGroupDescription" : { "documentation" : "

                  The description of the replication subnet group.

                  ", "name" : "ReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The description of the replication subnet group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "marshallLocationName" : "ReplicationSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication subnet group.

                  \n@param replicationSubnetGroupDescription The description of the replication subnet group.*/", "getterDocumentation" : "/**

                  The description of the replication subnet group.

                  \n@return The description of the replication subnet group.*/", "fluentSetterDocumentation" : "/**

                  The description of the replication subnet group.

                  \n@param replicationSubnetGroupDescription The description of the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The description of the replication subnet group.

                  \n@param replicationSubnetGroupDescription The description of the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationSubnetGroupIdentifier" : { "documentation" : "

                  The identifier of the replication instance subnet group.

                  ", "name" : "ReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the replication instance subnet group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance subnet group.

                  \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.*/", "getterDocumentation" : "/**

                  The identifier of the replication instance subnet group.

                  \n@return The identifier of the replication instance subnet group.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the replication instance subnet group.

                  \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The identifier of the replication instance subnet group.

                  \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReplicationTask" : { "c2jName" : "ReplicationTask", "documentation" : "", "shapeName" : "ReplicationTask", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The replication task identifier.

                  Constraints:

                  • Must contain 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" : "ReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The replication task identifier.

                  Constraints:

                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                  • First character must be a letter.
                  • Cannot end with a hyphen or contain two consecutive hyphens.
                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskIdentifier", "marshallLocationName" : "ReplicationTaskIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The replication task identifier.

                  Constraints:

                  • Must contain 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 replicationTaskIdentifier The replication task identifier.

                  Constraints:

                  • Must contain 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 replication task identifier.

                    Constraints:

                    • Must contain 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 replication task identifier.

                    Constraints:

                    • Must contain 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 replication task identifier.

                      Constraints:

                      • Must contain 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 replicationTaskIdentifier The replication task identifier.

                      Constraints:

                      • Must contain 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 replication task identifier.

                        Constraints:

                        • Must contain 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 replicationTaskIdentifier The replication task identifier.

                        Constraints:

                        • Must contain 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 Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          ", "name" : "SourceEndpointArn", "c2jName" : "SourceEndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "sourceEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceEndpointArn", "marshallLocationName" : "SourceEndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                          \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          ", "name" : "TargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "targetEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetEndpointArn", "marshallLocationName" : "TargetEndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                          \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The Amazon Resource Name (ARN) of the replication instance.

                          ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) of the replication instance.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication instance.

                          \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication instance.

                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication instance.

                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The type of migration.

                          ", "name" : "MigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "variable" : { "variableName" : "migrationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The type of migration.

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

                          The type of migration.

                          \n@param migrationType The type of migration.\n@see MigrationTypeValue*/", "getterDocumentation" : "/**

                          The type of migration.

                          \n@return The type of migration.\n@see MigrationTypeValue*/", "fluentSetterDocumentation" : "/**

                          The type of migration.

                          \n@param migrationType The type of migration.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/", "varargSetterDocumentation" : "/**

                          The type of migration.

                          \n@param migrationType The type of migration.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/" }, { "documentation" : "

                          Table mappings specified in the task.

                          ", "name" : "TableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "variable" : { "variableName" : "tableMappings", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          Table mappings specified in the task.

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

                          Table mappings specified in the task.

                          \n@param tableMappings Table mappings specified in the task.*/", "getterDocumentation" : "/**

                          Table mappings specified in the task.

                          \n@return Table mappings specified in the task.*/", "fluentSetterDocumentation" : "/**

                          Table mappings specified in the task.

                          \n@param tableMappings Table mappings specified in the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Table mappings specified in the task.

                          \n@param tableMappings Table mappings specified in the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The settings for the replication task.

                          ", "name" : "ReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskSettings", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The settings for the replication task.

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

                          The settings for the replication task.

                          \n@param replicationTaskSettings The settings for the replication task.*/", "getterDocumentation" : "/**

                          The settings for the replication task.

                          \n@return The settings for the replication task.*/", "fluentSetterDocumentation" : "/**

                          The settings for the replication task.

                          \n@param replicationTaskSettings The settings for the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The settings for the replication task.

                          \n@param replicationTaskSettings The settings for the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The status of the replication task.

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

                          The status of the replication task.

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

                          The status of the replication task.

                          \n@param status The status of the replication task.*/", "getterDocumentation" : "/**

                          The status of the replication task.

                          \n@return The status of the replication task.*/", "fluentSetterDocumentation" : "/**

                          The status of the replication task.

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

                          The status of the replication task.

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

                          The last error (failure) message generated for the replication instance.

                          ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The last error (failure) message generated for the replication instance.

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

                          The last error (failure) message generated for the replication instance.

                          \n@param lastFailureMessage The last error (failure) message generated for the replication instance.*/", "getterDocumentation" : "/**

                          The last error (failure) message generated for the replication instance.

                          \n@return The last error (failure) message generated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                          The last error (failure) message generated for the replication instance.

                          \n@param lastFailureMessage The last error (failure) message generated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The last error (failure) message generated for the replication instance.

                          \n@param lastFailureMessage The last error (failure) message generated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The date the replication task was created.

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

                          The date the replication task was created.

                          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "replicationTaskCreationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskCreationDate", "marshallLocationName" : "ReplicationTaskCreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 the replication task was created.

                          \n@param replicationTaskCreationDate The date the replication task was created.*/", "getterDocumentation" : "/**

                          The date the replication task was created.

                          \n@return The date the replication task was created.*/", "fluentSetterDocumentation" : "/**

                          The date the replication task was created.

                          \n@param replicationTaskCreationDate The date the replication task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The date the replication task was created.

                          \n@param replicationTaskCreationDate The date the replication task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The date the replication task is scheduled to start.

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

                          The date the replication task is scheduled to start.

                          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "replicationTaskStartDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskStartDate", "marshallLocationName" : "ReplicationTaskStartDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 the replication task is scheduled to start.

                          \n@param replicationTaskStartDate The date the replication task is scheduled to start.*/", "getterDocumentation" : "/**

                          The date the replication task is scheduled to start.

                          \n@return The date the replication task is scheduled to start.*/", "fluentSetterDocumentation" : "/**

                          The date the replication task is scheduled to start.

                          \n@param replicationTaskStartDate The date the replication task is scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The date the replication task is scheduled to start.

                          \n@param replicationTaskStartDate The date the replication task is scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The Amazon Resource Name (ARN) of the replication task.

                          ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) of the replication task.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication task.

                          \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.*/", "getterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication task.

                          \n@return The Amazon Resource Name (ARN) of the replication task.*/", "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication task.

                          \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication task.

                          \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The statistics for the task, including elapsed time, tables loaded, and table errors.

                          ", "name" : "ReplicationTaskStats", "c2jName" : "ReplicationTaskStats", "c2jShape" : "ReplicationTaskStats", "variable" : { "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "variableDeclarationType" : "ReplicationTaskStats", "documentation" : "

                          The statistics for the task, including elapsed time, tables loaded, and table errors.

                          ", "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "setterModel" : { "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "variableDeclarationType" : "ReplicationTaskStats", "documentation" : "", "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "getterModel" : { "returnType" : "ReplicationTaskStats", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskStats", "marshallLocationName" : "ReplicationTaskStats", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 statistics for the task, including elapsed time, tables loaded, and table errors.

                          \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.*/", "getterDocumentation" : "/**

                          The statistics for the task, including elapsed time, tables loaded, and table errors.

                          \n@return The statistics for the task, including elapsed time, tables loaded, and table errors.*/", "fluentSetterDocumentation" : "/**

                          The statistics for the task, including elapsed time, tables loaded, and table errors.

                          \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The statistics for the task, including elapsed time, tables loaded, and table errors.

                          \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "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 replication task.

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

                          The status of the replication task.

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

                          The status of the replication task.

                          \n@param status The status of the replication task.*/", "getterDocumentation" : "/**

                          The status of the replication task.

                          \n@return The status of the replication task.*/", "fluentSetterDocumentation" : "/**

                          The status of the replication task.

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

                          The status of the replication task.

                          \n@param status The status of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationTaskStartDate" : { "documentation" : "

                          The date the replication task is scheduled to start.

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

                          The date the replication task is scheduled to start.

                          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "replicationTaskStartDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskStartDate", "marshallLocationName" : "ReplicationTaskStartDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 the replication task is scheduled to start.

                          \n@param replicationTaskStartDate The date the replication task is scheduled to start.*/", "getterDocumentation" : "/**

                          The date the replication task is scheduled to start.

                          \n@return The date the replication task is scheduled to start.*/", "fluentSetterDocumentation" : "/**

                          The date the replication task is scheduled to start.

                          \n@param replicationTaskStartDate The date the replication task is scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The date the replication task is scheduled to start.

                          \n@param replicationTaskStartDate The date the replication task is scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationTaskSettings" : { "documentation" : "

                          The settings for the replication task.

                          ", "name" : "ReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskSettings", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The settings for the replication task.

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

                          The settings for the replication task.

                          \n@param replicationTaskSettings The settings for the replication task.*/", "getterDocumentation" : "/**

                          The settings for the replication task.

                          \n@return The settings for the replication task.*/", "fluentSetterDocumentation" : "/**

                          The settings for the replication task.

                          \n@param replicationTaskSettings The settings for the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The settings for the replication task.

                          \n@param replicationTaskSettings The settings for the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationTaskStats" : { "documentation" : "

                          The statistics for the task, including elapsed time, tables loaded, and table errors.

                          ", "name" : "ReplicationTaskStats", "c2jName" : "ReplicationTaskStats", "c2jShape" : "ReplicationTaskStats", "variable" : { "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "variableDeclarationType" : "ReplicationTaskStats", "documentation" : "

                          The statistics for the task, including elapsed time, tables loaded, and table errors.

                          ", "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "setterModel" : { "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "variableDeclarationType" : "ReplicationTaskStats", "documentation" : "", "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "getterModel" : { "returnType" : "ReplicationTaskStats", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskStats", "marshallLocationName" : "ReplicationTaskStats", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 statistics for the task, including elapsed time, tables loaded, and table errors.

                          \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.*/", "getterDocumentation" : "/**

                          The statistics for the task, including elapsed time, tables loaded, and table errors.

                          \n@return The statistics for the task, including elapsed time, tables loaded, and table errors.*/", "fluentSetterDocumentation" : "/**

                          The statistics for the task, including elapsed time, tables loaded, and table errors.

                          \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The statistics for the task, including elapsed time, tables loaded, and table errors.

                          \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MigrationType" : { "documentation" : "

                          The type of migration.

                          ", "name" : "MigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "variable" : { "variableName" : "migrationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The type of migration.

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

                          The type of migration.

                          \n@param migrationType The type of migration.\n@see MigrationTypeValue*/", "getterDocumentation" : "/**

                          The type of migration.

                          \n@return The type of migration.\n@see MigrationTypeValue*/", "fluentSetterDocumentation" : "/**

                          The type of migration.

                          \n@param migrationType The type of migration.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/", "varargSetterDocumentation" : "/**

                          The type of migration.

                          \n@param migrationType The type of migration.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/" }, "TargetEndpointArn" : { "documentation" : "

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          ", "name" : "TargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "targetEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetEndpointArn", "marshallLocationName" : "TargetEndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                          \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                          \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceArn" : { "documentation" : "

                          The Amazon Resource Name (ARN) of the replication instance.

                          ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) of the replication instance.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication instance.

                          \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication instance.

                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication instance.

                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TableMappings" : { "documentation" : "

                          Table mappings specified in the task.

                          ", "name" : "TableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "variable" : { "variableName" : "tableMappings", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          Table mappings specified in the task.

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

                          Table mappings specified in the task.

                          \n@param tableMappings Table mappings specified in the task.*/", "getterDocumentation" : "/**

                          Table mappings specified in the task.

                          \n@return Table mappings specified in the task.*/", "fluentSetterDocumentation" : "/**

                          Table mappings specified in the task.

                          \n@param tableMappings Table mappings specified in the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Table mappings specified in the task.

                          \n@param tableMappings Table mappings specified in the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationTaskCreationDate" : { "documentation" : "

                          The date the replication task was created.

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

                          The date the replication task was created.

                          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "replicationTaskCreationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskCreationDate", "marshallLocationName" : "ReplicationTaskCreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 the replication task was created.

                          \n@param replicationTaskCreationDate The date the replication task was created.*/", "getterDocumentation" : "/**

                          The date the replication task was created.

                          \n@return The date the replication task was created.*/", "fluentSetterDocumentation" : "/**

                          The date the replication task was created.

                          \n@param replicationTaskCreationDate The date the replication task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The date the replication task was created.

                          \n@param replicationTaskCreationDate The date the replication task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastFailureMessage" : { "documentation" : "

                          The last error (failure) message generated for the replication instance.

                          ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The last error (failure) message generated for the replication instance.

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

                          The last error (failure) message generated for the replication instance.

                          \n@param lastFailureMessage The last error (failure) message generated for the replication instance.*/", "getterDocumentation" : "/**

                          The last error (failure) message generated for the replication instance.

                          \n@return The last error (failure) message generated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                          The last error (failure) message generated for the replication instance.

                          \n@param lastFailureMessage The last error (failure) message generated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The last error (failure) message generated for the replication instance.

                          \n@param lastFailureMessage The last error (failure) message generated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationTaskArn" : { "documentation" : "

                          The Amazon Resource Name (ARN) of the replication task.

                          ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) of the replication task.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication task.

                          \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.*/", "getterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication task.

                          \n@return The Amazon Resource Name (ARN) of the replication task.*/", "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication task.

                          \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the replication task.

                          \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationTaskIdentifier" : { "documentation" : "

                          The replication task identifier.

                          Constraints:

                          • Must contain 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" : "ReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The replication task identifier.

                          Constraints:

                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                          • First character must be a letter.
                          • Cannot end with a hyphen or contain two consecutive hyphens.
                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskIdentifier", "marshallLocationName" : "ReplicationTaskIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The replication task identifier.

                          Constraints:

                          • Must contain 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 replicationTaskIdentifier The replication task identifier.

                          Constraints:

                          • Must contain 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 replication task identifier.

                            Constraints:

                            • Must contain 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 replication task identifier.

                            Constraints:

                            • Must contain 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 replication task identifier.

                              Constraints:

                              • Must contain 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 replicationTaskIdentifier The replication task identifier.

                              Constraints:

                              • Must contain 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 replication task identifier.

                                Constraints:

                                • Must contain 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 replicationTaskIdentifier The replication task identifier.

                                Constraints:

                                • Must contain 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.*/" }, "SourceEndpointArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "SourceEndpointArn", "c2jName" : "SourceEndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "sourceEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceEndpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceEndpointArn", "marshallLocationName" : "SourceEndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeConnectionsRequest" : { "c2jName" : "DescribeConnectionsMessage", "documentation" : "", "shapeName" : "DescribeConnectionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

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

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

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

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

                                  \n@param filters The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn*/", "getterDocumentation" : "/**

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

                                  \n@return The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn*/", "fluentSetterDocumentation" : "/**

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

                                  \n@param filters The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

                                  \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 The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConnectionsRequest", "variableType" : "DescribeConnectionsRequest", "variableDeclarationType" : "DescribeConnectionsRequest", "documentation" : null, "simpleType" : "DescribeConnectionsRequest", "variableSetterType" : "DescribeConnectionsRequest" }, "marshaller" : { "action" : "DescribeConnections", "verb" : "POST", "target" : "AmazonDMSv20160101.DescribeConnections", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

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

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

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

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

                                  \n@param filters The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn*/", "getterDocumentation" : "/**

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

                                  \n@return The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn*/", "fluentSetterDocumentation" : "/**

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

                                  \n@param filters The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn

                                  \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 The filters applied to the connection.

                                  Valid filter names: endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateReplicationInstanceRequest" : { "c2jName" : "CreateReplicationInstanceMessage", "documentation" : "

                                  ", "shapeName" : "CreateReplicationInstanceRequest", "deprecated" : false, "required" : [ "ReplicationInstanceIdentifier", "ReplicationInstanceClass" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

                                  ", "name" : "ReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

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

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance*/", "getterDocumentation" : "/**

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

                                  \n@return The replication instance identifier. This parameter is stored as a lowercase string.

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance*/", "fluentSetterDocumentation" : "/**

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

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

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

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

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

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

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

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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 amount of storage (in gigabytes) to be initially allocated for the replication instance.

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.*/", "getterDocumentation" : "/**

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

                                  \n@return The amount of storage (in gigabytes) to be initially allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "name" : "ReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceClass", "marshallLocationName" : "ReplicationInstanceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "getterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@return The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "fluentSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The EC2 Availability Zone that the replication instance 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 EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d

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

                                  The EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d

                                  \n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d*/", "getterDocumentation" : "/**

                                  The EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d

                                  \n@return The EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d*/", "fluentSetterDocumentation" : "/**

                                  The EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d

                                  \n@param availabilityZone The EC2 Availability Zone that the replication instance 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 EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d

                                  \n@param availabilityZone The EC2 Availability Zone that the replication instance 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" : "

                                  A subnet group to associate with the replication instance.

                                  ", "name" : "ReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A subnet group to associate with the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 subnet group to associate with the replication instance.

                                  \n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.*/", "getterDocumentation" : "/**

                                  A subnet group to associate with the replication instance.

                                  \n@return A subnet group to associate with the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  A subnet group to associate with the replication instance.

                                  \n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A subnet group to associate with the replication instance.

                                  \n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

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

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

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

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

                                  \n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.*/", "getterDocumentation" : "/**

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.*/", "fluentSetterDocumentation" : "/**

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

                                  \n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

                                  \n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The engine version number of the replication instance.

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

                                  The engine version number of the replication instance.

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

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.*/", "getterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@return The engine version number of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\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 replication instance during the maintenance window.

                                  Default: true

                                  ", "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 replication instance during the maintenance window.

                                  Default: true

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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 replication instance during the maintenance window.

                                  Default: true

                                  \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

                                  Default: true*/", "getterDocumentation" : "/**

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

                                  Default: true

                                  \n@return Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

                                  Default: true*/", "fluentSetterDocumentation" : "/**

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

                                  Default: true

                                  \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

                                  Default: true\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 replication instance during the maintenance window.

                                  Default: true

                                  \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

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

                                  Tags to be associated with the replication instance.

                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  Tags to be associated with the replication instance.

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

                                  Tags to be associated with the replication instance.

                                  \n@param tags Tags to be associated with the replication instance.*/", "getterDocumentation" : "/**

                                  Tags to be associated with the replication instance.

                                  \n@return Tags to be associated with the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  Tags to be associated with the replication instance.

                                  \n@param tags Tags to be associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Tags to be associated with the replication instance.

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

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "getterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@return The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "fluentSetterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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 replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.*/", "getterDocumentation" : "/**

                                  Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  \n@return Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createReplicationInstanceRequest", "variableType" : "CreateReplicationInstanceRequest", "variableDeclarationType" : "CreateReplicationInstanceRequest", "documentation" : null, "simpleType" : "CreateReplicationInstanceRequest", "variableSetterType" : "CreateReplicationInstanceRequest" }, "marshaller" : { "action" : "CreateReplicationInstance", "verb" : "POST", "target" : "AmazonDMSv20160101.CreateReplicationInstance", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationInstanceIdentifier" : { "documentation" : "

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

                                  ", "name" : "ReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

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

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance*/", "getterDocumentation" : "/**

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

                                  \n@return The replication instance identifier. This parameter is stored as a lowercase string.

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance*/", "fluentSetterDocumentation" : "/**

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

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

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

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  Example: myrepinstance

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                  Constraints:

                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.

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

                                  The engine version number of the replication instance.

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

                                  The engine version number of the replication instance.

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

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.*/", "getterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@return The engine version number of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyId" : { "documentation" : "

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "getterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@return The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "fluentSetterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZone" : { "documentation" : "

                                  The EC2 Availability Zone that the replication instance 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 EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d

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

                                  The EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d

                                  \n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d*/", "getterDocumentation" : "/**

                                  The EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d

                                  \n@return The EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d*/", "fluentSetterDocumentation" : "/**

                                  The EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d

                                  \n@param availabilityZone The EC2 Availability Zone that the replication instance 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 EC2 Availability Zone that the replication instance will be created in.

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

                                  Example: us-east-1d

                                  \n@param availabilityZone The EC2 Availability Zone that the replication instance 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.*/" }, "PreferredMaintenanceWindow" : { "documentation" : "

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

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

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

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

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

                                  \n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.*/", "getterDocumentation" : "/**

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.*/", "fluentSetterDocumentation" : "/**

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

                                  \n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.

                                  \n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

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

                                  Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

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

                                  Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceClass" : { "documentation" : "

                                  The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "name" : "ReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceClass", "marshallLocationName" : "ReplicationInstanceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "getterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@return The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "fluentSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \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 replication instance during the maintenance window.

                                  Default: true

                                  ", "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 replication instance during the maintenance window.

                                  Default: true

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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 replication instance during the maintenance window.

                                  Default: true

                                  \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

                                  Default: true*/", "getterDocumentation" : "/**

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

                                  Default: true

                                  \n@return Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

                                  Default: true*/", "fluentSetterDocumentation" : "/**

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

                                  Default: true

                                  \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

                                  Default: true\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 replication instance during the maintenance window.

                                  Default: true

                                  \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

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

                                  Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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 replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.*/", "getterDocumentation" : "/**

                                  Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  \n@return Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                  \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationSubnetGroupIdentifier" : { "documentation" : "

                                  A subnet group to associate with the replication instance.

                                  ", "name" : "ReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A subnet group to associate with the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 subnet group to associate with the replication instance.

                                  \n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.*/", "getterDocumentation" : "/**

                                  A subnet group to associate with the replication instance.

                                  \n@return A subnet group to associate with the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  A subnet group to associate with the replication instance.

                                  \n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A subnet group to associate with the replication instance.

                                  \n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

                                  Tags to be associated with the replication instance.

                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  Tags to be associated with the replication instance.

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

                                  Tags to be associated with the replication instance.

                                  \n@param tags Tags to be associated with the replication instance.*/", "getterDocumentation" : "/**

                                  Tags to be associated with the replication instance.

                                  \n@return Tags to be associated with the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  Tags to be associated with the replication instance.

                                  \n@param tags Tags to be associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Tags to be associated with the replication instance.

                                  \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 Tags to be associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllocatedStorage" : { "documentation" : "

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

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

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

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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 amount of storage (in gigabytes) to be initially allocated for the replication instance.

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.*/", "getterDocumentation" : "/**

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

                                  \n@return The amount of storage (in gigabytes) to be initially allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidResourceStateException" : { "c2jName" : "InvalidResourceStateFault", "documentation" : "

                                  The resource is in a state that prevents it from being used for database migration.

                                  ", "shapeName" : "InvalidResourceStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidResourceStateException", "variableType" : "InvalidResourceStateException", "variableDeclarationType" : "InvalidResourceStateException", "documentation" : null, "simpleType" : "InvalidResourceStateException", "variableSetterType" : "InvalidResourceStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidResourceStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeConnectionsResult" : { "c2jName" : "DescribeConnectionsResponse", "documentation" : "", "shapeName" : "DescribeConnectionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A description of the connections.

                                  ", "name" : "Connections", "c2jName" : "Connections", "c2jShape" : "ConnectionList", "variable" : { "variableName" : "connections", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  A description of the connections.

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

                                  A description of the connections.

                                  \n@param connections A description of the connections.*/", "getterDocumentation" : "/**

                                  A description of the connections.

                                  \n@return A description of the connections.*/", "fluentSetterDocumentation" : "/**

                                  A description of the connections.

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

                                  A description of the connections.

                                  \n

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

                                  \n@param connections A description of the connections.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConnectionsResult", "variableType" : "DescribeConnectionsResult", "variableDeclarationType" : "DescribeConnectionsResult", "documentation" : null, "simpleType" : "DescribeConnectionsResult", "variableSetterType" : "DescribeConnectionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Connections" : { "documentation" : "

                                  A description of the connections.

                                  ", "name" : "Connections", "c2jName" : "Connections", "c2jShape" : "ConnectionList", "variable" : { "variableName" : "connections", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  A description of the connections.

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

                                  A description of the connections.

                                  \n@param connections A description of the connections.*/", "getterDocumentation" : "/**

                                  A description of the connections.

                                  \n@return A description of the connections.*/", "fluentSetterDocumentation" : "/**

                                  A description of the connections.

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

                                  A description of the connections.

                                  \n

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

                                  \n@param connections A description of the connections.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyReplicationSubnetGroupResult" : { "c2jName" : "ModifyReplicationSubnetGroupResponse", "documentation" : "", "shapeName" : "ModifyReplicationSubnetGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The modified replication subnet group.

                                  ", "name" : "ReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "variable" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "

                                  The modified replication subnet group.

                                  ", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "setterModel" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroup", "marshallLocationName" : "ReplicationSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 modified replication subnet group.

                                  \n@param replicationSubnetGroup The modified replication subnet group.*/", "getterDocumentation" : "/**

                                  The modified replication subnet group.

                                  \n@return The modified replication subnet group.*/", "fluentSetterDocumentation" : "/**

                                  The modified replication subnet group.

                                  \n@param replicationSubnetGroup The modified replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The modified replication subnet group.

                                  \n@param replicationSubnetGroup The modified replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyReplicationSubnetGroupResult", "variableType" : "ModifyReplicationSubnetGroupResult", "variableDeclarationType" : "ModifyReplicationSubnetGroupResult", "documentation" : null, "simpleType" : "ModifyReplicationSubnetGroupResult", "variableSetterType" : "ModifyReplicationSubnetGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationSubnetGroup" : { "documentation" : "

                                  The modified replication subnet group.

                                  ", "name" : "ReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "variable" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "

                                  The modified replication subnet group.

                                  ", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "setterModel" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroup", "marshallLocationName" : "ReplicationSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 modified replication subnet group.

                                  \n@param replicationSubnetGroup The modified replication subnet group.*/", "getterDocumentation" : "/**

                                  The modified replication subnet group.

                                  \n@return The modified replication subnet group.*/", "fluentSetterDocumentation" : "/**

                                  The modified replication subnet group.

                                  \n@param replicationSubnetGroup The modified replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The modified replication subnet group.

                                  \n@param replicationSubnetGroup The modified replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AddTagsToResourceResult" : { "c2jName" : "AddTagsToResourceResponse", "documentation" : "", "shapeName" : "AddTagsToResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "addTagsToResourceResult", "variableType" : "AddTagsToResourceResult", "variableDeclarationType" : "AddTagsToResourceResult", "documentation" : null, "simpleType" : "AddTagsToResourceResult", "variableSetterType" : "AddTagsToResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ReplicationEndpointTypeValue" : { "c2jName" : "ReplicationEndpointTypeValue", "documentation" : "", "shapeName" : "ReplicationEndpointTypeValue", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Source", "value" : "source" }, { "name" : "Target", "value" : "target" } ], "variable" : { "variableName" : "replicationEndpointTypeValue", "variableType" : "ReplicationEndpointTypeValue", "variableDeclarationType" : "ReplicationEndpointTypeValue", "documentation" : null, "simpleType" : "ReplicationEndpointTypeValue", "variableSetterType" : "ReplicationEndpointTypeValue" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateReplicationTaskResult" : { "c2jName" : "CreateReplicationTaskResponse", "documentation" : "", "shapeName" : "CreateReplicationTaskResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The replication task that was created.

                                  ", "name" : "ReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "variable" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "

                                  The replication task that was created.

                                  ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "setterModel" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTask", "marshallLocationName" : "ReplicationTask", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication task that was created.

                                  \n@param replicationTask The replication task that was created.*/", "getterDocumentation" : "/**

                                  The replication task that was created.

                                  \n@return The replication task that was created.*/", "fluentSetterDocumentation" : "/**

                                  The replication task that was created.

                                  \n@param replicationTask The replication task that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication task that was created.

                                  \n@param replicationTask The replication task that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createReplicationTaskResult", "variableType" : "CreateReplicationTaskResult", "variableDeclarationType" : "CreateReplicationTaskResult", "documentation" : null, "simpleType" : "CreateReplicationTaskResult", "variableSetterType" : "CreateReplicationTaskResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationTask" : { "documentation" : "

                                  The replication task that was created.

                                  ", "name" : "ReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "variable" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "

                                  The replication task that was created.

                                  ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "setterModel" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTask", "marshallLocationName" : "ReplicationTask", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication task that was created.

                                  \n@param replicationTask The replication task that was created.*/", "getterDocumentation" : "/**

                                  The replication task that was created.

                                  \n@return The replication task that was created.*/", "fluentSetterDocumentation" : "/**

                                  The replication task that was created.

                                  \n@param replicationTask The replication task that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication task that was created.

                                  \n@param replicationTask The replication task that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteEndpointResult" : { "c2jName" : "DeleteEndpointResponse", "documentation" : "", "shapeName" : "DeleteEndpointResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The endpoint that was deleted.

                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "

                                  The endpoint that was deleted.

                                  ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "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" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The endpoint that was deleted.

                                  \n@param endpoint The endpoint that was deleted.*/", "getterDocumentation" : "/**

                                  The endpoint that was deleted.

                                  \n@return The endpoint that was deleted.*/", "fluentSetterDocumentation" : "/**

                                  The endpoint that was deleted.

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

                                  The endpoint that was deleted.

                                  \n@param endpoint The endpoint that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteEndpointResult", "variableType" : "DeleteEndpointResult", "variableDeclarationType" : "DeleteEndpointResult", "documentation" : null, "simpleType" : "DeleteEndpointResult", "variableSetterType" : "DeleteEndpointResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Endpoint" : { "documentation" : "

                                  The endpoint that was deleted.

                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "

                                  The endpoint that was deleted.

                                  ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "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" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The endpoint that was deleted.

                                  \n@param endpoint The endpoint that was deleted.*/", "getterDocumentation" : "/**

                                  The endpoint that was deleted.

                                  \n@return The endpoint that was deleted.*/", "fluentSetterDocumentation" : "/**

                                  The endpoint that was deleted.

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

                                  The endpoint that was deleted.

                                  \n@param endpoint The endpoint that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeEndpointsRequest" : { "c2jName" : "DescribeEndpointsMessage", "documentation" : "", "shapeName" : "DescribeEndpointsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

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

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

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

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name*/", "getterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                                  \n@return Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name*/", "fluentSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                                  \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 Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEndpointsRequest", "variableType" : "DescribeEndpointsRequest", "variableDeclarationType" : "DescribeEndpointsRequest", "documentation" : null, "simpleType" : "DescribeEndpointsRequest", "variableSetterType" : "DescribeEndpointsRequest" }, "marshaller" : { "action" : "DescribeEndpoints", "verb" : "POST", "target" : "AmazonDMSv20160101.DescribeEndpoints", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

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

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

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

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name*/", "getterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                                  \n@return Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name*/", "fluentSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                                  \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 Filters applied to the describe action.

                                  Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundFault", "documentation" : "

                                  The resource could not be found.

                                  ", "shapeName" : "ResourceNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "variableDeclarationType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StartReplicationTaskResult" : { "c2jName" : "StartReplicationTaskResponse", "documentation" : "", "shapeName" : "StartReplicationTaskResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The replication task started.

                                  ", "name" : "ReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "variable" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "

                                  The replication task started.

                                  ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "setterModel" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTask", "marshallLocationName" : "ReplicationTask", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication task started.

                                  \n@param replicationTask The replication task started.*/", "getterDocumentation" : "/**

                                  The replication task started.

                                  \n@return The replication task started.*/", "fluentSetterDocumentation" : "/**

                                  The replication task started.

                                  \n@param replicationTask The replication task started.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication task started.

                                  \n@param replicationTask The replication task started.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "startReplicationTaskResult", "variableType" : "StartReplicationTaskResult", "variableDeclarationType" : "StartReplicationTaskResult", "documentation" : null, "simpleType" : "StartReplicationTaskResult", "variableSetterType" : "StartReplicationTaskResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationTask" : { "documentation" : "

                                  The replication task started.

                                  ", "name" : "ReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "variable" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "

                                  The replication task started.

                                  ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "setterModel" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTask", "marshallLocationName" : "ReplicationTask", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication task started.

                                  \n@param replicationTask The replication task started.*/", "getterDocumentation" : "/**

                                  The replication task started.

                                  \n@return The replication task started.*/", "fluentSetterDocumentation" : "/**

                                  The replication task started.

                                  \n@param replicationTask The replication task started.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication task started.

                                  \n@param replicationTask The replication task started.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SupportedEndpointType" : { "c2jName" : "SupportedEndpointType", "documentation" : "", "shapeName" : "SupportedEndpointType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The database engine name.

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

                                  The database engine name.

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

                                  The database engine name.

                                  \n@param engineName The database engine name.*/", "getterDocumentation" : "/**

                                  The database engine name.

                                  \n@return The database engine name.*/", "fluentSetterDocumentation" : "/**

                                  The database engine name.

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

                                  The database engine name.

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

                                  Indicates if Change Data Capture (CDC) is supported.

                                  ", "name" : "SupportsCDC", "c2jName" : "SupportsCDC", "c2jShape" : "Boolean", "variable" : { "variableName" : "supportsCDC", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Indicates if Change Data Capture (CDC) is supported.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "supportsCDC", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportsCDC", "marshallLocationName" : "SupportsCDC", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 Change Data Capture (CDC) is supported.

                                  \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.*/", "getterDocumentation" : "/**

                                  Indicates if Change Data Capture (CDC) is supported.

                                  \n@return Indicates if Change Data Capture (CDC) is supported.*/", "fluentSetterDocumentation" : "/**

                                  Indicates if Change Data Capture (CDC) is supported.

                                  \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Indicates if Change Data Capture (CDC) is supported.

                                  \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The type of endpoint.

                                  ", "name" : "EndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "variable" : { "variableName" : "endpointType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The type of endpoint.

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

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "getterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "fluentSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/", "varargSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/" } ], "enums" : null, "variable" : { "variableName" : "supportedEndpointType", "variableType" : "SupportedEndpointType", "variableDeclarationType" : "SupportedEndpointType", "documentation" : null, "simpleType" : "SupportedEndpointType", "variableSetterType" : "SupportedEndpointType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SupportsCDC" : { "documentation" : "

                                  Indicates if Change Data Capture (CDC) is supported.

                                  ", "name" : "SupportsCDC", "c2jName" : "SupportsCDC", "c2jShape" : "Boolean", "variable" : { "variableName" : "supportsCDC", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Indicates if Change Data Capture (CDC) is supported.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "supportsCDC", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportsCDC", "marshallLocationName" : "SupportsCDC", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 Change Data Capture (CDC) is supported.

                                  \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.*/", "getterDocumentation" : "/**

                                  Indicates if Change Data Capture (CDC) is supported.

                                  \n@return Indicates if Change Data Capture (CDC) is supported.*/", "fluentSetterDocumentation" : "/**

                                  Indicates if Change Data Capture (CDC) is supported.

                                  \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Indicates if Change Data Capture (CDC) is supported.

                                  \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointType" : { "documentation" : "

                                  The type of endpoint.

                                  ", "name" : "EndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "variable" : { "variableName" : "endpointType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The type of endpoint.

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

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "getterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "fluentSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/", "varargSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/" }, "EngineName" : { "documentation" : "

                                  The database engine name.

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

                                  The database engine name.

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

                                  The database engine name.

                                  \n@param engineName The database engine name.*/", "getterDocumentation" : "/**

                                  The database engine name.

                                  \n@return The database engine name.*/", "fluentSetterDocumentation" : "/**

                                  The database engine name.

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

                                  The database engine name.

                                  \n@param engineName The database engine name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "OrderableReplicationInstance" : { "c2jName" : "OrderableReplicationInstance", "documentation" : "", "shapeName" : "OrderableReplicationInstance", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The version of the replication engine.

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

                                  The version of the replication engine.

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

                                  The version of the replication engine.

                                  \n@param engineVersion The version of the replication engine.*/", "getterDocumentation" : "/**

                                  The version of the replication engine.

                                  \n@return The version of the replication engine.*/", "fluentSetterDocumentation" : "/**

                                  The version of the replication engine.

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

                                  The version of the replication engine.

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

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "name" : "ReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceClass", "marshallLocationName" : "ReplicationInstanceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "getterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@return The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "fluentSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The type of storage used by the replication instance.

                                  ", "name" : "StorageType", "c2jName" : "StorageType", "c2jShape" : "String", "variable" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The type of storage used by the replication instance.

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

                                  The type of storage used by the replication instance.

                                  \n@param storageType The type of storage used by the replication instance.*/", "getterDocumentation" : "/**

                                  The type of storage used by the replication instance.

                                  \n@return The type of storage used by the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The type of storage used by the replication instance.

                                  \n@param storageType The type of storage used by the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The type of storage used by the replication instance.

                                  \n@param storageType The type of storage used by the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  ", "name" : "MinAllocatedStorage", "c2jName" : "MinAllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "minAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinAllocatedStorage", "marshallLocationName" : "MinAllocatedStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.*/", "getterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@return The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  ", "name" : "MaxAllocatedStorage", "c2jName" : "MaxAllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "maxAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxAllocatedStorage", "marshallLocationName" : "MaxAllocatedStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.*/", "getterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@return The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                  ", "name" : "DefaultAllocatedStorage", "c2jName" : "DefaultAllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "defaultAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

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

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.*/", "getterDocumentation" : "/**

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@return The default amount of storage (in gigabytes) that is allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  ", "name" : "IncludedAllocatedStorage", "c2jName" : "IncludedAllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "includedAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "includedAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "IncludedAllocatedStorage", "marshallLocationName" : "IncludedAllocatedStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "getterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "orderableReplicationInstance", "variableType" : "OrderableReplicationInstance", "variableDeclarationType" : "OrderableReplicationInstance", "documentation" : null, "simpleType" : "OrderableReplicationInstance", "variableSetterType" : "OrderableReplicationInstance" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EngineVersion" : { "documentation" : "

                                  The version of the replication engine.

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

                                  The version of the replication engine.

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

                                  The version of the replication engine.

                                  \n@param engineVersion The version of the replication engine.*/", "getterDocumentation" : "/**

                                  The version of the replication engine.

                                  \n@return The version of the replication engine.*/", "fluentSetterDocumentation" : "/**

                                  The version of the replication engine.

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

                                  The version of the replication engine.

                                  \n@param engineVersion The version of the replication engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StorageType" : { "documentation" : "

                                  The type of storage used by the replication instance.

                                  ", "name" : "StorageType", "c2jName" : "StorageType", "c2jShape" : "String", "variable" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The type of storage used by the replication instance.

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

                                  The type of storage used by the replication instance.

                                  \n@param storageType The type of storage used by the replication instance.*/", "getterDocumentation" : "/**

                                  The type of storage used by the replication instance.

                                  \n@return The type of storage used by the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The type of storage used by the replication instance.

                                  \n@param storageType The type of storage used by the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The type of storage used by the replication instance.

                                  \n@param storageType The type of storage used by the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultAllocatedStorage" : { "documentation" : "

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                  ", "name" : "DefaultAllocatedStorage", "c2jName" : "DefaultAllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "defaultAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

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

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.*/", "getterDocumentation" : "/**

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@return The default amount of storage (in gigabytes) that is allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxAllocatedStorage" : { "documentation" : "

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  ", "name" : "MaxAllocatedStorage", "c2jName" : "MaxAllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "maxAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxAllocatedStorage", "marshallLocationName" : "MaxAllocatedStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.*/", "getterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@return The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IncludedAllocatedStorage" : { "documentation" : "

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  ", "name" : "IncludedAllocatedStorage", "c2jName" : "IncludedAllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "includedAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "includedAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "IncludedAllocatedStorage", "marshallLocationName" : "IncludedAllocatedStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "getterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceClass" : { "documentation" : "

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "name" : "ReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceClass", "marshallLocationName" : "ReplicationInstanceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "getterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@return The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "fluentSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinAllocatedStorage" : { "documentation" : "

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  ", "name" : "MinAllocatedStorage", "c2jName" : "MinAllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "minAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "minAllocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinAllocatedStorage", "marshallLocationName" : "MinAllocatedStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.*/", "getterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@return The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                  \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeReplicationInstancesResult" : { "c2jName" : "DescribeReplicationInstancesResponse", "documentation" : "", "shapeName" : "DescribeReplicationInstancesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The replication instances described.

                                  ", "name" : "ReplicationInstances", "c2jName" : "ReplicationInstances", "c2jShape" : "ReplicationInstanceList", "variable" : { "variableName" : "replicationInstances", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  The replication instances described.

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

                                  The replication instances described.

                                  \n@param replicationInstances The replication instances described.*/", "getterDocumentation" : "/**

                                  The replication instances described.

                                  \n@return The replication instances described.*/", "fluentSetterDocumentation" : "/**

                                  The replication instances described.

                                  \n@param replicationInstances The replication instances described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication instances described.

                                  \n

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

                                  \n@param replicationInstances The replication instances described.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReplicationInstancesResult", "variableType" : "DescribeReplicationInstancesResult", "variableDeclarationType" : "DescribeReplicationInstancesResult", "documentation" : null, "simpleType" : "DescribeReplicationInstancesResult", "variableSetterType" : "DescribeReplicationInstancesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationInstances" : { "documentation" : "

                                  The replication instances described.

                                  ", "name" : "ReplicationInstances", "c2jName" : "ReplicationInstances", "c2jShape" : "ReplicationInstanceList", "variable" : { "variableName" : "replicationInstances", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  The replication instances described.

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

                                  The replication instances described.

                                  \n@param replicationInstances The replication instances described.*/", "getterDocumentation" : "/**

                                  The replication instances described.

                                  \n@return The replication instances described.*/", "fluentSetterDocumentation" : "/**

                                  The replication instances described.

                                  \n@param replicationInstances The replication instances described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication instances described.

                                  \n

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

                                  \n@param replicationInstances The replication instances described.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteReplicationTaskResult" : { "c2jName" : "DeleteReplicationTaskResponse", "documentation" : "", "shapeName" : "DeleteReplicationTaskResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The deleted replication task.

                                  ", "name" : "ReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "variable" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "

                                  The deleted replication task.

                                  ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "setterModel" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTask", "marshallLocationName" : "ReplicationTask", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 deleted replication task.

                                  \n@param replicationTask The deleted replication task.*/", "getterDocumentation" : "/**

                                  The deleted replication task.

                                  \n@return The deleted replication task.*/", "fluentSetterDocumentation" : "/**

                                  The deleted replication task.

                                  \n@param replicationTask The deleted replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The deleted replication task.

                                  \n@param replicationTask The deleted replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteReplicationTaskResult", "variableType" : "DeleteReplicationTaskResult", "variableDeclarationType" : "DeleteReplicationTaskResult", "documentation" : null, "simpleType" : "DeleteReplicationTaskResult", "variableSetterType" : "DeleteReplicationTaskResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationTask" : { "documentation" : "

                                  The deleted replication task.

                                  ", "name" : "ReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "variable" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "

                                  The deleted replication task.

                                  ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "setterModel" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTask", "marshallLocationName" : "ReplicationTask", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 deleted replication task.

                                  \n@param replicationTask The deleted replication task.*/", "getterDocumentation" : "/**

                                  The deleted replication task.

                                  \n@return The deleted replication task.*/", "fluentSetterDocumentation" : "/**

                                  The deleted replication task.

                                  \n@param replicationTask The deleted replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The deleted replication task.

                                  \n@param replicationTask The deleted replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AvailabilityZone" : { "c2jName" : "AvailabilityZone", "documentation" : "", "shapeName" : "AvailabilityZone", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the availability zone.

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

                                  The name of the availability zone.

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

                                  The name of the availability zone.

                                  \n@param name The name of the availability zone.*/", "getterDocumentation" : "/**

                                  The name of the availability zone.

                                  \n@return The name of the availability zone.*/", "fluentSetterDocumentation" : "/**

                                  The name of the availability zone.

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

                                  The name of the availability zone.

                                  \n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "availabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                  The name of the availability zone.

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

                                  The name of the availability zone.

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

                                  The name of the availability zone.

                                  \n@param name The name of the availability zone.*/", "getterDocumentation" : "/**

                                  The name of the availability zone.

                                  \n@return The name of the availability zone.*/", "fluentSetterDocumentation" : "/**

                                  The name of the availability zone.

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

                                  The name of the availability zone.

                                  \n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAccountAttributesRequest" : { "c2jName" : "DescribeAccountAttributesMessage", "documentation" : "", "shapeName" : "DescribeAccountAttributesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "describeAccountAttributesRequest", "variableType" : "DescribeAccountAttributesRequest", "variableDeclarationType" : "DescribeAccountAttributesRequest", "documentation" : null, "simpleType" : "DescribeAccountAttributesRequest", "variableSetterType" : "DescribeAccountAttributesRequest" }, "marshaller" : { "action" : "DescribeAccountAttributes", "verb" : "POST", "target" : "AmazonDMSv20160101.DescribeAccountAttributes", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TestConnectionRequest" : { "c2jName" : "TestConnectionMessage", "documentation" : "", "shapeName" : "TestConnectionRequest", "deprecated" : false, "required" : [ "ReplicationInstanceArn", "EndpointArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Number (ARN) of the replication instance.

                                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Number (ARN) of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 Number (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Number (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication instance.

                                  \n@return The Amazon Resource Number (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Number (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Number (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "testConnectionRequest", "variableType" : "TestConnectionRequest", "variableDeclarationType" : "TestConnectionRequest", "documentation" : null, "simpleType" : "TestConnectionRequest", "variableSetterType" : "TestConnectionRequest" }, "marshaller" : { "action" : "TestConnection", "verb" : "POST", "target" : "AmazonDMSv20160101.TestConnection", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationInstanceArn" : { "documentation" : "

                                  The Amazon Resource Number (ARN) of the replication instance.

                                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Number (ARN) of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 Number (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Number (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication instance.

                                  \n@return The Amazon Resource Number (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Number (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Number (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StartReplicationTaskTypeValue" : { "c2jName" : "StartReplicationTaskTypeValue", "documentation" : "", "shapeName" : "StartReplicationTaskTypeValue", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "StartReplication", "value" : "start-replication" }, { "name" : "ResumeProcessing", "value" : "resume-processing" }, { "name" : "ReloadTarget", "value" : "reload-target" } ], "variable" : { "variableName" : "startReplicationTaskTypeValue", "variableType" : "StartReplicationTaskTypeValue", "variableDeclarationType" : "StartReplicationTaskTypeValue", "documentation" : null, "simpleType" : "StartReplicationTaskTypeValue", "variableSetterType" : "StartReplicationTaskTypeValue" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "KMSKeyNotAccessibleException" : { "c2jName" : "KMSKeyNotAccessibleFault", "documentation" : "

                                  AWS DMS cannot access the KMS key.

                                  ", "shapeName" : "KMSKeyNotAccessibleException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "kMSKeyNotAccessibleException", "variableType" : "KMSKeyNotAccessibleException", "variableDeclarationType" : "KMSKeyNotAccessibleException", "documentation" : null, "simpleType" : "KMSKeyNotAccessibleException", "variableSetterType" : "KMSKeyNotAccessibleException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "KMSKeyNotAccessibleFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeEndpointTypesRequest" : { "c2jName" : "DescribeEndpointTypesMessage", "documentation" : "", "shapeName" : "DescribeEndpointTypesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

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

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

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

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type*/", "getterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

                                  \n@return Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type*/", "fluentSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

                                  \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 Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEndpointTypesRequest", "variableType" : "DescribeEndpointTypesRequest", "variableDeclarationType" : "DescribeEndpointTypesRequest", "documentation" : null, "simpleType" : "DescribeEndpointTypesRequest", "variableSetterType" : "DescribeEndpointTypesRequest" }, "marshaller" : { "action" : "DescribeEndpointTypes", "verb" : "POST", "target" : "AmazonDMSv20160101.DescribeEndpointTypes", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

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

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

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

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type*/", "getterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

                                  \n@return Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type*/", "fluentSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type

                                  \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 Filters applied to the describe action.

                                  Valid filter names: engine-name | endpoint-type\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyReplicationInstanceRequest" : { "c2jName" : "ModifyReplicationInstanceMessage", "documentation" : "", "shapeName" : "ModifyReplicationInstanceRequest", "deprecated" : false, "required" : [ "ReplicationInstanceArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

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

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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 amount of storage (in gigabytes) to be allocated for the replication instance.

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.*/", "getterDocumentation" : "/**

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

                                  \n@return The amount of storage (in gigabytes) to be allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.\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.

                                  ", "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.

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

                                  \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.*/", "getterDocumentation" : "/**

                                  Indicates whether the changes should be applied immediately or during the next maintenance window.

                                  \n@return Indicates whether the changes should be applied immediately or during the next maintenance window.*/", "fluentSetterDocumentation" : "/**

                                  Indicates whether the changes should be applied immediately or during the next maintenance window.

                                  \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.\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.

                                  \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "name" : "ReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceClass", "marshallLocationName" : "ReplicationInstanceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "getterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@return The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "fluentSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \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 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 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

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

                                  The weekly time range (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 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 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 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 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 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 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 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 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" : "

                                  The engine version number of the replication instance.

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

                                  The engine version number of the replication instance.

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

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.*/", "getterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@return The engine version number of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\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 replication 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 replication instance's current version.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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 replication 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 replication 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 replication 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 replication 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 replication 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 replication 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 replication 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 replication 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 replication 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 AWS DMS 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 replication 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 AWS DMS has enabled auto patching for that engine version.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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 replication 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 AWS DMS has enabled auto patching for that engine version.

                                  \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS has enabled auto patching for that engine version.*/", "getterDocumentation" : "/**

                                  Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS has enabled auto patching for that engine version.

                                  \n@return Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS has enabled auto patching for that engine version.*/", "fluentSetterDocumentation" : "/**

                                  Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS has enabled auto patching for that engine version.

                                  \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS 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 replication 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 AWS DMS has enabled auto patching for that engine version.

                                  \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS 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 replication instance identifier. This parameter is stored as a lowercase string.

                                  ", "name" : "ReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.*/", "getterDocumentation" : "/**

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

                                  \n@return The replication instance identifier. This parameter is stored as a lowercase string.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param replicationInstanceIdentifier The replication instance identifier. 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 replication instance identifier. This parameter is stored as a lowercase string.

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter 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" : "modifyReplicationInstanceRequest", "variableType" : "ModifyReplicationInstanceRequest", "variableDeclarationType" : "ModifyReplicationInstanceRequest", "documentation" : null, "simpleType" : "ModifyReplicationInstanceRequest", "variableSetterType" : "ModifyReplicationInstanceRequest" }, "marshaller" : { "action" : "ModifyReplicationInstance", "verb" : "POST", "target" : "AmazonDMSv20160101.ModifyReplicationInstance", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EngineVersion" : { "documentation" : "

                                  The engine version number of the replication instance.

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

                                  The engine version number of the replication instance.

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

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.*/", "getterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@return The engine version number of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceIdentifier" : { "documentation" : "

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

                                  ", "name" : "ReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.*/", "getterDocumentation" : "/**

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

                                  \n@return The replication instance identifier. This parameter is stored as a lowercase string.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param replicationInstanceIdentifier The replication instance identifier. 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 replication instance identifier. This parameter is stored as a lowercase string.

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\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 replication 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 replication instance's current version.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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 replication 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 replication 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 replication 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 replication 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 replication 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 replication 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 replication 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 replication instance's current version.\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 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 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

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

                                  The weekly time range (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 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 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 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 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 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 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 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 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.*/" }, "ReplicationInstanceClass" : { "documentation" : "

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "name" : "ReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceClass", "marshallLocationName" : "ReplicationInstanceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "getterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@return The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "fluentSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \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 replication 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 AWS DMS 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 replication 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 AWS DMS has enabled auto patching for that engine version.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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 replication 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 AWS DMS has enabled auto patching for that engine version.

                                  \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS has enabled auto patching for that engine version.*/", "getterDocumentation" : "/**

                                  Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS has enabled auto patching for that engine version.

                                  \n@return Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS has enabled auto patching for that engine version.*/", "fluentSetterDocumentation" : "/**

                                  Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS has enabled auto patching for that engine version.

                                  \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS 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 replication 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 AWS DMS has enabled auto patching for that engine version.

                                  \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication 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 AWS DMS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApplyImmediately" : { "documentation" : "

                                  Indicates whether the changes should be applied immediately or during the next maintenance window.

                                  ", "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.

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

                                  \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.*/", "getterDocumentation" : "/**

                                  Indicates whether the changes should be applied immediately or during the next maintenance window.

                                  \n@return Indicates whether the changes should be applied immediately or during the next maintenance window.*/", "fluentSetterDocumentation" : "/**

                                  Indicates whether the changes should be applied immediately or during the next maintenance window.

                                  \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.\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.

                                  \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllocatedStorage" : { "documentation" : "

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

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

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

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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 amount of storage (in gigabytes) to be allocated for the replication instance.

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.*/", "getterDocumentation" : "/**

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

                                  \n@return The amount of storage (in gigabytes) to be allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RefreshSchemasStatus" : { "c2jName" : "RefreshSchemasStatus", "documentation" : "", "shapeName" : "RefreshSchemasStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The status of the schema.

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

                                  The status of the schema.

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

                                  The status of the schema.

                                  \n@param status The status of the schema.\n@see RefreshSchemasStatusTypeValue*/", "getterDocumentation" : "/**

                                  The status of the schema.

                                  \n@return The status of the schema.\n@see RefreshSchemasStatusTypeValue*/", "fluentSetterDocumentation" : "/**

                                  The status of the schema.

                                  \n@param status The status of the schema.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RefreshSchemasStatusTypeValue*/", "varargSetterDocumentation" : "/**

                                  The status of the schema.

                                  \n@param status The status of the schema.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RefreshSchemasStatusTypeValue*/" }, { "documentation" : "

                                  The date the schema was last refreshed.

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

                                  The date the schema was last refreshed.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastRefreshDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastRefreshDate", "marshallLocationName" : "LastRefreshDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 the schema was last refreshed.

                                  \n@param lastRefreshDate The date the schema was last refreshed.*/", "getterDocumentation" : "/**

                                  The date the schema was last refreshed.

                                  \n@return The date the schema was last refreshed.*/", "fluentSetterDocumentation" : "/**

                                  The date the schema was last refreshed.

                                  \n@param lastRefreshDate The date the schema was last refreshed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The date the schema was last refreshed.

                                  \n@param lastRefreshDate The date the schema was last refreshed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The last failure message for the schema.

                                  ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The last failure message for the schema.

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

                                  The last failure message for the schema.

                                  \n@param lastFailureMessage The last failure message for the schema.*/", "getterDocumentation" : "/**

                                  The last failure message for the schema.

                                  \n@return The last failure message for the schema.*/", "fluentSetterDocumentation" : "/**

                                  The last failure message for the schema.

                                  \n@param lastFailureMessage The last failure message for the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The last failure message for the schema.

                                  \n@param lastFailureMessage The last failure message for the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "variableDeclarationType" : "RefreshSchemasStatus", "documentation" : null, "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "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 schema.

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

                                  The status of the schema.

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

                                  The status of the schema.

                                  \n@param status The status of the schema.\n@see RefreshSchemasStatusTypeValue*/", "getterDocumentation" : "/**

                                  The status of the schema.

                                  \n@return The status of the schema.\n@see RefreshSchemasStatusTypeValue*/", "fluentSetterDocumentation" : "/**

                                  The status of the schema.

                                  \n@param status The status of the schema.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RefreshSchemasStatusTypeValue*/", "varargSetterDocumentation" : "/**

                                  The status of the schema.

                                  \n@param status The status of the schema.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RefreshSchemasStatusTypeValue*/" }, "LastFailureMessage" : { "documentation" : "

                                  The last failure message for the schema.

                                  ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The last failure message for the schema.

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

                                  The last failure message for the schema.

                                  \n@param lastFailureMessage The last failure message for the schema.*/", "getterDocumentation" : "/**

                                  The last failure message for the schema.

                                  \n@return The last failure message for the schema.*/", "fluentSetterDocumentation" : "/**

                                  The last failure message for the schema.

                                  \n@param lastFailureMessage The last failure message for the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The last failure message for the schema.

                                  \n@param lastFailureMessage The last failure message for the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastRefreshDate" : { "documentation" : "

                                  The date the schema was last refreshed.

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

                                  The date the schema was last refreshed.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastRefreshDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastRefreshDate", "marshallLocationName" : "LastRefreshDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 the schema was last refreshed.

                                  \n@param lastRefreshDate The date the schema was last refreshed.*/", "getterDocumentation" : "/**

                                  The date the schema was last refreshed.

                                  \n@return The date the schema was last refreshed.*/", "fluentSetterDocumentation" : "/**

                                  The date the schema was last refreshed.

                                  \n@param lastRefreshDate The date the schema was last refreshed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The date the schema was last refreshed.

                                  \n@param lastRefreshDate The date the schema was last refreshed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Subnet" : { "c2jName" : "Subnet", "documentation" : "", "shapeName" : "Subnet", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The subnet identifier.

                                  ", "name" : "SubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The subnet identifier.

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

                                  The subnet identifier.

                                  \n@param subnetIdentifier The subnet identifier.*/", "getterDocumentation" : "/**

                                  The subnet identifier.

                                  \n@return The subnet identifier.*/", "fluentSetterDocumentation" : "/**

                                  The subnet identifier.

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

                                  The subnet identifier.

                                  \n@param subnetIdentifier The subnet identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The Availability Zone of the subnet.

                                  ", "name" : "SubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "

                                  The Availability Zone of the subnet.

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

                                  The Availability Zone of the subnet.

                                  \n@param subnetAvailabilityZone The Availability Zone of the subnet.*/", "getterDocumentation" : "/**

                                  The Availability Zone of the subnet.

                                  \n@return The Availability Zone of the subnet.*/", "fluentSetterDocumentation" : "/**

                                  The Availability Zone of the subnet.

                                  \n@param subnetAvailabilityZone The Availability Zone of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Availability Zone of the subnet.

                                  \n@param subnetAvailabilityZone The Availability Zone of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The status of the subnet.

                                  ", "name" : "SubnetStatus", "c2jName" : "SubnetStatus", "c2jShape" : "String", "variable" : { "variableName" : "subnetStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The status of the subnet.

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

                                  The status of the subnet.

                                  \n@param subnetStatus The status of the subnet.*/", "getterDocumentation" : "/**

                                  The status of the subnet.

                                  \n@return The status of the subnet.*/", "fluentSetterDocumentation" : "/**

                                  The status of the subnet.

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

                                  The status of the subnet.

                                  \n@param subnetStatus 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, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubnetStatus" : { "documentation" : "

                                  The status of the subnet.

                                  ", "name" : "SubnetStatus", "c2jName" : "SubnetStatus", "c2jShape" : "String", "variable" : { "variableName" : "subnetStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The status of the subnet.

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

                                  The status of the subnet.

                                  \n@param subnetStatus The status of the subnet.*/", "getterDocumentation" : "/**

                                  The status of the subnet.

                                  \n@return The status of the subnet.*/", "fluentSetterDocumentation" : "/**

                                  The status of the subnet.

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

                                  The status of the subnet.

                                  \n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetAvailabilityZone" : { "documentation" : "

                                  The Availability Zone of the subnet.

                                  ", "name" : "SubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "

                                  The Availability Zone of the subnet.

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

                                  The Availability Zone of the subnet.

                                  \n@param subnetAvailabilityZone The Availability Zone of the subnet.*/", "getterDocumentation" : "/**

                                  The Availability Zone of the subnet.

                                  \n@return The Availability Zone of the subnet.*/", "fluentSetterDocumentation" : "/**

                                  The Availability Zone of the subnet.

                                  \n@param subnetAvailabilityZone The Availability Zone of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Availability Zone of the subnet.

                                  \n@param subnetAvailabilityZone The Availability Zone of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetIdentifier" : { "documentation" : "

                                  The subnet identifier.

                                  ", "name" : "SubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The subnet identifier.

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

                                  The subnet identifier.

                                  \n@param subnetIdentifier The subnet identifier.*/", "getterDocumentation" : "/**

                                  The subnet identifier.

                                  \n@return The subnet identifier.*/", "fluentSetterDocumentation" : "/**

                                  The subnet identifier.

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

                                  The subnet identifier.

                                  \n@param subnetIdentifier The subnet identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteReplicationInstanceResult" : { "c2jName" : "DeleteReplicationInstanceResponse", "documentation" : "", "shapeName" : "DeleteReplicationInstanceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The replication instance that was deleted.

                                  ", "name" : "ReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "variable" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "

                                  The replication instance that was deleted.

                                  ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "setterModel" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstance", "marshallLocationName" : "ReplicationInstance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication instance that was deleted.

                                  \n@param replicationInstance The replication instance that was deleted.*/", "getterDocumentation" : "/**

                                  The replication instance that was deleted.

                                  \n@return The replication instance that was deleted.*/", "fluentSetterDocumentation" : "/**

                                  The replication instance that was deleted.

                                  \n@param replicationInstance The replication instance that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication instance that was deleted.

                                  \n@param replicationInstance The replication instance that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteReplicationInstanceResult", "variableType" : "DeleteReplicationInstanceResult", "variableDeclarationType" : "DeleteReplicationInstanceResult", "documentation" : null, "simpleType" : "DeleteReplicationInstanceResult", "variableSetterType" : "DeleteReplicationInstanceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationInstance" : { "documentation" : "

                                  The replication instance that was deleted.

                                  ", "name" : "ReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "variable" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "

                                  The replication instance that was deleted.

                                  ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "setterModel" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstance", "marshallLocationName" : "ReplicationInstance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication instance that was deleted.

                                  \n@param replicationInstance The replication instance that was deleted.*/", "getterDocumentation" : "/**

                                  The replication instance that was deleted.

                                  \n@return The replication instance that was deleted.*/", "fluentSetterDocumentation" : "/**

                                  The replication instance that was deleted.

                                  \n@param replicationInstance The replication instance that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication instance that was deleted.

                                  \n@param replicationInstance The replication instance that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeReplicationSubnetGroupsRequest" : { "c2jName" : "DescribeReplicationSubnetGroupsMessage", "documentation" : "", "shapeName" : "DescribeReplicationSubnetGroupsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Filters applied to the describe action.

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

                                  Filters applied to the describe action.

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

                                  Filters applied to the describe action.

                                  \n@param filters Filters applied to the describe action.*/", "getterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  \n@return Filters applied to the describe action.*/", "fluentSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  \n@param filters Filters applied to the describe action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Filters applied to the describe action.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReplicationSubnetGroupsRequest", "variableType" : "DescribeReplicationSubnetGroupsRequest", "variableDeclarationType" : "DescribeReplicationSubnetGroupsRequest", "documentation" : null, "simpleType" : "DescribeReplicationSubnetGroupsRequest", "variableSetterType" : "DescribeReplicationSubnetGroupsRequest" }, "marshaller" : { "action" : "DescribeReplicationSubnetGroups", "verb" : "POST", "target" : "AmazonDMSv20160101.DescribeReplicationSubnetGroups", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

                                  Filters applied to the describe action.

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

                                  Filters applied to the describe action.

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

                                  Filters applied to the describe action.

                                  \n@param filters Filters applied to the describe action.*/", "getterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  \n@return Filters applied to the describe action.*/", "fluentSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  \n@param filters Filters applied to the describe action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Filters applied to the describe action.

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

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeReplicationTasksResult" : { "c2jName" : "DescribeReplicationTasksResponse", "documentation" : "", "shapeName" : "DescribeReplicationTasksResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A description of the replication tasks.

                                  ", "name" : "ReplicationTasks", "c2jName" : "ReplicationTasks", "c2jShape" : "ReplicationTaskList", "variable" : { "variableName" : "replicationTasks", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  A description of the replication tasks.

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

                                  A description of the replication tasks.

                                  \n@param replicationTasks A description of the replication tasks.*/", "getterDocumentation" : "/**

                                  A description of the replication tasks.

                                  \n@return A description of the replication tasks.*/", "fluentSetterDocumentation" : "/**

                                  A description of the replication tasks.

                                  \n@param replicationTasks A description of the replication tasks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description of the replication tasks.

                                  \n

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

                                  \n@param replicationTasks A description of the replication tasks.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReplicationTasksResult", "variableType" : "DescribeReplicationTasksResult", "variableDeclarationType" : "DescribeReplicationTasksResult", "documentation" : null, "simpleType" : "DescribeReplicationTasksResult", "variableSetterType" : "DescribeReplicationTasksResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationTasks" : { "documentation" : "

                                  A description of the replication tasks.

                                  ", "name" : "ReplicationTasks", "c2jName" : "ReplicationTasks", "c2jShape" : "ReplicationTaskList", "variable" : { "variableName" : "replicationTasks", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  A description of the replication tasks.

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

                                  A description of the replication tasks.

                                  \n@param replicationTasks A description of the replication tasks.*/", "getterDocumentation" : "/**

                                  A description of the replication tasks.

                                  \n@return A description of the replication tasks.*/", "fluentSetterDocumentation" : "/**

                                  A description of the replication tasks.

                                  \n@param replicationTasks A description of the replication tasks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description of the replication tasks.

                                  \n

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

                                  \n@param replicationTasks A description of the replication tasks.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StopReplicationTaskResult" : { "c2jName" : "StopReplicationTaskResponse", "documentation" : "", "shapeName" : "StopReplicationTaskResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The replication task stopped.

                                  ", "name" : "ReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "variable" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "

                                  The replication task stopped.

                                  ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "setterModel" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTask", "marshallLocationName" : "ReplicationTask", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication task stopped.

                                  \n@param replicationTask The replication task stopped.*/", "getterDocumentation" : "/**

                                  The replication task stopped.

                                  \n@return The replication task stopped.*/", "fluentSetterDocumentation" : "/**

                                  The replication task stopped.

                                  \n@param replicationTask The replication task stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication task stopped.

                                  \n@param replicationTask The replication task stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stopReplicationTaskResult", "variableType" : "StopReplicationTaskResult", "variableDeclarationType" : "StopReplicationTaskResult", "documentation" : null, "simpleType" : "StopReplicationTaskResult", "variableSetterType" : "StopReplicationTaskResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationTask" : { "documentation" : "

                                  The replication task stopped.

                                  ", "name" : "ReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "variable" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "

                                  The replication task stopped.

                                  ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "setterModel" : { "variableName" : "replicationTask", "variableType" : "ReplicationTask", "variableDeclarationType" : "ReplicationTask", "documentation" : "", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTask", "marshallLocationName" : "ReplicationTask", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication task stopped.

                                  \n@param replicationTask The replication task stopped.*/", "getterDocumentation" : "/**

                                  The replication task stopped.

                                  \n@return The replication task stopped.*/", "fluentSetterDocumentation" : "/**

                                  The replication task stopped.

                                  \n@param replicationTask The replication task stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication task stopped.

                                  \n@param replicationTask The replication task stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateEndpointResult" : { "c2jName" : "CreateEndpointResponse", "documentation" : "", "shapeName" : "CreateEndpointResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The endpoint that was created.

                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "

                                  The endpoint that was created.

                                  ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "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" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The endpoint that was created.

                                  \n@param endpoint The endpoint that was created.*/", "getterDocumentation" : "/**

                                  The endpoint that was created.

                                  \n@return The endpoint that was created.*/", "fluentSetterDocumentation" : "/**

                                  The endpoint that was created.

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

                                  The endpoint that was created.

                                  \n@param endpoint The endpoint that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createEndpointResult", "variableType" : "CreateEndpointResult", "variableDeclarationType" : "CreateEndpointResult", "documentation" : null, "simpleType" : "CreateEndpointResult", "variableSetterType" : "CreateEndpointResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Endpoint" : { "documentation" : "

                                  The endpoint that was created.

                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "

                                  The endpoint that was created.

                                  ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "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" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The endpoint that was created.

                                  \n@param endpoint The endpoint that was created.*/", "getterDocumentation" : "/**

                                  The endpoint that was created.

                                  \n@return The endpoint that was created.*/", "fluentSetterDocumentation" : "/**

                                  The endpoint that was created.

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

                                  The endpoint that was created.

                                  \n@param endpoint The endpoint that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyEndpointRequest" : { "c2jName" : "ModifyEndpointMessage", "documentation" : "", "shapeName" : "ModifyEndpointRequest", "deprecated" : false, "required" : [ "EndpointArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "name" : "EndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointIdentifier", "marshallLocationName" : "EndpointIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "getterDocumentation" : "/**

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "fluentSetterDocumentation" : "/**

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 type of endpoint.

                                  ", "name" : "EndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "variable" : { "variableName" : "endpointType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The type of endpoint.

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

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "getterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "fluentSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/", "varargSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/" }, { "documentation" : "

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

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

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

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

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.*/", "getterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

                                  \n@return The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.*/", "fluentSetterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The user name to be used to login to the endpoint database.

                                  ", "name" : "Username", "c2jName" : "Username", "c2jShape" : "String", "variable" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The user name to be used to login to the endpoint database.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Username", "marshallLocationName" : "Username", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.*/", "getterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@return The user name to be used to login to the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The password to be used to login to the endpoint database.

                                  ", "name" : "Password", "c2jName" : "Password", "c2jShape" : "SecretString", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The password to be used to login to the endpoint database.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.*/", "getterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@return The password to be used to login to the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of the server where the endpoint database resides.

                                  ", "name" : "ServerName", "c2jName" : "ServerName", "c2jShape" : "String", "variable" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the server where the endpoint database resides.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ServerName", "marshallLocationName" : "ServerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 server where the endpoint database resides.

                                  \n@param serverName The name of the server where the endpoint database resides.*/", "getterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

                                  \n@return The name of the server where the endpoint database resides.*/", "fluentSetterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

                                  \n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

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

                                  The port used by the endpoint database.

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

                                  The port used by the endpoint database.

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

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.*/", "getterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@return The port used by the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of the endpoint database.

                                  ", "name" : "DatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the endpoint database.

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

                                  The name of the endpoint database.

                                  \n@param databaseName The name of the endpoint database.*/", "getterDocumentation" : "/**

                                  The name of the endpoint database.

                                  \n@return The name of the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The name of the endpoint database.

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

                                  The name of the endpoint database.

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

                                  Additional attributes associated with the connection.

                                  ", "name" : "ExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "variable" : { "variableName" : "extraConnectionAttributes", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Additional attributes associated with the connection.

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

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.*/", "getterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@return Additional attributes associated with the connection.*/", "fluentSetterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyEndpointRequest", "variableType" : "ModifyEndpointRequest", "variableDeclarationType" : "ModifyEndpointRequest", "documentation" : null, "simpleType" : "ModifyEndpointRequest", "variableSetterType" : "ModifyEndpointRequest" }, "marshaller" : { "action" : "ModifyEndpoint", "verb" : "POST", "target" : "AmazonDMSv20160101.ModifyEndpoint", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Username" : { "documentation" : "

                                  The user name to be used to login to the endpoint database.

                                  ", "name" : "Username", "c2jName" : "Username", "c2jShape" : "String", "variable" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The user name to be used to login to the endpoint database.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Username", "marshallLocationName" : "Username", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.*/", "getterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@return The user name to be used to login to the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ServerName" : { "documentation" : "

                                  The name of the server where the endpoint database resides.

                                  ", "name" : "ServerName", "c2jName" : "ServerName", "c2jShape" : "String", "variable" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the server where the endpoint database resides.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ServerName", "marshallLocationName" : "ServerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 server where the endpoint database resides.

                                  \n@param serverName The name of the server where the endpoint database resides.*/", "getterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

                                  \n@return The name of the server where the endpoint database resides.*/", "fluentSetterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

                                  \n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

                                  \n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

                                  The port used by the endpoint database.

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

                                  The port used by the endpoint database.

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

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.*/", "getterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@return The port used by the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExtraConnectionAttributes" : { "documentation" : "

                                  Additional attributes associated with the connection.

                                  ", "name" : "ExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "variable" : { "variableName" : "extraConnectionAttributes", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Additional attributes associated with the connection.

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

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.*/", "getterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@return Additional attributes associated with the connection.*/", "fluentSetterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointType" : { "documentation" : "

                                  The type of endpoint.

                                  ", "name" : "EndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "variable" : { "variableName" : "endpointType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The type of endpoint.

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

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "getterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "fluentSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/", "varargSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/" }, "DatabaseName" : { "documentation" : "

                                  The name of the endpoint database.

                                  ", "name" : "DatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the endpoint database.

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

                                  The name of the endpoint database.

                                  \n@param databaseName The name of the endpoint database.*/", "getterDocumentation" : "/**

                                  The name of the endpoint database.

                                  \n@return The name of the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The name of the endpoint database.

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

                                  The name of the endpoint database.

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

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineName" : { "documentation" : "

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

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

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

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

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.*/", "getterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

                                  \n@return The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.*/", "fluentSetterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointIdentifier" : { "documentation" : "

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "name" : "EndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointIdentifier", "marshallLocationName" : "EndpointIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "getterDocumentation" : "/**

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "fluentSetterDocumentation" : "/**

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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.*/" }, "Password" : { "documentation" : "

                                  The password to be used to login to the endpoint database.

                                  ", "name" : "Password", "c2jName" : "Password", "c2jShape" : "SecretString", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The password to be used to login to the endpoint database.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.*/", "getterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@return The password to be used to login to the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyReplicationInstanceResult" : { "c2jName" : "ModifyReplicationInstanceResponse", "documentation" : "", "shapeName" : "ModifyReplicationInstanceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The modified replication instance.

                                  ", "name" : "ReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "variable" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "

                                  The modified replication instance.

                                  ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "setterModel" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstance", "marshallLocationName" : "ReplicationInstance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 modified replication instance.

                                  \n@param replicationInstance The modified replication instance.*/", "getterDocumentation" : "/**

                                  The modified replication instance.

                                  \n@return The modified replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The modified replication instance.

                                  \n@param replicationInstance The modified replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The modified replication instance.

                                  \n@param replicationInstance The modified replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyReplicationInstanceResult", "variableType" : "ModifyReplicationInstanceResult", "variableDeclarationType" : "ModifyReplicationInstanceResult", "documentation" : null, "simpleType" : "ModifyReplicationInstanceResult", "variableSetterType" : "ModifyReplicationInstanceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationInstance" : { "documentation" : "

                                  The modified replication instance.

                                  ", "name" : "ReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "variable" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "

                                  The modified replication instance.

                                  ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "setterModel" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstance", "marshallLocationName" : "ReplicationInstance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 modified replication instance.

                                  \n@param replicationInstance The modified replication instance.*/", "getterDocumentation" : "/**

                                  The modified replication instance.

                                  \n@return The modified replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The modified replication instance.

                                  \n@param replicationInstance The modified replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The modified replication instance.

                                  \n@param replicationInstance The modified replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateEndpointRequest" : { "c2jName" : "CreateEndpointMessage", "documentation" : "", "shapeName" : "CreateEndpointRequest", "deprecated" : false, "required" : [ "EndpointIdentifier", "EndpointType", "EngineName", "Username", "Password", "ServerName", "Port" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "name" : "EndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointIdentifier", "marshallLocationName" : "EndpointIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "getterDocumentation" : "/**

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "fluentSetterDocumentation" : "/**

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 type of endpoint.

                                  ", "name" : "EndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "variable" : { "variableName" : "endpointType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The type of endpoint.

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

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "getterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "fluentSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/", "varargSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/" }, { "documentation" : "

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

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

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

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

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.*/", "getterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

                                  \n@return The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.*/", "fluentSetterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The user name to be used to login to the endpoint database.

                                  ", "name" : "Username", "c2jName" : "Username", "c2jShape" : "String", "variable" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The user name to be used to login to the endpoint database.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Username", "marshallLocationName" : "Username", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.*/", "getterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@return The user name to be used to login to the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The password to be used to login to the endpoint database.

                                  ", "name" : "Password", "c2jName" : "Password", "c2jShape" : "SecretString", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The password to be used to login to the endpoint database.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.*/", "getterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@return The password to be used to login to the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of the server where the endpoint database resides.

                                  ", "name" : "ServerName", "c2jName" : "ServerName", "c2jShape" : "String", "variable" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the server where the endpoint database resides.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ServerName", "marshallLocationName" : "ServerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 server where the endpoint database resides.

                                  \n@param serverName The name of the server where the endpoint database resides.*/", "getterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

                                  \n@return The name of the server where the endpoint database resides.*/", "fluentSetterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

                                  \n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

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

                                  The port used by the endpoint database.

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

                                  The port used by the endpoint database.

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

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.*/", "getterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@return The port used by the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of the endpoint database.

                                  ", "name" : "DatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the endpoint database.

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

                                  The name of the endpoint database.

                                  \n@param databaseName The name of the endpoint database.*/", "getterDocumentation" : "/**

                                  The name of the endpoint database.

                                  \n@return The name of the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The name of the endpoint database.

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

                                  The name of the endpoint database.

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

                                  Additional attributes associated with the connection.

                                  ", "name" : "ExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "variable" : { "variableName" : "extraConnectionAttributes", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Additional attributes associated with the connection.

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

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.*/", "getterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@return Additional attributes associated with the connection.*/", "fluentSetterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "getterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "fluentSetterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Tags to be added to the endpoint.

                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  Tags to be added to the endpoint.

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

                                  Tags to be added to the endpoint.

                                  \n@param tags Tags to be added to the endpoint.*/", "getterDocumentation" : "/**

                                  Tags to be added to the endpoint.

                                  \n@return Tags to be added to the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  Tags to be added to the endpoint.

                                  \n@param tags Tags to be added to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Tags to be added to the endpoint.

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

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "getterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/", "fluentSetterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                  \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Username" : { "documentation" : "

                                  The user name to be used to login to the endpoint database.

                                  ", "name" : "Username", "c2jName" : "Username", "c2jShape" : "String", "variable" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The user name to be used to login to the endpoint database.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "username", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Username", "marshallLocationName" : "Username", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.*/", "getterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@return The user name to be used to login to the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The user name to be used to login to the endpoint database.

                                  \n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ServerName" : { "documentation" : "

                                  The name of the server where the endpoint database resides.

                                  ", "name" : "ServerName", "c2jName" : "ServerName", "c2jShape" : "String", "variable" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the server where the endpoint database resides.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serverName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ServerName", "marshallLocationName" : "ServerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 server where the endpoint database resides.

                                  \n@param serverName The name of the server where the endpoint database resides.*/", "getterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

                                  \n@return The name of the server where the endpoint database resides.*/", "fluentSetterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

                                  \n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the server where the endpoint database resides.

                                  \n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

                                  The port used by the endpoint database.

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

                                  The port used by the endpoint database.

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

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.*/", "getterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@return The port used by the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The port used by the endpoint database.

                                  \n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExtraConnectionAttributes" : { "documentation" : "

                                  Additional attributes associated with the connection.

                                  ", "name" : "ExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "variable" : { "variableName" : "extraConnectionAttributes", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Additional attributes associated with the connection.

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

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.*/", "getterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@return Additional attributes associated with the connection.*/", "fluentSetterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Additional attributes associated with the connection.

                                  \n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointType" : { "documentation" : "

                                  The type of endpoint.

                                  ", "name" : "EndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "variable" : { "variableName" : "endpointType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The type of endpoint.

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

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "getterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue*/", "fluentSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/", "varargSetterDocumentation" : "/**

                                  The type of endpoint.

                                  \n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/" }, "DatabaseName" : { "documentation" : "

                                  The name of the endpoint database.

                                  ", "name" : "DatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the endpoint database.

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

                                  The name of the endpoint database.

                                  \n@param databaseName The name of the endpoint database.*/", "getterDocumentation" : "/**

                                  The name of the endpoint database.

                                  \n@return The name of the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The name of the endpoint database.

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

                                  The name of the endpoint database.

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

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

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

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

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

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.*/", "getterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

                                  \n@return The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.*/", "fluentSetterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.

                                  \n@param engineName The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

                                  Tags to be added to the endpoint.

                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  Tags to be added to the endpoint.

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

                                  Tags to be added to the endpoint.

                                  \n@param tags Tags to be added to the endpoint.*/", "getterDocumentation" : "/**

                                  Tags to be added to the endpoint.

                                  \n@return Tags to be added to the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  Tags to be added to the endpoint.

                                  \n@param tags Tags to be added to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Tags to be added to the endpoint.

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

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "name" : "EndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointIdentifier", "marshallLocationName" : "EndpointIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "getterDocumentation" : "/**

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "fluentSetterDocumentation" : "/**

                                  The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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.*/" }, "Password" : { "documentation" : "

                                  The password to be used to login to the endpoint database.

                                  ", "name" : "Password", "c2jName" : "Password", "c2jShape" : "SecretString", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The password to be used to login to the endpoint database.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.*/", "getterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@return The password to be used to login to the endpoint database.*/", "fluentSetterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The password to be used to login to the endpoint database.

                                  \n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SubnetAlreadyInUseException" : { "c2jName" : "SubnetAlreadyInUse", "documentation" : "

                                  The specified subnet is already in use.

                                  ", "shapeName" : "SubnetAlreadyInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "subnetAlreadyInUseException", "variableType" : "SubnetAlreadyInUseException", "variableDeclarationType" : "SubnetAlreadyInUseException", "documentation" : null, "simpleType" : "SubnetAlreadyInUseException", "variableSetterType" : "SubnetAlreadyInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubnetAlreadyInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ModifyEndpointResult" : { "c2jName" : "ModifyEndpointResponse", "documentation" : "", "shapeName" : "ModifyEndpointResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The modified endpoint.

                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "

                                  The modified endpoint.

                                  ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "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" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The modified endpoint.

                                  \n@param endpoint The modified endpoint.*/", "getterDocumentation" : "/**

                                  The modified endpoint.

                                  \n@return The modified endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The modified endpoint.

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

                                  The modified endpoint.

                                  \n@param endpoint The modified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyEndpointResult", "variableType" : "ModifyEndpointResult", "variableDeclarationType" : "ModifyEndpointResult", "documentation" : null, "simpleType" : "ModifyEndpointResult", "variableSetterType" : "ModifyEndpointResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Endpoint" : { "documentation" : "

                                  The modified endpoint.

                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "

                                  The modified endpoint.

                                  ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "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" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The modified endpoint.

                                  \n@param endpoint The modified endpoint.*/", "getterDocumentation" : "/**

                                  The modified endpoint.

                                  \n@return The modified endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The modified endpoint.

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

                                  The modified endpoint.

                                  \n@param endpoint The modified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateReplicationSubnetGroupResult" : { "c2jName" : "CreateReplicationSubnetGroupResponse", "documentation" : "", "shapeName" : "CreateReplicationSubnetGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The replication subnet group that was created.

                                  ", "name" : "ReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "variable" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "

                                  The replication subnet group that was created.

                                  ", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "setterModel" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroup", "marshallLocationName" : "ReplicationSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication subnet group that was created.

                                  \n@param replicationSubnetGroup The replication subnet group that was created.*/", "getterDocumentation" : "/**

                                  The replication subnet group that was created.

                                  \n@return The replication subnet group that was created.*/", "fluentSetterDocumentation" : "/**

                                  The replication subnet group that was created.

                                  \n@param replicationSubnetGroup The replication subnet group that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication subnet group that was created.

                                  \n@param replicationSubnetGroup The replication subnet group that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createReplicationSubnetGroupResult", "variableType" : "CreateReplicationSubnetGroupResult", "variableDeclarationType" : "CreateReplicationSubnetGroupResult", "documentation" : null, "simpleType" : "CreateReplicationSubnetGroupResult", "variableSetterType" : "CreateReplicationSubnetGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationSubnetGroup" : { "documentation" : "

                                  The replication subnet group that was created.

                                  ", "name" : "ReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "variable" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "

                                  The replication subnet group that was created.

                                  ", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "setterModel" : { "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroup", "marshallLocationName" : "ReplicationSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication subnet group that was created.

                                  \n@param replicationSubnetGroup The replication subnet group that was created.*/", "getterDocumentation" : "/**

                                  The replication subnet group that was created.

                                  \n@return The replication subnet group that was created.*/", "fluentSetterDocumentation" : "/**

                                  The replication subnet group that was created.

                                  \n@param replicationSubnetGroup The replication subnet group that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication subnet group that was created.

                                  \n@param replicationSubnetGroup The replication subnet group that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpgradeDependencyFailureException" : { "c2jName" : "UpgradeDependencyFailureFault", "documentation" : "

                                  An upgrade dependency is preventing the database migration.

                                  ", "shapeName" : "UpgradeDependencyFailureException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "upgradeDependencyFailureException", "variableType" : "UpgradeDependencyFailureException", "variableDeclarationType" : "UpgradeDependencyFailureException", "documentation" : null, "simpleType" : "UpgradeDependencyFailureException", "variableSetterType" : "UpgradeDependencyFailureException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "UpgradeDependencyFailureFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeSchemasRequest" : { "c2jName" : "DescribeSchemasMessage", "documentation" : "", "shapeName" : "DescribeSchemasRequest", "deprecated" : false, "required" : [ "EndpointArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeSchemasRequest", "variableType" : "DescribeSchemasRequest", "variableDeclarationType" : "DescribeSchemasRequest", "documentation" : null, "simpleType" : "DescribeSchemasRequest", "variableSetterType" : "DescribeSchemasRequest" }, "marshaller" : { "action" : "DescribeSchemas", "verb" : "POST", "target" : "AmazonDMSv20160101.DescribeSchemas", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeTableStatisticsRequest" : { "c2jName" : "DescribeTableStatisticsMessage", "documentation" : "", "shapeName" : "DescribeTableStatisticsRequest", "deprecated" : false, "required" : [ "ReplicationTaskArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task.

                                  ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@return The Amazon Resource Name (ARN) of the replication task.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTableStatisticsRequest", "variableType" : "DescribeTableStatisticsRequest", "variableDeclarationType" : "DescribeTableStatisticsRequest", "documentation" : null, "simpleType" : "DescribeTableStatisticsRequest", "variableSetterType" : "DescribeTableStatisticsRequest" }, "marshaller" : { "action" : "DescribeTableStatistics", "verb" : "POST", "target" : "AmazonDMSv20160101.DescribeTableStatistics", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationTaskArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task.

                                  ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@return The Amazon Resource Name (ARN) of the replication task.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceMessage", "documentation" : "", "shapeName" : "ListTagsForResourceRequest", "deprecated" : false, "required" : [ "ResourceArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                                  ", "name" : "ResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "variable" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceArn", "marshallLocationName" : "ResourceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the AWS DMS resource.

                                  \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                                  \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                                  \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.\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, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "marshaller" : { "action" : "ListTagsForResource", "verb" : "POST", "target" : "AmazonDMSv20160101.ListTagsForResource", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                                  ", "name" : "ResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "variable" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceArn", "marshallLocationName" : "ResourceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the AWS DMS resource.

                                  \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                                  \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                                  \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAccountAttributesResult" : { "c2jName" : "DescribeAccountAttributesResponse", "documentation" : "", "shapeName" : "DescribeAccountAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Account quota information.

                                  ", "name" : "AccountQuotas", "c2jName" : "AccountQuotas", "c2jShape" : "AccountQuotaList", "variable" : { "variableName" : "accountQuotas", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  Account quota information.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "accountQuotas", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AccountQuota", "variable" : { "variableName" : "member", "variableType" : "AccountQuota", "variableDeclarationType" : "AccountQuota", "documentation" : "", "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "setterModel" : { "variableName" : "member", "variableType" : "AccountQuota", "variableDeclarationType" : "AccountQuota", "documentation" : "", "simpleType" : "AccountQuota", "variableSetterType" : "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, "simple" : false, "map" : false, "simpleType" : "AccountQuota", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  Account quota information.

                                  \n@param accountQuotas Account quota information.*/", "getterDocumentation" : "/**

                                  Account quota information.

                                  \n@return Account quota information.*/", "fluentSetterDocumentation" : "/**

                                  Account quota information.

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

                                  Account quota information.

                                  \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 Account quota information.\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, "simpleType" : "DescribeAccountAttributesResult", "variableSetterType" : "DescribeAccountAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountQuotas" : { "documentation" : "

                                  Account quota information.

                                  ", "name" : "AccountQuotas", "c2jName" : "AccountQuotas", "c2jShape" : "AccountQuotaList", "variable" : { "variableName" : "accountQuotas", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  Account quota information.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "accountQuotas", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AccountQuota", "variable" : { "variableName" : "member", "variableType" : "AccountQuota", "variableDeclarationType" : "AccountQuota", "documentation" : "", "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "setterModel" : { "variableName" : "member", "variableType" : "AccountQuota", "variableDeclarationType" : "AccountQuota", "documentation" : "", "simpleType" : "AccountQuota", "variableSetterType" : "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, "simple" : false, "map" : false, "simpleType" : "AccountQuota", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  Account quota information.

                                  \n@param accountQuotas Account quota information.*/", "getterDocumentation" : "/**

                                  Account quota information.

                                  \n@return Account quota information.*/", "fluentSetterDocumentation" : "/**

                                  Account quota information.

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

                                  Account quota information.

                                  \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 Account quota information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AddTagsToResourceRequest" : { "c2jName" : "AddTagsToResourceMessage", "documentation" : "", "shapeName" : "AddTagsToResourceRequest", "deprecated" : false, "required" : [ "ResourceArn", "Tags" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  ", "name" : "ResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "variable" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceArn", "marshallLocationName" : "ResourceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  \n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  \n@return The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  \n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  \n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The tag to be assigned to the DMS resource.

                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  The tag to be assigned to the DMS resource.

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

                                  The tag to be assigned to the DMS resource.

                                  \n@param tags The tag to be assigned to the DMS resource.*/", "getterDocumentation" : "/**

                                  The tag to be assigned to the DMS resource.

                                  \n@return The tag to be assigned to the DMS resource.*/", "fluentSetterDocumentation" : "/**

                                  The tag to be assigned to the DMS resource.

                                  \n@param tags The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The tag to be assigned to the DMS resource.

                                  \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 The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addTagsToResourceRequest", "variableType" : "AddTagsToResourceRequest", "variableDeclarationType" : "AddTagsToResourceRequest", "documentation" : null, "simpleType" : "AddTagsToResourceRequest", "variableSetterType" : "AddTagsToResourceRequest" }, "marshaller" : { "action" : "AddTagsToResource", "verb" : "POST", "target" : "AmazonDMSv20160101.AddTagsToResource", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  ", "name" : "ResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "variable" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceArn", "marshallLocationName" : "ResourceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  \n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  \n@return The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  \n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

                                  \n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

                                  The tag to be assigned to the DMS resource.

                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  The tag to be assigned to the DMS resource.

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

                                  The tag to be assigned to the DMS resource.

                                  \n@param tags The tag to be assigned to the DMS resource.*/", "getterDocumentation" : "/**

                                  The tag to be assigned to the DMS resource.

                                  \n@return The tag to be assigned to the DMS resource.*/", "fluentSetterDocumentation" : "/**

                                  The tag to be assigned to the DMS resource.

                                  \n@param tags The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The tag to be assigned to the DMS resource.

                                  \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 The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteReplicationSubnetGroupResult" : { "c2jName" : "DeleteReplicationSubnetGroupResponse", "documentation" : "", "shapeName" : "DeleteReplicationSubnetGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteReplicationSubnetGroupResult", "variableType" : "DeleteReplicationSubnetGroupResult", "variableDeclarationType" : "DeleteReplicationSubnetGroupResult", "documentation" : null, "simpleType" : "DeleteReplicationSubnetGroupResult", "variableSetterType" : "DeleteReplicationSubnetGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeEndpointsResult" : { "c2jName" : "DescribeEndpointsResponse", "documentation" : "", "shapeName" : "DescribeEndpointsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Endpoint description.

                                  ", "name" : "Endpoints", "c2jName" : "Endpoints", "c2jShape" : "EndpointList", "variable" : { "variableName" : "endpoints", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  Endpoint description.

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

                                  Endpoint description.

                                  \n@param endpoints Endpoint description.*/", "getterDocumentation" : "/**

                                  Endpoint description.

                                  \n@return Endpoint description.*/", "fluentSetterDocumentation" : "/**

                                  Endpoint description.

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

                                  Endpoint description.

                                  \n

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

                                  \n@param endpoints Endpoint description.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEndpointsResult", "variableType" : "DescribeEndpointsResult", "variableDeclarationType" : "DescribeEndpointsResult", "documentation" : null, "simpleType" : "DescribeEndpointsResult", "variableSetterType" : "DescribeEndpointsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Endpoints" : { "documentation" : "

                                  Endpoint description.

                                  ", "name" : "Endpoints", "c2jName" : "Endpoints", "c2jShape" : "EndpointList", "variable" : { "variableName" : "endpoints", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  Endpoint description.

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

                                  Endpoint description.

                                  \n@param endpoints Endpoint description.*/", "getterDocumentation" : "/**

                                  Endpoint description.

                                  \n@return Endpoint description.*/", "fluentSetterDocumentation" : "/**

                                  Endpoint description.

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

                                  Endpoint description.

                                  \n

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

                                  \n@param endpoints Endpoint description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RefreshSchemasRequest" : { "c2jName" : "RefreshSchemasMessage", "documentation" : "", "shapeName" : "RefreshSchemasRequest", "deprecated" : false, "required" : [ "EndpointArn", "ReplicationInstanceArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "refreshSchemasRequest", "variableType" : "RefreshSchemasRequest", "variableDeclarationType" : "RefreshSchemasRequest", "documentation" : null, "simpleType" : "RefreshSchemasRequest", "variableSetterType" : "RefreshSchemasRequest" }, "marshaller" : { "action" : "RefreshSchemas", "verb" : "POST", "target" : "AmazonDMSv20160101.RefreshSchemas", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationInstanceArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteEndpointRequest" : { "c2jName" : "DeleteEndpointMessage", "documentation" : "", "shapeName" : "DeleteEndpointRequest", "deprecated" : false, "required" : [ "EndpointArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteEndpointRequest", "variableType" : "DeleteEndpointRequest", "variableDeclarationType" : "DeleteEndpointRequest", "documentation" : null, "simpleType" : "DeleteEndpointRequest", "variableSetterType" : "DeleteEndpointRequest" }, "marshaller" : { "action" : "DeleteEndpoint", "verb" : "POST", "target" : "AmazonDMSv20160101.DeleteEndpoint", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EndpointArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Connection" : { "c2jName" : "Connection", "documentation" : "", "shapeName" : "Connection", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The connection status.

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

                                  The connection status.

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

                                  The connection status.

                                  \n@param status The connection status.*/", "getterDocumentation" : "/**

                                  The connection status.

                                  \n@return The connection status.*/", "fluentSetterDocumentation" : "/**

                                  The connection status.

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

                                  The connection status.

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

                                  The error message when the connection last failed.

                                  ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The error message when the connection last failed.

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

                                  The error message when the connection last failed.

                                  \n@param lastFailureMessage The error message when the connection last failed.*/", "getterDocumentation" : "/**

                                  The error message when the connection last failed.

                                  \n@return The error message when the connection last failed.*/", "fluentSetterDocumentation" : "/**

                                  The error message when the connection last failed.

                                  \n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The error message when the connection last failed.

                                  \n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "name" : "EndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointIdentifier", "marshallLocationName" : "EndpointIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "getterDocumentation" : "/**

                                  The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@return The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "fluentSetterDocumentation" : "/**

                                  The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 replication instance identifier. This parameter is stored as a lowercase string.

                                  ", "name" : "ReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.*/", "getterDocumentation" : "/**

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

                                  \n@return The replication instance identifier. This parameter is stored as a lowercase string.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param replicationInstanceIdentifier The replication instance identifier. 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 replication instance identifier. This parameter is stored as a lowercase string.

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter 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" : "connection", "variableType" : "Connection", "variableDeclarationType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                  The connection status.

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

                                  The connection status.

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

                                  The connection status.

                                  \n@param status The connection status.*/", "getterDocumentation" : "/**

                                  The connection status.

                                  \n@return The connection status.*/", "fluentSetterDocumentation" : "/**

                                  The connection status.

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

                                  The connection status.

                                  \n@param status The connection status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceIdentifier" : { "documentation" : "

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

                                  ", "name" : "ReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.*/", "getterDocumentation" : "/**

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

                                  \n@return The replication instance identifier. This parameter is stored as a lowercase string.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param replicationInstanceIdentifier The replication instance identifier. 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 replication instance identifier. This parameter is stored as a lowercase string.

                                  \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastFailureMessage" : { "documentation" : "

                                  The error message when the connection last failed.

                                  ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The error message when the connection last failed.

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

                                  The error message when the connection last failed.

                                  \n@param lastFailureMessage The error message when the connection last failed.*/", "getterDocumentation" : "/**

                                  The error message when the connection last failed.

                                  \n@return The error message when the connection last failed.*/", "fluentSetterDocumentation" : "/**

                                  The error message when the connection last failed.

                                  \n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The error message when the connection last failed.

                                  \n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "name" : "ReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceArn", "marshallLocationName" : "ReplicationInstanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@return The Amazon Resource Name (ARN) of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication instance.

                                  \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointIdentifier" : { "documentation" : "

                                  The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "name" : "EndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointIdentifier", "marshallLocationName" : "EndpointIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "getterDocumentation" : "/**

                                  The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@return The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/", "fluentSetterDocumentation" : "/**

                                  The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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 identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                                  \n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not 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.*/" } } }, "ResourceAlreadyExistsException" : { "c2jName" : "ResourceAlreadyExistsFault", "documentation" : "

                                  The resource you are attempting to create already exists.

                                  ", "shapeName" : "ResourceAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "resourceAlreadyExistsException", "variableType" : "ResourceAlreadyExistsException", "variableDeclarationType" : "ResourceAlreadyExistsException", "documentation" : null, "simpleType" : "ResourceAlreadyExistsException", "variableSetterType" : "ResourceAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidSubnetException" : { "c2jName" : "InvalidSubnet", "documentation" : "

                                  The subnet provided is invalid.

                                  ", "shapeName" : "InvalidSubnetException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidSubnetException", "variableType" : "InvalidSubnetException", "variableDeclarationType" : "InvalidSubnetException", "documentation" : null, "simpleType" : "InvalidSubnetException", "variableSetterType" : "InvalidSubnetException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidSubnet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeReplicationTasksRequest" : { "c2jName" : "DescribeReplicationTasksMessage", "documentation" : "", "shapeName" : "DescribeReplicationTasksRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

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

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

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

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn*/", "getterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                                  \n@return Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn*/", "fluentSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                                  \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 Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReplicationTasksRequest", "variableType" : "DescribeReplicationTasksRequest", "variableDeclarationType" : "DescribeReplicationTasksRequest", "documentation" : null, "simpleType" : "DescribeReplicationTasksRequest", "variableSetterType" : "DescribeReplicationTasksRequest" }, "marshaller" : { "action" : "DescribeReplicationTasks", "verb" : "POST", "target" : "AmazonDMSv20160101.DescribeReplicationTasks", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

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

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

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

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn*/", "getterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                                  \n@return Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn*/", "fluentSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                                  \n@param filters Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                                  \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 Filters applied to the describe action.

                                  Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

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

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RemoveTagsFromResourceResult" : { "c2jName" : "RemoveTagsFromResourceResponse", "documentation" : "", "shapeName" : "RemoveTagsFromResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "removeTagsFromResourceResult", "variableType" : "RemoveTagsFromResourceResult", "variableDeclarationType" : "RemoveTagsFromResourceResult", "documentation" : null, "simpleType" : "RemoveTagsFromResourceResult", "variableSetterType" : "RemoveTagsFromResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StartReplicationTaskRequest" : { "c2jName" : "StartReplicationTaskMessage", "documentation" : "", "shapeName" : "StartReplicationTaskRequest", "deprecated" : false, "required" : [ "ReplicationTaskArn", "StartReplicationTaskType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Number (ARN) of the replication task to be started.

                                  ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Number (ARN) of the replication task to be started.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 Number (ARN) of the replication task to be started.

                                  \n@param replicationTaskArn The Amazon Resource Number (ARN) of the replication task to be started.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication task to be started.

                                  \n@return The Amazon Resource Number (ARN) of the replication task to be started.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication task to be started.

                                  \n@param replicationTaskArn The Amazon Resource Number (ARN) of the replication task to be started.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication task to be started.

                                  \n@param replicationTaskArn The Amazon Resource Number (ARN) of the replication task to be started.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The type of replication task.

                                  ", "name" : "StartReplicationTaskType", "c2jName" : "StartReplicationTaskType", "c2jShape" : "StartReplicationTaskTypeValue", "variable" : { "variableName" : "startReplicationTaskType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The type of replication task.

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

                                  The type of replication task.

                                  \n@param startReplicationTaskType The type of replication task.\n@see StartReplicationTaskTypeValue*/", "getterDocumentation" : "/**

                                  The type of replication task.

                                  \n@return The type of replication task.\n@see StartReplicationTaskTypeValue*/", "fluentSetterDocumentation" : "/**

                                  The type of replication task.

                                  \n@param startReplicationTaskType The type of replication task.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StartReplicationTaskTypeValue*/", "varargSetterDocumentation" : "/**

                                  The type of replication task.

                                  \n@param startReplicationTaskType The type of replication task.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StartReplicationTaskTypeValue*/" }, { "documentation" : "

                                  The start time for the Change Data Capture (CDC) operation.

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

                                  The start time for the Change Data Capture (CDC) operation.

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

                                  The start time for the Change Data Capture (CDC) operation.

                                  \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.*/", "getterDocumentation" : "/**

                                  The start time for the Change Data Capture (CDC) operation.

                                  \n@return The start time for the Change Data Capture (CDC) operation.*/", "fluentSetterDocumentation" : "/**

                                  The start time for the Change Data Capture (CDC) operation.

                                  \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The start time for the Change Data Capture (CDC) operation.

                                  \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "startReplicationTaskRequest", "variableType" : "StartReplicationTaskRequest", "variableDeclarationType" : "StartReplicationTaskRequest", "documentation" : null, "simpleType" : "StartReplicationTaskRequest", "variableSetterType" : "StartReplicationTaskRequest" }, "marshaller" : { "action" : "StartReplicationTask", "verb" : "POST", "target" : "AmazonDMSv20160101.StartReplicationTask", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationTaskArn" : { "documentation" : "

                                  The Amazon Resource Number (ARN) of the replication task to be started.

                                  ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Number (ARN) of the replication task to be started.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 Number (ARN) of the replication task to be started.

                                  \n@param replicationTaskArn The Amazon Resource Number (ARN) of the replication task to be started.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication task to be started.

                                  \n@return The Amazon Resource Number (ARN) of the replication task to be started.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication task to be started.

                                  \n@param replicationTaskArn The Amazon Resource Number (ARN) of the replication task to be started.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Number (ARN) of the replication task to be started.

                                  \n@param replicationTaskArn The Amazon Resource Number (ARN) of the replication task to be started.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartReplicationTaskType" : { "documentation" : "

                                  The type of replication task.

                                  ", "name" : "StartReplicationTaskType", "c2jName" : "StartReplicationTaskType", "c2jShape" : "StartReplicationTaskTypeValue", "variable" : { "variableName" : "startReplicationTaskType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The type of replication task.

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

                                  The type of replication task.

                                  \n@param startReplicationTaskType The type of replication task.\n@see StartReplicationTaskTypeValue*/", "getterDocumentation" : "/**

                                  The type of replication task.

                                  \n@return The type of replication task.\n@see StartReplicationTaskTypeValue*/", "fluentSetterDocumentation" : "/**

                                  The type of replication task.

                                  \n@param startReplicationTaskType The type of replication task.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StartReplicationTaskTypeValue*/", "varargSetterDocumentation" : "/**

                                  The type of replication task.

                                  \n@param startReplicationTaskType The type of replication task.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StartReplicationTaskTypeValue*/" }, "CdcStartTime" : { "documentation" : "

                                  The start time for the Change Data Capture (CDC) operation.

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

                                  The start time for the Change Data Capture (CDC) operation.

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

                                  The start time for the Change Data Capture (CDC) operation.

                                  \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.*/", "getterDocumentation" : "/**

                                  The start time for the Change Data Capture (CDC) operation.

                                  \n@return The start time for the Change Data Capture (CDC) operation.*/", "fluentSetterDocumentation" : "/**

                                  The start time for the Change Data Capture (CDC) operation.

                                  \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The start time for the Change Data Capture (CDC) operation.

                                  \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InsufficientResourceCapacityException" : { "c2jName" : "InsufficientResourceCapacityFault", "documentation" : "

                                  There are not enough resources allocated to the database migration.

                                  ", "shapeName" : "InsufficientResourceCapacityException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "insufficientResourceCapacityException", "variableType" : "InsufficientResourceCapacityException", "variableDeclarationType" : "InsufficientResourceCapacityException", "documentation" : null, "simpleType" : "InsufficientResourceCapacityException", "variableSetterType" : "InsufficientResourceCapacityException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientResourceCapacityFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StorageQuotaExceededException" : { "c2jName" : "StorageQuotaExceededFault", "documentation" : "

                                  The storage quota has been exceeded.

                                  ", "shapeName" : "StorageQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "storageQuotaExceededException", "variableType" : "StorageQuotaExceededException", "variableDeclarationType" : "StorageQuotaExceededException", "documentation" : null, "simpleType" : "StorageQuotaExceededException", "variableSetterType" : "StorageQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "StorageQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteReplicationTaskRequest" : { "c2jName" : "DeleteReplicationTaskMessage", "documentation" : "", "shapeName" : "DeleteReplicationTaskRequest", "deprecated" : false, "required" : [ "ReplicationTaskArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task to be deleted.

                                  ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task to be deleted.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication task to be deleted.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be deleted.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task to be deleted.

                                  \n@return The Amazon Resource Name (ARN) of the replication task to be deleted.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task to be deleted.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task to be deleted.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteReplicationTaskRequest", "variableType" : "DeleteReplicationTaskRequest", "variableDeclarationType" : "DeleteReplicationTaskRequest", "documentation" : null, "simpleType" : "DeleteReplicationTaskRequest", "variableSetterType" : "DeleteReplicationTaskRequest" }, "marshaller" : { "action" : "DeleteReplicationTask", "verb" : "POST", "target" : "AmazonDMSv20160101.DeleteReplicationTask", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationTaskArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task to be deleted.

                                  ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task to be deleted.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication task to be deleted.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be deleted.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task to be deleted.

                                  \n@return The Amazon Resource Name (ARN) of the replication task to be deleted.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task to be deleted.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task to be deleted.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeOrderableReplicationInstancesResult" : { "c2jName" : "DescribeOrderableReplicationInstancesResponse", "documentation" : "", "shapeName" : "DescribeOrderableReplicationInstancesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The order-able replication instances available.

                                  ", "name" : "OrderableReplicationInstances", "c2jName" : "OrderableReplicationInstances", "c2jShape" : "OrderableReplicationInstanceList", "variable" : { "variableName" : "orderableReplicationInstances", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  The order-able replication instances available.

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

                                  The order-able replication instances available.

                                  \n@param orderableReplicationInstances The order-able replication instances available.*/", "getterDocumentation" : "/**

                                  The order-able replication instances available.

                                  \n@return The order-able replication instances available.*/", "fluentSetterDocumentation" : "/**

                                  The order-able replication instances available.

                                  \n@param orderableReplicationInstances The order-able replication instances available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The order-able replication instances available.

                                  \n

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

                                  \n@param orderableReplicationInstances The order-able replication instances available.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeOrderableReplicationInstancesResult", "variableType" : "DescribeOrderableReplicationInstancesResult", "variableDeclarationType" : "DescribeOrderableReplicationInstancesResult", "documentation" : null, "simpleType" : "DescribeOrderableReplicationInstancesResult", "variableSetterType" : "DescribeOrderableReplicationInstancesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

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

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

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

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OrderableReplicationInstances" : { "documentation" : "

                                  The order-able replication instances available.

                                  ", "name" : "OrderableReplicationInstances", "c2jName" : "OrderableReplicationInstances", "c2jShape" : "OrderableReplicationInstanceList", "variable" : { "variableName" : "orderableReplicationInstances", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  The order-able replication instances available.

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

                                  The order-able replication instances available.

                                  \n@param orderableReplicationInstances The order-able replication instances available.*/", "getterDocumentation" : "/**

                                  The order-able replication instances available.

                                  \n@return The order-able replication instances available.*/", "fluentSetterDocumentation" : "/**

                                  The order-able replication instances available.

                                  \n@param orderableReplicationInstances The order-able replication instances available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The order-able replication instances available.

                                  \n

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

                                  \n@param orderableReplicationInstances The order-able replication instances available.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceQuotaExceededException" : { "c2jName" : "ResourceQuotaExceededFault", "documentation" : "

                                  The quota for this resource quota has been exceeded.

                                  ", "shapeName" : "ResourceQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "resourceQuotaExceededException", "variableType" : "ResourceQuotaExceededException", "variableDeclarationType" : "ResourceQuotaExceededException", "documentation" : null, "simpleType" : "ResourceQuotaExceededException", "variableSetterType" : "ResourceQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateReplicationInstanceResult" : { "c2jName" : "CreateReplicationInstanceResponse", "documentation" : "", "shapeName" : "CreateReplicationInstanceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The replication instance that was created.

                                  ", "name" : "ReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "variable" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "

                                  The replication instance that was created.

                                  ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "setterModel" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstance", "marshallLocationName" : "ReplicationInstance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication instance that was created.

                                  \n@param replicationInstance The replication instance that was created.*/", "getterDocumentation" : "/**

                                  The replication instance that was created.

                                  \n@return The replication instance that was created.*/", "fluentSetterDocumentation" : "/**

                                  The replication instance that was created.

                                  \n@param replicationInstance The replication instance that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication instance that was created.

                                  \n@param replicationInstance The replication instance that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createReplicationInstanceResult", "variableType" : "CreateReplicationInstanceResult", "variableDeclarationType" : "CreateReplicationInstanceResult", "documentation" : null, "simpleType" : "CreateReplicationInstanceResult", "variableSetterType" : "CreateReplicationInstanceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationInstance" : { "documentation" : "

                                  The replication instance that was created.

                                  ", "name" : "ReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "variable" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "

                                  The replication instance that was created.

                                  ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "setterModel" : { "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "variableDeclarationType" : "ReplicationInstance", "documentation" : "", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstance", "marshallLocationName" : "ReplicationInstance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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 replication instance that was created.

                                  \n@param replicationInstance The replication instance that was created.*/", "getterDocumentation" : "/**

                                  The replication instance that was created.

                                  \n@return The replication instance that was created.*/", "fluentSetterDocumentation" : "/**

                                  The replication instance that was created.

                                  \n@param replicationInstance The replication instance that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The replication instance that was created.

                                  \n@param replicationInstance The replication instance that was created.\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" : "

                                  The name of the filter.

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

                                  The name of the filter.

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

                                  The name of the filter.

                                  \n@param name The name of the filter.*/", "getterDocumentation" : "/**

                                  The name of the filter.

                                  \n@return The name of the filter.*/", "fluentSetterDocumentation" : "/**

                                  The name of the filter.

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

                                  The name of the filter.

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

                                  The filter value.

                                  ", "name" : "Values", "c2jName" : "Values", "c2jShape" : "FilterValueList", "variable" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  The filter value.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "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, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The filter value.

                                  \n@param values The filter value.*/", "getterDocumentation" : "/**

                                  The filter value.

                                  \n@return The filter value.*/", "fluentSetterDocumentation" : "/**

                                  The filter value.

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

                                  The filter value.

                                  \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 The filter value.\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, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Values" : { "documentation" : "

                                  The filter value.

                                  ", "name" : "Values", "c2jName" : "Values", "c2jShape" : "FilterValueList", "variable" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  The filter value.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "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, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The filter value.

                                  \n@param values The filter value.*/", "getterDocumentation" : "/**

                                  The filter value.

                                  \n@return The filter value.*/", "fluentSetterDocumentation" : "/**

                                  The filter value.

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

                                  The filter value.

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

                                  The name of the filter.

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

                                  The name of the filter.

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

                                  The name of the filter.

                                  \n@param name The name of the filter.*/", "getterDocumentation" : "/**

                                  The name of the filter.

                                  \n@return The name of the filter.*/", "fluentSetterDocumentation" : "/**

                                  The name of the filter.

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

                                  The name of the filter.

                                  \n@param name The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteReplicationSubnetGroupRequest" : { "c2jName" : "DeleteReplicationSubnetGroupMessage", "documentation" : "", "shapeName" : "DeleteReplicationSubnetGroupRequest", "deprecated" : false, "required" : [ "ReplicationSubnetGroupIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The subnet group name of the replication instance.

                                  ", "name" : "ReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The subnet group name of the replication instance.

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

                                  The subnet group name of the replication instance.

                                  \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.*/", "getterDocumentation" : "/**

                                  The subnet group name of the replication instance.

                                  \n@return The subnet group name of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The subnet group name of the replication instance.

                                  \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The subnet group name of the replication instance.

                                  \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteReplicationSubnetGroupRequest", "variableType" : "DeleteReplicationSubnetGroupRequest", "variableDeclarationType" : "DeleteReplicationSubnetGroupRequest", "documentation" : null, "simpleType" : "DeleteReplicationSubnetGroupRequest", "variableSetterType" : "DeleteReplicationSubnetGroupRequest" }, "marshaller" : { "action" : "DeleteReplicationSubnetGroup", "verb" : "POST", "target" : "AmazonDMSv20160101.DeleteReplicationSubnetGroup", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationSubnetGroupIdentifier" : { "documentation" : "

                                  The subnet group name of the replication instance.

                                  ", "name" : "ReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The subnet group name of the replication instance.

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

                                  The subnet group name of the replication instance.

                                  \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.*/", "getterDocumentation" : "/**

                                  The subnet group name of the replication instance.

                                  \n@return The subnet group name of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The subnet group name of the replication instance.

                                  \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The subnet group name of the replication instance.

                                  \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TableStatistics" : { "c2jName" : "TableStatistics", "documentation" : "", "shapeName" : "TableStatistics", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The schema name.

                                  ", "name" : "SchemaName", "c2jName" : "SchemaName", "c2jShape" : "String", "variable" : { "variableName" : "schemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The schema name.

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

                                  The schema name.

                                  \n@param schemaName The schema name.*/", "getterDocumentation" : "/**

                                  The schema name.

                                  \n@return The schema name.*/", "fluentSetterDocumentation" : "/**

                                  The schema name.

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

                                  The schema name.

                                  \n@param schemaName The schema name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of the table.

                                  ", "name" : "TableName", "c2jName" : "TableName", "c2jShape" : "String", "variable" : { "variableName" : "tableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the table.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "tableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableName", "marshallLocationName" : "TableName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 table.

                                  \n@param tableName The name of the table.*/", "getterDocumentation" : "/**

                                  The name of the table.

                                  \n@return The name of the table.*/", "fluentSetterDocumentation" : "/**

                                  The name of the table.

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

                                  The name of the table.

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

                                  The number of insert actions performed on a table.

                                  ", "name" : "Inserts", "c2jName" : "Inserts", "c2jShape" : "Long", "variable" : { "variableName" : "inserts", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                  The number of insert actions performed on a table.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "inserts", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Inserts", "marshallLocationName" : "Inserts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 insert actions performed on a table.

                                  \n@param inserts The number of insert actions performed on a table.*/", "getterDocumentation" : "/**

                                  The number of insert actions performed on a table.

                                  \n@return The number of insert actions performed on a table.*/", "fluentSetterDocumentation" : "/**

                                  The number of insert actions performed on a table.

                                  \n@param inserts The number of insert actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of insert actions performed on a table.

                                  \n@param inserts The number of insert actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The number of delete actions performed on a table.

                                  ", "name" : "Deletes", "c2jName" : "Deletes", "c2jShape" : "Long", "variable" : { "variableName" : "deletes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                  The number of delete actions performed on a table.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "deletes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Deletes", "marshallLocationName" : "Deletes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 delete actions performed on a table.

                                  \n@param deletes The number of delete actions performed on a table.*/", "getterDocumentation" : "/**

                                  The number of delete actions performed on a table.

                                  \n@return The number of delete actions performed on a table.*/", "fluentSetterDocumentation" : "/**

                                  The number of delete actions performed on a table.

                                  \n@param deletes The number of delete actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of delete actions performed on a table.

                                  \n@param deletes The number of delete actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The number of update actions performed on a table.

                                  ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "Long", "variable" : { "variableName" : "updates", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                  The number of update actions performed on a table.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "updates", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 update actions performed on a table.

                                  \n@param updates The number of update actions performed on a table.*/", "getterDocumentation" : "/**

                                  The number of update actions performed on a table.

                                  \n@return The number of update actions performed on a table.*/", "fluentSetterDocumentation" : "/**

                                  The number of update actions performed on a table.

                                  \n@param updates The number of update actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of update actions performed on a table.

                                  \n@param updates The number of update actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                  ", "name" : "Ddls", "c2jName" : "Ddls", "c2jShape" : "Long", "variable" : { "variableName" : "ddls", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

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

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                  \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.*/", "getterDocumentation" : "/**

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                  \n@return The Data Definition Language (DDL) used to build and modify the structure of your tables.*/", "fluentSetterDocumentation" : "/**

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                  \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                  \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The number of rows added during the Full Load operation.

                                  ", "name" : "FullLoadRows", "c2jName" : "FullLoadRows", "c2jShape" : "Long", "variable" : { "variableName" : "fullLoadRows", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                  The number of rows added during the Full Load operation.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "fullLoadRows", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "FullLoadRows", "marshallLocationName" : "FullLoadRows", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 rows added during the Full Load operation.

                                  \n@param fullLoadRows The number of rows added during the Full Load operation.*/", "getterDocumentation" : "/**

                                  The number of rows added during the Full Load operation.

                                  \n@return The number of rows added during the Full Load operation.*/", "fluentSetterDocumentation" : "/**

                                  The number of rows added during the Full Load operation.

                                  \n@param fullLoadRows The number of rows added during the Full Load operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of rows added during the Full Load operation.

                                  \n@param fullLoadRows The number of rows added during the Full Load operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The last time the table was updated.

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

                                  The last time the table was updated.

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

                                  The last time the table was updated.

                                  \n@param lastUpdateTime The last time the table was updated.*/", "getterDocumentation" : "/**

                                  The last time the table was updated.

                                  \n@return The last time the table was updated.*/", "fluentSetterDocumentation" : "/**

                                  The last time the table was updated.

                                  \n@param lastUpdateTime The last time the table was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The last time the table was updated.

                                  \n@param lastUpdateTime The last time the table was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The state of the table.

                                  ", "name" : "TableState", "c2jName" : "TableState", "c2jShape" : "String", "variable" : { "variableName" : "tableState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The state of the table.

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

                                  The state of the table.

                                  \n@param tableState The state of the table.*/", "getterDocumentation" : "/**

                                  The state of the table.

                                  \n@return The state of the table.*/", "fluentSetterDocumentation" : "/**

                                  The state of the table.

                                  \n@param tableState The state of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The state of the table.

                                  \n@param tableState The state of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tableStatistics", "variableType" : "TableStatistics", "variableDeclarationType" : "TableStatistics", "documentation" : null, "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FullLoadRows" : { "documentation" : "

                                  The number of rows added during the Full Load operation.

                                  ", "name" : "FullLoadRows", "c2jName" : "FullLoadRows", "c2jShape" : "Long", "variable" : { "variableName" : "fullLoadRows", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                  The number of rows added during the Full Load operation.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "fullLoadRows", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "FullLoadRows", "marshallLocationName" : "FullLoadRows", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 rows added during the Full Load operation.

                                  \n@param fullLoadRows The number of rows added during the Full Load operation.*/", "getterDocumentation" : "/**

                                  The number of rows added during the Full Load operation.

                                  \n@return The number of rows added during the Full Load operation.*/", "fluentSetterDocumentation" : "/**

                                  The number of rows added during the Full Load operation.

                                  \n@param fullLoadRows The number of rows added during the Full Load operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of rows added during the Full Load operation.

                                  \n@param fullLoadRows The number of rows added during the Full Load operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TableName" : { "documentation" : "

                                  The name of the table.

                                  ", "name" : "TableName", "c2jName" : "TableName", "c2jShape" : "String", "variable" : { "variableName" : "tableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the table.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "tableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableName", "marshallLocationName" : "TableName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 table.

                                  \n@param tableName The name of the table.*/", "getterDocumentation" : "/**

                                  The name of the table.

                                  \n@return The name of the table.*/", "fluentSetterDocumentation" : "/**

                                  The name of the table.

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

                                  The name of the table.

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

                                  The number of update actions performed on a table.

                                  ", "name" : "Updates", "c2jName" : "Updates", "c2jShape" : "Long", "variable" : { "variableName" : "updates", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                  The number of update actions performed on a table.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "updates", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Updates", "marshallLocationName" : "Updates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 update actions performed on a table.

                                  \n@param updates The number of update actions performed on a table.*/", "getterDocumentation" : "/**

                                  The number of update actions performed on a table.

                                  \n@return The number of update actions performed on a table.*/", "fluentSetterDocumentation" : "/**

                                  The number of update actions performed on a table.

                                  \n@param updates The number of update actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of update actions performed on a table.

                                  \n@param updates The number of update actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastUpdateTime" : { "documentation" : "

                                  The last time the table was updated.

                                  ", "name" : "LastUpdateTime", "c2jName" : "LastUpdateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastUpdateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                  The last time the table was updated.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastUpdateTime", "marshallLocationName" : "LastUpdateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The last time the table was updated.

                                  \n@param lastUpdateTime The last time the table was updated.*/", "getterDocumentation" : "/**

                                  The last time the table was updated.

                                  \n@return The last time the table was updated.*/", "fluentSetterDocumentation" : "/**

                                  The last time the table was updated.

                                  \n@param lastUpdateTime The last time the table was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The last time the table was updated.

                                  \n@param lastUpdateTime The last time the table was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Ddls" : { "documentation" : "

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                  ", "name" : "Ddls", "c2jName" : "Ddls", "c2jShape" : "Long", "variable" : { "variableName" : "ddls", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "ddls", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Ddls", "marshallLocationName" : "Ddls", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                  \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.*/", "getterDocumentation" : "/**

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                  \n@return The Data Definition Language (DDL) used to build and modify the structure of your tables.*/", "fluentSetterDocumentation" : "/**

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                  \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                  \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Inserts" : { "documentation" : "

                                  The number of insert actions performed on a table.

                                  ", "name" : "Inserts", "c2jName" : "Inserts", "c2jShape" : "Long", "variable" : { "variableName" : "inserts", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                  The number of insert actions performed on a table.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "inserts", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Inserts", "marshallLocationName" : "Inserts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 insert actions performed on a table.

                                  \n@param inserts The number of insert actions performed on a table.*/", "getterDocumentation" : "/**

                                  The number of insert actions performed on a table.

                                  \n@return The number of insert actions performed on a table.*/", "fluentSetterDocumentation" : "/**

                                  The number of insert actions performed on a table.

                                  \n@param inserts The number of insert actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of insert actions performed on a table.

                                  \n@param inserts The number of insert actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Deletes" : { "documentation" : "

                                  The number of delete actions performed on a table.

                                  ", "name" : "Deletes", "c2jName" : "Deletes", "c2jShape" : "Long", "variable" : { "variableName" : "deletes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                  The number of delete actions performed on a table.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "deletes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Deletes", "marshallLocationName" : "Deletes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 delete actions performed on a table.

                                  \n@param deletes The number of delete actions performed on a table.*/", "getterDocumentation" : "/**

                                  The number of delete actions performed on a table.

                                  \n@return The number of delete actions performed on a table.*/", "fluentSetterDocumentation" : "/**

                                  The number of delete actions performed on a table.

                                  \n@param deletes The number of delete actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of delete actions performed on a table.

                                  \n@param deletes The number of delete actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SchemaName" : { "documentation" : "

                                  The schema name.

                                  ", "name" : "SchemaName", "c2jName" : "SchemaName", "c2jShape" : "String", "variable" : { "variableName" : "schemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The schema name.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "schemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SchemaName", "marshallLocationName" : "SchemaName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The schema name.

                                  \n@param schemaName The schema name.*/", "getterDocumentation" : "/**

                                  The schema name.

                                  \n@return The schema name.*/", "fluentSetterDocumentation" : "/**

                                  The schema name.

                                  \n@param schemaName The schema name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The schema name.

                                  \n@param schemaName The schema name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TableState" : { "documentation" : "

                                  The state of the table.

                                  ", "name" : "TableState", "c2jName" : "TableState", "c2jShape" : "String", "variable" : { "variableName" : "tableState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The state of the table.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "tableState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableState", "marshallLocationName" : "TableState", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The state of the table.

                                  \n@param tableState The state of the table.*/", "getterDocumentation" : "/**

                                  The state of the table.

                                  \n@return The state of the table.*/", "fluentSetterDocumentation" : "/**

                                  The state of the table.

                                  \n@param tableState The state of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The state of the table.

                                  \n@param tableState The state of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Tag" : { "c2jName" : "Tag", "documentation" : "", "shapeName" : "Tag", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "String", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "getterDocumentation" : "/**

                                  A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@return A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "fluentSetterDocumentation" : "/**

                                  A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "getterDocumentation" : "/**

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@return A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "fluentSetterDocumentation" : "/**

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "getterDocumentation" : "/**

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@return A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "fluentSetterDocumentation" : "/**

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

                                  A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "String", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "getterDocumentation" : "/**

                                  A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@return A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "fluentSetterDocumentation" : "/**

                                  A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                  \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReplicationPendingModifiedValues" : { "c2jName" : "ReplicationPendingModifiedValues", "documentation" : "", "shapeName" : "ReplicationPendingModifiedValues", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "name" : "ReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceClass", "marshallLocationName" : "ReplicationInstanceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "getterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@return The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "fluentSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  ", "name" : "AllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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 amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "getterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The engine version number of the replication instance.

                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The engine version number of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.*/", "getterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@return The engine version number of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "replicationPendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "variableDeclarationType" : "ReplicationPendingModifiedValues", "documentation" : null, "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EngineVersion" : { "documentation" : "

                                  The engine version number of the replication instance.

                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The engine version number of the replication instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.*/", "getterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@return The engine version number of the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The engine version number of the replication instance.

                                  \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationInstanceClass" : { "documentation" : "

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "name" : "ReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationInstanceClass", "marshallLocationName" : "ReplicationInstanceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "getterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@return The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge */", "fluentSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                  \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                  Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllocatedStorage" : { "documentation" : "

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  ", "name" : "AllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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 amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "getterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.*/", "fluentSetterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The amount of storage (in gigabytes) that is allocated for the replication instance.

                                  \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReplicationSubnetGroupDoesNotCoverEnoughAZsException" : { "c2jName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZs", "documentation" : "

                                  The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

                                  ", "shapeName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "replicationSubnetGroupDoesNotCoverEnoughAZsException", "variableType" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException", "variableDeclarationType" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException", "documentation" : null, "simpleType" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException", "variableSetterType" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReplicationSubnetGroupDoesNotCoverEnoughAZs", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeOrderableReplicationInstancesRequest" : { "c2jName" : "DescribeOrderableReplicationInstancesMessage", "documentation" : "", "shapeName" : "DescribeOrderableReplicationInstancesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeOrderableReplicationInstancesRequest", "variableType" : "DescribeOrderableReplicationInstancesRequest", "variableDeclarationType" : "DescribeOrderableReplicationInstancesRequest", "documentation" : null, "simpleType" : "DescribeOrderableReplicationInstancesRequest", "variableSetterType" : "DescribeOrderableReplicationInstancesRequest" }, "marshaller" : { "action" : "DescribeOrderableReplicationInstances", "verb" : "POST", "target" : "AmazonDMSv20160101.DescribeOrderableReplicationInstances", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeRefreshSchemasStatusRequest" : { "c2jName" : "DescribeRefreshSchemasStatusMessage", "documentation" : "", "shapeName" : "DescribeRefreshSchemasStatusRequest", "deprecated" : false, "required" : [ "EndpointArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeRefreshSchemasStatusRequest", "variableType" : "DescribeRefreshSchemasStatusRequest", "variableDeclarationType" : "DescribeRefreshSchemasStatusRequest", "documentation" : null, "simpleType" : "DescribeRefreshSchemasStatusRequest", "variableSetterType" : "DescribeRefreshSchemasStatusRequest" }, "marshaller" : { "action" : "DescribeRefreshSchemasStatus", "verb" : "POST", "target" : "AmazonDMSv20160101.DescribeRefreshSchemasStatus", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EndpointArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                  \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RefreshSchemasStatusTypeValue" : { "c2jName" : "RefreshSchemasStatusTypeValue", "documentation" : "", "shapeName" : "RefreshSchemasStatusTypeValue", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Successful", "value" : "successful" }, { "name" : "Failed", "value" : "failed" }, { "name" : "Refreshing", "value" : "refreshing" } ], "variable" : { "variableName" : "refreshSchemasStatusTypeValue", "variableType" : "RefreshSchemasStatusTypeValue", "variableDeclarationType" : "RefreshSchemasStatusTypeValue", "documentation" : null, "simpleType" : "RefreshSchemasStatusTypeValue", "variableSetterType" : "RefreshSchemasStatusTypeValue" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeReplicationSubnetGroupsResult" : { "c2jName" : "DescribeReplicationSubnetGroupsResponse", "documentation" : "", "shapeName" : "DescribeReplicationSubnetGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A description of the replication subnet groups.

                                  ", "name" : "ReplicationSubnetGroups", "c2jName" : "ReplicationSubnetGroups", "c2jShape" : "ReplicationSubnetGroups", "variable" : { "variableName" : "replicationSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  A description of the replication subnet groups.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "replicationSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroups", "marshallLocationName" : "ReplicationSubnetGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReplicationSubnetGroup", "memberLocationName" : "ReplicationSubnetGroup", "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReplicationSubnetGroup", "variable" : { "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroup", "marshallLocationName" : "ReplicationSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ReplicationSubnetGroup", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A description of the replication subnet groups.

                                  \n@param replicationSubnetGroups A description of the replication subnet groups.*/", "getterDocumentation" : "/**

                                  A description of the replication subnet groups.

                                  \n@return A description of the replication subnet groups.*/", "fluentSetterDocumentation" : "/**

                                  A description of the replication subnet groups.

                                  \n@param replicationSubnetGroups A description of the replication subnet groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description of the replication subnet groups.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReplicationSubnetGroups(java.util.Collection)} or {@link #withReplicationSubnetGroups(java.util.Collection)} if you want to override the existing values.

                                  \n@param replicationSubnetGroups A description of the replication subnet groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReplicationSubnetGroupsResult", "variableType" : "DescribeReplicationSubnetGroupsResult", "variableDeclarationType" : "DescribeReplicationSubnetGroupsResult", "documentation" : null, "simpleType" : "DescribeReplicationSubnetGroupsResult", "variableSetterType" : "DescribeReplicationSubnetGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationSubnetGroups" : { "documentation" : "

                                  A description of the replication subnet groups.

                                  ", "name" : "ReplicationSubnetGroups", "c2jName" : "ReplicationSubnetGroups", "c2jShape" : "ReplicationSubnetGroups", "variable" : { "variableName" : "replicationSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  A description of the replication subnet groups.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "replicationSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroups", "marshallLocationName" : "ReplicationSubnetGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReplicationSubnetGroup", "memberLocationName" : "ReplicationSubnetGroup", "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReplicationSubnetGroup", "variable" : { "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "variableDeclarationType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSubnetGroup", "marshallLocationName" : "ReplicationSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ReplicationSubnetGroup", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A description of the replication subnet groups.

                                  \n@param replicationSubnetGroups A description of the replication subnet groups.*/", "getterDocumentation" : "/**

                                  A description of the replication subnet groups.

                                  \n@return A description of the replication subnet groups.*/", "fluentSetterDocumentation" : "/**

                                  A description of the replication subnet groups.

                                  \n@param replicationSubnetGroups A description of the replication subnet groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description of the replication subnet groups.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReplicationSubnetGroups(java.util.Collection)} or {@link #withReplicationSubnetGroups(java.util.Collection)} if you want to override the existing values.

                                  \n@param replicationSubnetGroups A description of the replication subnet 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.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AccountQuota" : { "c2jName" : "AccountQuota", "documentation" : "

                                  Describes a quota for an AWS account, for example, the number of replication instances allowed.

                                  ", "shapeName" : "AccountQuota", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the AWS DMS quota for this AWS account.

                                  ", "name" : "AccountQuotaName", "c2jName" : "AccountQuotaName", "c2jShape" : "String", "variable" : { "variableName" : "accountQuotaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the AWS DMS quota for this AWS account.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountQuotaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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 AWS DMS quota for this AWS account.

                                  \n@param accountQuotaName The name of the AWS DMS quota for this AWS account.*/", "getterDocumentation" : "/**

                                  The name of the AWS DMS quota for this AWS account.

                                  \n@return The name of the AWS DMS quota for this AWS account.*/", "fluentSetterDocumentation" : "/**

                                  The name of the AWS DMS quota for this AWS account.

                                  \n@param accountQuotaName The name of the AWS DMS 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 AWS DMS quota for this AWS account.

                                  \n@param accountQuotaName The name of the AWS DMS 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.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "used", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "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.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "max", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "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, "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountQuotaName" : { "documentation" : "

                                  The name of the AWS DMS quota for this AWS account.

                                  ", "name" : "AccountQuotaName", "c2jName" : "AccountQuotaName", "c2jShape" : "String", "variable" : { "variableName" : "accountQuotaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the AWS DMS quota for this AWS account.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountQuotaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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 AWS DMS quota for this AWS account.

                                  \n@param accountQuotaName The name of the AWS DMS quota for this AWS account.*/", "getterDocumentation" : "/**

                                  The name of the AWS DMS quota for this AWS account.

                                  \n@return The name of the AWS DMS quota for this AWS account.*/", "fluentSetterDocumentation" : "/**

                                  The name of the AWS DMS quota for this AWS account.

                                  \n@param accountQuotaName The name of the AWS DMS 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 AWS DMS quota for this AWS account.

                                  \n@param accountQuotaName The name of the AWS DMS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "used", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "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.

                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "max", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "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.*/" } } }, "DescribeTableStatisticsResult" : { "c2jName" : "DescribeTableStatisticsResponse", "documentation" : "", "shapeName" : "DescribeTableStatisticsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task.

                                  ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@return The Amazon Resource Name (ARN) of the replication task.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The table statistics.

                                  ", "name" : "TableStatistics", "c2jName" : "TableStatistics", "c2jShape" : "TableStatisticsList", "variable" : { "variableName" : "tableStatistics", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  The table statistics.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tableStatistics", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableStatistics", "marshallLocationName" : "TableStatistics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TableStatistics", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TableStatistics", "variable" : { "variableName" : "member", "variableType" : "TableStatistics", "variableDeclarationType" : "TableStatistics", "documentation" : "", "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "setterModel" : { "variableName" : "member", "variableType" : "TableStatistics", "variableDeclarationType" : "TableStatistics", "documentation" : "", "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "getterModel" : { "returnType" : "TableStatistics", "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" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "TableStatistics", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The table statistics.

                                  \n@param tableStatistics The table statistics.*/", "getterDocumentation" : "/**

                                  The table statistics.

                                  \n@return The table statistics.*/", "fluentSetterDocumentation" : "/**

                                  The table statistics.

                                  \n@param tableStatistics The table statistics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The table statistics.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTableStatistics(java.util.Collection)} or {@link #withTableStatistics(java.util.Collection)} if you want to override the existing values.

                                  \n@param tableStatistics The table statistics.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTableStatisticsResult", "variableType" : "DescribeTableStatisticsResult", "variableDeclarationType" : "DescribeTableStatisticsResult", "documentation" : null, "simpleType" : "DescribeTableStatisticsResult", "variableSetterType" : "DescribeTableStatisticsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationTaskArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task.

                                  ", "name" : "ReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "variable" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the replication task.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationTaskArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationTaskArn", "marshallLocationName" : "ReplicationTaskArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "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 replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@return The Amazon Resource Name (ARN) of the replication task.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the replication task.

                                  \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TableStatistics" : { "documentation" : "

                                  The table statistics.

                                  ", "name" : "TableStatistics", "c2jName" : "TableStatistics", "c2jShape" : "TableStatisticsList", "variable" : { "variableName" : "tableStatistics", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  The table statistics.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tableStatistics", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableStatistics", "marshallLocationName" : "TableStatistics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TableStatistics", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TableStatistics", "variable" : { "variableName" : "member", "variableType" : "TableStatistics", "variableDeclarationType" : "TableStatistics", "documentation" : "", "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "setterModel" : { "variableName" : "member", "variableType" : "TableStatistics", "variableDeclarationType" : "TableStatistics", "documentation" : "", "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "getterModel" : { "returnType" : "TableStatistics", "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" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "TableStatistics", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The table statistics.

                                  \n@param tableStatistics The table statistics.*/", "getterDocumentation" : "/**

                                  The table statistics.

                                  \n@return The table statistics.*/", "fluentSetterDocumentation" : "/**

                                  The table statistics.

                                  \n@param tableStatistics The table statistics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The table statistics.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTableStatistics(java.util.Collection)} or {@link #withTableStatistics(java.util.Collection)} if you want to override the existing values.

                                  \n@param tableStatistics The table statistics.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : false, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : null, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy