models.dms-2016-01-01-intermediate.json Maven / Gradle / Ivy
Show all versions of dms Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"serviceClientHoldInputStream" : false,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelsWith" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2016-01-01",
"asyncBuilder" : "DefaultDatabaseMigrationAsyncClientBuilder",
"asyncBuilderInterface" : "DatabaseMigrationAsyncClientBuilder",
"asyncClient" : "DefaultDatabaseMigrationAsyncClient",
"asyncInterface" : "DatabaseMigrationAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultDatabaseMigrationBaseClientBuilder",
"baseBuilderInterface" : "DatabaseMigrationBaseClientBuilder",
"baseExceptionName" : "DatabaseMigrationException",
"cborProtocol" : false,
"checksumFormat" : null,
"clientPackageName" : "databasemigration",
"contentType" : null,
"cucumberModuleInjectorClassName" : "DatabaseMigrationClientModuleInjector",
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : 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, MySQL, and SAP Adaptive Server Enterprise (ASE). 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.
For more information about AWS DMS, see the AWS DMS user guide at What Is AWS Database Migration Service?
",
"endpointPrefix" : "dms",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.databasemigration",
"fullModelPackageName" : "software.amazon.awssdk.services.databasemigration.model",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.databasemigration.transform",
"fullSmokeTestsPackageName" : "software.amazon.awssdk.services.databasemigration.smoketests",
"fullTransformPackageName" : "software.amazon.awssdk.services.databasemigration.transform",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "databasemigration.model",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory",
"requestBaseFqcn" : "software.amazon.awssdk.core.AmazonWebServiceRequest",
"requestTransformPackageName" : "databasemigration.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceAbbreviation" : null,
"serviceFullName" : "AWS Database Migration Service",
"serviceName" : "AWS Database Migration Service",
"signingName" : "dms",
"smokeTestsPackageName" : "databasemigration.smoketests",
"syncBuilder" : "DefaultDatabaseMigrationClientBuilder",
"syncBuilderInterface" : "DatabaseMigrationClientBuilder",
"syncClient" : "DefaultDatabaseMigrationClient",
"syncInterface" : "DatabaseMigrationClient",
"transformPackageName" : "databasemigration.transform",
"uid" : "dms-2016-01-01",
"unmarshallerContextClassName" : "JsonMarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"AddTagsToResource" : {
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddTagsToResourceRequest",
"variableName" : "addTagsToResourceRequest",
"variableType" : "AddTagsToResourceRequest",
"documentation" : "",
"simpleType" : "AddTagsToResourceRequest",
"variableSetterType" : "AddTagsToResourceRequest"
},
"methodName" : "addTagsToResource",
"operationName" : "AddTagsToResource",
"returnType" : {
"returnType" : "AddTagsToResourceResponse",
"documentation" : ""
},
"syncReturnType" : "AddTagsToResourceResponse"
},
"CreateEndpoint" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an endpoint using the provided settings.
",
"exceptions" : [ {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateEndpointRequest",
"variableName" : "createEndpointRequest",
"variableType" : "CreateEndpointRequest",
"documentation" : "",
"simpleType" : "CreateEndpointRequest",
"variableSetterType" : "CreateEndpointRequest"
},
"methodName" : "createEndpoint",
"operationName" : "CreateEndpoint",
"returnType" : {
"returnType" : "CreateEndpointResponse",
"documentation" : ""
},
"syncReturnType" : "CreateEndpointResponse"
},
"CreateEventSubscription" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Creates an AWS DMS event notification subscription.
You can specify the type of source (SourceType
) you want to be notified of, provide a list of AWS DMS source IDs (SourceIds
) that triggers the events, and provide a list of event categories (EventCategories
) for events you want to be notified of. If you specify both the SourceType
and SourceIds
, such as SourceType = replication-instance
and SourceIdentifier = my-replinstance
, you will be notified of all the replication instance events for the specified source. If you specify a SourceType
but don't specify a SourceIdentifier
, you receive notice of the events for that source type for all your AWS DMS sources. If you don't specify either SourceType
nor SourceIdentifier
, you will be notified of events generated from all AWS DMS sources belonging to your customer account.
For more information about AWS DMS events, see Working with Events and Notifications in the AWS Database MIgration Service User Guide.
",
"exceptions" : [ {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SNSInvalidTopicException",
"documentation" : "The SNS topic is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SNSNoAuthorizationException",
"documentation" : "You are not authorized for the SNS subscription.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateEventSubscriptionRequest",
"variableName" : "createEventSubscriptionRequest",
"variableType" : "CreateEventSubscriptionRequest",
"documentation" : "",
"simpleType" : "CreateEventSubscriptionRequest",
"variableSetterType" : "CreateEventSubscriptionRequest"
},
"methodName" : "createEventSubscription",
"operationName" : "CreateEventSubscription",
"returnType" : {
"returnType" : "CreateEventSubscriptionResponse",
"documentation" : ""
},
"syncReturnType" : "CreateEventSubscriptionResponse"
},
"CreateReplicationInstance" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates the replication instance using the specified parameters.
",
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InsufficientResourceCapacityException",
"documentation" : "There are not enough resources allocated to the database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "StorageQuotaExceededException",
"documentation" : "The storage quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException",
"documentation" : "The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The subnet provided is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReplicationInstanceRequest",
"variableName" : "createReplicationInstanceRequest",
"variableType" : "CreateReplicationInstanceRequest",
"documentation" : "",
"simpleType" : "CreateReplicationInstanceRequest",
"variableSetterType" : "CreateReplicationInstanceRequest"
},
"methodName" : "createReplicationInstance",
"operationName" : "CreateReplicationInstance",
"returnType" : {
"returnType" : "CreateReplicationInstanceResponse",
"documentation" : ""
},
"syncReturnType" : "CreateReplicationInstanceResponse"
},
"CreateReplicationSubnetGroup" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a replication subnet group given a list of the subnet IDs in a VPC.
",
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException",
"documentation" : "The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The subnet provided is invalid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReplicationSubnetGroupRequest",
"variableName" : "createReplicationSubnetGroupRequest",
"variableType" : "CreateReplicationSubnetGroupRequest",
"documentation" : "",
"simpleType" : "CreateReplicationSubnetGroupRequest",
"variableSetterType" : "CreateReplicationSubnetGroupRequest"
},
"methodName" : "createReplicationSubnetGroup",
"operationName" : "CreateReplicationSubnetGroup",
"returnType" : {
"returnType" : "CreateReplicationSubnetGroupResponse",
"documentation" : ""
},
"syncReturnType" : "CreateReplicationSubnetGroupResponse"
},
"CreateReplicationTask" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a replication task using the specified parameters.
",
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReplicationTaskRequest",
"variableName" : "createReplicationTaskRequest",
"variableType" : "CreateReplicationTaskRequest",
"documentation" : "",
"simpleType" : "CreateReplicationTaskRequest",
"variableSetterType" : "CreateReplicationTaskRequest"
},
"methodName" : "createReplicationTask",
"operationName" : "CreateReplicationTask",
"returnType" : {
"returnType" : "CreateReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "CreateReplicationTaskResponse"
},
"DeleteCertificate" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified certificate.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteCertificateRequest",
"variableName" : "deleteCertificateRequest",
"variableType" : "DeleteCertificateRequest",
"documentation" : "",
"simpleType" : "DeleteCertificateRequest",
"variableSetterType" : "DeleteCertificateRequest"
},
"methodName" : "deleteCertificate",
"operationName" : "DeleteCertificate",
"returnType" : {
"returnType" : "DeleteCertificateResponse",
"documentation" : null
},
"syncReturnType" : "DeleteCertificateResponse"
},
"DeleteEndpoint" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified endpoint.
All tasks associated with the endpoint must be deleted before you can delete the endpoint.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteEndpointRequest",
"variableName" : "deleteEndpointRequest",
"variableType" : "DeleteEndpointRequest",
"documentation" : "",
"simpleType" : "DeleteEndpointRequest",
"variableSetterType" : "DeleteEndpointRequest"
},
"methodName" : "deleteEndpoint",
"operationName" : "DeleteEndpoint",
"returnType" : {
"returnType" : "DeleteEndpointResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteEndpointResponse"
},
"DeleteEventSubscription" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Deletes an AWS DMS event subscription.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteEventSubscriptionRequest",
"variableName" : "deleteEventSubscriptionRequest",
"variableType" : "DeleteEventSubscriptionRequest",
"documentation" : "",
"simpleType" : "DeleteEventSubscriptionRequest",
"variableSetterType" : "DeleteEventSubscriptionRequest"
},
"methodName" : "deleteEventSubscription",
"operationName" : "DeleteEventSubscription",
"returnType" : {
"returnType" : "DeleteEventSubscriptionResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteEventSubscriptionResponse"
},
"DeleteReplicationInstance" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified replication instance.
You must delete any migration tasks that are associated with the replication instance before you can delete it.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReplicationInstanceRequest",
"variableName" : "deleteReplicationInstanceRequest",
"variableType" : "DeleteReplicationInstanceRequest",
"documentation" : "",
"simpleType" : "DeleteReplicationInstanceRequest",
"variableSetterType" : "DeleteReplicationInstanceRequest"
},
"methodName" : "deleteReplicationInstance",
"operationName" : "DeleteReplicationInstance",
"returnType" : {
"returnType" : "DeleteReplicationInstanceResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteReplicationInstanceResponse"
},
"DeleteReplicationSubnetGroup" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a subnet group.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReplicationSubnetGroupRequest",
"variableName" : "deleteReplicationSubnetGroupRequest",
"variableType" : "DeleteReplicationSubnetGroupRequest",
"documentation" : "",
"simpleType" : "DeleteReplicationSubnetGroupRequest",
"variableSetterType" : "DeleteReplicationSubnetGroupRequest"
},
"methodName" : "deleteReplicationSubnetGroup",
"operationName" : "DeleteReplicationSubnetGroup",
"returnType" : {
"returnType" : "DeleteReplicationSubnetGroupResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteReplicationSubnetGroupResponse"
},
"DeleteReplicationTask" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified replication task.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReplicationTaskRequest",
"variableName" : "deleteReplicationTaskRequest",
"variableType" : "DeleteReplicationTaskRequest",
"documentation" : "",
"simpleType" : "DeleteReplicationTaskRequest",
"variableSetterType" : "DeleteReplicationTaskRequest"
},
"methodName" : "deleteReplicationTask",
"operationName" : "DeleteReplicationTask",
"returnType" : {
"returnType" : "DeleteReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteReplicationTaskResponse"
},
"DescribeAccountAttributes" : {
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAccountAttributesRequest",
"variableName" : "describeAccountAttributesRequest",
"variableType" : "DescribeAccountAttributesRequest",
"documentation" : "",
"simpleType" : "DescribeAccountAttributesRequest",
"variableSetterType" : "DescribeAccountAttributesRequest"
},
"methodName" : "describeAccountAttributes",
"operationName" : "DescribeAccountAttributes",
"returnType" : {
"returnType" : "DescribeAccountAttributesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeAccountAttributesResponse"
},
"DescribeCertificates" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides a description of the certificate.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCertificatesRequest",
"variableName" : "describeCertificatesRequest",
"variableType" : "DescribeCertificatesRequest",
"documentation" : "",
"simpleType" : "DescribeCertificatesRequest",
"variableSetterType" : "DescribeCertificatesRequest"
},
"methodName" : "describeCertificates",
"operationName" : "DescribeCertificates",
"returnType" : {
"returnType" : "DescribeCertificatesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeCertificatesResponse"
},
"DescribeConnections" : {
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeConnectionsRequest",
"variableName" : "describeConnectionsRequest",
"variableType" : "DescribeConnectionsRequest",
"documentation" : "",
"simpleType" : "DescribeConnectionsRequest",
"variableSetterType" : "DescribeConnectionsRequest"
},
"methodName" : "describeConnections",
"operationName" : "DescribeConnections",
"returnType" : {
"returnType" : "DescribeConnectionsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeConnectionsResponse"
},
"DescribeEndpointTypes" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the type of endpoints available.
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEndpointTypesRequest",
"variableName" : "describeEndpointTypesRequest",
"variableType" : "DescribeEndpointTypesRequest",
"documentation" : "",
"simpleType" : "DescribeEndpointTypesRequest",
"variableSetterType" : "DescribeEndpointTypesRequest"
},
"methodName" : "describeEndpointTypes",
"operationName" : "DescribeEndpointTypes",
"returnType" : {
"returnType" : "DescribeEndpointTypesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEndpointTypesResponse"
},
"DescribeEndpoints" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the endpoints for your account in the current region.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEndpointsRequest",
"variableName" : "describeEndpointsRequest",
"variableType" : "DescribeEndpointsRequest",
"documentation" : "",
"simpleType" : "DescribeEndpointsRequest",
"variableSetterType" : "DescribeEndpointsRequest"
},
"methodName" : "describeEndpoints",
"operationName" : "DescribeEndpoints",
"returnType" : {
"returnType" : "DescribeEndpointsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEndpointsResponse"
},
"DescribeEventCategories" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventCategoriesRequest",
"variableName" : "describeEventCategoriesRequest",
"variableType" : "DescribeEventCategoriesRequest",
"documentation" : "",
"simpleType" : "DescribeEventCategoriesRequest",
"variableSetterType" : "DescribeEventCategoriesRequest"
},
"methodName" : "describeEventCategories",
"operationName" : "DescribeEventCategories",
"returnType" : {
"returnType" : "DescribeEventCategoriesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEventCategoriesResponse"
},
"DescribeEventSubscriptions" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all the event subscriptions for a customer account. The description of a subscription includes SubscriptionName
, SNSTopicARN
, CustomerID
, SourceType
, SourceID
, CreationTime
, and Status
.
If you specify SubscriptionName
, this action lists the description for that subscription.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventSubscriptionsRequest",
"variableName" : "describeEventSubscriptionsRequest",
"variableType" : "DescribeEventSubscriptionsRequest",
"documentation" : "",
"simpleType" : "DescribeEventSubscriptionsRequest",
"variableSetterType" : "DescribeEventSubscriptionsRequest"
},
"methodName" : "describeEventSubscriptions",
"operationName" : "DescribeEventSubscriptions",
"returnType" : {
"returnType" : "DescribeEventSubscriptionsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEventSubscriptionsResponse"
},
"DescribeEvents" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see Working with Events and Notifications .
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventsRequest",
"variableName" : "describeEventsRequest",
"variableType" : "DescribeEventsRequest",
"documentation" : "",
"simpleType" : "DescribeEventsRequest",
"variableSetterType" : "DescribeEventsRequest"
},
"methodName" : "describeEvents",
"operationName" : "DescribeEvents",
"returnType" : {
"returnType" : "DescribeEventsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEventsResponse"
},
"DescribeOrderableReplicationInstances" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the replication instance types that can be created in the specified region.
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeOrderableReplicationInstancesRequest",
"variableName" : "describeOrderableReplicationInstancesRequest",
"variableType" : "DescribeOrderableReplicationInstancesRequest",
"documentation" : "",
"simpleType" : "DescribeOrderableReplicationInstancesRequest",
"variableSetterType" : "DescribeOrderableReplicationInstancesRequest"
},
"methodName" : "describeOrderableReplicationInstances",
"operationName" : "DescribeOrderableReplicationInstances",
"returnType" : {
"returnType" : "DescribeOrderableReplicationInstancesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeOrderableReplicationInstancesResponse"
},
"DescribeRefreshSchemasStatus" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the status of the RefreshSchemas operation.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRefreshSchemasStatusRequest",
"variableName" : "describeRefreshSchemasStatusRequest",
"variableType" : "DescribeRefreshSchemasStatusRequest",
"documentation" : "",
"simpleType" : "DescribeRefreshSchemasStatusRequest",
"variableSetterType" : "DescribeRefreshSchemasStatusRequest"
},
"methodName" : "describeRefreshSchemasStatus",
"operationName" : "DescribeRefreshSchemasStatus",
"returnType" : {
"returnType" : "DescribeRefreshSchemasStatusResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeRefreshSchemasStatusResponse"
},
"DescribeReplicationInstances" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about replication instances for your account in the current region.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReplicationInstancesRequest",
"variableName" : "describeReplicationInstancesRequest",
"variableType" : "DescribeReplicationInstancesRequest",
"documentation" : "",
"simpleType" : "DescribeReplicationInstancesRequest",
"variableSetterType" : "DescribeReplicationInstancesRequest"
},
"methodName" : "describeReplicationInstances",
"operationName" : "DescribeReplicationInstances",
"returnType" : {
"returnType" : "DescribeReplicationInstancesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeReplicationInstancesResponse"
},
"DescribeReplicationSubnetGroups" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the replication subnet groups.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReplicationSubnetGroupsRequest",
"variableName" : "describeReplicationSubnetGroupsRequest",
"variableType" : "DescribeReplicationSubnetGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeReplicationSubnetGroupsRequest",
"variableSetterType" : "DescribeReplicationSubnetGroupsRequest"
},
"methodName" : "describeReplicationSubnetGroups",
"operationName" : "DescribeReplicationSubnetGroups",
"returnType" : {
"returnType" : "DescribeReplicationSubnetGroupsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeReplicationSubnetGroupsResponse"
},
"DescribeReplicationTasks" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about replication tasks for your account in the current region.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReplicationTasksRequest",
"variableName" : "describeReplicationTasksRequest",
"variableType" : "DescribeReplicationTasksRequest",
"documentation" : "",
"simpleType" : "DescribeReplicationTasksRequest",
"variableSetterType" : "DescribeReplicationTasksRequest"
},
"methodName" : "describeReplicationTasks",
"operationName" : "DescribeReplicationTasks",
"returnType" : {
"returnType" : "DescribeReplicationTasksResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeReplicationTasksResponse"
},
"DescribeSchemas" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the schema for the specified endpoint.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSchemasRequest",
"variableName" : "describeSchemasRequest",
"variableType" : "DescribeSchemasRequest",
"documentation" : "",
"simpleType" : "DescribeSchemasRequest",
"variableSetterType" : "DescribeSchemasRequest"
},
"methodName" : "describeSchemas",
"operationName" : "DescribeSchemas",
"returnType" : {
"returnType" : "DescribeSchemasResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeSchemasResponse"
},
"DescribeTableStatistics" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTableStatisticsRequest",
"variableName" : "describeTableStatisticsRequest",
"variableType" : "DescribeTableStatisticsRequest",
"documentation" : "",
"simpleType" : "DescribeTableStatisticsRequest",
"variableSetterType" : "DescribeTableStatisticsRequest"
},
"methodName" : "describeTableStatistics",
"operationName" : "DescribeTableStatistics",
"returnType" : {
"returnType" : "DescribeTableStatisticsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeTableStatisticsResponse"
},
"ImportCertificate" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Uploads the specified certificate.
",
"exceptions" : [ {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidCertificateException",
"documentation" : "The certificate was not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ImportCertificateRequest",
"variableName" : "importCertificateRequest",
"variableType" : "ImportCertificateRequest",
"documentation" : "",
"simpleType" : "ImportCertificateRequest",
"variableSetterType" : "ImportCertificateRequest"
},
"methodName" : "importCertificate",
"operationName" : "ImportCertificate",
"returnType" : {
"returnType" : "ImportCertificateResponse",
"documentation" : null
},
"syncReturnType" : "ImportCertificateResponse"
},
"ListTagsForResource" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all tags for an AWS DMS resource.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : ""
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"ModifyEndpoint" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the specified endpoint.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyEndpointRequest",
"variableName" : "modifyEndpointRequest",
"variableType" : "ModifyEndpointRequest",
"documentation" : "",
"simpleType" : "ModifyEndpointRequest",
"variableSetterType" : "ModifyEndpointRequest"
},
"methodName" : "modifyEndpoint",
"operationName" : "ModifyEndpoint",
"returnType" : {
"returnType" : "ModifyEndpointResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyEndpointResponse"
},
"ModifyEventSubscription" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies an existing AWS DMS event notification subscription.
",
"exceptions" : [ {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SNSInvalidTopicException",
"documentation" : "The SNS topic is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SNSNoAuthorizationException",
"documentation" : "You are not authorized for the SNS subscription.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyEventSubscriptionRequest",
"variableName" : "modifyEventSubscriptionRequest",
"variableType" : "ModifyEventSubscriptionRequest",
"documentation" : "",
"simpleType" : "ModifyEventSubscriptionRequest",
"variableSetterType" : "ModifyEventSubscriptionRequest"
},
"methodName" : "modifyEventSubscription",
"operationName" : "ModifyEventSubscription",
"returnType" : {
"returnType" : "ModifyEventSubscriptionResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyEventSubscriptionResponse"
},
"ModifyReplicationInstance" : {
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InsufficientResourceCapacityException",
"documentation" : "There are not enough resources allocated to the database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "StorageQuotaExceededException",
"documentation" : "The storage quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UpgradeDependencyFailureException",
"documentation" : "An upgrade dependency is preventing the database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyReplicationInstanceRequest",
"variableName" : "modifyReplicationInstanceRequest",
"variableType" : "ModifyReplicationInstanceRequest",
"documentation" : "",
"simpleType" : "ModifyReplicationInstanceRequest",
"variableSetterType" : "ModifyReplicationInstanceRequest"
},
"methodName" : "modifyReplicationInstance",
"operationName" : "ModifyReplicationInstance",
"returnType" : {
"returnType" : "ModifyReplicationInstanceResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyReplicationInstanceResponse"
},
"ModifyReplicationSubnetGroup" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the settings for the specified replication subnet group.
",
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SubnetAlreadyInUseException",
"documentation" : "The specified subnet is already in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException",
"documentation" : "The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The subnet provided is invalid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyReplicationSubnetGroupRequest",
"variableName" : "modifyReplicationSubnetGroupRequest",
"variableType" : "ModifyReplicationSubnetGroupRequest",
"documentation" : "",
"simpleType" : "ModifyReplicationSubnetGroupRequest",
"variableSetterType" : "ModifyReplicationSubnetGroupRequest"
},
"methodName" : "modifyReplicationSubnetGroup",
"operationName" : "ModifyReplicationSubnetGroup",
"returnType" : {
"returnType" : "ModifyReplicationSubnetGroupResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyReplicationSubnetGroupResponse"
},
"ModifyReplicationTask" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the specified replication task.
You can't modify the task endpoints. The task must be stopped before you can modify it.
For more information about AWS DMS tasks, see the AWS DMS user guide at Working with Migration Tasks
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyReplicationTaskRequest",
"variableName" : "modifyReplicationTaskRequest",
"variableType" : "ModifyReplicationTaskRequest",
"documentation" : "",
"simpleType" : "ModifyReplicationTaskRequest",
"variableSetterType" : "ModifyReplicationTaskRequest"
},
"methodName" : "modifyReplicationTask",
"operationName" : "ModifyReplicationTask",
"returnType" : {
"returnType" : "ModifyReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyReplicationTaskResponse"
},
"RefreshSchemas" : {
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RefreshSchemasRequest",
"variableName" : "refreshSchemasRequest",
"variableType" : "RefreshSchemasRequest",
"documentation" : "",
"simpleType" : "RefreshSchemasRequest",
"variableSetterType" : "RefreshSchemasRequest"
},
"methodName" : "refreshSchemas",
"operationName" : "RefreshSchemas",
"returnType" : {
"returnType" : "RefreshSchemasResponse",
"documentation" : ""
},
"syncReturnType" : "RefreshSchemasResponse"
},
"ReloadTables" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Reloads the target database table with the source data.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ReloadTablesRequest",
"variableName" : "reloadTablesRequest",
"variableType" : "ReloadTablesRequest",
"documentation" : "",
"simpleType" : "ReloadTablesRequest",
"variableSetterType" : "ReloadTablesRequest"
},
"methodName" : "reloadTables",
"operationName" : "ReloadTables",
"returnType" : {
"returnType" : "ReloadTablesResponse",
"documentation" : null
},
"syncReturnType" : "ReloadTablesResponse"
},
"RemoveTagsFromResource" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes metadata tags from a DMS resource.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RemoveTagsFromResourceRequest",
"variableName" : "removeTagsFromResourceRequest",
"variableType" : "RemoveTagsFromResourceRequest",
"documentation" : "",
"simpleType" : "RemoveTagsFromResourceRequest",
"variableSetterType" : "RemoveTagsFromResourceRequest"
},
"methodName" : "removeTagsFromResource",
"operationName" : "RemoveTagsFromResource",
"returnType" : {
"returnType" : "RemoveTagsFromResourceResponse",
"documentation" : ""
},
"syncReturnType" : "RemoveTagsFromResourceResponse"
},
"StartReplicationTask" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts the replication task.
For more information about AWS DMS tasks, see the AWS DMS user guide at Working with Migration Tasks
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartReplicationTaskRequest",
"variableName" : "startReplicationTaskRequest",
"variableType" : "StartReplicationTaskRequest",
"documentation" : "",
"simpleType" : "StartReplicationTaskRequest",
"variableSetterType" : "StartReplicationTaskRequest"
},
"methodName" : "startReplicationTask",
"operationName" : "StartReplicationTask",
"returnType" : {
"returnType" : "StartReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "StartReplicationTaskResponse"
},
"StopReplicationTask" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Stops the replication task.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopReplicationTaskRequest",
"variableName" : "stopReplicationTaskRequest",
"variableType" : "StopReplicationTaskRequest",
"documentation" : "",
"simpleType" : "StopReplicationTaskRequest",
"variableSetterType" : "StopReplicationTaskRequest"
},
"methodName" : "stopReplicationTask",
"operationName" : "StopReplicationTask",
"returnType" : {
"returnType" : "StopReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "StopReplicationTaskResponse"
},
"TestConnection" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Tests the connection between the replication instance and the endpoint.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TestConnectionRequest",
"variableName" : "testConnectionRequest",
"variableType" : "TestConnectionRequest",
"documentation" : "",
"simpleType" : "TestConnectionRequest",
"variableSetterType" : "TestConnectionRequest"
},
"methodName" : "testConnection",
"operationName" : "TestConnection",
"returnType" : {
"returnType" : "TestConnectionResponse",
"documentation" : ""
},
"syncReturnType" : "TestConnectionResponse"
}
},
"shapes" : {
"AccessDeniedException" : {
"c2jName" : "AccessDeniedFault",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "AWS DMS was denied access to the endpoint.
",
"enums" : null,
"errorCode" : "AccessDeniedFault",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false
},
"AccountQuota" : {
"c2jName" : "AccountQuota",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes a quota for an AWS account, for example, the number of replication instances allowed.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAccountQuotaName",
"beanStyleSetterMethodName" : "setAccountQuotaName",
"c2jName" : "AccountQuotaName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "accountQuotaName",
"fluentSetterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accountQuotaName",
"getterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@return The name of the AWS DMS quota for this AWS account.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AccountQuotaName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountQuotaName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AccountQuotaName",
"setterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.",
"setterMethodName" : "setAccountQuotaName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUsed",
"beanStyleSetterMethodName" : "setUsed",
"c2jName" : "Used",
"c2jShape" : "Long",
"deprecated" : false,
"documentation" : "The amount currently used toward the quota maximum.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "used",
"fluentSetterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "used",
"getterDocumentation" : "The amount currently used toward the quota maximum.
\n@return The amount currently used toward the quota maximum.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Used",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Used",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Used",
"setterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.",
"setterMethodName" : "setUsed",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : "The amount currently used toward the quota maximum.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMax",
"beanStyleSetterMethodName" : "setMax",
"c2jName" : "Max",
"c2jShape" : "Long",
"deprecated" : false,
"documentation" : "The maximum allowed value for the quota.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "max",
"fluentSetterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "max",
"getterDocumentation" : "The maximum allowed value for the quota.
\n@return The maximum allowed value for the quota.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Max",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Max",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Max",
"setterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.",
"setterMethodName" : "setMax",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : "The maximum allowed value for the quota.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AccountQuotaName" : {
"beanStyleGetterMethodName" : "getAccountQuotaName",
"beanStyleSetterMethodName" : "setAccountQuotaName",
"c2jName" : "AccountQuotaName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "accountQuotaName",
"fluentSetterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accountQuotaName",
"getterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@return The name of the AWS DMS quota for this AWS account.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AccountQuotaName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountQuotaName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AccountQuotaName",
"setterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.",
"setterMethodName" : "setAccountQuotaName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Max" : {
"beanStyleGetterMethodName" : "getMax",
"beanStyleSetterMethodName" : "setMax",
"c2jName" : "Max",
"c2jShape" : "Long",
"deprecated" : false,
"documentation" : "The maximum allowed value for the quota.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "max",
"fluentSetterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "max",
"getterDocumentation" : "The maximum allowed value for the quota.
\n@return The maximum allowed value for the quota.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Max",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Max",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Max",
"setterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.",
"setterMethodName" : "setMax",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : "The maximum allowed value for the quota.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"Used" : {
"beanStyleGetterMethodName" : "getUsed",
"beanStyleSetterMethodName" : "setUsed",
"c2jName" : "Used",
"c2jShape" : "Long",
"deprecated" : false,
"documentation" : "The amount currently used toward the quota maximum.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "used",
"fluentSetterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "used",
"getterDocumentation" : "The amount currently used toward the quota maximum.
\n@return The amount currently used toward the quota maximum.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Used",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Used",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Used",
"setterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.",
"setterMethodName" : "setUsed",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : "The amount currently used toward the quota maximum.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAccountQuotaName",
"beanStyleSetterMethodName" : "setAccountQuotaName",
"c2jName" : "AccountQuotaName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "accountQuotaName",
"fluentSetterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accountQuotaName",
"getterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@return The name of the AWS DMS quota for this AWS account.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AccountQuotaName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountQuotaName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AccountQuotaName",
"setterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.",
"setterMethodName" : "setAccountQuotaName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUsed",
"beanStyleSetterMethodName" : "setUsed",
"c2jName" : "Used",
"c2jShape" : "Long",
"deprecated" : false,
"documentation" : "The amount currently used toward the quota maximum.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "used",
"fluentSetterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "used",
"getterDocumentation" : "The amount currently used toward the quota maximum.
\n@return The amount currently used toward the quota maximum.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Used",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Used",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Used",
"setterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.",
"setterMethodName" : "setUsed",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : "The amount currently used toward the quota maximum.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMax",
"beanStyleSetterMethodName" : "setMax",
"c2jName" : "Max",
"c2jShape" : "Long",
"deprecated" : false,
"documentation" : "The maximum allowed value for the quota.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "max",
"fluentSetterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "max",
"getterDocumentation" : "The maximum allowed value for the quota.
\n@return The maximum allowed value for the quota.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Max",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Max",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Max",
"setterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.",
"setterMethodName" : "setMax",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : "The maximum allowed value for the quota.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccountQuota",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AccountQuota",
"variableName" : "accountQuota",
"variableType" : "AccountQuota",
"documentation" : null,
"simpleType" : "AccountQuota",
"variableSetterType" : "AccountQuota"
},
"wrapper" : false
},
"AddTagsToResourceRequest" : {
"c2jName" : "AddTagsToResourceMessage",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddTagsToResource",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.AddTagsToResource",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@return The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ResourceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "The tag to be assigned to the DMS resource.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tag to be assigned to the DMS resource.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The tag to be assigned to the DMS resource.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tag to be assigned to the DMS resource.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceArn" : {
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@return The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ResourceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "The tag to be assigned to the DMS resource.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tag to be assigned to the DMS resource.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The tag to be assigned to the DMS resource.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tag to be assigned to the DMS resource.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@return The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ResourceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "The tag to be assigned to the DMS resource.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tag to be assigned to the DMS resource.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The tag to be assigned to the DMS resource.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tag to be assigned to the DMS resource.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ResourceArn", "Tags" ],
"shapeName" : "AddTagsToResourceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddTagsToResourceRequest",
"variableName" : "addTagsToResourceRequest",
"variableType" : "AddTagsToResourceRequest",
"documentation" : null,
"simpleType" : "AddTagsToResourceRequest",
"variableSetterType" : "AddTagsToResourceRequest"
},
"wrapper" : false
},
"AddTagsToResourceResponse" : {
"c2jName" : "AddTagsToResourceResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddTagsToResourceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddTagsToResourceResponse",
"variableName" : "addTagsToResourceResponse",
"variableType" : "AddTagsToResourceResponse",
"documentation" : null,
"simpleType" : "AddTagsToResourceResponse",
"variableSetterType" : "AddTagsToResourceResponse"
},
"wrapper" : false
},
"AuthMechanismValue" : {
"c2jName" : "AuthMechanismValue",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "DEFAULT",
"value" : "default"
}, {
"name" : "MONGODB_CR",
"value" : "mongodb_cr"
}, {
"name" : "SCRAM_SHA_1",
"value" : "scram_sha_1"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AuthMechanismValue",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AuthMechanismValue",
"variableName" : "authMechanismValue",
"variableType" : "AuthMechanismValue",
"documentation" : null,
"simpleType" : "AuthMechanismValue",
"variableSetterType" : "AuthMechanismValue"
},
"wrapper" : false
},
"AuthTypeValue" : {
"c2jName" : "AuthTypeValue",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "NO",
"value" : "no"
}, {
"name" : "PASSWORD",
"value" : "password"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AuthTypeValue",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AuthTypeValue",
"variableName" : "authTypeValue",
"variableType" : "AuthTypeValue",
"documentation" : null,
"simpleType" : "AuthTypeValue",
"variableSetterType" : "AuthTypeValue"
},
"wrapper" : false
},
"AvailabilityZone" : {
"c2jName" : "AvailabilityZone",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the availability zone.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"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.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the availability zone.
\n@return The name of the availability zone.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the availability zone.
\n@param name The name of the availability zone.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the availability zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the availability zone.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"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.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the availability zone.
\n@return The name of the availability zone.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the availability zone.
\n@param name The name of the availability zone.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the availability zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the availability zone.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"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.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the availability zone.
\n@return The name of the availability zone.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the availability zone.
\n@param name The name of the availability zone.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the availability zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AvailabilityZone",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AvailabilityZone",
"variableName" : "availabilityZone",
"variableType" : "AvailabilityZone",
"documentation" : null,
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"wrapper" : false
},
"Certificate" : {
"c2jName" : "Certificate",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The SSL certificate that can be used to encrypt connections between the endpoints and the replication instance.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCertificateIdentifier",
"beanStyleSetterMethodName" : "setCertificateIdentifier",
"c2jName" : "CertificateIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateIdentifier",
"fluentSetterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateIdentifier",
"getterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateIdentifier",
"setterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"setterMethodName" : "setCertificateIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateCreationDate",
"beanStyleSetterMethodName" : "setCertificateCreationDate",
"c2jName" : "CertificateCreationDate",
"c2jShape" : "TStamp",
"deprecated" : false,
"documentation" : "The date that the certificate was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateCreationDate",
"fluentSetterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateCreationDate",
"getterDocumentation" : "The date that the certificate was created.
\n@return The date that the certificate was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateCreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateCreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CertificateCreationDate",
"setterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.",
"setterMethodName" : "setCertificateCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the certificate was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificatePem",
"beanStyleSetterMethodName" : "setCertificatePem",
"c2jName" : "CertificatePem",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The contents of the .pem X.509 certificate file for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificatePem",
"fluentSetterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificatePem",
"getterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@return The contents of the .pem X.509 certificate file for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificatePem",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificatePem",
"setterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.",
"setterMethodName" : "setCertificatePem",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The contents of the .pem X.509 certificate file for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateWallet",
"beanStyleSetterMethodName" : "setCertificateWallet",
"c2jName" : "CertificateWallet",
"c2jShape" : "CertificateWallet",
"deprecated" : false,
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateWallet",
"fluentSetterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateWallet",
"getterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\n\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The location of the imported Oracle Wallet certificate for use with SSL.",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateWallet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateWallet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"name" : "CertificateWallet",
"setterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.",
"setterMethodName" : "setCertificateWallet",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@return The Amazon Resource Name (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateOwner",
"beanStyleSetterMethodName" : "setCertificateOwner",
"c2jName" : "CertificateOwner",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The owner of the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateOwner",
"fluentSetterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateOwner",
"getterDocumentation" : "The owner of the certificate.
\n@return The owner of the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateOwner",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateOwner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateOwner",
"setterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.",
"setterMethodName" : "setCertificateOwner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : "The owner of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidFromDate",
"beanStyleSetterMethodName" : "setValidFromDate",
"c2jName" : "ValidFromDate",
"c2jShape" : "TStamp",
"deprecated" : false,
"documentation" : "The beginning date that the certificate is valid.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validFromDate",
"fluentSetterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validFromDate",
"getterDocumentation" : "The beginning date that the certificate is valid.
\n@return The beginning date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidFromDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidFromDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidFromDate",
"setterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.",
"setterMethodName" : "setValidFromDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : "The beginning date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidToDate",
"beanStyleSetterMethodName" : "setValidToDate",
"c2jName" : "ValidToDate",
"c2jShape" : "TStamp",
"deprecated" : false,
"documentation" : "The final date that the certificate is valid.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validToDate",
"fluentSetterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validToDate",
"getterDocumentation" : "The final date that the certificate is valid.
\n@return The final date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidToDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidToDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidToDate",
"setterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.",
"setterMethodName" : "setValidToDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : "The final date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningAlgorithm",
"beanStyleSetterMethodName" : "setSigningAlgorithm",
"c2jName" : "SigningAlgorithm",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The signing algorithm for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signingAlgorithm",
"fluentSetterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingAlgorithm",
"getterDocumentation" : "The signing algorithm for the certificate.
\n@return The signing algorithm for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SigningAlgorithm",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SigningAlgorithm",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SigningAlgorithm",
"setterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.",
"setterMethodName" : "setSigningAlgorithm",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : "The signing algorithm for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKeyLength",
"beanStyleSetterMethodName" : "setKeyLength",
"c2jName" : "KeyLength",
"c2jShape" : "IntegerOptional",
"deprecated" : false,
"documentation" : "The key length of the cryptographic algorithm being used.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "keyLength",
"fluentSetterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "keyLength",
"getterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@return The key length of the cryptographic algorithm being used.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KeyLength",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeyLength",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "KeyLength",
"setterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.",
"setterMethodName" : "setKeyLength",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : "The key length of the cryptographic algorithm being used.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateArn" : {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@return The Amazon Resource Name (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateCreationDate" : {
"beanStyleGetterMethodName" : "getCertificateCreationDate",
"beanStyleSetterMethodName" : "setCertificateCreationDate",
"c2jName" : "CertificateCreationDate",
"c2jShape" : "TStamp",
"deprecated" : false,
"documentation" : "The date that the certificate was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateCreationDate",
"fluentSetterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateCreationDate",
"getterDocumentation" : "The date that the certificate was created.
\n@return The date that the certificate was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateCreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateCreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CertificateCreationDate",
"setterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.",
"setterMethodName" : "setCertificateCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the certificate was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"CertificateIdentifier" : {
"beanStyleGetterMethodName" : "getCertificateIdentifier",
"beanStyleSetterMethodName" : "setCertificateIdentifier",
"c2jName" : "CertificateIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateIdentifier",
"fluentSetterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateIdentifier",
"getterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateIdentifier",
"setterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"setterMethodName" : "setCertificateIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateOwner" : {
"beanStyleGetterMethodName" : "getCertificateOwner",
"beanStyleSetterMethodName" : "setCertificateOwner",
"c2jName" : "CertificateOwner",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The owner of the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateOwner",
"fluentSetterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateOwner",
"getterDocumentation" : "The owner of the certificate.
\n@return The owner of the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateOwner",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateOwner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateOwner",
"setterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.",
"setterMethodName" : "setCertificateOwner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : "The owner of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificatePem" : {
"beanStyleGetterMethodName" : "getCertificatePem",
"beanStyleSetterMethodName" : "setCertificatePem",
"c2jName" : "CertificatePem",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The contents of the .pem X.509 certificate file for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificatePem",
"fluentSetterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificatePem",
"getterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@return The contents of the .pem X.509 certificate file for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificatePem",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificatePem",
"setterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.",
"setterMethodName" : "setCertificatePem",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The contents of the .pem X.509 certificate file for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateWallet" : {
"beanStyleGetterMethodName" : "getCertificateWallet",
"beanStyleSetterMethodName" : "setCertificateWallet",
"c2jName" : "CertificateWallet",
"c2jShape" : "CertificateWallet",
"deprecated" : false,
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateWallet",
"fluentSetterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateWallet",
"getterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\n\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The location of the imported Oracle Wallet certificate for use with SSL.",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateWallet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateWallet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"name" : "CertificateWallet",
"setterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.",
"setterMethodName" : "setCertificateWallet",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
},
"KeyLength" : {
"beanStyleGetterMethodName" : "getKeyLength",
"beanStyleSetterMethodName" : "setKeyLength",
"c2jName" : "KeyLength",
"c2jShape" : "IntegerOptional",
"deprecated" : false,
"documentation" : "The key length of the cryptographic algorithm being used.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "keyLength",
"fluentSetterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "keyLength",
"getterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@return The key length of the cryptographic algorithm being used.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KeyLength",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeyLength",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "KeyLength",
"setterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.",
"setterMethodName" : "setKeyLength",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : "The key length of the cryptographic algorithm being used.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"SigningAlgorithm" : {
"beanStyleGetterMethodName" : "getSigningAlgorithm",
"beanStyleSetterMethodName" : "setSigningAlgorithm",
"c2jName" : "SigningAlgorithm",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The signing algorithm for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signingAlgorithm",
"fluentSetterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingAlgorithm",
"getterDocumentation" : "The signing algorithm for the certificate.
\n@return The signing algorithm for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SigningAlgorithm",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SigningAlgorithm",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SigningAlgorithm",
"setterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.",
"setterMethodName" : "setSigningAlgorithm",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : "The signing algorithm for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ValidFromDate" : {
"beanStyleGetterMethodName" : "getValidFromDate",
"beanStyleSetterMethodName" : "setValidFromDate",
"c2jName" : "ValidFromDate",
"c2jShape" : "TStamp",
"deprecated" : false,
"documentation" : "The beginning date that the certificate is valid.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validFromDate",
"fluentSetterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validFromDate",
"getterDocumentation" : "The beginning date that the certificate is valid.
\n@return The beginning date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidFromDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidFromDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidFromDate",
"setterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.",
"setterMethodName" : "setValidFromDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : "The beginning date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"ValidToDate" : {
"beanStyleGetterMethodName" : "getValidToDate",
"beanStyleSetterMethodName" : "setValidToDate",
"c2jName" : "ValidToDate",
"c2jShape" : "TStamp",
"deprecated" : false,
"documentation" : "The final date that the certificate is valid.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validToDate",
"fluentSetterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validToDate",
"getterDocumentation" : "The final date that the certificate is valid.
\n@return The final date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidToDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidToDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidToDate",
"setterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.",
"setterMethodName" : "setValidToDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : "The final date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCertificateIdentifier",
"beanStyleSetterMethodName" : "setCertificateIdentifier",
"c2jName" : "CertificateIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateIdentifier",
"fluentSetterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateIdentifier",
"getterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateIdentifier",
"setterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"setterMethodName" : "setCertificateIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateCreationDate",
"beanStyleSetterMethodName" : "setCertificateCreationDate",
"c2jName" : "CertificateCreationDate",
"c2jShape" : "TStamp",
"deprecated" : false,
"documentation" : "The date that the certificate was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateCreationDate",
"fluentSetterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateCreationDate",
"getterDocumentation" : "The date that the certificate was created.
\n@return The date that the certificate was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateCreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateCreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CertificateCreationDate",
"setterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.",
"setterMethodName" : "setCertificateCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the certificate was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificatePem",
"beanStyleSetterMethodName" : "setCertificatePem",
"c2jName" : "CertificatePem",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The contents of the .pem X.509 certificate file for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificatePem",
"fluentSetterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificatePem",
"getterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@return The contents of the .pem X.509 certificate file for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificatePem",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificatePem",
"setterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.",
"setterMethodName" : "setCertificatePem",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The contents of the .pem X.509 certificate file for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateWallet",
"beanStyleSetterMethodName" : "setCertificateWallet",
"c2jName" : "CertificateWallet",
"c2jShape" : "CertificateWallet",
"deprecated" : false,
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateWallet",
"fluentSetterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateWallet",
"getterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\n\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The location of the imported Oracle Wallet certificate for use with SSL.",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateWallet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateWallet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"name" : "CertificateWallet",
"setterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.",
"setterMethodName" : "setCertificateWallet",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@return The Amazon Resource Name (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateOwner",
"beanStyleSetterMethodName" : "setCertificateOwner",
"c2jName" : "CertificateOwner",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The owner of the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateOwner",
"fluentSetterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateOwner",
"getterDocumentation" : "The owner of the certificate.
\n@return The owner of the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateOwner",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateOwner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateOwner",
"setterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.",
"setterMethodName" : "setCertificateOwner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : "The owner of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidFromDate",
"beanStyleSetterMethodName" : "setValidFromDate",
"c2jName" : "ValidFromDate",
"c2jShape" : "TStamp",
"deprecated" : false,
"documentation" : "The beginning date that the certificate is valid.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validFromDate",
"fluentSetterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validFromDate",
"getterDocumentation" : "The beginning date that the certificate is valid.
\n@return The beginning date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidFromDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidFromDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidFromDate",
"setterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.",
"setterMethodName" : "setValidFromDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : "The beginning date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidToDate",
"beanStyleSetterMethodName" : "setValidToDate",
"c2jName" : "ValidToDate",
"c2jShape" : "TStamp",
"deprecated" : false,
"documentation" : "The final date that the certificate is valid.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validToDate",
"fluentSetterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validToDate",
"getterDocumentation" : "The final date that the certificate is valid.
\n@return The final date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidToDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidToDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidToDate",
"setterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.",
"setterMethodName" : "setValidToDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : "The final date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningAlgorithm",
"beanStyleSetterMethodName" : "setSigningAlgorithm",
"c2jName" : "SigningAlgorithm",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The signing algorithm for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signingAlgorithm",
"fluentSetterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingAlgorithm",
"getterDocumentation" : "The signing algorithm for the certificate.
\n@return The signing algorithm for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SigningAlgorithm",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SigningAlgorithm",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SigningAlgorithm",
"setterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.",
"setterMethodName" : "setSigningAlgorithm",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : "The signing algorithm for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKeyLength",
"beanStyleSetterMethodName" : "setKeyLength",
"c2jName" : "KeyLength",
"c2jShape" : "IntegerOptional",
"deprecated" : false,
"documentation" : "The key length of the cryptographic algorithm being used.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "keyLength",
"fluentSetterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "keyLength",
"getterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@return The key length of the cryptographic algorithm being used.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KeyLength",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeyLength",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "KeyLength",
"setterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.",
"setterMethodName" : "setKeyLength",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : "The key length of the cryptographic algorithm being used.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Certificate",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Certificate",
"variableName" : "certificate",
"variableType" : "Certificate",
"documentation" : null,
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"wrapper" : false
},
"CompressionTypeValue" : {
"c2jName" : "CompressionTypeValue",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "NONE",
"value" : "none"
}, {
"name" : "GZIP",
"value" : "gzip"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CompressionTypeValue",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CompressionTypeValue",
"variableName" : "compressionTypeValue",
"variableType" : "CompressionTypeValue",
"documentation" : null,
"simpleType" : "CompressionTypeValue",
"variableSetterType" : "CompressionTypeValue"
},
"wrapper" : false
},
"Connection" : {
"c2jName" : "Connection",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getReplicationInstanceArn",
"beanStyleSetterMethodName" : "setReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceArn",
"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.",
"fluentSetterMethodName" : "replicationInstanceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.",
"setterMethodName" : "setReplicationInstanceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointArn",
"beanStyleSetterMethodName" : "setEndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointArn",
"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.",
"fluentSetterMethodName" : "endpointArn",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointArn",
"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.",
"setterMethodName" : "setEndpointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The connection status.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The connection status.
\n@param status The connection status.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The connection status.
\n@return The connection status.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Status",
"setterDocumentation" : "The connection status.
\n@param status The connection status.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The connection status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastFailureMessage",
"beanStyleSetterMethodName" : "setLastFailureMessage",
"c2jName" : "LastFailureMessage",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The error message when the connection last failed.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "lastFailureMessage",
"fluentSetterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastFailureMessage",
"getterDocumentation" : "The error message when the connection last failed.
\n@return The error message when the connection last failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastFailureMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastFailureMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LastFailureMessage",
"setterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.",
"setterMethodName" : "setLastFailureMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : "The error message when the connection last failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"fluentSetterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointIdentifier",
"getterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@return The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"setterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationInstanceIdentifier",
"beanStyleSetterMethodName" : "setReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceIdentifier",
"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.",
"fluentSetterMethodName" : "replicationInstanceIdentifier",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"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.",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointArn" : {
"beanStyleGetterMethodName" : "getEndpointArn",
"beanStyleSetterMethodName" : "setEndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointArn",
"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.",
"fluentSetterMethodName" : "endpointArn",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointArn",
"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.",
"setterMethodName" : "setEndpointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EndpointIdentifier" : {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"fluentSetterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointIdentifier",
"getterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@return The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"setterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LastFailureMessage" : {
"beanStyleGetterMethodName" : "getLastFailureMessage",
"beanStyleSetterMethodName" : "setLastFailureMessage",
"c2jName" : "LastFailureMessage",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The error message when the connection last failed.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "lastFailureMessage",
"fluentSetterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastFailureMessage",
"getterDocumentation" : "The error message when the connection last failed.
\n@return The error message when the connection last failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastFailureMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastFailureMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LastFailureMessage",
"setterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.",
"setterMethodName" : "setLastFailureMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : "The error message when the connection last failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationInstanceArn" : {
"beanStyleGetterMethodName" : "getReplicationInstanceArn",
"beanStyleSetterMethodName" : "setReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceArn",
"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.",
"fluentSetterMethodName" : "replicationInstanceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.",
"setterMethodName" : "setReplicationInstanceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationInstanceIdentifier" : {
"beanStyleGetterMethodName" : "getReplicationInstanceIdentifier",
"beanStyleSetterMethodName" : "setReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceIdentifier",
"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.",
"fluentSetterMethodName" : "replicationInstanceIdentifier",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"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.",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The connection status.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The connection status.
\n@param status The connection status.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The connection status.
\n@return The connection status.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Status",
"setterDocumentation" : "The connection status.
\n@param status The connection status.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The connection status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getReplicationInstanceArn",
"beanStyleSetterMethodName" : "setReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceArn",
"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.",
"fluentSetterMethodName" : "replicationInstanceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.",
"setterMethodName" : "setReplicationInstanceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointArn",
"beanStyleSetterMethodName" : "setEndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointArn",
"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.",
"fluentSetterMethodName" : "endpointArn",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointArn",
"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.",
"setterMethodName" : "setEndpointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The connection status.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The connection status.
\n@param status The connection status.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The connection status.
\n@return The connection status.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Status",
"setterDocumentation" : "The connection status.
\n@param status The connection status.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The connection status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastFailureMessage",
"beanStyleSetterMethodName" : "setLastFailureMessage",
"c2jName" : "LastFailureMessage",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The error message when the connection last failed.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "lastFailureMessage",
"fluentSetterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastFailureMessage",
"getterDocumentation" : "The error message when the connection last failed.
\n@return The error message when the connection last failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastFailureMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastFailureMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LastFailureMessage",
"setterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.",
"setterMethodName" : "setLastFailureMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : "The error message when the connection last failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"fluentSetterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointIdentifier",
"getterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@return The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"setterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationInstanceIdentifier",
"beanStyleSetterMethodName" : "setReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceIdentifier",
"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.",
"fluentSetterMethodName" : "replicationInstanceIdentifier",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"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.",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Connection",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Connection",
"variableName" : "connection",
"variableType" : "Connection",
"documentation" : null,
"simpleType" : "Connection",
"variableSetterType" : "Connection"
},
"wrapper" : false
},
"CreateEndpointRequest" : {
"c2jName" : "CreateEndpointMessage",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateEndpoint",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.CreateEndpoint",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"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.",
"fluentSetterMethodName" : "endpointIdentifier",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"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.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointType",
"beanStyleSetterMethodName" : "setEndpointType",
"c2jName" : "EndpointType",
"c2jShape" : "ReplicationEndpointTypeValue",
"deprecated" : false,
"documentation" : "The type of endpoint.
",
"enumType" : "ReplicationEndpointTypeValue",
"fluentEnumGetterMethodName" : "endpointType",
"fluentGetterMethodName" : "endpointTypeString",
"fluentSetterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue",
"fluentSetterMethodName" : "endpointType",
"getterDocumentation" : "The type of endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n
\n@return The type of endpoint.\n@see ReplicationEndpointTypeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointType",
"setterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue",
"setterMethodName" : "setEndpointType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : "The type of endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEngineName",
"beanStyleSetterMethodName" : "setEngineName",
"c2jName" : "EngineName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "engineName",
"fluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "engineName",
"getterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EngineName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EngineName",
"setterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"setterMethodName" : "setEngineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUsername",
"beanStyleSetterMethodName" : "setUsername",
"c2jName" : "Username",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The user name to be used to login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "username",
"fluentSetterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "username",
"getterDocumentation" : "The user name to be used to login to the endpoint database.
\n@return The user name to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Username",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Username",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Username",
"setterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.",
"setterMethodName" : "setUsername",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : "The user name to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPassword",
"beanStyleSetterMethodName" : "setPassword",
"c2jName" : "Password",
"c2jShape" : "SecretString",
"deprecated" : false,
"documentation" : "The password to be used to login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "password",
"fluentSetterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "password",
"getterDocumentation" : "The password to be used to login to the endpoint database.
\n@return The password to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Password",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Password",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Password",
"setterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.",
"setterMethodName" : "setPassword",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : "The password to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServerName",
"beanStyleSetterMethodName" : "setServerName",
"c2jName" : "ServerName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the server where the endpoint database resides.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "serverName",
"fluentSetterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serverName",
"getterDocumentation" : "The name of the server where the endpoint database resides.
\n@return The name of the server where the endpoint database resides.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ServerName",
"setterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.",
"setterMethodName" : "setServerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : "The name of the server where the endpoint database resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPort",
"beanStyleSetterMethodName" : "setPort",
"c2jName" : "Port",
"c2jShape" : "IntegerOptional",
"deprecated" : false,
"documentation" : "The port used by the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "port",
"fluentSetterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "port",
"getterDocumentation" : "The port used by the endpoint database.
\n@return The port used by the endpoint database.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Port",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Port",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Port",
"setterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.",
"setterMethodName" : "setPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : "The port used by the endpoint database.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatabaseName",
"beanStyleSetterMethodName" : "setDatabaseName",
"c2jName" : "DatabaseName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "databaseName",
"fluentSetterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "databaseName",
"getterDocumentation" : "The name of the endpoint database.
\n@return The name of the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DatabaseName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DatabaseName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DatabaseName",
"setterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.",
"setterMethodName" : "setDatabaseName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : "The name of the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExtraConnectionAttributes",
"beanStyleSetterMethodName" : "setExtraConnectionAttributes",
"c2jName" : "ExtraConnectionAttributes",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Additional attributes associated with the connection.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "extraConnectionAttributes",
"fluentSetterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "extraConnectionAttributes",
"getterDocumentation" : "Additional attributes associated with the connection.
\n@return Additional attributes associated with the connection.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExtraConnectionAttributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtraConnectionAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExtraConnectionAttributes",
"setterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.",
"setterMethodName" : "setExtraConnectionAttributes",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : "Additional attributes associated with the connection.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"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.",
"fluentSetterMethodName" : "kmsKeyId",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KmsKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"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.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "Tags to be added to the endpoint.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Tags to be added to the endpoint.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Tags to be added to the endpoint.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Tags to be added to the endpoint.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Number (ARN) for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Number (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Number (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Number (ARN) for the certificate.
\n@return The Amazon Resource Number (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Number (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Number (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Number (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSslMode",
"beanStyleSetterMethodName" : "setSslMode",
"c2jName" : "SslMode",
"c2jShape" : "DmsSslModeValue",
"deprecated" : false,
"documentation" : "The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"enumType" : "DmsSslModeValue",
"fluentEnumGetterMethodName" : "sslMode",
"fluentGetterMethodName" : "sslModeString",
"fluentSetterDocumentation" : "The SSL mode to use for the SSL connection.
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 to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue",
"fluentSetterMethodName" : "sslMode",
"getterDocumentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n
\n@return The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SslMode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SslMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SslMode",
"setterDocumentation" : "
The SSL mode to use for the SSL connection.
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 to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"setterMethodName" : "setSslMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDynamoDbSettings",
"beanStyleSetterMethodName" : "setDynamoDbSettings",
"c2jName" : "DynamoDbSettings",
"c2jShape" : "DynamoDbSettings",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "dynamoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dynamoDbSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "DynamoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DynamoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DynamoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DynamoDbSettings",
"setterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"setterMethodName" : "setDynamoDbSettings",
"setterModel" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : null,
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3Settings",
"beanStyleSetterMethodName" : "setS3Settings",
"c2jName" : "S3Settings",
"c2jShape" : "S3Settings",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "s3Settings",
"fluentSetterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Settings",
"getterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "S3Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Settings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "S3Settings",
"setterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setS3Settings",
"setterModel" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : null,
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMongoDbSettings",
"beanStyleSetterMethodName" : "setMongoDbSettings",
"c2jName" : "MongoDbSettings",
"c2jShape" : "MongoDbSettings",
"deprecated" : false,
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "mongoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mongoDbSettings",
"getterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "MongoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MongoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MongoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "MongoDbSettings",
"setterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setMongoDbSettings",
"setterModel" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : null,
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateArn" : {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Number (ARN) for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Number (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Number (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Number (ARN) for the certificate.
\n@return The Amazon Resource Number (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Number (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Number (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Number (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DatabaseName" : {
"beanStyleGetterMethodName" : "getDatabaseName",
"beanStyleSetterMethodName" : "setDatabaseName",
"c2jName" : "DatabaseName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "databaseName",
"fluentSetterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "databaseName",
"getterDocumentation" : "The name of the endpoint database.
\n@return The name of the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DatabaseName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DatabaseName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DatabaseName",
"setterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.",
"setterMethodName" : "setDatabaseName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : "The name of the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DynamoDbSettings" : {
"beanStyleGetterMethodName" : "getDynamoDbSettings",
"beanStyleSetterMethodName" : "setDynamoDbSettings",
"c2jName" : "DynamoDbSettings",
"c2jShape" : "DynamoDbSettings",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "dynamoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dynamoDbSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "DynamoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DynamoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DynamoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DynamoDbSettings",
"setterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"setterMethodName" : "setDynamoDbSettings",
"setterModel" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : null,
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"xmlNameSpaceUri" : null
},
"EndpointIdentifier" : {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"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.",
"fluentSetterMethodName" : "endpointIdentifier",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"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.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"EndpointType" : {
"beanStyleGetterMethodName" : "getEndpointType",
"beanStyleSetterMethodName" : "setEndpointType",
"c2jName" : "EndpointType",
"c2jShape" : "ReplicationEndpointTypeValue",
"deprecated" : false,
"documentation" : "The type of endpoint.
",
"enumType" : "ReplicationEndpointTypeValue",
"fluentEnumGetterMethodName" : "endpointType",
"fluentGetterMethodName" : "endpointTypeString",
"fluentSetterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue",
"fluentSetterMethodName" : "endpointType",
"getterDocumentation" : "The type of endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n
\n@return The type of endpoint.\n@see ReplicationEndpointTypeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointType",
"setterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue",
"setterMethodName" : "setEndpointType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : "The type of endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EngineName" : {
"beanStyleGetterMethodName" : "getEngineName",
"beanStyleSetterMethodName" : "setEngineName",
"c2jName" : "EngineName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "engineName",
"fluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "engineName",
"getterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EngineName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EngineName",
"setterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"setterMethodName" : "setEngineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExtraConnectionAttributes" : {
"beanStyleGetterMethodName" : "getExtraConnectionAttributes",
"beanStyleSetterMethodName" : "setExtraConnectionAttributes",
"c2jName" : "ExtraConnectionAttributes",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Additional attributes associated with the connection.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "extraConnectionAttributes",
"fluentSetterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "extraConnectionAttributes",
"getterDocumentation" : "Additional attributes associated with the connection.
\n@return Additional attributes associated with the connection.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExtraConnectionAttributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtraConnectionAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExtraConnectionAttributes",
"setterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.",
"setterMethodName" : "setExtraConnectionAttributes",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : "Additional attributes associated with the connection.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"KmsKeyId" : {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"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.",
"fluentSetterMethodName" : "kmsKeyId",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KmsKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"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.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"MongoDbSettings" : {
"beanStyleGetterMethodName" : "getMongoDbSettings",
"beanStyleSetterMethodName" : "setMongoDbSettings",
"c2jName" : "MongoDbSettings",
"c2jShape" : "MongoDbSettings",
"deprecated" : false,
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "mongoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mongoDbSettings",
"getterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "MongoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MongoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MongoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "MongoDbSettings",
"setterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setMongoDbSettings",
"setterModel" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : null,
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"xmlNameSpaceUri" : null
},
"Password" : {
"beanStyleGetterMethodName" : "getPassword",
"beanStyleSetterMethodName" : "setPassword",
"c2jName" : "Password",
"c2jShape" : "SecretString",
"deprecated" : false,
"documentation" : "The password to be used to login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "password",
"fluentSetterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "password",
"getterDocumentation" : "The password to be used to login to the endpoint database.
\n@return The password to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Password",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Password",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Password",
"setterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.",
"setterMethodName" : "setPassword",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : "The password to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Port" : {
"beanStyleGetterMethodName" : "getPort",
"beanStyleSetterMethodName" : "setPort",
"c2jName" : "Port",
"c2jShape" : "IntegerOptional",
"deprecated" : false,
"documentation" : "The port used by the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "port",
"fluentSetterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "port",
"getterDocumentation" : "The port used by the endpoint database.
\n@return The port used by the endpoint database.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Port",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Port",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Port",
"setterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.",
"setterMethodName" : "setPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : "The port used by the endpoint database.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"S3Settings" : {
"beanStyleGetterMethodName" : "getS3Settings",
"beanStyleSetterMethodName" : "setS3Settings",
"c2jName" : "S3Settings",
"c2jShape" : "S3Settings",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "s3Settings",
"fluentSetterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Settings",
"getterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "S3Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Settings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "S3Settings",
"setterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setS3Settings",
"setterModel" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : null,
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"xmlNameSpaceUri" : null
},
"ServerName" : {
"beanStyleGetterMethodName" : "getServerName",
"beanStyleSetterMethodName" : "setServerName",
"c2jName" : "ServerName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the server where the endpoint database resides.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "serverName",
"fluentSetterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serverName",
"getterDocumentation" : "The name of the server where the endpoint database resides.
\n@return The name of the server where the endpoint database resides.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ServerName",
"setterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.",
"setterMethodName" : "setServerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : "The name of the server where the endpoint database resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SslMode" : {
"beanStyleGetterMethodName" : "getSslMode",
"beanStyleSetterMethodName" : "setSslMode",
"c2jName" : "SslMode",
"c2jShape" : "DmsSslModeValue",
"deprecated" : false,
"documentation" : "The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"enumType" : "DmsSslModeValue",
"fluentEnumGetterMethodName" : "sslMode",
"fluentGetterMethodName" : "sslModeString",
"fluentSetterDocumentation" : "The SSL mode to use for the SSL connection.
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 to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue",
"fluentSetterMethodName" : "sslMode",
"getterDocumentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n
\n@return The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SslMode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SslMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SslMode",
"setterDocumentation" : "
The SSL mode to use for the SSL connection.
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 to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"setterMethodName" : "setSslMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "Tags to be added to the endpoint.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Tags to be added to the endpoint.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Tags to be added to the endpoint.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Tags to be added to the endpoint.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Username" : {
"beanStyleGetterMethodName" : "getUsername",
"beanStyleSetterMethodName" : "setUsername",
"c2jName" : "Username",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The user name to be used to login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "username",
"fluentSetterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "username",
"getterDocumentation" : "The user name to be used to login to the endpoint database.
\n@return The user name to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Username",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Username",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Username",
"setterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.",
"setterMethodName" : "setUsername",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : "The user name to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"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.",
"fluentSetterMethodName" : "endpointIdentifier",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"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.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointType",
"beanStyleSetterMethodName" : "setEndpointType",
"c2jName" : "EndpointType",
"c2jShape" : "ReplicationEndpointTypeValue",
"deprecated" : false,
"documentation" : "The type of endpoint.
",
"enumType" : "ReplicationEndpointTypeValue",
"fluentEnumGetterMethodName" : "endpointType",
"fluentGetterMethodName" : "endpointTypeString",
"fluentSetterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue",
"fluentSetterMethodName" : "endpointType",
"getterDocumentation" : "The type of endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n
\n@return The type of endpoint.\n@see ReplicationEndpointTypeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointType",
"setterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue",
"setterMethodName" : "setEndpointType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : "The type of endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEngineName",
"beanStyleSetterMethodName" : "setEngineName",
"c2jName" : "EngineName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "engineName",
"fluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "engineName",
"getterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EngineName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EngineName",
"setterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"setterMethodName" : "setEngineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUsername",
"beanStyleSetterMethodName" : "setUsername",
"c2jName" : "Username",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The user name to be used to login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "username",
"fluentSetterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "username",
"getterDocumentation" : "The user name to be used to login to the endpoint database.
\n@return The user name to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Username",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Username",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Username",
"setterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.",
"setterMethodName" : "setUsername",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : "The user name to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPassword",
"beanStyleSetterMethodName" : "setPassword",
"c2jName" : "Password",
"c2jShape" : "SecretString",
"deprecated" : false,
"documentation" : "The password to be used to login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "password",
"fluentSetterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "password",
"getterDocumentation" : "The password to be used to login to the endpoint database.
\n@return The password to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Password",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Password",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Password",
"setterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.",
"setterMethodName" : "setPassword",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : "The password to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServerName",
"beanStyleSetterMethodName" : "setServerName",
"c2jName" : "ServerName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the server where the endpoint database resides.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "serverName",
"fluentSetterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serverName",
"getterDocumentation" : "The name of the server where the endpoint database resides.
\n@return The name of the server where the endpoint database resides.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ServerName",
"setterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.",
"setterMethodName" : "setServerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : "The name of the server where the endpoint database resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPort",
"beanStyleSetterMethodName" : "setPort",
"c2jName" : "Port",
"c2jShape" : "IntegerOptional",
"deprecated" : false,
"documentation" : "The port used by the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "port",
"fluentSetterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "port",
"getterDocumentation" : "The port used by the endpoint database.
\n@return The port used by the endpoint database.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Port",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Port",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Port",
"setterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.",
"setterMethodName" : "setPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : "The port used by the endpoint database.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatabaseName",
"beanStyleSetterMethodName" : "setDatabaseName",
"c2jName" : "DatabaseName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "databaseName",
"fluentSetterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "databaseName",
"getterDocumentation" : "The name of the endpoint database.
\n@return The name of the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DatabaseName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DatabaseName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DatabaseName",
"setterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.",
"setterMethodName" : "setDatabaseName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : "The name of the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExtraConnectionAttributes",
"beanStyleSetterMethodName" : "setExtraConnectionAttributes",
"c2jName" : "ExtraConnectionAttributes",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "Additional attributes associated with the connection.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "extraConnectionAttributes",
"fluentSetterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "extraConnectionAttributes",
"getterDocumentation" : "Additional attributes associated with the connection.
\n@return Additional attributes associated with the connection.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExtraConnectionAttributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtraConnectionAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExtraConnectionAttributes",
"setterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.",
"setterMethodName" : "setExtraConnectionAttributes",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : "Additional attributes associated with the connection.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"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.",
"fluentSetterMethodName" : "kmsKeyId",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KmsKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"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.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "Tags to be added to the endpoint.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Tags to be added to the endpoint.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Tags to be added to the endpoint.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Tags to be added to the endpoint.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The Amazon Resource Number (ARN) for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Number (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Number (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Number (ARN) for the certificate.
\n@return The Amazon Resource Number (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Number (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Number (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Number (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSslMode",
"beanStyleSetterMethodName" : "setSslMode",
"c2jName" : "SslMode",
"c2jShape" : "DmsSslModeValue",
"deprecated" : false,
"documentation" : "The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"enumType" : "DmsSslModeValue",
"fluentEnumGetterMethodName" : "sslMode",
"fluentGetterMethodName" : "sslModeString",
"fluentSetterDocumentation" : "The SSL mode to use for the SSL connection.
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 to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue",
"fluentSetterMethodName" : "sslMode",
"getterDocumentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n
\n@return The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SslMode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SslMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SslMode",
"setterDocumentation" : "
The SSL mode to use for the SSL connection.
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 to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"setterMethodName" : "setSslMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDynamoDbSettings",
"beanStyleSetterMethodName" : "setDynamoDbSettings",
"c2jName" : "DynamoDbSettings",
"c2jShape" : "DynamoDbSettings",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "dynamoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dynamoDbSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "DynamoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DynamoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DynamoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DynamoDbSettings",
"setterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"setterMethodName" : "setDynamoDbSettings",
"setterModel" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : null,
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3Settings",
"beanStyleSetterMethodName" : "setS3Settings",
"c2jName" : "S3Settings",
"c2jShape" : "S3Settings",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "s3Settings",
"fluentSetterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Settings",
"getterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "S3Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Settings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "S3Settings",
"setterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setS3Settings",
"setterModel" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : null,
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMongoDbSettings",
"beanStyleSetterMethodName" : "setMongoDbSettings",
"c2jName" : "MongoDbSettings",
"c2jShape" : "MongoDbSettings",
"deprecated" : false,
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "mongoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mongoDbSettings",
"getterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "MongoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MongoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MongoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "MongoDbSettings",
"setterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setMongoDbSettings",
"setterModel" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : null,
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "EndpointIdentifier", "EndpointType", "EngineName" ],
"shapeName" : "CreateEndpointRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateEndpointRequest",
"variableName" : "createEndpointRequest",
"variableType" : "CreateEndpointRequest",
"documentation" : null,
"simpleType" : "CreateEndpointRequest",
"variableSetterType" : "CreateEndpointRequest"
},
"wrapper" : false
},
"CreateEndpointResponse" : {
"c2jName" : "CreateEndpointResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEndpoint",
"beanStyleSetterMethodName" : "setEndpoint",
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"deprecated" : false,
"documentation" : "The endpoint that was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpoint",
"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.",
"fluentSetterMethodName" : "endpoint",
"getterDocumentation" : "The endpoint that was created.
\n@return The endpoint that was created.",
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Endpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Endpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Endpoint",
"setterDocumentation" : "The endpoint that was created.
\n@param endpoint The endpoint that was created.",
"setterMethodName" : "setEndpoint",
"setterModel" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : null,
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : "The endpoint that was created.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Endpoint" : {
"beanStyleGetterMethodName" : "getEndpoint",
"beanStyleSetterMethodName" : "setEndpoint",
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"deprecated" : false,
"documentation" : "The endpoint that was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpoint",
"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.",
"fluentSetterMethodName" : "endpoint",
"getterDocumentation" : "The endpoint that was created.
\n@return The endpoint that was created.",
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Endpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Endpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Endpoint",
"setterDocumentation" : "The endpoint that was created.
\n@param endpoint The endpoint that was created.",
"setterMethodName" : "setEndpoint",
"setterModel" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : null,
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : "The endpoint that was created.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpoint",
"beanStyleSetterMethodName" : "setEndpoint",
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"deprecated" : false,
"documentation" : "The endpoint that was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpoint",
"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.",
"fluentSetterMethodName" : "endpoint",
"getterDocumentation" : "The endpoint that was created.
\n@return The endpoint that was created.",
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Endpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Endpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Endpoint",
"setterDocumentation" : "The endpoint that was created.
\n@param endpoint The endpoint that was created.",
"setterMethodName" : "setEndpoint",
"setterModel" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : null,
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : "The endpoint that was created.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateEndpointResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateEndpointResponse",
"variableName" : "createEndpointResponse",
"variableType" : "CreateEndpointResponse",
"documentation" : null,
"simpleType" : "CreateEndpointResponse",
"variableSetterType" : "CreateEndpointResponse"
},
"wrapper" : false
},
"CreateEventSubscriptionRequest" : {
"c2jName" : "CreateEventSubscriptionMessage",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateEventSubscription",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.CreateEventSubscription",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getSubscriptionName",
"beanStyleSetterMethodName" : "setSubscriptionName",
"c2jName" : "SubscriptionName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "subscriptionName",
"fluentSetterDocumentation" : "The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subscriptionName",
"getterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@return The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubscriptionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubscriptionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SubscriptionName",
"setterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"setterMethodName" : "setSubscriptionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSnsTopicArn",
"beanStyleSetterMethodName" : "setSnsTopicArn",
"c2jName" : "SnsTopicArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "snsTopicArn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "snsTopicArn",
"getterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SnsTopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnsTopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SnsTopicArn",
"setterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"setterMethodName" : "setSnsTopicArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceType",
"beanStyleSetterMethodName" : "setSourceType",
"c2jName" : "SourceType",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : " The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceType",
"fluentSetterDocumentation" : " The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceType",
"getterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@return The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SourceType",
"setterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"setterMethodName" : "setSourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventCategories",
"beanStyleSetterMethodName" : "setEventCategories",
"c2jName" : "EventCategories",
"c2jShape" : "EventCategoriesList",
"deprecated" : false,
"documentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "eventCategories",
"fluentSetterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventCategories",
"getterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventCategories",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategories",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventCategory",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategory",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "EventCategory",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "EventCategories",
"setterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setEventCategories",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceIds",
"beanStyleSetterMethodName" : "setSourceIds",
"c2jName" : "SourceIds",
"c2jShape" : "SourceIdsList",
"deprecated" : false,
"documentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceIds",
"fluentSetterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceIds",
"getterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "SourceId",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "SourceIds",
"setterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setSourceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"documentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@return A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "A tag to be attached to the event subscription.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A tag to be attached to the event subscription.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A tag to be attached to the event subscription.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "A tag to be attached to the event subscription.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Enabled" : {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"documentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@return A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"EventCategories" : {
"beanStyleGetterMethodName" : "getEventCategories",
"beanStyleSetterMethodName" : "setEventCategories",
"c2jName" : "EventCategories",
"c2jShape" : "EventCategoriesList",
"deprecated" : false,
"documentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "eventCategories",
"fluentSetterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventCategories",
"getterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventCategories",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategories",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventCategory",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategory",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "EventCategory",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "EventCategories",
"setterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setEventCategories",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"SnsTopicArn" : {
"beanStyleGetterMethodName" : "getSnsTopicArn",
"beanStyleSetterMethodName" : "setSnsTopicArn",
"c2jName" : "SnsTopicArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "snsTopicArn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "snsTopicArn",
"getterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SnsTopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnsTopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SnsTopicArn",
"setterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"setterMethodName" : "setSnsTopicArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SourceIds" : {
"beanStyleGetterMethodName" : "getSourceIds",
"beanStyleSetterMethodName" : "setSourceIds",
"c2jName" : "SourceIds",
"c2jShape" : "SourceIdsList",
"deprecated" : false,
"documentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceIds",
"fluentSetterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceIds",
"getterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "SourceId",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "SourceIds",
"setterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setSourceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"SourceType" : {
"beanStyleGetterMethodName" : "getSourceType",
"beanStyleSetterMethodName" : "setSourceType",
"c2jName" : "SourceType",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : " The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceType",
"fluentSetterDocumentation" : " The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceType",
"getterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@return The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SourceType",
"setterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"setterMethodName" : "setSourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SubscriptionName" : {
"beanStyleGetterMethodName" : "getSubscriptionName",
"beanStyleSetterMethodName" : "setSubscriptionName",
"c2jName" : "SubscriptionName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "subscriptionName",
"fluentSetterDocumentation" : "The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subscriptionName",
"getterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@return The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubscriptionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubscriptionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SubscriptionName",
"setterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"setterMethodName" : "setSubscriptionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "A tag to be attached to the event subscription.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A tag to be attached to the event subscription.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A tag to be attached to the event subscription.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "A tag to be attached to the event subscription.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSubscriptionName",
"beanStyleSetterMethodName" : "setSubscriptionName",
"c2jName" : "SubscriptionName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "subscriptionName",
"fluentSetterDocumentation" : "The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subscriptionName",
"getterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@return The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubscriptionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubscriptionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SubscriptionName",
"setterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"setterMethodName" : "setSubscriptionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSnsTopicArn",
"beanStyleSetterMethodName" : "setSnsTopicArn",
"c2jName" : "SnsTopicArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "snsTopicArn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "snsTopicArn",
"getterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SnsTopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnsTopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SnsTopicArn",
"setterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"setterMethodName" : "setSnsTopicArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceType",
"beanStyleSetterMethodName" : "setSourceType",
"c2jName" : "SourceType",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : " The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceType",
"fluentSetterDocumentation" : " The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceType",
"getterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@return The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SourceType",
"setterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"setterMethodName" : "setSourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventCategories",
"beanStyleSetterMethodName" : "setEventCategories",
"c2jName" : "EventCategories",
"c2jShape" : "EventCategoriesList",
"deprecated" : false,
"documentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "eventCategories",
"fluentSetterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventCategories",
"getterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventCategories",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategories",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventCategory",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategory",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "EventCategory",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "EventCategories",
"setterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setEventCategories",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceIds",
"beanStyleSetterMethodName" : "setSourceIds",
"c2jName" : "SourceIds",
"c2jShape" : "SourceIdsList",
"deprecated" : false,
"documentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceIds",
"fluentSetterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceIds",
"getterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "SourceId",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "SourceIds",
"setterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setSourceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"documentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@return A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "A tag to be attached to the event subscription.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A tag to be attached to the event subscription.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A tag to be attached to the event subscription.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "A tag to be attached to the event subscription.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SubscriptionName", "SnsTopicArn" ],
"shapeName" : "CreateEventSubscriptionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateEventSubscriptionRequest",
"variableName" : "createEventSubscriptionRequest",
"variableType" : "CreateEventSubscriptionRequest",
"documentation" : null,
"simpleType" : "CreateEventSubscriptionRequest",
"variableSetterType" : "CreateEventSubscriptionRequest"
},
"wrapper" : false
},
"CreateEventSubscriptionResponse" : {
"c2jName" : "CreateEventSubscriptionResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEventSubscription",
"beanStyleSetterMethodName" : "setEventSubscription",
"c2jName" : "EventSubscription",
"c2jShape" : "EventSubscription",
"deprecated" : false,
"documentation" : "The event subscription that was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "eventSubscription",
"fluentSetterDocumentation" : "The event subscription that was created.
\n@param eventSubscription The event subscription that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventSubscription",
"getterDocumentation" : "The event subscription that was created.
\n@return The event subscription that was created.",
"getterModel" : {
"returnType" : "EventSubscription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventSubscription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventSubscription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "EventSubscription",
"setterDocumentation" : "The event subscription that was created.
\n@param eventSubscription The event subscription that was created.",
"setterMethodName" : "setEventSubscription",
"setterModel" : {
"variableDeclarationType" : "EventSubscription",
"variableName" : "eventSubscription",
"variableType" : "EventSubscription",
"documentation" : null,
"simpleType" : "EventSubscription",
"variableSetterType" : "EventSubscription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "EventSubscription",
"variableName" : "eventSubscription",
"variableType" : "EventSubscription",
"documentation" : "The event subscription that was created.
",
"simpleType" : "EventSubscription",
"variableSetterType" : "EventSubscription"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EventSubscription" : {
"beanStyleGetterMethodName" : "getEventSubscription",
"beanStyleSetterMethodName" : "setEventSubscription",
"c2jName" : "EventSubscription",
"c2jShape" : "EventSubscription",
"deprecated" : false,
"documentation" : "The event subscription that was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "eventSubscription",
"fluentSetterDocumentation" : "The event subscription that was created.
\n@param eventSubscription The event subscription that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventSubscription",
"getterDocumentation" : "The event subscription that was created.
\n@return The event subscription that was created.",
"getterModel" : {
"returnType" : "EventSubscription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventSubscription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventSubscription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "EventSubscription",
"setterDocumentation" : "The event subscription that was created.
\n@param eventSubscription The event subscription that was created.",
"setterMethodName" : "setEventSubscription",
"setterModel" : {
"variableDeclarationType" : "EventSubscription",
"variableName" : "eventSubscription",
"variableType" : "EventSubscription",
"documentation" : null,
"simpleType" : "EventSubscription",
"variableSetterType" : "EventSubscription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "EventSubscription",
"variableName" : "eventSubscription",
"variableType" : "EventSubscription",
"documentation" : "The event subscription that was created.
",
"simpleType" : "EventSubscription",
"variableSetterType" : "EventSubscription"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEventSubscription",
"beanStyleSetterMethodName" : "setEventSubscription",
"c2jName" : "EventSubscription",
"c2jShape" : "EventSubscription",
"deprecated" : false,
"documentation" : "The event subscription that was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "eventSubscription",
"fluentSetterDocumentation" : "The event subscription that was created.
\n@param eventSubscription The event subscription that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventSubscription",
"getterDocumentation" : "The event subscription that was created.
\n@return The event subscription that was created.",
"getterModel" : {
"returnType" : "EventSubscription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventSubscription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventSubscription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "EventSubscription",
"setterDocumentation" : "The event subscription that was created.
\n@param eventSubscription The event subscription that was created.",
"setterMethodName" : "setEventSubscription",
"setterModel" : {
"variableDeclarationType" : "EventSubscription",
"variableName" : "eventSubscription",
"variableType" : "EventSubscription",
"documentation" : null,
"simpleType" : "EventSubscription",
"variableSetterType" : "EventSubscription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "EventSubscription",
"variableName" : "eventSubscription",
"variableType" : "EventSubscription",
"documentation" : "The event subscription that was created.
",
"simpleType" : "EventSubscription",
"variableSetterType" : "EventSubscription"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateEventSubscriptionResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateEventSubscriptionResponse",
"variableName" : "createEventSubscriptionResponse",
"variableType" : "CreateEventSubscriptionResponse",
"documentation" : null,
"simpleType" : "CreateEventSubscriptionResponse",
"variableSetterType" : "CreateEventSubscriptionResponse"
},
"wrapper" : false
},
"CreateReplicationInstanceRequest" : {
"c2jName" : "CreateReplicationInstanceMessage",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateReplicationInstance",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.CreateReplicationInstance",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getReplicationInstanceIdentifier",
"beanStyleSetterMethodName" : "setReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceIdentifier",
"fluentSetterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceIdentifier",
"getterDocumentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@return The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"setterDocumentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAllocatedStorage",
"beanStyleSetterMethodName" : "setAllocatedStorage",
"c2jName" : "AllocatedStorage",
"c2jShape" : "IntegerOptional",
"deprecated" : false,
"documentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "allocatedStorage",
"fluentSetterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allocatedStorage",
"getterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@return The amount of storage (in gigabytes) to be initially allocated for the replication instance.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AllocatedStorage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllocatedStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "AllocatedStorage",
"setterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.",
"setterMethodName" : "setAllocatedStorage",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"documentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationInstanceClass",
"beanStyleSetterMethodName" : "setReplicationInstanceClass",
"c2jName" : "ReplicationInstanceClass",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceClass",
"fluentSetterDocumentation" : "The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceClass",
"getterDocumentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceClass",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceClass",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceClass",
"setterDocumentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"setterMethodName" : "setReplicationInstanceClass",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"documentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVpcSecurityGroupIds",
"beanStyleSetterMethodName" : "setVpcSecurityGroupIds",
"c2jName" : "VpcSecurityGroupIds",
"c2jShape" : "VpcSecurityGroupIdList",
"deprecated" : false,
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "vpcSecurityGroupIds",
"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.",
"fluentSetterMethodName" : "vpcSecurityGroupIds",
"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\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcSecurityGroupIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcSecurityGroupIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcSecurityGroupId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcSecurityGroupId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "VpcSecurityGroupId",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "VpcSecurityGroupIds",
"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.",
"setterMethodName" : "setVpcSecurityGroupIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vpcSecurityGroupIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vpcSecurityGroupIds",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAvailabilityZone",
"beanStyleSetterMethodName" : "setAvailabilityZone",
"c2jName" : "AvailabilityZone",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "availabilityZone",
"fluentSetterDocumentation" : "The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in. Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityZone",
"getterDocumentation" : "
The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@return The EC2 Availability Zone that the replication instance will be created in. Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AvailabilityZone",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityZone",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AvailabilityZone",
"setterDocumentation" : "
The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in. Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"setterMethodName" : "setAvailabilityZone",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : "
The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier",
"beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier",
"c2jName" : "ReplicationSubnetGroupIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A subnet group to associate with the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationSubnetGroupIdentifier",
"fluentSetterDocumentation" : "A subnet group to associate with the replication instance.
\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationSubnetGroupIdentifier",
"getterDocumentation" : "A subnet group to associate with the replication instance.
\n@return A subnet group to associate with the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationSubnetGroupIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationSubnetGroupIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationSubnetGroupIdentifier",
"setterDocumentation" : "A subnet group to associate with the replication instance.
\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.",
"setterMethodName" : "setReplicationSubnetGroupIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "String",
"documentation" : "A subnet group to associate with the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPreferredMaintenanceWindow",
"beanStyleSetterMethodName" : "setPreferredMaintenanceWindow",
"c2jName" : "PreferredMaintenanceWindow",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "preferredMaintenanceWindow",
"fluentSetterDocumentation" : "The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "preferredMaintenanceWindow",
"getterDocumentation" : "
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
\n@return The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PreferredMaintenanceWindow",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PreferredMaintenanceWindow",
"setterDocumentation" : "
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.",
"setterMethodName" : "setPreferredMaintenanceWindow",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : "
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMultiAZ",
"beanStyleSetterMethodName" : "setMultiAZ",
"c2jName" : "MultiAZ",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"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
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "multiAZ",
"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.",
"fluentSetterMethodName" : "multiAZ",
"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
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MultiAZ",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MultiAZ",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "MultiAZ",
"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
.",
"setterMethodName" : "setMultiAZ",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "multiAZ",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "multiAZ",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEngineVersion",
"beanStyleSetterMethodName" : "setEngineVersion",
"c2jName" : "EngineVersion",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The engine version number of the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "engineVersion",
"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.",
"fluentSetterMethodName" : "engineVersion",
"getterDocumentation" : "The engine version number of the replication instance.
\n@return The engine version number of the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EngineVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EngineVersion",
"setterDocumentation" : "The engine version number of the replication instance.
\n@param engineVersion The engine version number of the replication instance.",
"setterMethodName" : "setEngineVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineVersion",
"variableType" : "String",
"documentation" : "The engine version number of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade",
"beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade",
"c2jName" : "AutoMinorVersionUpgrade",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"documentation" : "Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "autoMinorVersionUpgrade",
"fluentSetterDocumentation" : "Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window. Default: true
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "autoMinorVersionUpgrade",
"getterDocumentation" : "
Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
\n@return Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window. Default: true
",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AutoMinorVersionUpgrade",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoMinorVersionUpgrade",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "AutoMinorVersionUpgrade",
"setterDocumentation" : "
Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window. Default: true
",
"setterMethodName" : "setAutoMinorVersionUpgrade",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"documentation" : "
Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "Tags to be associated with the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Tags to be associated with the replication instance.
\n@param tags Tags to be associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Tags to be associated with the replication instance.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Tags to be associated with the replication instance.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "Tags to be associated with the replication instance.
\n@param tags Tags to be associated with the replication instance.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Tags to be associated with the replication instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@return The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KmsKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"setterDocumentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPubliclyAccessible",
"beanStyleSetterMethodName" : "setPubliclyAccessible",
"c2jName" : "PubliclyAccessible",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"documentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "publiclyAccessible",
"fluentSetterDocumentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "publiclyAccessible",
"getterDocumentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
\n@return Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PubliclyAccessible",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PubliclyAccessible",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "PubliclyAccessible",
"setterDocumentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.",
"setterMethodName" : "setPubliclyAccessible",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "publiclyAccessible",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "publiclyAccessible",
"variableType" : "Boolean",
"documentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AllocatedStorage" : {
"beanStyleGetterMethodName" : "getAllocatedStorage",
"beanStyleSetterMethodName" : "setAllocatedStorage",
"c2jName" : "AllocatedStorage",
"c2jShape" : "IntegerOptional",
"deprecated" : false,
"documentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "allocatedStorage",
"fluentSetterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allocatedStorage",
"getterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@return The amount of storage (in gigabytes) to be initially allocated for the replication instance.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AllocatedStorage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllocatedStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "AllocatedStorage",
"setterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.",
"setterMethodName" : "setAllocatedStorage",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"documentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"AutoMinorVersionUpgrade" : {
"beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade",
"beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade",
"c2jName" : "AutoMinorVersionUpgrade",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"documentation" : "Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "autoMinorVersionUpgrade",
"fluentSetterDocumentation" : "Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window. Default: true
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "autoMinorVersionUpgrade",
"getterDocumentation" : "
Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
\n@return Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window. Default: true
",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AutoMinorVersionUpgrade",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoMinorVersionUpgrade",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "AutoMinorVersionUpgrade",
"setterDocumentation" : "
Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window. Default: true
",
"setterMethodName" : "setAutoMinorVersionUpgrade",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"documentation" : "
Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"AvailabilityZone" : {
"beanStyleGetterMethodName" : "getAvailabilityZone",
"beanStyleSetterMethodName" : "setAvailabilityZone",
"c2jName" : "AvailabilityZone",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "availabilityZone",
"fluentSetterDocumentation" : "The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in. Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityZone",
"getterDocumentation" : "
The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@return The EC2 Availability Zone that the replication instance will be created in. Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AvailabilityZone",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityZone",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AvailabilityZone",
"setterDocumentation" : "
The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in. Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"setterMethodName" : "setAvailabilityZone",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : "
The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EngineVersion" : {
"beanStyleGetterMethodName" : "getEngineVersion",
"beanStyleSetterMethodName" : "setEngineVersion",
"c2jName" : "EngineVersion",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The engine version number of the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "engineVersion",
"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.",
"fluentSetterMethodName" : "engineVersion",
"getterDocumentation" : "The engine version number of the replication instance.
\n@return The engine version number of the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EngineVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EngineVersion",
"setterDocumentation" : "The engine version number of the replication instance.
\n@param engineVersion The engine version number of the replication instance.",
"setterMethodName" : "setEngineVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineVersion",
"variableType" : "String",
"documentation" : "The engine version number of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"KmsKeyId" : {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@return The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KmsKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"setterDocumentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MultiAZ" : {
"beanStyleGetterMethodName" : "getMultiAZ",
"beanStyleSetterMethodName" : "setMultiAZ",
"c2jName" : "MultiAZ",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"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
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "multiAZ",
"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.",
"fluentSetterMethodName" : "multiAZ",
"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
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MultiAZ",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MultiAZ",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "MultiAZ",
"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
.",
"setterMethodName" : "setMultiAZ",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "multiAZ",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "multiAZ",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"PreferredMaintenanceWindow" : {
"beanStyleGetterMethodName" : "getPreferredMaintenanceWindow",
"beanStyleSetterMethodName" : "setPreferredMaintenanceWindow",
"c2jName" : "PreferredMaintenanceWindow",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "preferredMaintenanceWindow",
"fluentSetterDocumentation" : "The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "preferredMaintenanceWindow",
"getterDocumentation" : "
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
\n@return The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PreferredMaintenanceWindow",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PreferredMaintenanceWindow",
"setterDocumentation" : "
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.",
"setterMethodName" : "setPreferredMaintenanceWindow",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : "
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PubliclyAccessible" : {
"beanStyleGetterMethodName" : "getPubliclyAccessible",
"beanStyleSetterMethodName" : "setPubliclyAccessible",
"c2jName" : "PubliclyAccessible",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"documentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "publiclyAccessible",
"fluentSetterDocumentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "publiclyAccessible",
"getterDocumentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
\n@return Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PubliclyAccessible",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PubliclyAccessible",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "PubliclyAccessible",
"setterDocumentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.",
"setterMethodName" : "setPubliclyAccessible",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "publiclyAccessible",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "publiclyAccessible",
"variableType" : "Boolean",
"documentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"ReplicationInstanceClass" : {
"beanStyleGetterMethodName" : "getReplicationInstanceClass",
"beanStyleSetterMethodName" : "setReplicationInstanceClass",
"c2jName" : "ReplicationInstanceClass",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceClass",
"fluentSetterDocumentation" : "The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceClass",
"getterDocumentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceClass",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceClass",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceClass",
"setterDocumentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"setterMethodName" : "setReplicationInstanceClass",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"documentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationInstanceIdentifier" : {
"beanStyleGetterMethodName" : "getReplicationInstanceIdentifier",
"beanStyleSetterMethodName" : "setReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceIdentifier",
"fluentSetterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceIdentifier",
"getterDocumentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@return The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"setterDocumentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationSubnetGroupIdentifier" : {
"beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier",
"beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier",
"c2jName" : "ReplicationSubnetGroupIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A subnet group to associate with the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationSubnetGroupIdentifier",
"fluentSetterDocumentation" : "A subnet group to associate with the replication instance.
\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationSubnetGroupIdentifier",
"getterDocumentation" : "A subnet group to associate with the replication instance.
\n@return A subnet group to associate with the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationSubnetGroupIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationSubnetGroupIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationSubnetGroupIdentifier",
"setterDocumentation" : "A subnet group to associate with the replication instance.
\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.",
"setterMethodName" : "setReplicationSubnetGroupIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "String",
"documentation" : "A subnet group to associate with the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "Tags to be associated with the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Tags to be associated with the replication instance.
\n@param tags Tags to be associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Tags to be associated with the replication instance.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Tags to be associated with the replication instance.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "Tags to be associated with the replication instance.
\n@param tags Tags to be associated with the replication instance.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Tags to be associated with the replication instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"VpcSecurityGroupIds" : {
"beanStyleGetterMethodName" : "getVpcSecurityGroupIds",
"beanStyleSetterMethodName" : "setVpcSecurityGroupIds",
"c2jName" : "VpcSecurityGroupIds",
"c2jShape" : "VpcSecurityGroupIdList",
"deprecated" : false,
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "vpcSecurityGroupIds",
"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.",
"fluentSetterMethodName" : "vpcSecurityGroupIds",
"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\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcSecurityGroupIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcSecurityGroupIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcSecurityGroupId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcSecurityGroupId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "VpcSecurityGroupId",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "VpcSecurityGroupIds",
"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.",
"setterMethodName" : "setVpcSecurityGroupIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vpcSecurityGroupIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vpcSecurityGroupIds",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getReplicationInstanceIdentifier",
"beanStyleSetterMethodName" : "setReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceIdentifier",
"fluentSetterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceIdentifier",
"getterDocumentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@return The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"setterDocumentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAllocatedStorage",
"beanStyleSetterMethodName" : "setAllocatedStorage",
"c2jName" : "AllocatedStorage",
"c2jShape" : "IntegerOptional",
"deprecated" : false,
"documentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "allocatedStorage",
"fluentSetterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allocatedStorage",
"getterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@return The amount of storage (in gigabytes) to be initially allocated for the replication instance.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AllocatedStorage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllocatedStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "AllocatedStorage",
"setterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.",
"setterMethodName" : "setAllocatedStorage",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"documentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationInstanceClass",
"beanStyleSetterMethodName" : "setReplicationInstanceClass",
"c2jName" : "ReplicationInstanceClass",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceClass",
"fluentSetterDocumentation" : "The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceClass",
"getterDocumentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@return The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceClass",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceClass",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceClass",
"setterDocumentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"setterMethodName" : "setReplicationInstanceClass",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"documentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVpcSecurityGroupIds",
"beanStyleSetterMethodName" : "setVpcSecurityGroupIds",
"c2jName" : "VpcSecurityGroupIds",
"c2jShape" : "VpcSecurityGroupIdList",
"deprecated" : false,
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "vpcSecurityGroupIds",
"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.",
"fluentSetterMethodName" : "vpcSecurityGroupIds",
"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\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\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.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcSecurityGroupIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcSecurityGroupIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcSecurityGroupId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcSecurityGroupId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "VpcSecurityGroupId",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "VpcSecurityGroupIds",
"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.",
"setterMethodName" : "setVpcSecurityGroupIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vpcSecurityGroupIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vpcSecurityGroupIds",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAvailabilityZone",
"beanStyleSetterMethodName" : "setAvailabilityZone",
"c2jName" : "AvailabilityZone",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "availabilityZone",
"fluentSetterDocumentation" : "The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in. Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityZone",
"getterDocumentation" : "
The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@return The EC2 Availability Zone that the replication instance will be created in. Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AvailabilityZone",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityZone",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AvailabilityZone",
"setterDocumentation" : "
The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in. Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"setterMethodName" : "setAvailabilityZone",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : "
The EC2 Availability Zone that the replication instance will be created in.
Default: A random, system-chosen Availability Zone in the endpoint's region.
Example: us-east-1d
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier",
"beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier",
"c2jName" : "ReplicationSubnetGroupIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A subnet group to associate with the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationSubnetGroupIdentifier",
"fluentSetterDocumentation" : "A subnet group to associate with the replication instance.
\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationSubnetGroupIdentifier",
"getterDocumentation" : "A subnet group to associate with the replication instance.
\n@return A subnet group to associate with the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationSubnetGroupIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationSubnetGroupIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationSubnetGroupIdentifier",
"setterDocumentation" : "A subnet group to associate with the replication instance.
\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.",
"setterMethodName" : "setReplicationSubnetGroupIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "String",
"documentation" : "A subnet group to associate with the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPreferredMaintenanceWindow",
"beanStyleSetterMethodName" : "setPreferredMaintenanceWindow",
"c2jName" : "PreferredMaintenanceWindow",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "preferredMaintenanceWindow",
"fluentSetterDocumentation" : "The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "preferredMaintenanceWindow",
"getterDocumentation" : "
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
\n@return The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PreferredMaintenanceWindow",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "PreferredMaintenanceWindow",
"setterDocumentation" : "
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.",
"setterMethodName" : "setPreferredMaintenanceWindow",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : "
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMultiAZ",
"beanStyleSetterMethodName" : "setMultiAZ",
"c2jName" : "MultiAZ",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"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
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "multiAZ",
"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.",
"fluentSetterMethodName" : "multiAZ",
"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
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MultiAZ",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MultiAZ",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "MultiAZ",
"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
.",
"setterMethodName" : "setMultiAZ",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "multiAZ",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "multiAZ",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEngineVersion",
"beanStyleSetterMethodName" : "setEngineVersion",
"c2jName" : "EngineVersion",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The engine version number of the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "engineVersion",
"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.",
"fluentSetterMethodName" : "engineVersion",
"getterDocumentation" : "The engine version number of the replication instance.
\n@return The engine version number of the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EngineVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EngineVersion",
"setterDocumentation" : "The engine version number of the replication instance.
\n@param engineVersion The engine version number of the replication instance.",
"setterMethodName" : "setEngineVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineVersion",
"variableType" : "String",
"documentation" : "The engine version number of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade",
"beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade",
"c2jName" : "AutoMinorVersionUpgrade",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"documentation" : "Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "autoMinorVersionUpgrade",
"fluentSetterDocumentation" : "Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window. Default: true
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "autoMinorVersionUpgrade",
"getterDocumentation" : "
Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
\n@return Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window. Default: true
",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AutoMinorVersionUpgrade",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoMinorVersionUpgrade",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "AutoMinorVersionUpgrade",
"setterDocumentation" : "
Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window. Default: true
",
"setterMethodName" : "setAutoMinorVersionUpgrade",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"documentation" : "
Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
Default: true
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "Tags to be associated with the replication instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Tags to be associated with the replication instance.
\n@param tags Tags to be associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Tags to be associated with the replication instance.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Tags to be associated with the replication instance.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "Tags to be associated with the replication instance.
\n@param tags Tags to be associated with the replication instance.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Tags to be associated with the replication instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@return The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KmsKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"setterDocumentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPubliclyAccessible",
"beanStyleSetterMethodName" : "setPubliclyAccessible",
"c2jName" : "PubliclyAccessible",
"c2jShape" : "BooleanOptional",
"deprecated" : false,
"documentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "publiclyAccessible",
"fluentSetterDocumentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "publiclyAccessible",
"getterDocumentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
\n@return Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PubliclyAccessible",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PubliclyAccessible",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "PubliclyAccessible",
"setterDocumentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.",
"setterMethodName" : "setPubliclyAccessible",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "publiclyAccessible",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "publiclyAccessible",
"variableType" : "Boolean",
"documentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ReplicationInstanceIdentifier", "ReplicationInstanceClass" ],
"shapeName" : "CreateReplicationInstanceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateReplicationInstanceRequest",
"variableName" : "createReplicationInstanceRequest",
"variableType" : "CreateReplicationInstanceRequest",
"documentation" : null,
"simpleType" : "CreateReplicationInstanceRequest",
"variableSetterType" : "CreateReplicationInstanceRequest"
},
"wrapper" : false
},
"CreateReplicationInstanceResponse" : {
"c2jName" : "CreateReplicationInstanceResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getReplicationInstance",
"beanStyleSetterMethodName" : "setReplicationInstance",
"c2jName" : "ReplicationInstance",
"c2jShape" : "ReplicationInstance",
"deprecated" : false,
"documentation" : "The replication instance that was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstance",
"fluentSetterDocumentation" : "The replication instance that was created.
\n@param replicationInstance The replication instance that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstance",
"getterDocumentation" : "The replication instance that was created.
\n@return The replication instance that was created.",
"getterModel" : {
"returnType" : "ReplicationInstance",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstance",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstance",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ReplicationInstance",
"setterDocumentation" : "The replication instance that was created.
\n@param replicationInstance The replication instance that was created.",
"setterMethodName" : "setReplicationInstance",
"setterModel" : {
"variableDeclarationType" : "ReplicationInstance",
"variableName" : "replicationInstance",
"variableType" : "ReplicationInstance",
"documentation" : null,
"simpleType" : "ReplicationInstance",
"variableSetterType" : "ReplicationInstance"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ReplicationInstance",
"variableName" : "replicationInstance",
"variableType" : "ReplicationInstance",
"documentation" : "The replication instance that was created.
",
"simpleType" : "ReplicationInstance",
"variableSetterType" : "ReplicationInstance"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ReplicationInstance" : {
"beanStyleGetterMethodName" : "getReplicationInstance",
"beanStyleSetterMethodName" : "setReplicationInstance",
"c2jName" : "ReplicationInstance",
"c2jShape" : "ReplicationInstance",
"deprecated" : false,
"documentation" : "The replication instance that was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstance",
"fluentSetterDocumentation" : "The replication instance that was created.
\n@param replicationInstance The replication instance that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstance",
"getterDocumentation" : "The replication instance that was created.
\n@return The replication instance that was created.",
"getterModel" : {
"returnType" : "ReplicationInstance",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstance",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstance",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ReplicationInstance",
"setterDocumentation" : "The replication instance that was created.
\n@param replicationInstance The replication instance that was created.",
"setterMethodName" : "setReplicationInstance",
"setterModel" : {
"variableDeclarationType" : "ReplicationInstance",
"variableName" : "replicationInstance",
"variableType" : "ReplicationInstance",
"documentation" : null,
"simpleType" : "ReplicationInstance",
"variableSetterType" : "ReplicationInstance"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ReplicationInstance",
"variableName" : "replicationInstance",
"variableType" : "ReplicationInstance",
"documentation" : "The replication instance that was created.
",
"simpleType" : "ReplicationInstance",
"variableSetterType" : "ReplicationInstance"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getReplicationInstance",
"beanStyleSetterMethodName" : "setReplicationInstance",
"c2jName" : "ReplicationInstance",
"c2jShape" : "ReplicationInstance",
"deprecated" : false,
"documentation" : "The replication instance that was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstance",
"fluentSetterDocumentation" : "The replication instance that was created.
\n@param replicationInstance The replication instance that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstance",
"getterDocumentation" : "The replication instance that was created.
\n@return The replication instance that was created.",
"getterModel" : {
"returnType" : "ReplicationInstance",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstance",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstance",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ReplicationInstance",
"setterDocumentation" : "The replication instance that was created.
\n@param replicationInstance The replication instance that was created.",
"setterMethodName" : "setReplicationInstance",
"setterModel" : {
"variableDeclarationType" : "ReplicationInstance",
"variableName" : "replicationInstance",
"variableType" : "ReplicationInstance",
"documentation" : null,
"simpleType" : "ReplicationInstance",
"variableSetterType" : "ReplicationInstance"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ReplicationInstance",
"variableName" : "replicationInstance",
"variableType" : "ReplicationInstance",
"documentation" : "The replication instance that was created.
",
"simpleType" : "ReplicationInstance",
"variableSetterType" : "ReplicationInstance"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateReplicationInstanceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateReplicationInstanceResponse",
"variableName" : "createReplicationInstanceResponse",
"variableType" : "CreateReplicationInstanceResponse",
"documentation" : null,
"simpleType" : "CreateReplicationInstanceResponse",
"variableSetterType" : "CreateReplicationInstanceResponse"
},
"wrapper" : false
},
"CreateReplicationSubnetGroupRequest" : {
"c2jName" : "CreateReplicationSubnetGroupMessage",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateReplicationSubnetGroup",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.CreateReplicationSubnetGroup",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier",
"beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier",
"c2jName" : "ReplicationSubnetGroupIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"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
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationSubnetGroupIdentifier",
"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.",
"fluentSetterMethodName" : "replicationSubnetGroupIdentifier",
"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
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationSubnetGroupIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationSubnetGroupIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationSubnetGroupIdentifier",
"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
",
"setterMethodName" : "setReplicationSubnetGroupIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationSubnetGroupIdentifier",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationSubnetGroupDescription",
"beanStyleSetterMethodName" : "setReplicationSubnetGroupDescription",
"c2jName" : "ReplicationSubnetGroupDescription",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The description for the subnet group.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationSubnetGroupDescription",
"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.",
"fluentSetterMethodName" : "replicationSubnetGroupDescription",
"getterDocumentation" : "The description for the subnet group.
\n@return The description for the subnet group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationSubnetGroupDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationSubnetGroupDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationSubnetGroupDescription",
"setterDocumentation" : "The description for the subnet group.
\n@param replicationSubnetGroupDescription The description for the subnet group.",
"setterMethodName" : "setReplicationSubnetGroupDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationSubnetGroupDescription",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationSubnetGroupDescription",
"variableType" : "String",
"documentation" : "The description for the subnet group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSubnetIds",
"beanStyleSetterMethodName" : "setSubnetIds",
"c2jName" : "SubnetIds",
"c2jShape" : "SubnetIdentifierList",
"deprecated" : false,
"documentation" : "The EC2 subnet IDs for the subnet group.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "subnetIds",
"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.",
"fluentSetterMethodName" : "subnetIds",
"getterDocumentation" : "The EC2 subnet IDs for the subnet group.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The EC2 subnet IDs for the subnet group.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubnetIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubnetIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubnetIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubnetIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "SubnetIdentifier",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "SubnetIds",
"setterDocumentation" : "The EC2 subnet IDs for the subnet group.
\n@param subnetIds The EC2 subnet IDs for the subnet group.",
"setterMethodName" : "setSubnetIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "subnetIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "subnetIds",
"variableType" : "java.util.List",
"documentation" : "The EC2 subnet IDs for the subnet group.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "The tag to be assigned to the subnet group.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"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.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tag to be assigned to the subnet group.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The tag to be assigned to the subnet group.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "The tag to be assigned to the subnet group.
\n@param tags The tag to be assigned to the subnet group.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "