
models.dms-2016-01-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-dms Show documentation
{
"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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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