
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",
"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, Amazon Redshift, 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,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "dms",
"signingName" : "dms",
"protocolDefaultExceptionUmarshallerImpl" : null,
"jsonProtocol" : true,
"xmlProtocol" : false,
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"syncClientBuilderClassName" : "AWSDatabaseMigrationServiceClientBuilder",
"asyncClientBuilderClassName" : "AWSDatabaseMigrationServiceAsyncClientBuilder",
"serviceName" : "AWS Database Migration Service"
},
"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" : ""
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "addTagsToResource",
"syncReturnType" : "AddTagsToResourceResult",
"asyncReturnType" : "AddTagsToResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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.
"
}, {
"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,
"methodName" : "createEndpoint",
"syncReturnType" : "CreateEndpointResult",
"asyncReturnType" : "CreateEndpointResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "createReplicationInstance",
"syncReturnType" : "CreateReplicationInstanceResult",
"asyncReturnType" : "CreateReplicationInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "createReplicationSubnetGroup",
"syncReturnType" : "CreateReplicationSubnetGroupResult",
"asyncReturnType" : "CreateReplicationSubnetGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "createReplicationTask",
"syncReturnType" : "CreateReplicationTaskResult",
"asyncReturnType" : "CreateReplicationTaskResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteCertificate" : {
"documentation" : "Deletes the specified certificate.
",
"operationName" : "DeleteCertificate",
"deprecated" : false,
"input" : {
"variableName" : "deleteCertificateRequest",
"variableType" : "DeleteCertificateRequest",
"variableDeclarationType" : "DeleteCertificateRequest",
"documentation" : "",
"simpleType" : "DeleteCertificateRequest",
"variableSetterType" : "DeleteCertificateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteCertificateResult",
"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,
"methodName" : "deleteCertificate",
"syncReturnType" : "DeleteCertificateResult",
"asyncReturnType" : "DeleteCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "deleteEndpoint",
"syncReturnType" : "DeleteEndpointResult",
"asyncReturnType" : "DeleteEndpointResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "deleteReplicationInstance",
"syncReturnType" : "DeleteReplicationInstanceResult",
"asyncReturnType" : "DeleteReplicationInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "deleteReplicationSubnetGroup",
"syncReturnType" : "DeleteReplicationSubnetGroupResult",
"asyncReturnType" : "DeleteReplicationSubnetGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "deleteReplicationTask",
"syncReturnType" : "DeleteReplicationTaskResult",
"asyncReturnType" : "DeleteReplicationTaskResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeAccountAttributes",
"syncReturnType" : "DescribeAccountAttributesResult",
"asyncReturnType" : "DescribeAccountAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeCertificates" : {
"documentation" : "Provides a description of the certificate.
",
"operationName" : "DescribeCertificates",
"deprecated" : false,
"input" : {
"variableName" : "describeCertificatesRequest",
"variableType" : "DescribeCertificatesRequest",
"variableDeclarationType" : "DescribeCertificatesRequest",
"documentation" : "",
"simpleType" : "DescribeCertificatesRequest",
"variableSetterType" : "DescribeCertificatesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeCertificatesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeCertificates",
"syncReturnType" : "DescribeCertificatesResult",
"asyncReturnType" : "DescribeCertificatesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeConnections",
"syncReturnType" : "DescribeConnectionsResult",
"asyncReturnType" : "DescribeConnectionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEndpointTypes",
"syncReturnType" : "DescribeEndpointTypesResult",
"asyncReturnType" : "DescribeEndpointTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEndpoints",
"syncReturnType" : "DescribeEndpointsResult",
"asyncReturnType" : "DescribeEndpointsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeOrderableReplicationInstances",
"syncReturnType" : "DescribeOrderableReplicationInstancesResult",
"asyncReturnType" : "DescribeOrderableReplicationInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "describeRefreshSchemasStatus",
"syncReturnType" : "DescribeRefreshSchemasStatusResult",
"asyncReturnType" : "DescribeRefreshSchemasStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeReplicationInstances",
"syncReturnType" : "DescribeReplicationInstancesResult",
"asyncReturnType" : "DescribeReplicationInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeReplicationSubnetGroups",
"syncReturnType" : "DescribeReplicationSubnetGroupsResult",
"asyncReturnType" : "DescribeReplicationSubnetGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeReplicationTasks",
"syncReturnType" : "DescribeReplicationTasksResult",
"asyncReturnType" : "DescribeReplicationTasksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "describeSchemas",
"syncReturnType" : "DescribeSchemasResult",
"asyncReturnType" : "DescribeSchemasResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "describeTableStatistics",
"syncReturnType" : "DescribeTableStatisticsResult",
"asyncReturnType" : "DescribeTableStatisticsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ImportCertificate" : {
"documentation" : "Uploads the specified certificate.
",
"operationName" : "ImportCertificate",
"deprecated" : false,
"input" : {
"variableName" : "importCertificateRequest",
"variableType" : "ImportCertificateRequest",
"variableDeclarationType" : "ImportCertificateRequest",
"documentation" : "",
"simpleType" : "ImportCertificateRequest",
"variableSetterType" : "ImportCertificateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ImportCertificateResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
"
}, {
"exceptionName" : "InvalidCertificateException",
"documentation" : "The certificate was not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "importCertificate",
"syncReturnType" : "ImportCertificateResult",
"asyncReturnType" : "ImportCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listTagsForResource",
"syncReturnType" : "ListTagsForResourceResult",
"asyncReturnType" : "ListTagsForResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "modifyEndpoint",
"syncReturnType" : "ModifyEndpointResult",
"asyncReturnType" : "ModifyEndpointResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "modifyReplicationInstance",
"syncReturnType" : "ModifyReplicationInstanceResult",
"asyncReturnType" : "ModifyReplicationInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
"
}, {
"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,
"methodName" : "modifyReplicationSubnetGroup",
"syncReturnType" : "ModifyReplicationSubnetGroupResult",
"asyncReturnType" : "ModifyReplicationSubnetGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "refreshSchemas",
"syncReturnType" : "RefreshSchemasResult",
"asyncReturnType" : "RefreshSchemasResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "removeTagsFromResource",
"syncReturnType" : "RemoveTagsFromResourceResult",
"asyncReturnType" : "RemoveTagsFromResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "startReplicationTask",
"syncReturnType" : "StartReplicationTaskResult",
"asyncReturnType" : "StartReplicationTaskResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "stopReplicationTask",
"syncReturnType" : "StopReplicationTaskResult",
"asyncReturnType" : "StopReplicationTaskResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"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" : ""
},
"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,
"methodName" : "testConnection",
"syncReturnType" : "TestConnectionResult",
"asyncReturnType" : "TestConnectionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
}
},
"shapes" : {
"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.*/"
}
}
},
"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.*/"
}
}
},
"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.*/"
}
}
},
"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.*/"
}
}
},
"DeleteReplicationInstanceRequest" : {
"c2jName" : "DeleteReplicationInstanceMessage",
"documentation" : "",
"shapeName" : "DeleteReplicationInstanceRequest",
"deprecated" : false,
"required" : [ "ReplicationInstanceArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the replication instance to be deleted.
",
"name" : "ReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceArn",
"marshallLocationName" : "ReplicationInstanceArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance to be deleted.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance to be deleted.
\n@return The Amazon Resource Name (ARN) of the replication instance to be deleted.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance to be deleted.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance to be deleted.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteReplicationInstanceRequest",
"variableType" : "DeleteReplicationInstanceRequest",
"variableDeclarationType" : "DeleteReplicationInstanceRequest",
"documentation" : null,
"simpleType" : "DeleteReplicationInstanceRequest",
"variableSetterType" : "DeleteReplicationInstanceRequest"
},
"marshaller" : {
"action" : "DeleteReplicationInstance",
"verb" : "POST",
"target" : "AmazonDMSv20160101.DeleteReplicationInstance",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ReplicationInstanceArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the replication instance to be deleted.
",
"name" : "ReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceArn",
"marshallLocationName" : "ReplicationInstanceArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance to be deleted.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance to be deleted.
\n@return The Amazon Resource Name (ARN) of the replication instance to be deleted.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance to be deleted.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance to be deleted.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeRefreshSchemasStatusResult" : {
"c2jName" : "DescribeRefreshSchemasStatusResponse",
"documentation" : "",
"shapeName" : "DescribeRefreshSchemasStatusResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The status of the schema.
",
"name" : "RefreshSchemasStatus",
"c2jName" : "RefreshSchemasStatus",
"c2jShape" : "RefreshSchemasStatus",
"variable" : {
"variableName" : "refreshSchemasStatus",
"variableType" : "RefreshSchemasStatus",
"variableDeclarationType" : "RefreshSchemasStatus",
"documentation" : "The status of the schema.
",
"simpleType" : "RefreshSchemasStatus",
"variableSetterType" : "RefreshSchemasStatus"
},
"setterModel" : {
"variableName" : "refreshSchemasStatus",
"variableType" : "RefreshSchemasStatus",
"variableDeclarationType" : "RefreshSchemasStatus",
"documentation" : "",
"simpleType" : "RefreshSchemasStatus",
"variableSetterType" : "RefreshSchemasStatus"
},
"getterModel" : {
"returnType" : "RefreshSchemasStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RefreshSchemasStatus",
"marshallLocationName" : "RefreshSchemasStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the schema.
\n@param refreshSchemasStatus The status of the schema.*/",
"getterDocumentation" : "/**The status of the schema.
\n@return The status of the schema.*/",
"fluentSetterDocumentation" : "/**The status of the schema.
\n@param refreshSchemasStatus The status of the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the schema.
\n@param refreshSchemasStatus The status of the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeRefreshSchemasStatusResult",
"variableType" : "DescribeRefreshSchemasStatusResult",
"variableDeclarationType" : "DescribeRefreshSchemasStatusResult",
"documentation" : null,
"simpleType" : "DescribeRefreshSchemasStatusResult",
"variableSetterType" : "DescribeRefreshSchemasStatusResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"RefreshSchemasStatus" : {
"documentation" : "The status of the schema.
",
"name" : "RefreshSchemasStatus",
"c2jName" : "RefreshSchemasStatus",
"c2jShape" : "RefreshSchemasStatus",
"variable" : {
"variableName" : "refreshSchemasStatus",
"variableType" : "RefreshSchemasStatus",
"variableDeclarationType" : "RefreshSchemasStatus",
"documentation" : "The status of the schema.
",
"simpleType" : "RefreshSchemasStatus",
"variableSetterType" : "RefreshSchemasStatus"
},
"setterModel" : {
"variableName" : "refreshSchemasStatus",
"variableType" : "RefreshSchemasStatus",
"variableDeclarationType" : "RefreshSchemasStatus",
"documentation" : "",
"simpleType" : "RefreshSchemasStatus",
"variableSetterType" : "RefreshSchemasStatus"
},
"getterModel" : {
"returnType" : "RefreshSchemasStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RefreshSchemasStatus",
"marshallLocationName" : "RefreshSchemasStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the schema.
\n@param refreshSchemasStatus The status of the schema.*/",
"getterDocumentation" : "/**The status of the schema.
\n@return The status of the schema.*/",
"fluentSetterDocumentation" : "/**The status of the schema.
\n@param refreshSchemasStatus The status of the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the schema.
\n@param refreshSchemasStatus The status of the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Endpoint" : {
"c2jName" : "Endpoint",
"documentation" : "",
"shapeName" : "Endpoint",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"name" : "EndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"variable" : {
"variableName" : "endpointIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointIdentifier",
"marshallLocationName" : "EndpointIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/",
"getterDocumentation" : "/**The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/",
"fluentSetterDocumentation" : "/**The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The type of endpoint.
",
"name" : "EndpointType",
"c2jName" : "EndpointType",
"c2jShape" : "ReplicationEndpointTypeValue",
"variable" : {
"variableName" : "endpointType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointType",
"marshallLocationName" : "EndpointType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ReplicationEndpointTypeValue",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue*/",
"getterDocumentation" : "/**The type of endpoint.
\n@return The type of endpoint.\n@see ReplicationEndpointTypeValue*/",
"fluentSetterDocumentation" : "/**The type of endpoint.
\n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/",
"varargSetterDocumentation" : "/**The type of endpoint.
\n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/"
}, {
"documentation" : "The database engine name.
",
"name" : "EngineName",
"c2jName" : "EngineName",
"c2jShape" : "String",
"variable" : {
"variableName" : "engineName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The database engine name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "engineName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EngineName",
"marshallLocationName" : "EngineName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The database engine name.
\n@param engineName The database engine name.*/",
"getterDocumentation" : "/**The database engine name.
\n@return The database engine name.*/",
"fluentSetterDocumentation" : "/**The database engine name.
\n@param engineName The database engine name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The database engine name.
\n@param engineName The database engine name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The user name used to connect to the endpoint.
",
"name" : "Username",
"c2jName" : "Username",
"c2jShape" : "String",
"variable" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user name used to connect to the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Username",
"marshallLocationName" : "Username",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user name used to connect to the endpoint.
\n@param username The user name used to connect to the endpoint.*/",
"getterDocumentation" : "/**The user name used to connect to the endpoint.
\n@return The user name used to connect to the endpoint.*/",
"fluentSetterDocumentation" : "/**The user name used to connect to the endpoint.
\n@param username The user name used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user name used to connect to the endpoint.
\n@param username The user name used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the server at the endpoint.
",
"name" : "ServerName",
"c2jName" : "ServerName",
"c2jShape" : "String",
"variable" : {
"variableName" : "serverName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the server at the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "serverName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ServerName",
"marshallLocationName" : "ServerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the server at the endpoint.
\n@param serverName The name of the server at the endpoint.*/",
"getterDocumentation" : "/**The name of the server at the endpoint.
\n@return The name of the server at the endpoint.*/",
"fluentSetterDocumentation" : "/**The name of the server at the endpoint.
\n@param serverName The name of the server at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the server at the endpoint.
\n@param serverName The name of the server at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The port value used to access the endpoint.
",
"name" : "Port",
"c2jName" : "Port",
"c2jShape" : "IntegerOptional",
"variable" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The port value used to access the endpoint.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Port",
"marshallLocationName" : "Port",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The port value used to access the endpoint.
\n@param port The port value used to access the endpoint.*/",
"getterDocumentation" : "/**The port value used to access the endpoint.
\n@return The port value used to access the endpoint.*/",
"fluentSetterDocumentation" : "/**The port value used to access the endpoint.
\n@param port The port value used to access the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The port value used to access the endpoint.
\n@param port The port value used to access the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the database at the endpoint.
",
"name" : "DatabaseName",
"c2jName" : "DatabaseName",
"c2jShape" : "String",
"variable" : {
"variableName" : "databaseName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the database at the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "databaseName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DatabaseName",
"marshallLocationName" : "DatabaseName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the database at the endpoint.
\n@param databaseName The name of the database at the endpoint.*/",
"getterDocumentation" : "/**The name of the database at the endpoint.
\n@return The name of the database at the endpoint.*/",
"fluentSetterDocumentation" : "/**The name of the database at the endpoint.
\n@param databaseName The name of the database at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the database at the endpoint.
\n@param databaseName The name of the database at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Additional connection attributes used to connect to the endpoint.
",
"name" : "ExtraConnectionAttributes",
"c2jName" : "ExtraConnectionAttributes",
"c2jShape" : "String",
"variable" : {
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Additional connection attributes used to connect to the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ExtraConnectionAttributes",
"marshallLocationName" : "ExtraConnectionAttributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Additional connection attributes used to connect to the endpoint.
\n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.*/",
"getterDocumentation" : "/**Additional connection attributes used to connect to the endpoint.
\n@return Additional connection attributes used to connect to the endpoint.*/",
"fluentSetterDocumentation" : "/**Additional connection attributes used to connect to the endpoint.
\n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Additional connection attributes used to connect to the endpoint.
\n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status of the endpoint.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the endpoint.
\n@param status The status of the endpoint.*/",
"getterDocumentation" : "/**The status of the endpoint.
\n@return The status of the endpoint.*/",
"fluentSetterDocumentation" : "/**The status of the endpoint.
\n@param status The status of the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the endpoint.
\n@param status The status of the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"name" : "KmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"variable" : {
"variableName" : "kmsKeyId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "kmsKeyId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "KmsKeyId",
"marshallLocationName" : "KmsKeyId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/",
"getterDocumentation" : "/**The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/",
"fluentSetterDocumentation" : "/**The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"name" : "EndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointArn",
"marshallLocationName" : "EndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
",
"name" : "CertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "certificateArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "certificateArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CertificateArn",
"marshallLocationName" : "CertificateArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"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) used for SSL connection to the endpoint.
\n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
\n@return The Amazon Resource Name (ARN) used for SSL connection to the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
\n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
\n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"name" : "SslMode",
"c2jName" : "SslMode",
"c2jShape" : "DmsSslModeValue",
"variable" : {
"variableName" : "sslMode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sslMode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SslMode",
"marshallLocationName" : "SslMode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DmsSslModeValue",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode used to connect to the endpoint. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue*/",
"getterDocumentation" : "/**
The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@return The SSL mode used to connect to the endpoint. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue*/",
"fluentSetterDocumentation" : "/**
The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode used to connect to the endpoint. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue*/",
"varargSetterDocumentation" : "/**
The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode used to connect to the endpoint. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "endpoint",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : null,
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "
The status of the endpoint.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the endpoint.
\n@param status The status of the endpoint.*/",
"getterDocumentation" : "/**The status of the endpoint.
\n@return The status of the endpoint.*/",
"fluentSetterDocumentation" : "/**The status of the endpoint.
\n@param status The status of the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the endpoint.
\n@param status The status of the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"KmsKeyId" : {
"documentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"name" : "KmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"variable" : {
"variableName" : "kmsKeyId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "kmsKeyId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "KmsKeyId",
"marshallLocationName" : "KmsKeyId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/",
"getterDocumentation" : "/**The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.*/",
"fluentSetterDocumentation" : "/**The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Port" : {
"documentation" : "The port value used to access the endpoint.
",
"name" : "Port",
"c2jName" : "Port",
"c2jShape" : "IntegerOptional",
"variable" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The port value used to access the endpoint.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Port",
"marshallLocationName" : "Port",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The port value used to access the endpoint.
\n@param port The port value used to access the endpoint.*/",
"getterDocumentation" : "/**The port value used to access the endpoint.
\n@return The port value used to access the endpoint.*/",
"fluentSetterDocumentation" : "/**The port value used to access the endpoint.
\n@param port The port value used to access the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The port value used to access the endpoint.
\n@param port The port value used to access the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DatabaseName" : {
"documentation" : "The name of the database at the endpoint.
",
"name" : "DatabaseName",
"c2jName" : "DatabaseName",
"c2jShape" : "String",
"variable" : {
"variableName" : "databaseName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the database at the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "databaseName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DatabaseName",
"marshallLocationName" : "DatabaseName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the database at the endpoint.
\n@param databaseName The name of the database at the endpoint.*/",
"getterDocumentation" : "/**The name of the database at the endpoint.
\n@return The name of the database at the endpoint.*/",
"fluentSetterDocumentation" : "/**The name of the database at the endpoint.
\n@param databaseName The name of the database at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the database at the endpoint.
\n@param databaseName The name of the database at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EngineName" : {
"documentation" : "The database engine name.
",
"name" : "EngineName",
"c2jName" : "EngineName",
"c2jShape" : "String",
"variable" : {
"variableName" : "engineName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The database engine name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "engineName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EngineName",
"marshallLocationName" : "EngineName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The database engine name.
\n@param engineName The database engine name.*/",
"getterDocumentation" : "/**The database engine name.
\n@return The database engine name.*/",
"fluentSetterDocumentation" : "/**The database engine name.
\n@param engineName The database engine name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The database engine name.
\n@param engineName The database engine name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Username" : {
"documentation" : "The user name used to connect to the endpoint.
",
"name" : "Username",
"c2jName" : "Username",
"c2jShape" : "String",
"variable" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user name used to connect to the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Username",
"marshallLocationName" : "Username",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user name used to connect to the endpoint.
\n@param username The user name used to connect to the endpoint.*/",
"getterDocumentation" : "/**The user name used to connect to the endpoint.
\n@return The user name used to connect to the endpoint.*/",
"fluentSetterDocumentation" : "/**The user name used to connect to the endpoint.
\n@param username The user name used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user name used to connect to the endpoint.
\n@param username The user name used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SslMode" : {
"documentation" : "The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"name" : "SslMode",
"c2jName" : "SslMode",
"c2jShape" : "DmsSslModeValue",
"variable" : {
"variableName" : "sslMode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sslMode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SslMode",
"marshallLocationName" : "SslMode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DmsSslModeValue",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode used to connect to the endpoint. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue*/",
"getterDocumentation" : "/**
The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@return The SSL mode used to connect to the endpoint. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue*/",
"fluentSetterDocumentation" : "/**
The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode used to connect to the endpoint. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue*/",
"varargSetterDocumentation" : "/**
The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode used to connect to the endpoint. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue*/"
},
"ServerName" : {
"documentation" : "
The name of the server at the endpoint.
",
"name" : "ServerName",
"c2jName" : "ServerName",
"c2jShape" : "String",
"variable" : {
"variableName" : "serverName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the server at the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "serverName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ServerName",
"marshallLocationName" : "ServerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the server at the endpoint.
\n@param serverName The name of the server at the endpoint.*/",
"getterDocumentation" : "/**The name of the server at the endpoint.
\n@return The name of the server at the endpoint.*/",
"fluentSetterDocumentation" : "/**The name of the server at the endpoint.
\n@param serverName The name of the server at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the server at the endpoint.
\n@param serverName The name of the server at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ExtraConnectionAttributes" : {
"documentation" : "Additional connection attributes used to connect to the endpoint.
",
"name" : "ExtraConnectionAttributes",
"c2jName" : "ExtraConnectionAttributes",
"c2jShape" : "String",
"variable" : {
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Additional connection attributes used to connect to the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ExtraConnectionAttributes",
"marshallLocationName" : "ExtraConnectionAttributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Additional connection attributes used to connect to the endpoint.
\n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.*/",
"getterDocumentation" : "/**Additional connection attributes used to connect to the endpoint.
\n@return Additional connection attributes used to connect to the endpoint.*/",
"fluentSetterDocumentation" : "/**Additional connection attributes used to connect to the endpoint.
\n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Additional connection attributes used to connect to the endpoint.
\n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EndpointType" : {
"documentation" : "The type of endpoint.
",
"name" : "EndpointType",
"c2jName" : "EndpointType",
"c2jShape" : "ReplicationEndpointTypeValue",
"variable" : {
"variableName" : "endpointType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointType",
"marshallLocationName" : "EndpointType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ReplicationEndpointTypeValue",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue*/",
"getterDocumentation" : "/**The type of endpoint.
\n@return The type of endpoint.\n@see ReplicationEndpointTypeValue*/",
"fluentSetterDocumentation" : "/**The type of endpoint.
\n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/",
"varargSetterDocumentation" : "/**The type of endpoint.
\n@param endpointType The type of endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue*/"
},
"EndpointArn" : {
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"name" : "EndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointArn",
"marshallLocationName" : "EndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EndpointIdentifier" : {
"documentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"name" : "EndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"variable" : {
"variableName" : "endpointIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointIdentifier",
"marshallLocationName" : "EndpointIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/",
"getterDocumentation" : "/**The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.*/",
"fluentSetterDocumentation" : "/**The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CertificateArn" : {
"documentation" : "The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
",
"name" : "CertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "certificateArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "certificateArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CertificateArn",
"marshallLocationName" : "CertificateArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"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) used for SSL connection to the endpoint.
\n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
\n@return The Amazon Resource Name (ARN) used for SSL connection to the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
\n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
\n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ReplicationSubnetGroup" : {
"c2jName" : "ReplicationSubnetGroup",
"documentation" : "",
"shapeName" : "ReplicationSubnetGroup",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The identifier of the replication instance subnet group.
",
"name" : "ReplicationSubnetGroupIdentifier",
"c2jName" : "ReplicationSubnetGroupIdentifier",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the replication instance subnet group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationSubnetGroupIdentifier",
"marshallLocationName" : "ReplicationSubnetGroupIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the replication instance subnet group.
\n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.*/",
"getterDocumentation" : "/**The identifier of the replication instance subnet group.
\n@return The identifier of the replication instance subnet group.*/",
"fluentSetterDocumentation" : "/**The identifier of the replication instance subnet group.
\n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the replication instance subnet group.
\n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The description of the replication subnet group.
",
"name" : "ReplicationSubnetGroupDescription",
"c2jName" : "ReplicationSubnetGroupDescription",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationSubnetGroupDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of the replication subnet group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationSubnetGroupDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationSubnetGroupDescription",
"marshallLocationName" : "ReplicationSubnetGroupDescription",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description of the replication subnet group.
\n@param replicationSubnetGroupDescription The description of the replication subnet group.*/",
"getterDocumentation" : "/**The description of the replication subnet group.
\n@return The description of the replication subnet group.*/",
"fluentSetterDocumentation" : "/**The description of the replication subnet group.
\n@param replicationSubnetGroupDescription The description of the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of the replication subnet group.
\n@param replicationSubnetGroupDescription The description of the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the VPC.
",
"name" : "VpcId",
"c2jName" : "VpcId",
"c2jShape" : "String",
"variable" : {
"variableName" : "vpcId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the VPC.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "vpcId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VpcId",
"marshallLocationName" : "VpcId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the VPC.
\n@param vpcId The ID of the VPC.*/",
"getterDocumentation" : "/**The ID of the VPC.
\n@return The ID of the VPC.*/",
"fluentSetterDocumentation" : "/**The ID of the VPC.
\n@param vpcId The ID of the VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the VPC.
\n@param vpcId The ID of the VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status of the subnet group.
",
"name" : "SubnetGroupStatus",
"c2jName" : "SubnetGroupStatus",
"c2jShape" : "String",
"variable" : {
"variableName" : "subnetGroupStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the subnet group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "subnetGroupStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubnetGroupStatus",
"marshallLocationName" : "SubnetGroupStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the subnet group.
\n@param subnetGroupStatus The status of the subnet group.*/",
"getterDocumentation" : "/**The status of the subnet group.
\n@return The status of the subnet group.*/",
"fluentSetterDocumentation" : "/**The status of the subnet group.
\n@param subnetGroupStatus The status of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the subnet group.
\n@param subnetGroupStatus The status of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The subnets that are in the subnet group.
",
"name" : "Subnets",
"c2jName" : "Subnets",
"c2jShape" : "SubnetList",
"variable" : {
"variableName" : "subnets",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The subnets that are in the subnet group.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "subnets",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Subnets",
"marshallLocationName" : "Subnets",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Subnet",
"memberLocationName" : "Subnet",
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Subnet",
"variable" : {
"variableName" : "member",
"variableType" : "Subnet",
"variableDeclarationType" : "Subnet",
"documentation" : "",
"simpleType" : "Subnet",
"variableSetterType" : "Subnet"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Subnet",
"variableDeclarationType" : "Subnet",
"documentation" : "",
"simpleType" : "Subnet",
"variableSetterType" : "Subnet"
},
"getterModel" : {
"returnType" : "Subnet",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Subnet",
"marshallLocationName" : "Subnet",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Subnet",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The subnets that are in the subnet group.
\n@param subnets The subnets that are in the subnet group.*/",
"getterDocumentation" : "/**The subnets that are in the subnet group.
\n@return The subnets that are in the subnet group.*/",
"fluentSetterDocumentation" : "/**The subnets that are in the subnet group.
\n@param subnets The subnets that are in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The subnets that are in the subnet group.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.
\n@param subnets The subnets that are in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "replicationSubnetGroup",
"variableType" : "ReplicationSubnetGroup",
"variableDeclarationType" : "ReplicationSubnetGroup",
"documentation" : null,
"simpleType" : "ReplicationSubnetGroup",
"variableSetterType" : "ReplicationSubnetGroup"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Subnets" : {
"documentation" : "The subnets that are in the subnet group.
",
"name" : "Subnets",
"c2jName" : "Subnets",
"c2jShape" : "SubnetList",
"variable" : {
"variableName" : "subnets",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The subnets that are in the subnet group.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "subnets",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Subnets",
"marshallLocationName" : "Subnets",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Subnet",
"memberLocationName" : "Subnet",
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Subnet",
"variable" : {
"variableName" : "member",
"variableType" : "Subnet",
"variableDeclarationType" : "Subnet",
"documentation" : "",
"simpleType" : "Subnet",
"variableSetterType" : "Subnet"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Subnet",
"variableDeclarationType" : "Subnet",
"documentation" : "",
"simpleType" : "Subnet",
"variableSetterType" : "Subnet"
},
"getterModel" : {
"returnType" : "Subnet",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Subnet",
"marshallLocationName" : "Subnet",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Subnet",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The subnets that are in the subnet group.
\n@param subnets The subnets that are in the subnet group.*/",
"getterDocumentation" : "/**The subnets that are in the subnet group.
\n@return The subnets that are in the subnet group.*/",
"fluentSetterDocumentation" : "/**The subnets that are in the subnet group.
\n@param subnets The subnets that are in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The subnets that are in the subnet group.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.
\n@param subnets The subnets that are in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"VpcId" : {
"documentation" : "The ID of the VPC.
",
"name" : "VpcId",
"c2jName" : "VpcId",
"c2jShape" : "String",
"variable" : {
"variableName" : "vpcId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the VPC.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "vpcId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VpcId",
"marshallLocationName" : "VpcId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the VPC.
\n@param vpcId The ID of the VPC.*/",
"getterDocumentation" : "/**The ID of the VPC.
\n@return The ID of the VPC.*/",
"fluentSetterDocumentation" : "/**The ID of the VPC.
\n@param vpcId The ID of the VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the VPC.
\n@param vpcId The ID of the VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SubnetGroupStatus" : {
"documentation" : "The status of the subnet group.
",
"name" : "SubnetGroupStatus",
"c2jName" : "SubnetGroupStatus",
"c2jShape" : "String",
"variable" : {
"variableName" : "subnetGroupStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the subnet group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "subnetGroupStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubnetGroupStatus",
"marshallLocationName" : "SubnetGroupStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the subnet group.
\n@param subnetGroupStatus The status of the subnet group.*/",
"getterDocumentation" : "/**The status of the subnet group.
\n@return The status of the subnet group.*/",
"fluentSetterDocumentation" : "/**The status of the subnet group.
\n@param subnetGroupStatus The status of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the subnet group.
\n@param subnetGroupStatus The status of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationSubnetGroupDescription" : {
"documentation" : "The description of the replication subnet group.
",
"name" : "ReplicationSubnetGroupDescription",
"c2jName" : "ReplicationSubnetGroupDescription",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationSubnetGroupDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of the replication subnet group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationSubnetGroupDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationSubnetGroupDescription",
"marshallLocationName" : "ReplicationSubnetGroupDescription",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description of the replication subnet group.
\n@param replicationSubnetGroupDescription The description of the replication subnet group.*/",
"getterDocumentation" : "/**The description of the replication subnet group.
\n@return The description of the replication subnet group.*/",
"fluentSetterDocumentation" : "/**The description of the replication subnet group.
\n@param replicationSubnetGroupDescription The description of the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of the replication subnet group.
\n@param replicationSubnetGroupDescription The description of the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationSubnetGroupIdentifier" : {
"documentation" : "The identifier of the replication instance subnet group.
",
"name" : "ReplicationSubnetGroupIdentifier",
"c2jName" : "ReplicationSubnetGroupIdentifier",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the replication instance subnet group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationSubnetGroupIdentifier",
"marshallLocationName" : "ReplicationSubnetGroupIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the replication instance subnet group.
\n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.*/",
"getterDocumentation" : "/**The identifier of the replication instance subnet group.
\n@return The identifier of the replication instance subnet group.*/",
"fluentSetterDocumentation" : "/**The identifier of the replication instance subnet group.
\n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the replication instance subnet group.
\n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ReplicationTask" : {
"c2jName" : "ReplicationTask",
"documentation" : "",
"shapeName" : "ReplicationTask",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
",
"name" : "ReplicationTaskIdentifier",
"c2jName" : "ReplicationTaskIdentifier",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationTaskIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationTaskIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskIdentifier",
"marshallLocationName" : "ReplicationTaskIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@param replicationTaskIdentifier The replication task identifier. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
*/",
"getterDocumentation" : "/**The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@return The replication task identifier. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
*/",
"fluentSetterDocumentation" : "/**The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@param replicationTaskIdentifier The replication task identifier. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@param replicationTaskIdentifier The replication task identifier. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"name" : "SourceEndpointArn",
"c2jName" : "SourceEndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "sourceEndpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceEndpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceEndpointArn",
"marshallLocationName" : "SourceEndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"name" : "TargetEndpointArn",
"c2jName" : "TargetEndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "targetEndpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "targetEndpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TargetEndpointArn",
"marshallLocationName" : "TargetEndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"name" : "ReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceArn",
"marshallLocationName" : "ReplicationInstanceArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The type of migration.
",
"name" : "MigrationType",
"c2jName" : "MigrationType",
"c2jShape" : "MigrationTypeValue",
"variable" : {
"variableName" : "migrationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of migration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "migrationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MigrationType",
"marshallLocationName" : "MigrationType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "MigrationTypeValue",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of migration.
\n@param migrationType The type of migration.\n@see MigrationTypeValue*/",
"getterDocumentation" : "/**The type of migration.
\n@return The type of migration.\n@see MigrationTypeValue*/",
"fluentSetterDocumentation" : "/**The type of migration.
\n@param migrationType The type of migration.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/",
"varargSetterDocumentation" : "/**The type of migration.
\n@param migrationType The type of migration.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/"
}, {
"documentation" : "Table mappings specified in the task.
",
"name" : "TableMappings",
"c2jName" : "TableMappings",
"c2jShape" : "String",
"variable" : {
"variableName" : "tableMappings",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Table mappings specified in the task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "tableMappings",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TableMappings",
"marshallLocationName" : "TableMappings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Table mappings specified in the task.
\n@param tableMappings Table mappings specified in the task.*/",
"getterDocumentation" : "/**Table mappings specified in the task.
\n@return Table mappings specified in the task.*/",
"fluentSetterDocumentation" : "/**Table mappings specified in the task.
\n@param tableMappings Table mappings specified in the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Table mappings specified in the task.
\n@param tableMappings Table mappings specified in the task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The settings for the replication task.
",
"name" : "ReplicationTaskSettings",
"c2jName" : "ReplicationTaskSettings",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationTaskSettings",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The settings for the replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationTaskSettings",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskSettings",
"marshallLocationName" : "ReplicationTaskSettings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The settings for the replication task.
\n@param replicationTaskSettings The settings for the replication task.*/",
"getterDocumentation" : "/**The settings for the replication task.
\n@return The settings for the replication task.*/",
"fluentSetterDocumentation" : "/**The settings for the replication task.
\n@param replicationTaskSettings The settings for the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The settings for the replication task.
\n@param replicationTaskSettings The settings for the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status of the replication task.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the replication task.
\n@param status The status of the replication task.*/",
"getterDocumentation" : "/**The status of the replication task.
\n@return The status of the replication task.*/",
"fluentSetterDocumentation" : "/**The status of the replication task.
\n@param status The status of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the replication task.
\n@param status The status of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The last error (failure) message generated for the replication instance.
",
"name" : "LastFailureMessage",
"c2jName" : "LastFailureMessage",
"c2jShape" : "String",
"variable" : {
"variableName" : "lastFailureMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The last error (failure) message generated for the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lastFailureMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastFailureMessage",
"marshallLocationName" : "LastFailureMessage",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The last error (failure) message generated for the replication instance.
\n@param lastFailureMessage The last error (failure) message generated for the replication instance.*/",
"getterDocumentation" : "/**The last error (failure) message generated for the replication instance.
\n@return The last error (failure) message generated for the replication instance.*/",
"fluentSetterDocumentation" : "/**The last error (failure) message generated for the replication instance.
\n@param lastFailureMessage The last error (failure) message generated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The last error (failure) message generated for the replication instance.
\n@param lastFailureMessage The last error (failure) message generated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The date the replication task was created.
",
"name" : "ReplicationTaskCreationDate",
"c2jName" : "ReplicationTaskCreationDate",
"c2jShape" : "TStamp",
"variable" : {
"variableName" : "replicationTaskCreationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date the replication task was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "replicationTaskCreationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskCreationDate",
"marshallLocationName" : "ReplicationTaskCreationDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date the replication task was created.
\n@param replicationTaskCreationDate The date the replication task was created.*/",
"getterDocumentation" : "/**The date the replication task was created.
\n@return The date the replication task was created.*/",
"fluentSetterDocumentation" : "/**The date the replication task was created.
\n@param replicationTaskCreationDate The date the replication task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date the replication task was created.
\n@param replicationTaskCreationDate The date the replication task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The date the replication task is scheduled to start.
",
"name" : "ReplicationTaskStartDate",
"c2jName" : "ReplicationTaskStartDate",
"c2jShape" : "TStamp",
"variable" : {
"variableName" : "replicationTaskStartDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date the replication task is scheduled to start.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "replicationTaskStartDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskStartDate",
"marshallLocationName" : "ReplicationTaskStartDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date the replication task is scheduled to start.
\n@param replicationTaskStartDate The date the replication task is scheduled to start.*/",
"getterDocumentation" : "/**The date the replication task is scheduled to start.
\n@return The date the replication task is scheduled to start.*/",
"fluentSetterDocumentation" : "/**The date the replication task is scheduled to start.
\n@param replicationTaskStartDate The date the replication task is scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date the replication task is scheduled to start.
\n@param replicationTaskStartDate The date the replication task is scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon Resource Name (ARN) of the replication task.
",
"name" : "ReplicationTaskArn",
"c2jName" : "ReplicationTaskArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationTaskArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationTaskArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskArn",
"marshallLocationName" : "ReplicationTaskArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@return The Amazon Resource Name (ARN) of the replication task.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The statistics for the task, including elapsed time, tables loaded, and table errors.
",
"name" : "ReplicationTaskStats",
"c2jName" : "ReplicationTaskStats",
"c2jShape" : "ReplicationTaskStats",
"variable" : {
"variableName" : "replicationTaskStats",
"variableType" : "ReplicationTaskStats",
"variableDeclarationType" : "ReplicationTaskStats",
"documentation" : "The statistics for the task, including elapsed time, tables loaded, and table errors.
",
"simpleType" : "ReplicationTaskStats",
"variableSetterType" : "ReplicationTaskStats"
},
"setterModel" : {
"variableName" : "replicationTaskStats",
"variableType" : "ReplicationTaskStats",
"variableDeclarationType" : "ReplicationTaskStats",
"documentation" : "",
"simpleType" : "ReplicationTaskStats",
"variableSetterType" : "ReplicationTaskStats"
},
"getterModel" : {
"returnType" : "ReplicationTaskStats",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskStats",
"marshallLocationName" : "ReplicationTaskStats",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The statistics for the task, including elapsed time, tables loaded, and table errors.
\n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.*/",
"getterDocumentation" : "/**The statistics for the task, including elapsed time, tables loaded, and table errors.
\n@return The statistics for the task, including elapsed time, tables loaded, and table errors.*/",
"fluentSetterDocumentation" : "/**The statistics for the task, including elapsed time, tables loaded, and table errors.
\n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The statistics for the task, including elapsed time, tables loaded, and table errors.
\n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "replicationTask",
"variableType" : "ReplicationTask",
"variableDeclarationType" : "ReplicationTask",
"documentation" : null,
"simpleType" : "ReplicationTask",
"variableSetterType" : "ReplicationTask"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "The status of the replication task.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the replication task.
\n@param status The status of the replication task.*/",
"getterDocumentation" : "/**The status of the replication task.
\n@return The status of the replication task.*/",
"fluentSetterDocumentation" : "/**The status of the replication task.
\n@param status The status of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the replication task.
\n@param status The status of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationTaskStartDate" : {
"documentation" : "The date the replication task is scheduled to start.
",
"name" : "ReplicationTaskStartDate",
"c2jName" : "ReplicationTaskStartDate",
"c2jShape" : "TStamp",
"variable" : {
"variableName" : "replicationTaskStartDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date the replication task is scheduled to start.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "replicationTaskStartDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskStartDate",
"marshallLocationName" : "ReplicationTaskStartDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date the replication task is scheduled to start.
\n@param replicationTaskStartDate The date the replication task is scheduled to start.*/",
"getterDocumentation" : "/**The date the replication task is scheduled to start.
\n@return The date the replication task is scheduled to start.*/",
"fluentSetterDocumentation" : "/**The date the replication task is scheduled to start.
\n@param replicationTaskStartDate The date the replication task is scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date the replication task is scheduled to start.
\n@param replicationTaskStartDate The date the replication task is scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationTaskSettings" : {
"documentation" : "The settings for the replication task.
",
"name" : "ReplicationTaskSettings",
"c2jName" : "ReplicationTaskSettings",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationTaskSettings",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The settings for the replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationTaskSettings",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskSettings",
"marshallLocationName" : "ReplicationTaskSettings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The settings for the replication task.
\n@param replicationTaskSettings The settings for the replication task.*/",
"getterDocumentation" : "/**The settings for the replication task.
\n@return The settings for the replication task.*/",
"fluentSetterDocumentation" : "/**The settings for the replication task.
\n@param replicationTaskSettings The settings for the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The settings for the replication task.
\n@param replicationTaskSettings The settings for the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationTaskStats" : {
"documentation" : "The statistics for the task, including elapsed time, tables loaded, and table errors.
",
"name" : "ReplicationTaskStats",
"c2jName" : "ReplicationTaskStats",
"c2jShape" : "ReplicationTaskStats",
"variable" : {
"variableName" : "replicationTaskStats",
"variableType" : "ReplicationTaskStats",
"variableDeclarationType" : "ReplicationTaskStats",
"documentation" : "The statistics for the task, including elapsed time, tables loaded, and table errors.
",
"simpleType" : "ReplicationTaskStats",
"variableSetterType" : "ReplicationTaskStats"
},
"setterModel" : {
"variableName" : "replicationTaskStats",
"variableType" : "ReplicationTaskStats",
"variableDeclarationType" : "ReplicationTaskStats",
"documentation" : "",
"simpleType" : "ReplicationTaskStats",
"variableSetterType" : "ReplicationTaskStats"
},
"getterModel" : {
"returnType" : "ReplicationTaskStats",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskStats",
"marshallLocationName" : "ReplicationTaskStats",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The statistics for the task, including elapsed time, tables loaded, and table errors.
\n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.*/",
"getterDocumentation" : "/**The statistics for the task, including elapsed time, tables loaded, and table errors.
\n@return The statistics for the task, including elapsed time, tables loaded, and table errors.*/",
"fluentSetterDocumentation" : "/**The statistics for the task, including elapsed time, tables loaded, and table errors.
\n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The statistics for the task, including elapsed time, tables loaded, and table errors.
\n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MigrationType" : {
"documentation" : "The type of migration.
",
"name" : "MigrationType",
"c2jName" : "MigrationType",
"c2jShape" : "MigrationTypeValue",
"variable" : {
"variableName" : "migrationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of migration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "migrationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MigrationType",
"marshallLocationName" : "MigrationType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "MigrationTypeValue",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of migration.
\n@param migrationType The type of migration.\n@see MigrationTypeValue*/",
"getterDocumentation" : "/**The type of migration.
\n@return The type of migration.\n@see MigrationTypeValue*/",
"fluentSetterDocumentation" : "/**The type of migration.
\n@param migrationType The type of migration.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/",
"varargSetterDocumentation" : "/**The type of migration.
\n@param migrationType The type of migration.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue*/"
},
"TargetEndpointArn" : {
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"name" : "TargetEndpointArn",
"c2jName" : "TargetEndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "targetEndpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "targetEndpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TargetEndpointArn",
"marshallLocationName" : "TargetEndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationInstanceArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"name" : "ReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceArn",
"marshallLocationName" : "ReplicationInstanceArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TableMappings" : {
"documentation" : "Table mappings specified in the task.
",
"name" : "TableMappings",
"c2jName" : "TableMappings",
"c2jShape" : "String",
"variable" : {
"variableName" : "tableMappings",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Table mappings specified in the task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "tableMappings",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TableMappings",
"marshallLocationName" : "TableMappings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Table mappings specified in the task.
\n@param tableMappings Table mappings specified in the task.*/",
"getterDocumentation" : "/**Table mappings specified in the task.
\n@return Table mappings specified in the task.*/",
"fluentSetterDocumentation" : "/**Table mappings specified in the task.
\n@param tableMappings Table mappings specified in the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Table mappings specified in the task.
\n@param tableMappings Table mappings specified in the task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationTaskCreationDate" : {
"documentation" : "The date the replication task was created.
",
"name" : "ReplicationTaskCreationDate",
"c2jName" : "ReplicationTaskCreationDate",
"c2jShape" : "TStamp",
"variable" : {
"variableName" : "replicationTaskCreationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date the replication task was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "replicationTaskCreationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskCreationDate",
"marshallLocationName" : "ReplicationTaskCreationDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date the replication task was created.
\n@param replicationTaskCreationDate The date the replication task was created.*/",
"getterDocumentation" : "/**The date the replication task was created.
\n@return The date the replication task was created.*/",
"fluentSetterDocumentation" : "/**The date the replication task was created.
\n@param replicationTaskCreationDate The date the replication task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date the replication task was created.
\n@param replicationTaskCreationDate The date the replication task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastFailureMessage" : {
"documentation" : "The last error (failure) message generated for the replication instance.
",
"name" : "LastFailureMessage",
"c2jName" : "LastFailureMessage",
"c2jShape" : "String",
"variable" : {
"variableName" : "lastFailureMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The last error (failure) message generated for the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lastFailureMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastFailureMessage",
"marshallLocationName" : "LastFailureMessage",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The last error (failure) message generated for the replication instance.
\n@param lastFailureMessage The last error (failure) message generated for the replication instance.*/",
"getterDocumentation" : "/**The last error (failure) message generated for the replication instance.
\n@return The last error (failure) message generated for the replication instance.*/",
"fluentSetterDocumentation" : "/**The last error (failure) message generated for the replication instance.
\n@param lastFailureMessage The last error (failure) message generated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The last error (failure) message generated for the replication instance.
\n@param lastFailureMessage The last error (failure) message generated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationTaskArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the replication task.
",
"name" : "ReplicationTaskArn",
"c2jName" : "ReplicationTaskArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationTaskArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationTaskArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskArn",
"marshallLocationName" : "ReplicationTaskArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@return The Amazon Resource Name (ARN) of the replication task.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationTaskIdentifier" : {
"documentation" : "The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
",
"name" : "ReplicationTaskIdentifier",
"c2jName" : "ReplicationTaskIdentifier",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationTaskIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationTaskIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskIdentifier",
"marshallLocationName" : "ReplicationTaskIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@param replicationTaskIdentifier The replication task identifier. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
*/",
"getterDocumentation" : "/**The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@return The replication task identifier. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
*/",
"fluentSetterDocumentation" : "/**The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@param replicationTaskIdentifier The replication task identifier. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The replication task identifier.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@param replicationTaskIdentifier The replication task identifier. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SourceEndpointArn" : {
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"name" : "SourceEndpointArn",
"c2jName" : "SourceEndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "sourceEndpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceEndpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceEndpointArn",
"marshallLocationName" : "SourceEndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ModifyReplicationSubnetGroupResult" : {
"c2jName" : "ModifyReplicationSubnetGroupResponse",
"documentation" : "",
"shapeName" : "ModifyReplicationSubnetGroupResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The modified replication subnet group.
",
"name" : "ReplicationSubnetGroup",
"c2jName" : "ReplicationSubnetGroup",
"c2jShape" : "ReplicationSubnetGroup",
"variable" : {
"variableName" : "replicationSubnetGroup",
"variableType" : "ReplicationSubnetGroup",
"variableDeclarationType" : "ReplicationSubnetGroup",
"documentation" : "The modified replication subnet group.
",
"simpleType" : "ReplicationSubnetGroup",
"variableSetterType" : "ReplicationSubnetGroup"
},
"setterModel" : {
"variableName" : "replicationSubnetGroup",
"variableType" : "ReplicationSubnetGroup",
"variableDeclarationType" : "ReplicationSubnetGroup",
"documentation" : "",
"simpleType" : "ReplicationSubnetGroup",
"variableSetterType" : "ReplicationSubnetGroup"
},
"getterModel" : {
"returnType" : "ReplicationSubnetGroup",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationSubnetGroup",
"marshallLocationName" : "ReplicationSubnetGroup",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The modified replication subnet group.
\n@param replicationSubnetGroup The modified replication subnet group.*/",
"getterDocumentation" : "/**The modified replication subnet group.
\n@return The modified replication subnet group.*/",
"fluentSetterDocumentation" : "/**The modified replication subnet group.
\n@param replicationSubnetGroup The modified replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The modified replication subnet group.
\n@param replicationSubnetGroup The modified replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "modifyReplicationSubnetGroupResult",
"variableType" : "ModifyReplicationSubnetGroupResult",
"variableDeclarationType" : "ModifyReplicationSubnetGroupResult",
"documentation" : null,
"simpleType" : "ModifyReplicationSubnetGroupResult",
"variableSetterType" : "ModifyReplicationSubnetGroupResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ReplicationSubnetGroup" : {
"documentation" : "The modified replication subnet group.
",
"name" : "ReplicationSubnetGroup",
"c2jName" : "ReplicationSubnetGroup",
"c2jShape" : "ReplicationSubnetGroup",
"variable" : {
"variableName" : "replicationSubnetGroup",
"variableType" : "ReplicationSubnetGroup",
"variableDeclarationType" : "ReplicationSubnetGroup",
"documentation" : "The modified replication subnet group.
",
"simpleType" : "ReplicationSubnetGroup",
"variableSetterType" : "ReplicationSubnetGroup"
},
"setterModel" : {
"variableName" : "replicationSubnetGroup",
"variableType" : "ReplicationSubnetGroup",
"variableDeclarationType" : "ReplicationSubnetGroup",
"documentation" : "",
"simpleType" : "ReplicationSubnetGroup",
"variableSetterType" : "ReplicationSubnetGroup"
},
"getterModel" : {
"returnType" : "ReplicationSubnetGroup",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationSubnetGroup",
"marshallLocationName" : "ReplicationSubnetGroup",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The modified replication subnet group.
\n@param replicationSubnetGroup The modified replication subnet group.*/",
"getterDocumentation" : "/**The modified replication subnet group.
\n@return The modified replication subnet group.*/",
"fluentSetterDocumentation" : "/**The modified replication subnet group.
\n@param replicationSubnetGroup The modified replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The modified replication subnet group.
\n@param replicationSubnetGroup The modified replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AddTagsToResourceResult" : {
"c2jName" : "AddTagsToResourceResponse",
"documentation" : "",
"shapeName" : "AddTagsToResourceResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "addTagsToResourceResult",
"variableType" : "AddTagsToResourceResult",
"variableDeclarationType" : "AddTagsToResourceResult",
"documentation" : null,
"simpleType" : "AddTagsToResourceResult",
"variableSetterType" : "AddTagsToResourceResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeleteEndpointResult" : {
"c2jName" : "DeleteEndpointResponse",
"documentation" : "",
"shapeName" : "DeleteEndpointResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The endpoint that was deleted.
",
"name" : "Endpoint",
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"variable" : {
"variableName" : "endpoint",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "The endpoint that was deleted.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"setterModel" : {
"variableName" : "endpoint",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Endpoint",
"marshallLocationName" : "Endpoint",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The endpoint that was deleted.
\n@param endpoint The endpoint that was deleted.*/",
"getterDocumentation" : "/**The endpoint that was deleted.
\n@return The endpoint that was deleted.*/",
"fluentSetterDocumentation" : "/**The endpoint that was deleted.
\n@param endpoint The endpoint that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The endpoint that was deleted.
\n@param endpoint The endpoint that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteEndpointResult",
"variableType" : "DeleteEndpointResult",
"variableDeclarationType" : "DeleteEndpointResult",
"documentation" : null,
"simpleType" : "DeleteEndpointResult",
"variableSetterType" : "DeleteEndpointResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Endpoint" : {
"documentation" : "The endpoint that was deleted.
",
"name" : "Endpoint",
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"variable" : {
"variableName" : "endpoint",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "The endpoint that was deleted.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"setterModel" : {
"variableName" : "endpoint",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Endpoint",
"marshallLocationName" : "Endpoint",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The endpoint that was deleted.
\n@param endpoint The endpoint that was deleted.*/",
"getterDocumentation" : "/**The endpoint that was deleted.
\n@return The endpoint that was deleted.*/",
"fluentSetterDocumentation" : "/**The endpoint that was deleted.
\n@param endpoint The endpoint that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The endpoint that was deleted.
\n@param endpoint The endpoint that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidCertificateException" : {
"c2jName" : "InvalidCertificateFault",
"documentation" : "The certificate was not valid.
",
"shapeName" : "InvalidCertificateException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidCertificateException",
"variableType" : "InvalidCertificateException",
"variableDeclarationType" : "InvalidCertificateException",
"documentation" : null,
"simpleType" : "InvalidCertificateException",
"variableSetterType" : "InvalidCertificateException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidCertificateFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AvailabilityZone" : {
"c2jName" : "AvailabilityZone",
"documentation" : "",
"shapeName" : "AvailabilityZone",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the availability zone.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "String",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the availability zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the availability zone.
\n@param name The name of the availability zone.*/",
"getterDocumentation" : "/**The name of the availability zone.
\n@return The name of the availability zone.*/",
"fluentSetterDocumentation" : "/**The name of the availability zone.
\n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the availability zone.
\n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "availabilityZone",
"variableType" : "AvailabilityZone",
"variableDeclarationType" : "AvailabilityZone",
"documentation" : null,
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Name" : {
"documentation" : "The name of the availability zone.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "String",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the availability zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the availability zone.
\n@param name The name of the availability zone.*/",
"getterDocumentation" : "/**The name of the availability zone.
\n@return The name of the availability zone.*/",
"fluentSetterDocumentation" : "/**The name of the availability zone.
\n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the availability zone.
\n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TestConnectionRequest" : {
"c2jName" : "TestConnectionMessage",
"documentation" : "",
"shapeName" : "TestConnectionRequest",
"deprecated" : false,
"required" : [ "ReplicationInstanceArn", "EndpointArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"name" : "ReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceArn",
"marshallLocationName" : "ReplicationInstanceArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"name" : "EndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointArn",
"marshallLocationName" : "EndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "testConnectionRequest",
"variableType" : "TestConnectionRequest",
"variableDeclarationType" : "TestConnectionRequest",
"documentation" : null,
"simpleType" : "TestConnectionRequest",
"variableSetterType" : "TestConnectionRequest"
},
"marshaller" : {
"action" : "TestConnection",
"verb" : "POST",
"target" : "AmazonDMSv20160101.TestConnection",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ReplicationInstanceArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"name" : "ReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceArn",
"marshallLocationName" : "ReplicationInstanceArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EndpointArn" : {
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"name" : "EndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointArn",
"marshallLocationName" : "EndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StartReplicationTaskTypeValue" : {
"c2jName" : "StartReplicationTaskTypeValue",
"documentation" : "",
"shapeName" : "StartReplicationTaskTypeValue",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "StartReplication",
"value" : "start-replication"
}, {
"name" : "ResumeProcessing",
"value" : "resume-processing"
}, {
"name" : "ReloadTarget",
"value" : "reload-target"
} ],
"variable" : {
"variableName" : "startReplicationTaskTypeValue",
"variableType" : "StartReplicationTaskTypeValue",
"variableDeclarationType" : "StartReplicationTaskTypeValue",
"documentation" : null,
"simpleType" : "StartReplicationTaskTypeValue",
"variableSetterType" : "StartReplicationTaskTypeValue"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeEndpointTypesRequest" : {
"c2jName" : "DescribeEndpointTypesMessage",
"documentation" : "",
"shapeName" : "DescribeEndpointTypesRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
",
"name" : "Filters",
"c2jName" : "Filters",
"c2jShape" : "FilterList",
"variable" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Filters",
"marshallLocationName" : "Filters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Filter",
"memberLocationName" : "Filter",
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Filter",
"variable" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"getterModel" : {
"returnType" : "Filter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Filter",
"marshallLocationName" : "Filter",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Filter",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
\n@param filters Filters applied to the describe action. Valid filter names: engine-name | endpoint-type*/",
"getterDocumentation" : "/**
Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
\n@return Filters applied to the describe action. Valid filter names: engine-name | endpoint-type*/",
"fluentSetterDocumentation" : "/**
Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
\n@param filters Filters applied to the describe action. Valid filter names: engine-name | endpoint-type\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.
\n@param filters Filters applied to the describe action. Valid filter names: engine-name | endpoint-type\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "IntegerOptional",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : " The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"getterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"fluentSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "String",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"getterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"fluentSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeEndpointTypesRequest",
"variableType" : "DescribeEndpointTypesRequest",
"variableDeclarationType" : "DescribeEndpointTypesRequest",
"documentation" : null,
"simpleType" : "DescribeEndpointTypesRequest",
"variableSetterType" : "DescribeEndpointTypesRequest"
},
"marshaller" : {
"action" : "DescribeEndpointTypes",
"verb" : "POST",
"target" : "AmazonDMSv20160101.DescribeEndpointTypes",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Filters" : {
"documentation" : "Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
",
"name" : "Filters",
"c2jName" : "Filters",
"c2jShape" : "FilterList",
"variable" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Filters",
"marshallLocationName" : "Filters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Filter",
"memberLocationName" : "Filter",
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Filter",
"variable" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"getterModel" : {
"returnType" : "Filter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Filter",
"marshallLocationName" : "Filter",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Filter",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
\n@param filters Filters applied to the describe action. Valid filter names: engine-name | endpoint-type*/",
"getterDocumentation" : "/**
Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
\n@return Filters applied to the describe action. Valid filter names: engine-name | endpoint-type*/",
"fluentSetterDocumentation" : "/**
Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
\n@param filters Filters applied to the describe action. Valid filter names: engine-name | endpoint-type\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Filters applied to the describe action.
Valid filter names: engine-name | endpoint-type
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.
\n@param filters Filters applied to the describe action. Valid filter names: engine-name | endpoint-type\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Marker" : {
"documentation" : "
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "String",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"getterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"fluentSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxRecords" : {
"documentation" : " The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "IntegerOptional",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : " The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"getterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"fluentSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ModifyReplicationInstanceRequest" : {
"c2jName" : "ModifyReplicationInstanceMessage",
"documentation" : "
",
"shapeName" : "ModifyReplicationInstanceRequest",
"deprecated" : false,
"required" : [ "ReplicationInstanceArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"name" : "ReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceArn",
"marshallLocationName" : "ReplicationInstanceArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The amount of storage (in gigabytes) to be allocated for the replication instance.
",
"name" : "AllocatedStorage",
"c2jName" : "AllocatedStorage",
"c2jShape" : "IntegerOptional",
"variable" : {
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of storage (in gigabytes) to be allocated for the replication instance.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AllocatedStorage",
"marshallLocationName" : "AllocatedStorage",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of storage (in gigabytes) to be allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.*/",
"getterDocumentation" : "/**The amount of storage (in gigabytes) to be allocated for the replication instance.
\n@return The amount of storage (in gigabytes) to be allocated for the replication instance.*/",
"fluentSetterDocumentation" : "/**The amount of storage (in gigabytes) to be allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of storage (in gigabytes) to be allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Indicates whether the changes should be applied immediately or during the next maintenance window.
",
"name" : "ApplyImmediately",
"c2jName" : "ApplyImmediately",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "applyImmediately",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether the changes should be applied immediately or during the next maintenance window.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "applyImmediately",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplyImmediately",
"marshallLocationName" : "ApplyImmediately",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates whether the changes should be applied immediately or during the next maintenance window.
\n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.*/",
"getterDocumentation" : "/**Indicates whether the changes should be applied immediately or during the next maintenance window.
\n@return Indicates whether the changes should be applied immediately or during the next maintenance window.*/",
"fluentSetterDocumentation" : "/**Indicates whether the changes should be applied immediately or during the next maintenance window.
\n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates whether the changes should be applied immediately or during the next maintenance window.
\n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"name" : "ReplicationInstanceClass",
"c2jName" : "ReplicationInstanceClass",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceClass",
"marshallLocationName" : "ReplicationInstanceClass",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
*/",
"getterDocumentation" : "/**
The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return The compute and memory capacity of the replication instance. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
*/",
"fluentSetterDocumentation" : "/**
The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
",
"name" : "VpcSecurityGroupIds",
"c2jName" : "VpcSecurityGroupIds",
"c2jShape" : "VpcSecurityGroupIdList",
"variable" : {
"variableName" : "vpcSecurityGroupIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : " Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "vpcSecurityGroupIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VpcSecurityGroupIds",
"marshallLocationName" : "VpcSecurityGroupIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "VpcSecurityGroupId",
"implType" : "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" : "VpcSecurityGroupId",
"marshallLocationName" : "VpcSecurityGroupId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.*/",
"getterDocumentation" : "/** Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
\n@return Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.*/",
"fluentSetterDocumentation" : "/** Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroupIds(java.util.Collection)} or {@link #withVpcSecurityGroupIds(java.util.Collection)} if you want to override the existing values.
\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
",
"name" : "PreferredMaintenanceWindow",
"c2jName" : "PreferredMaintenanceWindow",
"c2jShape" : "String",
"variable" : {
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"marshallLocationName" : "PreferredMaintenanceWindow",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
\n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied. Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes*/",
"getterDocumentation" : "/**
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
\n@return The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied. Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes*/",
"fluentSetterDocumentation" : "/**
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
\n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied. Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
\n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied. Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
",
"name" : "MultiAZ",
"c2jName" : "MultiAZ",
"c2jShape" : "BooleanOptional",
"variable" : {
"variableName" : "multiAZ",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : " Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "multiAZ",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MultiAZ",
"marshallLocationName" : "MultiAZ",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.*/",
"getterDocumentation" : "/** Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
\n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.*/",
"fluentSetterDocumentation" : "/** Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The engine version number of the replication instance.
",
"name" : "EngineVersion",
"c2jName" : "EngineVersion",
"c2jShape" : "String",
"variable" : {
"variableName" : "engineVersion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The engine version number of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "engineVersion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EngineVersion",
"marshallLocationName" : "EngineVersion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The engine version number of the replication instance.
\n@param engineVersion The engine version number of the replication instance.*/",
"getterDocumentation" : "/**The engine version number of the replication instance.
\n@return The engine version number of the replication instance.*/",
"fluentSetterDocumentation" : "/**The engine version number of the replication instance.
\n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The engine version number of the replication instance.
\n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
",
"name" : "AllowMajorVersionUpgrade",
"c2jName" : "AllowMajorVersionUpgrade",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "allowMajorVersionUpgrade",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "allowMajorVersionUpgrade",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AllowMajorVersionUpgrade",
"marshallLocationName" : "AllowMajorVersionUpgrade",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
\n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.*/",
"getterDocumentation" : "/**
Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
\n@return Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.*/",
"fluentSetterDocumentation" : "/**
Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
\n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
\n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
",
"name" : "AutoMinorVersionUpgrade",
"c2jName" : "AutoMinorVersionUpgrade",
"c2jShape" : "BooleanOptional",
"variable" : {
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : " Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoMinorVersionUpgrade",
"marshallLocationName" : "AutoMinorVersionUpgrade",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
\n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.*/",
"getterDocumentation" : "/** Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
\n@return Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.*/",
"fluentSetterDocumentation" : "/** Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
\n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
\n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"name" : "ReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"marshallLocationName" : "ReplicationInstanceIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.*/",
"getterDocumentation" : "/**The replication instance identifier. This parameter is stored as a lowercase string.
\n@return The replication instance identifier. This parameter is stored as a lowercase string.*/",
"fluentSetterDocumentation" : "/**The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "modifyReplicationInstanceRequest",
"variableType" : "ModifyReplicationInstanceRequest",
"variableDeclarationType" : "ModifyReplicationInstanceRequest",
"documentation" : null,
"simpleType" : "ModifyReplicationInstanceRequest",
"variableSetterType" : "ModifyReplicationInstanceRequest"
},
"marshaller" : {
"action" : "ModifyReplicationInstance",
"verb" : "POST",
"target" : "AmazonDMSv20160101.ModifyReplicationInstance",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EngineVersion" : {
"documentation" : "The engine version number of the replication instance.
",
"name" : "EngineVersion",
"c2jName" : "EngineVersion",
"c2jShape" : "String",
"variable" : {
"variableName" : "engineVersion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The engine version number of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "engineVersion",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EngineVersion",
"marshallLocationName" : "EngineVersion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The engine version number of the replication instance.
\n@param engineVersion The engine version number of the replication instance.*/",
"getterDocumentation" : "/**The engine version number of the replication instance.
\n@return The engine version number of the replication instance.*/",
"fluentSetterDocumentation" : "/**The engine version number of the replication instance.
\n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The engine version number of the replication instance.
\n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationInstanceIdentifier" : {
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"name" : "ReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"marshallLocationName" : "ReplicationInstanceIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.*/",
"getterDocumentation" : "/**The replication instance identifier. This parameter is stored as a lowercase string.
\n@return The replication instance identifier. This parameter is stored as a lowercase string.*/",
"fluentSetterDocumentation" : "/**The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"VpcSecurityGroupIds" : {
"documentation" : " Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
",
"name" : "VpcSecurityGroupIds",
"c2jName" : "VpcSecurityGroupIds",
"c2jShape" : "VpcSecurityGroupIdList",
"variable" : {
"variableName" : "vpcSecurityGroupIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : " Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "vpcSecurityGroupIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VpcSecurityGroupIds",
"marshallLocationName" : "VpcSecurityGroupIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "VpcSecurityGroupId",
"implType" : "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" : "VpcSecurityGroupId",
"marshallLocationName" : "VpcSecurityGroupId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/** Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.*/",
"getterDocumentation" : "/** Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
\n@return Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.*/",
"fluentSetterDocumentation" : "/** Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroupIds(java.util.Collection)} or {@link #withVpcSecurityGroupIds(java.util.Collection)} if you want to override the existing values.
\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AllowMajorVersionUpgrade" : {
"documentation" : "Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
",
"name" : "AllowMajorVersionUpgrade",
"c2jName" : "AllowMajorVersionUpgrade",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "allowMajorVersionUpgrade",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "allowMajorVersionUpgrade",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AllowMajorVersionUpgrade",
"marshallLocationName" : "AllowMajorVersionUpgrade",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
\n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.*/",
"getterDocumentation" : "/**
Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
\n@return Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.*/",
"fluentSetterDocumentation" : "/**
Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
\n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.
Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
\n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Constraints: This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PreferredMaintenanceWindow" : {
"documentation" : "
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
",
"name" : "PreferredMaintenanceWindow",
"c2jName" : "PreferredMaintenanceWindow",
"c2jShape" : "String",
"variable" : {
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"marshallLocationName" : "PreferredMaintenanceWindow",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
\n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied. Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes*/",
"getterDocumentation" : "/**
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
\n@return The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied. Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes*/",
"fluentSetterDocumentation" : "/**
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
\n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied. Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
\n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied. Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationInstanceClass" : {
"documentation" : "
The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"name" : "ReplicationInstanceClass",
"c2jName" : "ReplicationInstanceClass",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceClass",
"marshallLocationName" : "ReplicationInstanceClass",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
*/",
"getterDocumentation" : "/**
The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return The compute and memory capacity of the replication instance. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
*/",
"fluentSetterDocumentation" : "/**
The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The compute and memory capacity of the replication instance.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AutoMinorVersionUpgrade" : {
"documentation" : "
Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
",
"name" : "AutoMinorVersionUpgrade",
"c2jName" : "AutoMinorVersionUpgrade",
"c2jShape" : "BooleanOptional",
"variable" : {
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : " Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoMinorVersionUpgrade",
"marshallLocationName" : "AutoMinorVersionUpgrade",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
\n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.*/",
"getterDocumentation" : "/** Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
\n@return Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.*/",
"fluentSetterDocumentation" : "/** Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
\n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.
\n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true
during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ReplicationInstanceArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"name" : "ReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstanceArn",
"marshallLocationName" : "ReplicationInstanceArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ApplyImmediately" : {
"documentation" : "Indicates whether the changes should be applied immediately or during the next maintenance window.
",
"name" : "ApplyImmediately",
"c2jName" : "ApplyImmediately",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "applyImmediately",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether the changes should be applied immediately or during the next maintenance window.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "applyImmediately",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplyImmediately",
"marshallLocationName" : "ApplyImmediately",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates whether the changes should be applied immediately or during the next maintenance window.
\n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.*/",
"getterDocumentation" : "/**Indicates whether the changes should be applied immediately or during the next maintenance window.
\n@return Indicates whether the changes should be applied immediately or during the next maintenance window.*/",
"fluentSetterDocumentation" : "/**Indicates whether the changes should be applied immediately or during the next maintenance window.
\n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates whether the changes should be applied immediately or during the next maintenance window.
\n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MultiAZ" : {
"documentation" : " Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
",
"name" : "MultiAZ",
"c2jName" : "MultiAZ",
"c2jShape" : "BooleanOptional",
"variable" : {
"variableName" : "multiAZ",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : " Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "multiAZ",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MultiAZ",
"marshallLocationName" : "MultiAZ",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.*/",
"getterDocumentation" : "/** Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
\n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.*/",
"fluentSetterDocumentation" : "/** Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AllocatedStorage" : {
"documentation" : "The amount of storage (in gigabytes) to be allocated for the replication instance.
",
"name" : "AllocatedStorage",
"c2jName" : "AllocatedStorage",
"c2jShape" : "IntegerOptional",
"variable" : {
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of storage (in gigabytes) to be allocated for the replication instance.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AllocatedStorage",
"marshallLocationName" : "AllocatedStorage",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of storage (in gigabytes) to be allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.*/",
"getterDocumentation" : "/**The amount of storage (in gigabytes) to be allocated for the replication instance.
\n@return The amount of storage (in gigabytes) to be allocated for the replication instance.*/",
"fluentSetterDocumentation" : "/**The amount of storage (in gigabytes) to be allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of storage (in gigabytes) to be allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Subnet" : {
"c2jName" : "Subnet",
"documentation" : "",
"shapeName" : "Subnet",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The subnet identifier.
",
"name" : "SubnetIdentifier",
"c2jName" : "SubnetIdentifier",
"c2jShape" : "String",
"variable" : {
"variableName" : "subnetIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The subnet identifier.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "subnetIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubnetIdentifier",
"marshallLocationName" : "SubnetIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The subnet identifier.
\n@param subnetIdentifier The subnet identifier.*/",
"getterDocumentation" : "/**The subnet identifier.
\n@return The subnet identifier.*/",
"fluentSetterDocumentation" : "/**The subnet identifier.
\n@param subnetIdentifier The subnet identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The subnet identifier.
\n@param subnetIdentifier The subnet identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Availability Zone of the subnet.
",
"name" : "SubnetAvailabilityZone",
"c2jName" : "SubnetAvailabilityZone",
"c2jShape" : "AvailabilityZone",
"variable" : {
"variableName" : "subnetAvailabilityZone",
"variableType" : "AvailabilityZone",
"variableDeclarationType" : "AvailabilityZone",
"documentation" : "The Availability Zone of the subnet.
",
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"setterModel" : {
"variableName" : "subnetAvailabilityZone",
"variableType" : "AvailabilityZone",
"variableDeclarationType" : "AvailabilityZone",
"documentation" : "",
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"getterModel" : {
"returnType" : "AvailabilityZone",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubnetAvailabilityZone",
"marshallLocationName" : "SubnetAvailabilityZone",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Availability Zone of the subnet.
\n@param subnetAvailabilityZone The Availability Zone of the subnet.*/",
"getterDocumentation" : "/**The Availability Zone of the subnet.
\n@return The Availability Zone of the subnet.*/",
"fluentSetterDocumentation" : "/**The Availability Zone of the subnet.
\n@param subnetAvailabilityZone The Availability Zone of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Availability Zone of the subnet.
\n@param subnetAvailabilityZone The Availability Zone of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status of the subnet.
",
"name" : "SubnetStatus",
"c2jName" : "SubnetStatus",
"c2jShape" : "String",
"variable" : {
"variableName" : "subnetStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the subnet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "subnetStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubnetStatus",
"marshallLocationName" : "SubnetStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the subnet.
\n@param subnetStatus The status of the subnet.*/",
"getterDocumentation" : "/**The status of the subnet.
\n@return The status of the subnet.*/",
"fluentSetterDocumentation" : "/**The status of the subnet.
\n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the subnet.
\n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "subnet",
"variableType" : "Subnet",
"variableDeclarationType" : "Subnet",
"documentation" : null,
"simpleType" : "Subnet",
"variableSetterType" : "Subnet"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"SubnetStatus" : {
"documentation" : "The status of the subnet.
",
"name" : "SubnetStatus",
"c2jName" : "SubnetStatus",
"c2jShape" : "String",
"variable" : {
"variableName" : "subnetStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the subnet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "subnetStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubnetStatus",
"marshallLocationName" : "SubnetStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the subnet.
\n@param subnetStatus The status of the subnet.*/",
"getterDocumentation" : "/**The status of the subnet.
\n@return The status of the subnet.*/",
"fluentSetterDocumentation" : "/**The status of the subnet.
\n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the subnet.
\n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SubnetAvailabilityZone" : {
"documentation" : "The Availability Zone of the subnet.
",
"name" : "SubnetAvailabilityZone",
"c2jName" : "SubnetAvailabilityZone",
"c2jShape" : "AvailabilityZone",
"variable" : {
"variableName" : "subnetAvailabilityZone",
"variableType" : "AvailabilityZone",
"variableDeclarationType" : "AvailabilityZone",
"documentation" : "The Availability Zone of the subnet.
",
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"setterModel" : {
"variableName" : "subnetAvailabilityZone",
"variableType" : "AvailabilityZone",
"variableDeclarationType" : "AvailabilityZone",
"documentation" : "",
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"getterModel" : {
"returnType" : "AvailabilityZone",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubnetAvailabilityZone",
"marshallLocationName" : "SubnetAvailabilityZone",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Availability Zone of the subnet.
\n@param subnetAvailabilityZone The Availability Zone of the subnet.*/",
"getterDocumentation" : "/**The Availability Zone of the subnet.
\n@return The Availability Zone of the subnet.*/",
"fluentSetterDocumentation" : "/**The Availability Zone of the subnet.
\n@param subnetAvailabilityZone The Availability Zone of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Availability Zone of the subnet.
\n@param subnetAvailabilityZone The Availability Zone of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SubnetIdentifier" : {
"documentation" : "The subnet identifier.
",
"name" : "SubnetIdentifier",
"c2jName" : "SubnetIdentifier",
"c2jShape" : "String",
"variable" : {
"variableName" : "subnetIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The subnet identifier.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "subnetIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubnetIdentifier",
"marshallLocationName" : "SubnetIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The subnet identifier.
\n@param subnetIdentifier The subnet identifier.*/",
"getterDocumentation" : "/**The subnet identifier.
\n@return The subnet identifier.*/",
"fluentSetterDocumentation" : "/**The subnet identifier.
\n@param subnetIdentifier The subnet identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The subnet identifier.
\n@param subnetIdentifier The subnet identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateEndpointResult" : {
"c2jName" : "CreateEndpointResponse",
"documentation" : "",
"shapeName" : "CreateEndpointResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The endpoint that was created.
",
"name" : "Endpoint",
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"variable" : {
"variableName" : "endpoint",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "The endpoint that was created.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"setterModel" : {
"variableName" : "endpoint",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Endpoint",
"marshallLocationName" : "Endpoint",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The endpoint that was created.
\n@param endpoint The endpoint that was created.*/",
"getterDocumentation" : "/**The endpoint that was created.
\n@return The endpoint that was created.*/",
"fluentSetterDocumentation" : "/**The endpoint that was created.
\n@param endpoint The endpoint that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The endpoint that was created.
\n@param endpoint The endpoint that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createEndpointResult",
"variableType" : "CreateEndpointResult",
"variableDeclarationType" : "CreateEndpointResult",
"documentation" : null,
"simpleType" : "CreateEndpointResult",
"variableSetterType" : "CreateEndpointResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Endpoint" : {
"documentation" : "The endpoint that was created.
",
"name" : "Endpoint",
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"variable" : {
"variableName" : "endpoint",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "The endpoint that was created.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"setterModel" : {
"variableName" : "endpoint",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Endpoint",
"marshallLocationName" : "Endpoint",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The endpoint that was created.
\n@param endpoint The endpoint that was created.*/",
"getterDocumentation" : "/**The endpoint that was created.
\n@return The endpoint that was created.*/",
"fluentSetterDocumentation" : "/**The endpoint that was created.
\n@param endpoint The endpoint that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The endpoint that was created.
\n@param endpoint The endpoint that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ModifyReplicationInstanceResult" : {
"c2jName" : "ModifyReplicationInstanceResponse",
"documentation" : "",
"shapeName" : "ModifyReplicationInstanceResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The modified replication instance.
",
"name" : "ReplicationInstance",
"c2jName" : "ReplicationInstance",
"c2jShape" : "ReplicationInstance",
"variable" : {
"variableName" : "replicationInstance",
"variableType" : "ReplicationInstance",
"variableDeclarationType" : "ReplicationInstance",
"documentation" : "The modified replication instance.
",
"simpleType" : "ReplicationInstance",
"variableSetterType" : "ReplicationInstance"
},
"setterModel" : {
"variableName" : "replicationInstance",
"variableType" : "ReplicationInstance",
"variableDeclarationType" : "ReplicationInstance",
"documentation" : "",
"simpleType" : "ReplicationInstance",
"variableSetterType" : "ReplicationInstance"
},
"getterModel" : {
"returnType" : "ReplicationInstance",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstance",
"marshallLocationName" : "ReplicationInstance",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The modified replication instance.
\n@param replicationInstance The modified replication instance.*/",
"getterDocumentation" : "/**The modified replication instance.
\n@return The modified replication instance.*/",
"fluentSetterDocumentation" : "/**The modified replication instance.
\n@param replicationInstance The modified replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The modified replication instance.
\n@param replicationInstance The modified replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "modifyReplicationInstanceResult",
"variableType" : "ModifyReplicationInstanceResult",
"variableDeclarationType" : "ModifyReplicationInstanceResult",
"documentation" : null,
"simpleType" : "ModifyReplicationInstanceResult",
"variableSetterType" : "ModifyReplicationInstanceResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ReplicationInstance" : {
"documentation" : "The modified replication instance.
",
"name" : "ReplicationInstance",
"c2jName" : "ReplicationInstance",
"c2jShape" : "ReplicationInstance",
"variable" : {
"variableName" : "replicationInstance",
"variableType" : "ReplicationInstance",
"variableDeclarationType" : "ReplicationInstance",
"documentation" : "The modified replication instance.
",
"simpleType" : "ReplicationInstance",
"variableSetterType" : "ReplicationInstance"
},
"setterModel" : {
"variableName" : "replicationInstance",
"variableType" : "ReplicationInstance",
"variableDeclarationType" : "ReplicationInstance",
"documentation" : "",
"simpleType" : "ReplicationInstance",
"variableSetterType" : "ReplicationInstance"
},
"getterModel" : {
"returnType" : "ReplicationInstance",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationInstance",
"marshallLocationName" : "ReplicationInstance",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The modified replication instance.
\n@param replicationInstance The modified replication instance.*/",
"getterDocumentation" : "/**The modified replication instance.
\n@return The modified replication instance.*/",
"fluentSetterDocumentation" : "/**The modified replication instance.
\n@param replicationInstance The modified replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The modified replication instance.
\n@param replicationInstance The modified replication instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateReplicationSubnetGroupResult" : {
"c2jName" : "CreateReplicationSubnetGroupResponse",
"documentation" : "",
"shapeName" : "CreateReplicationSubnetGroupResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The replication subnet group that was created.
",
"name" : "ReplicationSubnetGroup",
"c2jName" : "ReplicationSubnetGroup",
"c2jShape" : "ReplicationSubnetGroup",
"variable" : {
"variableName" : "replicationSubnetGroup",
"variableType" : "ReplicationSubnetGroup",
"variableDeclarationType" : "ReplicationSubnetGroup",
"documentation" : "The replication subnet group that was created.
",
"simpleType" : "ReplicationSubnetGroup",
"variableSetterType" : "ReplicationSubnetGroup"
},
"setterModel" : {
"variableName" : "replicationSubnetGroup",
"variableType" : "ReplicationSubnetGroup",
"variableDeclarationType" : "ReplicationSubnetGroup",
"documentation" : "",
"simpleType" : "ReplicationSubnetGroup",
"variableSetterType" : "ReplicationSubnetGroup"
},
"getterModel" : {
"returnType" : "ReplicationSubnetGroup",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationSubnetGroup",
"marshallLocationName" : "ReplicationSubnetGroup",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The replication subnet group that was created.
\n@param replicationSubnetGroup The replication subnet group that was created.*/",
"getterDocumentation" : "/**The replication subnet group that was created.
\n@return The replication subnet group that was created.*/",
"fluentSetterDocumentation" : "/**The replication subnet group that was created.
\n@param replicationSubnetGroup The replication subnet group that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The replication subnet group that was created.
\n@param replicationSubnetGroup The replication subnet group that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createReplicationSubnetGroupResult",
"variableType" : "CreateReplicationSubnetGroupResult",
"variableDeclarationType" : "CreateReplicationSubnetGroupResult",
"documentation" : null,
"simpleType" : "CreateReplicationSubnetGroupResult",
"variableSetterType" : "CreateReplicationSubnetGroupResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ReplicationSubnetGroup" : {
"documentation" : "The replication subnet group that was created.
",
"name" : "ReplicationSubnetGroup",
"c2jName" : "ReplicationSubnetGroup",
"c2jShape" : "ReplicationSubnetGroup",
"variable" : {
"variableName" : "replicationSubnetGroup",
"variableType" : "ReplicationSubnetGroup",
"variableDeclarationType" : "ReplicationSubnetGroup",
"documentation" : "The replication subnet group that was created.
",
"simpleType" : "ReplicationSubnetGroup",
"variableSetterType" : "ReplicationSubnetGroup"
},
"setterModel" : {
"variableName" : "replicationSubnetGroup",
"variableType" : "ReplicationSubnetGroup",
"variableDeclarationType" : "ReplicationSubnetGroup",
"documentation" : "",
"simpleType" : "ReplicationSubnetGroup",
"variableSetterType" : "ReplicationSubnetGroup"
},
"getterModel" : {
"returnType" : "ReplicationSubnetGroup",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationSubnetGroup",
"marshallLocationName" : "ReplicationSubnetGroup",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The replication subnet group that was created.
\n@param replicationSubnetGroup The replication subnet group that was created.*/",
"getterDocumentation" : "/**The replication subnet group that was created.
\n@return The replication subnet group that was created.*/",
"fluentSetterDocumentation" : "/**The replication subnet group that was created.
\n@param replicationSubnetGroup The replication subnet group that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The replication subnet group that was created.
\n@param replicationSubnetGroup The replication subnet group that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpgradeDependencyFailureException" : {
"c2jName" : "UpgradeDependencyFailureFault",
"documentation" : "An upgrade dependency is preventing the database migration.
",
"shapeName" : "UpgradeDependencyFailureException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "upgradeDependencyFailureException",
"variableType" : "UpgradeDependencyFailureException",
"variableDeclarationType" : "UpgradeDependencyFailureException",
"documentation" : null,
"simpleType" : "UpgradeDependencyFailureException",
"variableSetterType" : "UpgradeDependencyFailureException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "UpgradeDependencyFailureFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeSchemasRequest" : {
"c2jName" : "DescribeSchemasMessage",
"documentation" : "",
"shapeName" : "DescribeSchemasRequest",
"deprecated" : false,
"required" : [ "EndpointArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"name" : "EndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointArn",
"marshallLocationName" : "EndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "IntegerOptional",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : " The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"getterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"fluentSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "String",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"getterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"fluentSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeSchemasRequest",
"variableType" : "DescribeSchemasRequest",
"variableDeclarationType" : "DescribeSchemasRequest",
"documentation" : null,
"simpleType" : "DescribeSchemasRequest",
"variableSetterType" : "DescribeSchemasRequest"
},
"marshaller" : {
"action" : "DescribeSchemas",
"verb" : "POST",
"target" : "AmazonDMSv20160101.DescribeSchemas",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Marker" : {
"documentation" : " An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "String",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"getterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"fluentSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EndpointArn" : {
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"name" : "EndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointArn",
"marshallLocationName" : "EndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxRecords" : {
"documentation" : " The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "IntegerOptional",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : " The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"getterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"fluentSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeTableStatisticsRequest" : {
"c2jName" : "DescribeTableStatisticsMessage",
"documentation" : "
",
"shapeName" : "DescribeTableStatisticsRequest",
"deprecated" : false,
"required" : [ "ReplicationTaskArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the replication task.
",
"name" : "ReplicationTaskArn",
"c2jName" : "ReplicationTaskArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationTaskArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationTaskArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskArn",
"marshallLocationName" : "ReplicationTaskArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@return The Amazon Resource Name (ARN) of the replication task.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "IntegerOptional",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : " The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"getterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"fluentSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "String",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"getterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"fluentSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeTableStatisticsRequest",
"variableType" : "DescribeTableStatisticsRequest",
"variableDeclarationType" : "DescribeTableStatisticsRequest",
"documentation" : null,
"simpleType" : "DescribeTableStatisticsRequest",
"variableSetterType" : "DescribeTableStatisticsRequest"
},
"marshaller" : {
"action" : "DescribeTableStatistics",
"verb" : "POST",
"target" : "AmazonDMSv20160101.DescribeTableStatistics",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ReplicationTaskArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the replication task.
",
"name" : "ReplicationTaskArn",
"c2jName" : "ReplicationTaskArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "replicationTaskArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "replicationTaskArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReplicationTaskArn",
"marshallLocationName" : "ReplicationTaskArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@return The Amazon Resource Name (ARN) of the replication task.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the replication task.
\n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Marker" : {
"documentation" : " An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "String",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"getterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.*/",
"fluentSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
\n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxRecords" : {
"documentation" : " The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"name" : "MaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "IntegerOptional",
"variable" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : " The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxRecords",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxRecords",
"marshallLocationName" : "MaxRecords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"getterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.*/",
"fluentSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100
Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeAccountAttributesResult" : {
"c2jName" : "DescribeAccountAttributesResponse",
"documentation" : "
",
"shapeName" : "DescribeAccountAttributesResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Account quota information.
",
"name" : "AccountQuotas",
"c2jName" : "AccountQuotas",
"c2jShape" : "AccountQuotaList",
"variable" : {
"variableName" : "accountQuotas",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Account quota information.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "accountQuotas",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountQuotas",
"marshallLocationName" : "AccountQuotas",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AccountQuota",
"memberLocationName" : "AccountQuota",
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AccountQuota",
"variable" : {
"variableName" : "member",
"variableType" : "AccountQuota",
"variableDeclarationType" : "AccountQuota",
"documentation" : "",
"simpleType" : "AccountQuota",
"variableSetterType" : "AccountQuota"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AccountQuota",
"variableDeclarationType" : "AccountQuota",
"documentation" : "",
"simpleType" : "AccountQuota",
"variableSetterType" : "AccountQuota"
},
"getterModel" : {
"returnType" : "AccountQuota",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountQuota",
"marshallLocationName" : "AccountQuota",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "AccountQuota",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Account quota information.
\n@param accountQuotas Account quota information.*/",
"getterDocumentation" : "/**Account quota information.
\n@return Account quota information.*/",
"fluentSetterDocumentation" : "/**Account quota information.
\n@param accountQuotas Account quota information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Account quota information.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAccountQuotas(java.util.Collection)} or {@link #withAccountQuotas(java.util.Collection)} if you want to override the existing values.
\n@param accountQuotas Account quota information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeAccountAttributesResult",
"variableType" : "DescribeAccountAttributesResult",
"variableDeclarationType" : "DescribeAccountAttributesResult",
"documentation" : null,
"simpleType" : "DescribeAccountAttributesResult",
"variableSetterType" : "DescribeAccountAttributesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AccountQuotas" : {
"documentation" : "Account quota information.
",
"name" : "AccountQuotas",
"c2jName" : "AccountQuotas",
"c2jShape" : "AccountQuotaList",
"variable" : {
"variableName" : "accountQuotas",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Account quota information.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection