models.dms-2016-01-01-intermediate.json Maven / Gradle / Ivy
Show all versions of databasemigration Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "describeReplicationTaskAssessmentResults" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "describeAccountAttributes", "describeCertificates", "describeConnections", "describeEndpointTypes", "describeEndpoints", "describeEventCategories", "describeEventSubscriptions", "describeEvents", "describeOrderableReplicationInstances", "describeReplicationInstances", "describeReplicationSubnetGroups", "describeReplicationTasks" ]
},
"metadata" : {
"apiVersion" : "2016-01-01",
"asyncBuilder" : "DefaultDatabaseMigrationAsyncClientBuilder",
"asyncBuilderInterface" : "DatabaseMigrationAsyncClientBuilder",
"asyncClient" : "DefaultDatabaseMigrationAsyncClient",
"asyncInterface" : "DatabaseMigrationAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultDatabaseMigrationBaseClientBuilder",
"baseBuilderInterface" : "DatabaseMigrationBaseClientBuilder",
"baseExceptionName" : "DatabaseMigrationException",
"baseRequestName" : "DatabaseMigrationRequest",
"baseResponseName" : "DatabaseMigrationResponse",
"cborProtocol" : false,
"clientPackageName" : "databasemigration",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "AWS Database Migration Service",
"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 What Is AWS Database Migration Service? in the AWS Database Migration User Guide.
",
"endpointPrefix" : "dms",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.databasemigration",
"fullModelPackageName" : "software.amazon.awssdk.services.databasemigration.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.databasemigration.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.databasemigration.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.databasemigration.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "databasemigration.model",
"paginatorsPackageName" : "databasemigration.paginators",
"protocol" : "json",
"requestTransformPackageName" : "databasemigration.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Database Migration Service",
"serviceName" : "DatabaseMigration",
"signingName" : "dms",
"syncBuilder" : "DefaultDatabaseMigrationClientBuilder",
"syncBuilderInterface" : "DatabaseMigrationClientBuilder",
"syncClient" : "DefaultDatabaseMigrationClient",
"syncInterface" : "DatabaseMigrationClient",
"transformPackageName" : "databasemigration.transform",
"uid" : "dms-2016-01-01",
"xmlProtocol" : false
},
"operations" : {
"AddTagsToResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds metadata tags to an AWS 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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddTagsToResourceRequest",
"variableName" : "addTagsToResourceRequest",
"variableType" : "AddTagsToResourceRequest",
"documentation" : "Associates a set of tags with an AWS DMS resource.
",
"simpleType" : "AddTagsToResourceRequest",
"variableSetterType" : "AddTagsToResourceRequest"
},
"methodName" : "addTagsToResource",
"operationName" : "AddTagsToResource",
"paginated" : false,
"returnType" : {
"returnType" : "AddTagsToResourceResponse",
"documentation" : ""
},
"syncReturnType" : "AddTagsToResourceResponse"
},
"ApplyPendingMaintenanceAction" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Applies a pending maintenance action to a resource (for example, to a replication instance).
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ApplyPendingMaintenanceActionRequest",
"variableName" : "applyPendingMaintenanceActionRequest",
"variableType" : "ApplyPendingMaintenanceActionRequest",
"documentation" : "",
"simpleType" : "ApplyPendingMaintenanceActionRequest",
"variableSetterType" : "ApplyPendingMaintenanceActionRequest"
},
"methodName" : "applyPendingMaintenanceAction",
"operationName" : "ApplyPendingMaintenanceAction",
"paginated" : false,
"returnType" : {
"returnType" : "ApplyPendingMaintenanceActionResponse",
"documentation" : ""
},
"syncReturnType" : "ApplyPendingMaintenanceActionResponse"
},
"CreateEndpoint" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an endpoint using the provided settings.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "KmsKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the AWS 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. Check that the role is correctly configured.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateEndpointRequest",
"variableName" : "createEndpointRequest",
"variableType" : "CreateEndpointRequest",
"documentation" : "",
"simpleType" : "CreateEndpointRequest",
"variableSetterType" : "CreateEndpointRequest"
},
"methodName" : "createEndpoint",
"operationName" : "CreateEndpoint",
"paginated" : false,
"returnType" : {
"returnType" : "CreateEndpointResponse",
"documentation" : ""
},
"syncReturnType" : "CreateEndpointResponse"
},
"CreateEventSubscription" : {
"authType" : "IAM",
"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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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" : "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" : "KmsAccessDeniedException",
"documentation" : "The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsDisabledException",
"documentation" : "The specified master key (CMK) isn't enabled.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsInvalidStateException",
"documentation" : "The state of the specified AWS KMS resource isn't valid for this request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsNotFoundException",
"documentation" : "The specified AWS KMS entity or resource can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsThrottlingException",
"documentation" : "This request triggered AWS KMS request throttling.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateEventSubscriptionRequest",
"variableName" : "createEventSubscriptionRequest",
"variableType" : "CreateEventSubscriptionRequest",
"documentation" : "",
"simpleType" : "CreateEventSubscriptionRequest",
"variableSetterType" : "CreateEventSubscriptionRequest"
},
"methodName" : "createEventSubscription",
"operationName" : "CreateEventSubscription",
"paginated" : false,
"returnType" : {
"returnType" : "CreateEventSubscriptionResponse",
"documentation" : ""
},
"syncReturnType" : "CreateEventSubscriptionResponse"
},
"CreateReplicationInstance" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates the replication instance using the specified parameters.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint. Check that the role is correctly configured.
",
"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 AWS KMS key.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReplicationInstanceRequest",
"variableName" : "createReplicationInstanceRequest",
"variableType" : "CreateReplicationInstanceRequest",
"documentation" : "",
"simpleType" : "CreateReplicationInstanceRequest",
"variableSetterType" : "CreateReplicationInstanceRequest"
},
"methodName" : "createReplicationInstance",
"operationName" : "CreateReplicationInstance",
"paginated" : false,
"returnType" : {
"returnType" : "CreateReplicationInstanceResponse",
"documentation" : ""
},
"syncReturnType" : "CreateReplicationInstanceResponse"
},
"CreateReplicationSubnetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a replication subnet group given a list of the subnet IDs in a VPC.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint. Check that the role is correctly configured.
",
"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",
"paginated" : false,
"returnType" : {
"returnType" : "CreateReplicationSubnetGroupResponse",
"documentation" : ""
},
"syncReturnType" : "CreateReplicationSubnetGroupResponse"
},
"CreateReplicationTask" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a replication task using the specified parameters.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint. Check that the role is correctly configured.
",
"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 AWS 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",
"paginated" : false,
"returnType" : {
"returnType" : "CreateReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "CreateReplicationTaskResponse"
},
"DeleteCertificate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified certificate.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteCertificateResponse",
"documentation" : null
},
"syncReturnType" : "DeleteCertificateResponse"
},
"DeleteEndpoint" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified endpoint.
All tasks associated with the endpoint must be deleted before you can delete the endpoint.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteEndpointResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteEndpointResponse"
},
"DeleteEventSubscription" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Deletes an AWS DMS event subscription.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteEventSubscriptionResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteEventSubscriptionResponse"
},
"DeleteReplicationInstance" : {
"authType" : "IAM",
"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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReplicationInstanceResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteReplicationInstanceResponse"
},
"DeleteReplicationSubnetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a subnet group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReplicationSubnetGroupResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteReplicationSubnetGroupResponse"
},
"DeleteReplicationTask" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified replication task.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteReplicationTaskResponse"
},
"DescribeAccountAttributes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all of the AWS DMS attributes for a customer account. These attributes include AWS DMS quotas for the account and a unique account identifier in a particular DMS region. DMS quotas include a list of resource quotas supported by the account, such as the number of replication instances allowed. The description for each resource quota, includes the quota name, current usage toward that quota, and the quota's maximum value. DMS uses the unique account identifier to name each artifact used by DMS in the given region.
This command does not take any parameters.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAccountAttributesRequest",
"variableName" : "describeAccountAttributesRequest",
"variableType" : "DescribeAccountAttributesRequest",
"documentation" : "",
"simpleType" : "DescribeAccountAttributesRequest",
"variableSetterType" : "DescribeAccountAttributesRequest"
},
"methodName" : "describeAccountAttributes",
"operationName" : "DescribeAccountAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeAccountAttributesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeAccountAttributesResponse"
},
"DescribeCertificates" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides a description of the certificate.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeCertificatesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeCertificatesResponse"
},
"DescribeConnections" : {
"authType" : "IAM",
"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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeConnectionsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeConnectionsResponse"
},
"DescribeEndpointTypes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the type of endpoints available.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEndpointTypesRequest",
"variableName" : "describeEndpointTypesRequest",
"variableType" : "DescribeEndpointTypesRequest",
"documentation" : "",
"simpleType" : "DescribeEndpointTypesRequest",
"variableSetterType" : "DescribeEndpointTypesRequest"
},
"methodName" : "describeEndpointTypes",
"operationName" : "DescribeEndpointTypes",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeEndpointTypesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEndpointTypesResponse"
},
"DescribeEndpoints" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the endpoints for your account in the current region.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeEndpointsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEndpointsResponse"
},
"DescribeEventCategories" : {
"authType" : "IAM",
"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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventCategoriesRequest",
"variableName" : "describeEventCategoriesRequest",
"variableType" : "DescribeEventCategoriesRequest",
"documentation" : "",
"simpleType" : "DescribeEventCategoriesRequest",
"variableSetterType" : "DescribeEventCategoriesRequest"
},
"methodName" : "describeEventCategories",
"operationName" : "DescribeEventCategories",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeEventCategoriesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEventCategoriesResponse"
},
"DescribeEventSubscriptions" : {
"authType" : "IAM",
"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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeEventSubscriptionsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEventSubscriptionsResponse"
},
"DescribeEvents" : {
"authType" : "IAM",
"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 in the AWS Database Migration User Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventsRequest",
"variableName" : "describeEventsRequest",
"variableType" : "DescribeEventsRequest",
"documentation" : "",
"simpleType" : "DescribeEventsRequest",
"variableSetterType" : "DescribeEventsRequest"
},
"methodName" : "describeEvents",
"operationName" : "DescribeEvents",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeEventsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEventsResponse"
},
"DescribeOrderableReplicationInstances" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the replication instance types that can be created in the specified region.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeOrderableReplicationInstancesRequest",
"variableName" : "describeOrderableReplicationInstancesRequest",
"variableType" : "DescribeOrderableReplicationInstancesRequest",
"documentation" : "",
"simpleType" : "DescribeOrderableReplicationInstancesRequest",
"variableSetterType" : "DescribeOrderableReplicationInstancesRequest"
},
"methodName" : "describeOrderableReplicationInstances",
"operationName" : "DescribeOrderableReplicationInstances",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeOrderableReplicationInstancesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeOrderableReplicationInstancesResponse"
},
"DescribePendingMaintenanceActions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "For internal use only
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribePendingMaintenanceActionsRequest",
"variableName" : "describePendingMaintenanceActionsRequest",
"variableType" : "DescribePendingMaintenanceActionsRequest",
"documentation" : "",
"simpleType" : "DescribePendingMaintenanceActionsRequest",
"variableSetterType" : "DescribePendingMaintenanceActionsRequest"
},
"methodName" : "describePendingMaintenanceActions",
"operationName" : "DescribePendingMaintenanceActions",
"paginated" : true,
"returnType" : {
"returnType" : "DescribePendingMaintenanceActionsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribePendingMaintenanceActionsResponse"
},
"DescribeRefreshSchemasStatus" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the status of the RefreshSchemas operation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeRefreshSchemasStatusResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeRefreshSchemasStatusResponse"
},
"DescribeReplicationInstanceTaskLogs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the task logs for the specified task.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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" : "DescribeReplicationInstanceTaskLogsRequest",
"variableName" : "describeReplicationInstanceTaskLogsRequest",
"variableType" : "DescribeReplicationInstanceTaskLogsRequest",
"documentation" : "",
"simpleType" : "DescribeReplicationInstanceTaskLogsRequest",
"variableSetterType" : "DescribeReplicationInstanceTaskLogsRequest"
},
"methodName" : "describeReplicationInstanceTaskLogs",
"operationName" : "DescribeReplicationInstanceTaskLogs",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeReplicationInstanceTaskLogsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeReplicationInstanceTaskLogsResponse"
},
"DescribeReplicationInstances" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about replication instances for your account in the current region.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeReplicationInstancesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeReplicationInstancesResponse"
},
"DescribeReplicationSubnetGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the replication subnet groups.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeReplicationSubnetGroupsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeReplicationSubnetGroupsResponse"
},
"DescribeReplicationTaskAssessmentResults" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the task assessment results from Amazon S3. This action always returns the latest results.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReplicationTaskAssessmentResultsRequest",
"variableName" : "describeReplicationTaskAssessmentResultsRequest",
"variableType" : "DescribeReplicationTaskAssessmentResultsRequest",
"documentation" : "",
"simpleType" : "DescribeReplicationTaskAssessmentResultsRequest",
"variableSetterType" : "DescribeReplicationTaskAssessmentResultsRequest"
},
"methodName" : "describeReplicationTaskAssessmentResults",
"operationName" : "DescribeReplicationTaskAssessmentResults",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeReplicationTaskAssessmentResultsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeReplicationTaskAssessmentResultsResponse"
},
"DescribeReplicationTasks" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about replication tasks for your account in the current region.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeReplicationTasksResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeReplicationTasksResponse"
},
"DescribeSchemas" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the schema for the specified endpoint.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeSchemasResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeSchemasResponse"
},
"DescribeTableStatistics" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
Note that the \"last updated\" column the DMS console only indicates the time that AWS DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeTableStatisticsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeTableStatisticsResponse"
},
"ImportCertificate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Uploads the specified certificate.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ImportCertificateRequest",
"variableName" : "importCertificateRequest",
"variableType" : "ImportCertificateRequest",
"documentation" : "",
"simpleType" : "ImportCertificateRequest",
"variableSetterType" : "ImportCertificateRequest"
},
"methodName" : "importCertificate",
"operationName" : "ImportCertificate",
"paginated" : false,
"returnType" : {
"returnType" : "ImportCertificateResponse",
"documentation" : null
},
"syncReturnType" : "ImportCertificateResponse"
},
"ListTagsForResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all tags for an AWS DMS resource.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : ""
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"ModifyEndpoint" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the specified endpoint.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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 AWS KMS key.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint. Check that the role is correctly configured.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyEndpointRequest",
"variableName" : "modifyEndpointRequest",
"variableType" : "ModifyEndpointRequest",
"documentation" : "",
"simpleType" : "ModifyEndpointRequest",
"variableSetterType" : "ModifyEndpointRequest"
},
"methodName" : "modifyEndpoint",
"operationName" : "ModifyEndpoint",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyEndpointResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyEndpointResponse"
},
"ModifyEventSubscription" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies an existing AWS DMS event notification subscription.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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
}, {
"exceptionName" : "KmsAccessDeniedException",
"documentation" : "The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsDisabledException",
"documentation" : "The specified master key (CMK) isn't enabled.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsInvalidStateException",
"documentation" : "The state of the specified AWS KMS resource isn't valid for this request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsNotFoundException",
"documentation" : "The specified AWS KMS entity or resource can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KmsThrottlingException",
"documentation" : "This request triggered AWS KMS request throttling.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyEventSubscriptionRequest",
"variableName" : "modifyEventSubscriptionRequest",
"variableType" : "ModifyEventSubscriptionRequest",
"documentation" : "",
"simpleType" : "ModifyEventSubscriptionRequest",
"variableSetterType" : "ModifyEventSubscriptionRequest"
},
"methodName" : "modifyEventSubscription",
"operationName" : "ModifyEventSubscription",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyEventSubscriptionResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyEventSubscriptionResponse"
},
"ModifyReplicationInstance" : {
"authType" : "IAM",
"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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint. Check that the role is correctly configured.
",
"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" : "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",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyReplicationInstanceResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyReplicationInstanceResponse"
},
"ModifyReplicationSubnetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the settings for the specified replication subnet group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint. Check that the role is correctly configured.
",
"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",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyReplicationSubnetGroupResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyReplicationSubnetGroupResponse"
},
"ModifyReplicationTask" : {
"authType" : "IAM",
"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 Working with Migration Tasks in the AWS Database Migration Service User Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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 AWS KMS key.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyReplicationTaskRequest",
"variableName" : "modifyReplicationTaskRequest",
"variableType" : "ModifyReplicationTaskRequest",
"documentation" : "",
"simpleType" : "ModifyReplicationTaskRequest",
"variableSetterType" : "ModifyReplicationTaskRequest"
},
"methodName" : "modifyReplicationTask",
"operationName" : "ModifyReplicationTask",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyReplicationTaskResponse"
},
"RebootReplicationInstance" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Reboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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" : "RebootReplicationInstanceRequest",
"variableName" : "rebootReplicationInstanceRequest",
"variableType" : "RebootReplicationInstanceRequest",
"documentation" : "",
"simpleType" : "RebootReplicationInstanceRequest",
"variableSetterType" : "RebootReplicationInstanceRequest"
},
"methodName" : "rebootReplicationInstance",
"operationName" : "RebootReplicationInstance",
"paginated" : false,
"returnType" : {
"returnType" : "RebootReplicationInstanceResponse",
"documentation" : null
},
"syncReturnType" : "RebootReplicationInstanceResponse"
},
"RefreshSchemas" : {
"authType" : "IAM",
"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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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 AWS 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",
"paginated" : false,
"returnType" : {
"returnType" : "RefreshSchemasResponse",
"documentation" : ""
},
"syncReturnType" : "RefreshSchemasResponse"
},
"ReloadTables" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Reloads the target database table with the source data.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : false,
"returnType" : {
"returnType" : "ReloadTablesResponse",
"documentation" : null
},
"syncReturnType" : "ReloadTablesResponse"
},
"RemoveTagsFromResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes metadata tags from a DMS resource.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RemoveTagsFromResourceRequest",
"variableName" : "removeTagsFromResourceRequest",
"variableType" : "RemoveTagsFromResourceRequest",
"documentation" : "Removes one or more tags from an AWS DMS resource.
",
"simpleType" : "RemoveTagsFromResourceRequest",
"variableSetterType" : "RemoveTagsFromResourceRequest"
},
"methodName" : "removeTagsFromResource",
"operationName" : "RemoveTagsFromResource",
"paginated" : false,
"returnType" : {
"returnType" : "RemoveTagsFromResourceResponse",
"documentation" : ""
},
"syncReturnType" : "RemoveTagsFromResourceResponse"
},
"StartReplicationTask" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts the replication task.
For more information about AWS DMS tasks, see Working with Migration Tasks in the AWS Database Migration Service User Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint. Check that the role is correctly configured.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartReplicationTaskRequest",
"variableName" : "startReplicationTaskRequest",
"variableType" : "StartReplicationTaskRequest",
"documentation" : "",
"simpleType" : "StartReplicationTaskRequest",
"variableSetterType" : "StartReplicationTaskRequest"
},
"methodName" : "startReplicationTask",
"operationName" : "StartReplicationTask",
"paginated" : false,
"returnType" : {
"returnType" : "StartReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "StartReplicationTaskResponse"
},
"StartReplicationTaskAssessment" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Starts the replication task assessment for unsupported data types in the source database.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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" : "StartReplicationTaskAssessmentRequest",
"variableName" : "startReplicationTaskAssessmentRequest",
"variableType" : "StartReplicationTaskAssessmentRequest",
"documentation" : "",
"simpleType" : "StartReplicationTaskAssessmentRequest",
"variableSetterType" : "StartReplicationTaskAssessmentRequest"
},
"methodName" : "startReplicationTaskAssessment",
"operationName" : "StartReplicationTaskAssessment",
"paginated" : false,
"returnType" : {
"returnType" : "StartReplicationTaskAssessmentResponse",
"documentation" : ""
},
"syncReturnType" : "StartReplicationTaskAssessmentResponse"
},
"StopReplicationTask" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Stops the replication task.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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",
"paginated" : false,
"returnType" : {
"returnType" : "StopReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "StopReplicationTaskResponse"
},
"TestConnection" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Tests the connection between the replication instance and the endpoint.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"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 AWS 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",
"paginated" : false,
"returnType" : {
"returnType" : "TestConnectionResponse",
"documentation" : ""
},
"syncReturnType" : "TestConnectionResponse"
}
},
"shapes" : {
"AccessDeniedException" : {
"c2jName" : "AccessDeniedFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "AWS DMS was denied access to the endpoint. Check that the role is correctly configured.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccessDeniedFault",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"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,
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAccountQuotaName",
"beanStyleSetterMethodName" : "setAccountQuotaName",
"c2jName" : "AccountQuotaName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountQuotaName(String)}.\n@param accountQuotaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountQuotaName(String)",
"deprecated" : false,
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountQuotaName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AccountQuotaName",
"sensitive" : false,
"setterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.",
"setterMethodName" : "setAccountQuotaName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The amount currently used toward the quota maximum.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #used(Long)}.\n@param used a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #used(Long)",
"deprecated" : false,
"documentation" : "The amount currently used toward the quota maximum.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Used",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Used",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The maximum allowed value for the quota.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #max(Long)}.\n@param max a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #max(Long)",
"deprecated" : false,
"documentation" : "The maximum allowed value for the quota.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Max",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Max",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountQuotaName(String)}.\n@param accountQuotaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountQuotaName(String)",
"deprecated" : false,
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountQuotaName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AccountQuotaName",
"sensitive" : false,
"setterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.",
"setterMethodName" : "setAccountQuotaName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The maximum allowed value for the quota.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #max(Long)}.\n@param max a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #max(Long)",
"deprecated" : false,
"documentation" : "The maximum allowed value for the quota.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Max",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Max",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The amount currently used toward the quota maximum.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #used(Long)}.\n@param used a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #used(Long)",
"deprecated" : false,
"documentation" : "The amount currently used toward the quota maximum.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Used",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Used",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountQuotaName(String)}.\n@param accountQuotaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountQuotaName(String)",
"deprecated" : false,
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountQuotaName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AccountQuotaName",
"sensitive" : false,
"setterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.",
"setterMethodName" : "setAccountQuotaName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The amount currently used toward the quota maximum.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #used(Long)}.\n@param used a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #used(Long)",
"deprecated" : false,
"documentation" : "The amount currently used toward the quota maximum.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Used",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Used",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The maximum allowed value for the quota.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #max(Long)}.\n@param max a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #max(Long)",
"deprecated" : false,
"documentation" : "The maximum allowed value for the quota.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Max",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Max",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Associates a set of tags with an AWS DMS resource.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AddTagsToResource",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.AddTagsToResource",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)",
"deprecated" : false,
"documentation" : "Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "
Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\n@return Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For AWS DMS, you can tag a replication instance, an endpoint, or 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceArn",
"sensitive" : false,
"setterDocumentation" : "
Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "
Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "One or more tags to be assigned to the resource.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "One or more tags to be assigned to the resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "One or more tags to be assigned to the resource.
\n@param tags One or more tags to be assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "One or more tags to be assigned to the resource.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more tags to be assigned to the 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "One or more tags to be assigned to the resource.
\n@param tags One or more tags to be assigned to the resource.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to be assigned to the resource.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceArn" : {
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)",
"deprecated" : false,
"documentation" : "Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "
Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\n@return Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For AWS DMS, you can tag a replication instance, an endpoint, or 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceArn",
"sensitive" : false,
"setterDocumentation" : "
Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "
Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "One or more tags to be assigned to the resource.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "One or more tags to be assigned to the resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "One or more tags to be assigned to the resource.
\n@param tags One or more tags to be assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "One or more tags to be assigned to the resource.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more tags to be assigned to the 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "One or more tags to be assigned to the resource.
\n@param tags One or more tags to be assigned to the resource.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to be assigned to the resource.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)",
"deprecated" : false,
"documentation" : "Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "
Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\n@return Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For AWS DMS, you can tag a replication instance, an endpoint, or 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceArn",
"sensitive" : false,
"setterDocumentation" : "
Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
\n@param resourceArn Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "
Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).
For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "One or more tags to be assigned to the resource.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "One or more tags to be assigned to the resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "One or more tags to be assigned to the resource.
\n@param tags One or more tags to be assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "One or more tags to be assigned to the resource.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more tags to be assigned to the 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "One or more tags to be assigned to the resource.
\n@param tags One or more tags to be assigned to the resource.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to be assigned to the 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,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"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
},
"ApplyPendingMaintenanceActionRequest" : {
"c2jName" : "ApplyPendingMaintenanceActionMessage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ApplyPendingMaintenanceAction",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.ApplyPendingMaintenanceAction",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getReplicationInstanceArn",
"beanStyleSetterMethodName" : "setReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.\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 AWS DMS resource that the pending maintenance action applies to.
\n@return The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.",
"setterMethodName" : "setReplicationInstanceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplyAction",
"beanStyleSetterMethodName" : "setApplyAction",
"c2jName" : "ApplyAction",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The pending maintenance action to apply to this resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applyAction(String)}.\n@param applyAction a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applyAction(String)",
"deprecated" : false,
"documentation" : "The pending maintenance action to apply to this resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applyAction",
"fluentSetterDocumentation" : "The pending maintenance action to apply to this resource.
\n@param applyAction The pending maintenance action to apply to this resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applyAction",
"getterDocumentation" : "The pending maintenance action to apply to this resource.
\n@return The pending maintenance action to apply to this resource.",
"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" : "ApplyAction",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplyAction",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplyAction",
"sensitive" : false,
"setterDocumentation" : "The pending maintenance action to apply to this resource.
\n@param applyAction The pending maintenance action to apply to this resource.",
"setterMethodName" : "setApplyAction",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applyAction",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applyAction",
"variableType" : "String",
"documentation" : "The pending maintenance action to apply to this resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOptInType",
"beanStyleSetterMethodName" : "setOptInType",
"c2jName" : "OptInType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #optInType(String)}.\n@param optInType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #optInType(String)",
"deprecated" : false,
"documentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "optInType",
"fluentSetterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
. Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "optInType",
"getterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@return A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
. Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"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" : "OptInType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OptInType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OptInType",
"sensitive" : false,
"setterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
. Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"setterMethodName" : "setOptInType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "optInType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "optInType",
"variableType" : "String",
"documentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplyAction" : {
"beanStyleGetterMethodName" : "getApplyAction",
"beanStyleSetterMethodName" : "setApplyAction",
"c2jName" : "ApplyAction",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The pending maintenance action to apply to this resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applyAction(String)}.\n@param applyAction a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applyAction(String)",
"deprecated" : false,
"documentation" : "The pending maintenance action to apply to this resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applyAction",
"fluentSetterDocumentation" : "The pending maintenance action to apply to this resource.
\n@param applyAction The pending maintenance action to apply to this resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applyAction",
"getterDocumentation" : "The pending maintenance action to apply to this resource.
\n@return The pending maintenance action to apply to this resource.",
"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" : "ApplyAction",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplyAction",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplyAction",
"sensitive" : false,
"setterDocumentation" : "The pending maintenance action to apply to this resource.
\n@param applyAction The pending maintenance action to apply to this resource.",
"setterMethodName" : "setApplyAction",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applyAction",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applyAction",
"variableType" : "String",
"documentation" : "The pending maintenance action to apply to this resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"OptInType" : {
"beanStyleGetterMethodName" : "getOptInType",
"beanStyleSetterMethodName" : "setOptInType",
"c2jName" : "OptInType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #optInType(String)}.\n@param optInType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #optInType(String)",
"deprecated" : false,
"documentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "optInType",
"fluentSetterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
. Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "optInType",
"getterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@return A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
. Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"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" : "OptInType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OptInType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OptInType",
"sensitive" : false,
"setterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
. Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"setterMethodName" : "setOptInType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "optInType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "optInType",
"variableType" : "String",
"documentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationInstanceArn" : {
"beanStyleGetterMethodName" : "getReplicationInstanceArn",
"beanStyleSetterMethodName" : "setReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.\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 AWS DMS resource that the pending maintenance action applies to.
\n@return The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.",
"setterMethodName" : "setReplicationInstanceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getReplicationInstanceArn",
"beanStyleSetterMethodName" : "setReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.\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 AWS DMS resource that the pending maintenance action applies to.
\n@return The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.",
"setterMethodName" : "setReplicationInstanceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplyAction",
"beanStyleSetterMethodName" : "setApplyAction",
"c2jName" : "ApplyAction",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The pending maintenance action to apply to this resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applyAction(String)}.\n@param applyAction a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applyAction(String)",
"deprecated" : false,
"documentation" : "The pending maintenance action to apply to this resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applyAction",
"fluentSetterDocumentation" : "The pending maintenance action to apply to this resource.
\n@param applyAction The pending maintenance action to apply to this resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applyAction",
"getterDocumentation" : "The pending maintenance action to apply to this resource.
\n@return The pending maintenance action to apply to this resource.",
"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" : "ApplyAction",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplyAction",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplyAction",
"sensitive" : false,
"setterDocumentation" : "The pending maintenance action to apply to this resource.
\n@param applyAction The pending maintenance action to apply to this resource.",
"setterMethodName" : "setApplyAction",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applyAction",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applyAction",
"variableType" : "String",
"documentation" : "The pending maintenance action to apply to this resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOptInType",
"beanStyleSetterMethodName" : "setOptInType",
"c2jName" : "OptInType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #optInType(String)}.\n@param optInType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #optInType(String)",
"deprecated" : false,
"documentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "optInType",
"fluentSetterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
. Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "optInType",
"getterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@return A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
. Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"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" : "OptInType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OptInType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OptInType",
"sensitive" : false,
"setterDocumentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
\n@param optInType A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
. Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"setterMethodName" : "setOptInType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "optInType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "optInType",
"variableType" : "String",
"documentation" : "A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately.
-
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
-
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ReplicationInstanceArn", "ApplyAction", "OptInType" ],
"shapeName" : "ApplyPendingMaintenanceActionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ApplyPendingMaintenanceActionRequest",
"variableName" : "applyPendingMaintenanceActionRequest",
"variableType" : "ApplyPendingMaintenanceActionRequest",
"documentation" : null,
"simpleType" : "ApplyPendingMaintenanceActionRequest",
"variableSetterType" : "ApplyPendingMaintenanceActionRequest"
},
"wrapper" : false
},
"ApplyPendingMaintenanceActionResponse" : {
"c2jName" : "ApplyPendingMaintenanceActionResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getResourcePendingMaintenanceActions",
"beanStyleSetterMethodName" : "setResourcePendingMaintenanceActions",
"c2jName" : "ResourcePendingMaintenanceActions",
"c2jShape" : "ResourcePendingMaintenanceActions",
"defaultConsumerFluentSetterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\nThis is a convenience that creates an instance of the {@link ResourcePendingMaintenanceActions.Builder} avoiding the need to create one manually via {@link ResourcePendingMaintenanceActions#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourcePendingMaintenanceActions.Builder#build()} is called immediately and its result is passed to {@link #resourcePendingMaintenanceActions(ResourcePendingMaintenanceActions)}.\n@param resourcePendingMaintenanceActions a consumer that will call methods on {@link ResourcePendingMaintenanceActions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcePendingMaintenanceActions(ResourcePendingMaintenanceActions)",
"deprecated" : false,
"documentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourcePendingMaintenanceActions",
"fluentSetterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourcePendingMaintenanceActions",
"getterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\n@return The AWS DMS resource that the pending maintenance action will be applied to.",
"getterModel" : {
"returnType" : "ResourcePendingMaintenanceActions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourcePendingMaintenanceActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourcePendingMaintenanceActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ResourcePendingMaintenanceActions",
"sensitive" : false,
"setterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.",
"setterMethodName" : "setResourcePendingMaintenanceActions",
"setterModel" : {
"variableDeclarationType" : "ResourcePendingMaintenanceActions",
"variableName" : "resourcePendingMaintenanceActions",
"variableType" : "ResourcePendingMaintenanceActions",
"documentation" : null,
"simpleType" : "ResourcePendingMaintenanceActions",
"variableSetterType" : "ResourcePendingMaintenanceActions"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourcePendingMaintenanceActions",
"variableName" : "resourcePendingMaintenanceActions",
"variableType" : "ResourcePendingMaintenanceActions",
"documentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
",
"simpleType" : "ResourcePendingMaintenanceActions",
"variableSetterType" : "ResourcePendingMaintenanceActions"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourcePendingMaintenanceActions" : {
"beanStyleGetterMethodName" : "getResourcePendingMaintenanceActions",
"beanStyleSetterMethodName" : "setResourcePendingMaintenanceActions",
"c2jName" : "ResourcePendingMaintenanceActions",
"c2jShape" : "ResourcePendingMaintenanceActions",
"defaultConsumerFluentSetterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\nThis is a convenience that creates an instance of the {@link ResourcePendingMaintenanceActions.Builder} avoiding the need to create one manually via {@link ResourcePendingMaintenanceActions#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourcePendingMaintenanceActions.Builder#build()} is called immediately and its result is passed to {@link #resourcePendingMaintenanceActions(ResourcePendingMaintenanceActions)}.\n@param resourcePendingMaintenanceActions a consumer that will call methods on {@link ResourcePendingMaintenanceActions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcePendingMaintenanceActions(ResourcePendingMaintenanceActions)",
"deprecated" : false,
"documentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourcePendingMaintenanceActions",
"fluentSetterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourcePendingMaintenanceActions",
"getterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\n@return The AWS DMS resource that the pending maintenance action will be applied to.",
"getterModel" : {
"returnType" : "ResourcePendingMaintenanceActions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourcePendingMaintenanceActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourcePendingMaintenanceActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ResourcePendingMaintenanceActions",
"sensitive" : false,
"setterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.",
"setterMethodName" : "setResourcePendingMaintenanceActions",
"setterModel" : {
"variableDeclarationType" : "ResourcePendingMaintenanceActions",
"variableName" : "resourcePendingMaintenanceActions",
"variableType" : "ResourcePendingMaintenanceActions",
"documentation" : null,
"simpleType" : "ResourcePendingMaintenanceActions",
"variableSetterType" : "ResourcePendingMaintenanceActions"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourcePendingMaintenanceActions",
"variableName" : "resourcePendingMaintenanceActions",
"variableType" : "ResourcePendingMaintenanceActions",
"documentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
",
"simpleType" : "ResourcePendingMaintenanceActions",
"variableSetterType" : "ResourcePendingMaintenanceActions"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getResourcePendingMaintenanceActions",
"beanStyleSetterMethodName" : "setResourcePendingMaintenanceActions",
"c2jName" : "ResourcePendingMaintenanceActions",
"c2jShape" : "ResourcePendingMaintenanceActions",
"defaultConsumerFluentSetterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\nThis is a convenience that creates an instance of the {@link ResourcePendingMaintenanceActions.Builder} avoiding the need to create one manually via {@link ResourcePendingMaintenanceActions#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourcePendingMaintenanceActions.Builder#build()} is called immediately and its result is passed to {@link #resourcePendingMaintenanceActions(ResourcePendingMaintenanceActions)}.\n@param resourcePendingMaintenanceActions a consumer that will call methods on {@link ResourcePendingMaintenanceActions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcePendingMaintenanceActions(ResourcePendingMaintenanceActions)",
"deprecated" : false,
"documentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourcePendingMaintenanceActions",
"fluentSetterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourcePendingMaintenanceActions",
"getterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\n@return The AWS DMS resource that the pending maintenance action will be applied to.",
"getterModel" : {
"returnType" : "ResourcePendingMaintenanceActions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourcePendingMaintenanceActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourcePendingMaintenanceActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ResourcePendingMaintenanceActions",
"sensitive" : false,
"setterDocumentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
\n@param resourcePendingMaintenanceActions The AWS DMS resource that the pending maintenance action will be applied to.",
"setterMethodName" : "setResourcePendingMaintenanceActions",
"setterModel" : {
"variableDeclarationType" : "ResourcePendingMaintenanceActions",
"variableName" : "resourcePendingMaintenanceActions",
"variableType" : "ResourcePendingMaintenanceActions",
"documentation" : null,
"simpleType" : "ResourcePendingMaintenanceActions",
"variableSetterType" : "ResourcePendingMaintenanceActions"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourcePendingMaintenanceActions",
"variableName" : "resourcePendingMaintenanceActions",
"variableType" : "ResourcePendingMaintenanceActions",
"documentation" : "The AWS DMS resource that the pending maintenance action will be applied to.
",
"simpleType" : "ResourcePendingMaintenanceActions",
"variableSetterType" : "ResourcePendingMaintenanceActions"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ApplyPendingMaintenanceActionResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ApplyPendingMaintenanceActionResponse",
"variableName" : "applyPendingMaintenanceActionResponse",
"variableType" : "ApplyPendingMaintenanceActionResponse",
"documentation" : null,
"simpleType" : "ApplyPendingMaintenanceActionResponse",
"variableSetterType" : "ApplyPendingMaintenanceActionResponse"
},
"wrapper" : false
},
"AuthMechanismValue" : {
"c2jName" : "AuthMechanismValue",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "DEFAULT",
"value" : "default"
}, {
"name" : "MONGODB_CR",
"value" : "mongodb_cr"
}, {
"name" : "SCRAM_SHA_1",
"value" : "scram_sha_1"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"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,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "NO",
"value" : "no"
}, {
"name" : "PASSWORD",
"value" : "password"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"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,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the availability zone.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the availability zone.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The name of the availability zone.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the availability zone.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The name of the availability zone.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the availability zone.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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,
"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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCertificateIdentifier",
"beanStyleSetterMethodName" : "setCertificateIdentifier",
"c2jName" : "CertificateIdentifier",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A customer-assigned name for the certificate. 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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateIdentifier(String)}.\n@param certificateIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateIdentifier(String)",
"deprecated" : false,
"documentation" : "A customer-assigned name for the certificate. 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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "certificateIdentifier",
"fluentSetterDocumentation" : "A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "certificateIdentifier",
"getterDocumentation" : "A customer-assigned name for the certificate. 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 A customer-assigned name for the certificate. 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" : "CertificateIdentifier",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateIdentifier",
"sensitive" : false,
"setterDocumentation" : "A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "setCertificateIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : "A customer-assigned name for the certificate. 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" : "getCertificateCreationDate",
"beanStyleSetterMethodName" : "setCertificateCreationDate",
"c2jName" : "CertificateCreationDate",
"c2jShape" : "TStamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the certificate was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #certificateCreationDate(Instant)}.\n@param certificateCreationDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateCreationDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the certificate was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateCreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CertificateCreationDate",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificatePem(String)}.\n@param certificatePem a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificatePem(String)",
"deprecated" : false,
"documentation" : "The contents of a .pem
file, which contains an X.509 certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "certificatePem",
"fluentSetterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\n@param certificatePem The contents of a .pem
file, which contains an X.509 certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificatePem",
"getterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\n@return The contents of a .pem
file, which contains an X.509 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificatePem",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificatePem",
"sensitive" : false,
"setterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\n@param certificatePem The contents of a .pem
file, which contains an X.509 certificate.",
"setterMethodName" : "setCertificatePem",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The contents of a .pem
file, which contains an X.509 certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateWallet",
"beanStyleSetterMethodName" : "setCertificateWallet",
"c2jName" : "CertificateWallet",
"c2jShape" : "CertificateWallet",
"defaultConsumerFluentSetterDocumentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #certificateWallet(SdkBytes)}.\n@param certificateWallet a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateWallet(SdkBytes)",
"deprecated" : false,
"documentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "certificateWallet",
"fluentSetterDocumentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
\n@param certificateWallet The location of an 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 an imported Oracle Wallet certificate for use with SSL.
\n@return The location of an imported Oracle Wallet certificate for use with SSL.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateWallet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "CertificateWallet",
"sensitive" : false,
"setterDocumentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
\n@param certificateWallet The location of an imported Oracle Wallet certificate for use with SSL.",
"setterMethodName" : "setCertificateWallet",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "certificateWallet",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "certificateWallet",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The owner of the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateOwner(String)}.\n@param certificateOwner a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateOwner(String)",
"deprecated" : false,
"documentation" : "The owner of the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateOwner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateOwner",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The beginning date that the certificate is valid.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #validFromDate(Instant)}.\n@param validFromDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validFromDate(Instant)",
"deprecated" : false,
"documentation" : "The beginning date that the certificate is valid.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidFromDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "ValidFromDate",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The final date that the certificate is valid.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #validToDate(Instant)}.\n@param validToDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validToDate(Instant)",
"deprecated" : false,
"documentation" : "The final date that the certificate is valid.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidToDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "ValidToDate",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The signing algorithm for the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signingAlgorithm(String)}.\n@param signingAlgorithm a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingAlgorithm(String)",
"deprecated" : false,
"documentation" : "The signing algorithm for the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SigningAlgorithm",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SigningAlgorithm",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The key length of the cryptographic algorithm being used.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #keyLength(Integer)}.\n@param keyLength a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyLength(Integer)",
"deprecated" : false,
"documentation" : "The key length of the cryptographic algorithm being used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeyLength",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "KeyLength",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The date that the certificate was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #certificateCreationDate(Instant)}.\n@param certificateCreationDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateCreationDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the certificate was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateCreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CertificateCreationDate",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "A customer-assigned name for the certificate. 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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateIdentifier(String)}.\n@param certificateIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateIdentifier(String)",
"deprecated" : false,
"documentation" : "A customer-assigned name for the certificate. 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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "certificateIdentifier",
"fluentSetterDocumentation" : "A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "certificateIdentifier",
"getterDocumentation" : "A customer-assigned name for the certificate. 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 A customer-assigned name for the certificate. 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" : "CertificateIdentifier",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateIdentifier",
"sensitive" : false,
"setterDocumentation" : "A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "setCertificateIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : "A customer-assigned name for the certificate. 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
},
"CertificateOwner" : {
"beanStyleGetterMethodName" : "getCertificateOwner",
"beanStyleSetterMethodName" : "setCertificateOwner",
"c2jName" : "CertificateOwner",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The owner of the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateOwner(String)}.\n@param certificateOwner a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateOwner(String)",
"deprecated" : false,
"documentation" : "The owner of the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateOwner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateOwner",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificatePem(String)}.\n@param certificatePem a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificatePem(String)",
"deprecated" : false,
"documentation" : "The contents of a .pem
file, which contains an X.509 certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "certificatePem",
"fluentSetterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\n@param certificatePem The contents of a .pem
file, which contains an X.509 certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificatePem",
"getterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\n@return The contents of a .pem
file, which contains an X.509 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificatePem",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificatePem",
"sensitive" : false,
"setterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\n@param certificatePem The contents of a .pem
file, which contains an X.509 certificate.",
"setterMethodName" : "setCertificatePem",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The contents of a .pem
file, which contains an X.509 certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateWallet" : {
"beanStyleGetterMethodName" : "getCertificateWallet",
"beanStyleSetterMethodName" : "setCertificateWallet",
"c2jName" : "CertificateWallet",
"c2jShape" : "CertificateWallet",
"defaultConsumerFluentSetterDocumentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #certificateWallet(SdkBytes)}.\n@param certificateWallet a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateWallet(SdkBytes)",
"deprecated" : false,
"documentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "certificateWallet",
"fluentSetterDocumentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
\n@param certificateWallet The location of an 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 an imported Oracle Wallet certificate for use with SSL.
\n@return The location of an imported Oracle Wallet certificate for use with SSL.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateWallet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "CertificateWallet",
"sensitive" : false,
"setterDocumentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
\n@param certificateWallet The location of an imported Oracle Wallet certificate for use with SSL.",
"setterMethodName" : "setCertificateWallet",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "certificateWallet",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "certificateWallet",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
},
"KeyLength" : {
"beanStyleGetterMethodName" : "getKeyLength",
"beanStyleSetterMethodName" : "setKeyLength",
"c2jName" : "KeyLength",
"c2jShape" : "IntegerOptional",
"defaultConsumerFluentSetterDocumentation" : "The key length of the cryptographic algorithm being used.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #keyLength(Integer)}.\n@param keyLength a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyLength(Integer)",
"deprecated" : false,
"documentation" : "The key length of the cryptographic algorithm being used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeyLength",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "KeyLength",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The signing algorithm for the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signingAlgorithm(String)}.\n@param signingAlgorithm a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingAlgorithm(String)",
"deprecated" : false,
"documentation" : "The signing algorithm for the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SigningAlgorithm",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SigningAlgorithm",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The beginning date that the certificate is valid.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #validFromDate(Instant)}.\n@param validFromDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validFromDate(Instant)",
"deprecated" : false,
"documentation" : "The beginning date that the certificate is valid.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidFromDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "ValidFromDate",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The final date that the certificate is valid.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #validToDate(Instant)}.\n@param validToDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validToDate(Instant)",
"deprecated" : false,
"documentation" : "The final date that the certificate is valid.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidToDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "ValidToDate",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "A customer-assigned name for the certificate. 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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateIdentifier(String)}.\n@param certificateIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateIdentifier(String)",
"deprecated" : false,
"documentation" : "A customer-assigned name for the certificate. 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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "certificateIdentifier",
"fluentSetterDocumentation" : "A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "certificateIdentifier",
"getterDocumentation" : "A customer-assigned name for the certificate. 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 A customer-assigned name for the certificate. 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" : "CertificateIdentifier",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateIdentifier",
"sensitive" : false,
"setterDocumentation" : "A customer-assigned name for the certificate. 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 certificateIdentifier A customer-assigned name for the certificate. 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" : "setCertificateIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : "A customer-assigned name for the certificate. 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" : "getCertificateCreationDate",
"beanStyleSetterMethodName" : "setCertificateCreationDate",
"c2jName" : "CertificateCreationDate",
"c2jShape" : "TStamp",
"defaultConsumerFluentSetterDocumentation" : "The date that the certificate was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #certificateCreationDate(Instant)}.\n@param certificateCreationDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateCreationDate(Instant)",
"deprecated" : false,
"documentation" : "The date that the certificate was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateCreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CertificateCreationDate",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificatePem(String)}.\n@param certificatePem a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificatePem(String)",
"deprecated" : false,
"documentation" : "The contents of a .pem
file, which contains an X.509 certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "certificatePem",
"fluentSetterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\n@param certificatePem The contents of a .pem
file, which contains an X.509 certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificatePem",
"getterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\n@return The contents of a .pem
file, which contains an X.509 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificatePem",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificatePem",
"sensitive" : false,
"setterDocumentation" : "The contents of a .pem
file, which contains an X.509 certificate.
\n@param certificatePem The contents of a .pem
file, which contains an X.509 certificate.",
"setterMethodName" : "setCertificatePem",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The contents of a .pem
file, which contains an X.509 certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateWallet",
"beanStyleSetterMethodName" : "setCertificateWallet",
"c2jName" : "CertificateWallet",
"c2jShape" : "CertificateWallet",
"defaultConsumerFluentSetterDocumentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #certificateWallet(SdkBytes)}.\n@param certificateWallet a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateWallet(SdkBytes)",
"deprecated" : false,
"documentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "certificateWallet",
"fluentSetterDocumentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
\n@param certificateWallet The location of an 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 an imported Oracle Wallet certificate for use with SSL.
\n@return The location of an imported Oracle Wallet certificate for use with SSL.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateWallet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "CertificateWallet",
"sensitive" : false,
"setterDocumentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
\n@param certificateWallet The location of an imported Oracle Wallet certificate for use with SSL.",
"setterMethodName" : "setCertificateWallet",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "certificateWallet",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "certificateWallet",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "The location of an imported Oracle Wallet certificate for use with SSL.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The owner of the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateOwner(String)}.\n@param certificateOwner a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateOwner(String)",
"deprecated" : false,
"documentation" : "The owner of the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateOwner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateOwner",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The beginning date that the certificate is valid.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #validFromDate(Instant)}.\n@param validFromDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validFromDate(Instant)",
"deprecated" : false,
"documentation" : "The beginning date that the certificate is valid.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidFromDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "ValidFromDate",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The final date that the certificate is valid.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #validToDate(Instant)}.\n@param validToDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validToDate(Instant)",
"deprecated" : false,
"documentation" : "The final date that the certificate is valid.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidToDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "ValidToDate",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The signing algorithm for the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signingAlgorithm(String)}.\n@param signingAlgorithm a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingAlgorithm(String)",
"deprecated" : false,
"documentation" : "The signing algorithm for the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SigningAlgorithm",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SigningAlgorithm",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The key length of the cryptographic algorithm being used.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #keyLength(Integer)}.\n@param keyLength a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyLength(Integer)",
"deprecated" : false,
"documentation" : "The key length of the cryptographic algorithm being used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeyLength",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "KeyLength",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "NONE",
"value" : "none"
}, {
"name" : "GZIP",
"value" : "gzip"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"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,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getReplicationInstanceArn",
"beanStyleSetterMethodName" : "setReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.",
"setterMethodName" : "setEndpointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The connection status.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The connection status.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The error message when the connection last failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lastFailureMessage(String)}.\n@param lastFailureMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFailureMessage(String)",
"deprecated" : false,
"documentation" : "The error message when the connection last failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastFailureMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LastFailureMessage",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"sensitive" : false,
"setterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(String)",
"deprecated" : false,
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"sensitive" : false,
"setterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.",
"setterMethodName" : "setEndpointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"sensitive" : false,
"setterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The error message when the connection last failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lastFailureMessage(String)}.\n@param lastFailureMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFailureMessage(String)",
"deprecated" : false,
"documentation" : "The error message when the connection last failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastFailureMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LastFailureMessage",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(String)",
"deprecated" : false,
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"sensitive" : false,
"setterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The connection status.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The connection status.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.",
"setterMethodName" : "setEndpointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The connection status.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The connection status.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The error message when the connection last failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lastFailureMessage(String)}.\n@param lastFailureMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFailureMessage(String)",
"deprecated" : false,
"documentation" : "The error message when the connection last failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastFailureMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LastFailureMessage",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"sensitive" : false,
"setterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(String)",
"deprecated" : false,
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"sensitive" : false,
"setterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateEndpoint",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.CreateEndpoint",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"sensitive" : false,
"setterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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" : "getEndpointTypeAsString",
"beanStyleSetterMethodName" : "setEndpointType",
"c2jName" : "EndpointType",
"c2jShape" : "ReplicationEndpointTypeValue",
"defaultConsumerFluentSetterDocumentation" : "The type of endpoint. Valid values are source
and target
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)",
"deprecated" : false,
"documentation" : "The type of endpoint. Valid values are source
and target
.
",
"endpointDiscoveryId" : false,
"enumType" : "ReplicationEndpointTypeValue",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "endpointType",
"fluentEnumSetterMethodName" : "endpointType",
"fluentGetterMethodName" : "endpointTypeAsString",
"fluentSetterDocumentation" : "The type of endpoint. Valid values are source
and target
.
\n@param endpointType The type of endpoint. Valid values are source
and target
.\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. Valid values are source
and target
.
\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 #endpointTypeAsString}.\n
\n@return The type of endpoint. Valid values are source
and target
.\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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointType",
"sensitive" : false,
"setterDocumentation" : "The type of endpoint. Valid values are source
and target
.
\n@param endpointType The type of endpoint. Valid values are source
and target
.\n@see ReplicationEndpointTypeValue",
"setterMethodName" : "setEndpointType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : "The type of endpoint. Valid values are source
and target
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEngineName",
"beanStyleSetterMethodName" : "setEngineName",
"c2jName" : "EngineName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)",
"deprecated" : false,
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "engineName",
"fluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, 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
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\n@return The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EngineName",
"sensitive" : false,
"setterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.",
"setterMethodName" : "setEngineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUsername",
"beanStyleSetterMethodName" : "setUsername",
"c2jName" : "Username",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The user name to be used to log in to the endpoint database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)",
"deprecated" : false,
"documentation" : "The user name to be used to log in to the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "username",
"fluentSetterDocumentation" : "The user name to be used to log in to the endpoint database.
\n@param username The user name to be used to log in 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 log in to the endpoint database.
\n@return The user name to be used to log in 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Username",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Username",
"sensitive" : false,
"setterDocumentation" : "The user name to be used to log in to the endpoint database.
\n@param username The user name to be used to log in to the endpoint database.",
"setterMethodName" : "setUsername",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : "The user name to be used to log in to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPassword",
"beanStyleSetterMethodName" : "setPassword",
"c2jName" : "Password",
"c2jShape" : "SecretString",
"defaultConsumerFluentSetterDocumentation" : "The password to be used to log in to the endpoint database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #password(String)}.\n@param password a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #password(String)",
"deprecated" : false,
"documentation" : "The password to be used to log in to the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "password",
"fluentSetterDocumentation" : "The password to be used to log in to the endpoint database.
\n@param password The password to be used to log in 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 log in to the endpoint database.
\n@return The password to be used to log in 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Password",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Password",
"sensitive" : true,
"setterDocumentation" : "The password to be used to log in to the endpoint database.
\n@param password The password to be used to log in to the endpoint database.",
"setterMethodName" : "setPassword",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : "The password to be used to log in to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServerName",
"beanStyleSetterMethodName" : "setServerName",
"c2jName" : "ServerName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the server where the endpoint database resides.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)",
"deprecated" : false,
"documentation" : "The name of the server where the endpoint database resides.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServerName",
"sensitive" : false,
"setterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.",
"setterMethodName" : "setServerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The port used by the endpoint database.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)",
"deprecated" : false,
"documentation" : "The port used by the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Port",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Port",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The name of the endpoint database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)",
"deprecated" : false,
"documentation" : "The name of the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DatabaseName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatabaseName",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extraConnectionAttributes(String)}.\n@param extraConnectionAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extraConnectionAttributes(String)",
"deprecated" : false,
"documentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "extraConnectionAttributes",
"fluentSetterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints 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" : "extraConnectionAttributes",
"getterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\n@return Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtraConnectionAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExtraConnectionAttributes",
"sensitive" : false,
"setterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setExtraConnectionAttributes",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)",
"deprecated" : false,
"documentation" : "An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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" : "
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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",
"defaultConsumerFluentSetterDocumentation" : "One or more tags to be assigned to the endpoint.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "One or more tags to be assigned to the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "One or more tags to be assigned to the endpoint.
\n@param tags One or more tags to be assigned to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "One or more tags to be assigned to the endpoint.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more tags to be assigned 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "One or more tags to be assigned to the endpoint.
\n@param tags One or more tags to be assigned 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to be assigned to the endpoint.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSslModeAsString",
"beanStyleSetterMethodName" : "setSslMode",
"c2jName" : "SslMode",
"c2jShape" : "DmsSslModeValue",
"defaultConsumerFluentSetterDocumentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslModeAsString(String)}.\n@param sslMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslMode(String)",
"deprecated" : false,
"documentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
",
"endpointDiscoveryId" : false,
"enumType" : "DmsSslModeValue",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "sslMode",
"fluentEnumSetterMethodName" : "sslMode",
"fluentGetterMethodName" : "sslModeAsString",
"fluentSetterDocumentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 #sslModeAsString}.\n
\n@return The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SslMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SslMode",
"sensitive" : false,
"setterDocumentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\n@see DmsSslModeValue",
"setterMethodName" : "setSslMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServiceAccessRoleArn",
"beanStyleSetterMethodName" : "setServiceAccessRoleArn",
"c2jName" : "ServiceAccessRoleArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceAccessRoleArn(String)}.\n@param serviceAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccessRoleArn(String)",
"deprecated" : false,
"documentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceAccessRoleArn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceAccessRoleArn",
"getterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\n@return The Amazon Resource Name (ARN) for the service access role that you want to use to create 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" : "ServiceAccessRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServiceAccessRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceAccessRoleArn",
"sensitive" : false,
"setterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.",
"setterMethodName" : "setServiceAccessRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceAccessRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceAccessRoleArn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExternalTableDefinition",
"beanStyleSetterMethodName" : "setExternalTableDefinition",
"c2jName" : "ExternalTableDefinition",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The external table definition.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #externalTableDefinition(String)}.\n@param externalTableDefinition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #externalTableDefinition(String)",
"deprecated" : false,
"documentation" : "The external table definition.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "externalTableDefinition",
"fluentSetterDocumentation" : "The external table definition.
\n@param externalTableDefinition The external table definition.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "externalTableDefinition",
"getterDocumentation" : "The external table definition.
\n@return The external table definition.",
"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" : "ExternalTableDefinition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExternalTableDefinition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExternalTableDefinition",
"sensitive" : false,
"setterDocumentation" : "The external table definition.
\n@param externalTableDefinition The external table definition.",
"setterMethodName" : "setExternalTableDefinition",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "externalTableDefinition",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "externalTableDefinition",
"variableType" : "String",
"documentation" : "The external table definition.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDynamoDbSettings",
"beanStyleSetterMethodName" : "setDynamoDbSettings",
"c2jName" : "DynamoDbSettings",
"c2jShape" : "DynamoDbSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link DynamoDbSettings.Builder} avoiding the need to create one manually via {@link DynamoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DynamoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #dynamoDbSettings(DynamoDbSettings)}.\n@param dynamoDbSettings a consumer that will call methods on {@link DynamoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dynamoDbSettings(DynamoDbSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dynamoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB 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" : "dynamoDbSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DynamoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DynamoDbSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setDynamoDbSettings",
"setterModel" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : null,
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"simple" : false,
"timestampFormat" : null,
"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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
",
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3Settings",
"beanStyleSetterMethodName" : "setS3Settings",
"c2jName" : "S3Settings",
"c2jShape" : "S3Settings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link S3Settings.Builder} avoiding the need to create one manually via {@link S3Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Settings.Builder#build()} is called immediately and its result is passed to {@link #s3Settings(S3Settings)}.\n@param s3Settings a consumer that will call methods on {@link S3Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Settings(S3Settings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Settings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS 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" : "s3Settings",
"getterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\n@return Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Settings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setS3Settings",
"setterModel" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : null,
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
",
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDmsTransferSettings",
"beanStyleSetterMethodName" : "setDmsTransferSettings",
"c2jName" : "DmsTransferSettings",
"c2jShape" : "DmsTransferSettings",
"defaultConsumerFluentSetterDocumentation" : "The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\nThis is a convenience that creates an instance of the {@link DmsTransferSettings.Builder} avoiding the need to create one manually via {@link DmsTransferSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DmsTransferSettings.Builder#build()} is called immediately and its result is passed to {@link #dmsTransferSettings(DmsTransferSettings)}.\n@param dmsTransferSettings a consumer that will call methods on {@link DmsTransferSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dmsTransferSettings(DmsTransferSettings)",
"deprecated" : false,
"documentation" : "The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dmsTransferSettings",
"fluentSetterDocumentation" : "The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint. Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dmsTransferSettings",
"getterDocumentation" : "
The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@return The settings in JSON format for the DMS transfer type of source endpoint. Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"getterModel" : {
"returnType" : "DmsTransferSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DmsTransferSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DmsTransferSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DmsTransferSettings",
"sensitive" : false,
"setterDocumentation" : "
The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint. Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"setterMethodName" : "setDmsTransferSettings",
"setterModel" : {
"variableDeclarationType" : "DmsTransferSettings",
"variableName" : "dmsTransferSettings",
"variableType" : "DmsTransferSettings",
"documentation" : null,
"simpleType" : "DmsTransferSettings",
"variableSetterType" : "DmsTransferSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DmsTransferSettings",
"variableName" : "dmsTransferSettings",
"variableType" : "DmsTransferSettings",
"documentation" : "
The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"simpleType" : "DmsTransferSettings",
"variableSetterType" : "DmsTransferSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMongoDbSettings",
"beanStyleSetterMethodName" : "setMongoDbSettings",
"c2jName" : "MongoDbSettings",
"c2jShape" : "MongoDbSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link MongoDbSettings.Builder} avoiding the need to create one manually via {@link MongoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link MongoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #mongoDbSettings(MongoDbSettings)}.\n@param mongoDbSettings a consumer that will call methods on {@link MongoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mongoDbSettings(MongoDbSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mongoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service 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" : "mongoDbSettings",
"getterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MongoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MongoDbSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setMongoDbSettings",
"setterModel" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : null,
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"simple" : false,
"timestampFormat" : null,
"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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
",
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKinesisSettings",
"beanStyleSetterMethodName" : "setKinesisSettings",
"c2jName" : "KinesisSettings",
"c2jShape" : "KinesisSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\nThis is a convenience that creates an instance of the {@link KinesisSettings.Builder} avoiding the need to create one manually via {@link KinesisSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisSettings.Builder#build()} is called immediately and its result is passed to {@link #kinesisSettings(KinesisSettings)}.\n@param kinesisSettings a consumer that will call methods on {@link KinesisSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisSettings(KinesisSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kinesisSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kinesisSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\n@return Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.",
"getterModel" : {
"returnType" : "KinesisSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KinesisSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "KinesisSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.",
"setterMethodName" : "setKinesisSettings",
"setterModel" : {
"variableDeclarationType" : "KinesisSettings",
"variableName" : "kinesisSettings",
"variableType" : "KinesisSettings",
"documentation" : null,
"simpleType" : "KinesisSettings",
"variableSetterType" : "KinesisSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "KinesisSettings",
"variableName" : "kinesisSettings",
"variableType" : "KinesisSettings",
"documentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
",
"simpleType" : "KinesisSettings",
"variableSetterType" : "KinesisSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getElasticsearchSettings",
"beanStyleSetterMethodName" : "setElasticsearchSettings",
"c2jName" : "ElasticsearchSettings",
"c2jShape" : "ElasticsearchSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\nThis is a convenience that creates an instance of the {@link ElasticsearchSettings.Builder} avoiding the need to create one manually via {@link ElasticsearchSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link ElasticsearchSettings.Builder#build()} is called immediately and its result is passed to {@link #elasticsearchSettings(ElasticsearchSettings)}.\n@param elasticsearchSettings a consumer that will call methods on {@link ElasticsearchSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #elasticsearchSettings(ElasticsearchSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "elasticsearchSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "elasticsearchSettings",
"getterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\n@return Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.",
"getterModel" : {
"returnType" : "ElasticsearchSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ElasticsearchSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ElasticsearchSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ElasticsearchSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.",
"setterMethodName" : "setElasticsearchSettings",
"setterModel" : {
"variableDeclarationType" : "ElasticsearchSettings",
"variableName" : "elasticsearchSettings",
"variableType" : "ElasticsearchSettings",
"documentation" : null,
"simpleType" : "ElasticsearchSettings",
"variableSetterType" : "ElasticsearchSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ElasticsearchSettings",
"variableName" : "elasticsearchSettings",
"variableType" : "ElasticsearchSettings",
"documentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
",
"simpleType" : "ElasticsearchSettings",
"variableSetterType" : "ElasticsearchSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRedshiftSettings",
"beanStyleSetterMethodName" : "setRedshiftSettings",
"c2jName" : "RedshiftSettings",
"c2jShape" : "RedshiftSettings",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\nThis is a convenience that creates an instance of the {@link RedshiftSettings.Builder} avoiding the need to create one manually via {@link RedshiftSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link RedshiftSettings.Builder#build()} is called immediately and its result is passed to {@link #redshiftSettings(RedshiftSettings)}.\n@param redshiftSettings a consumer that will call methods on {@link RedshiftSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redshiftSettings(RedshiftSettings)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "redshiftSettings",
"fluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "redshiftSettings",
"getterDocumentation" : "Returns the value of the RedshiftSettings property for this object.\n@return The value of the RedshiftSettings property for this object.",
"getterModel" : {
"returnType" : "RedshiftSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedshiftSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedshiftSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RedshiftSettings",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.",
"setterMethodName" : "setRedshiftSettings",
"setterModel" : {
"variableDeclarationType" : "RedshiftSettings",
"variableName" : "redshiftSettings",
"variableType" : "RedshiftSettings",
"documentation" : null,
"simpleType" : "RedshiftSettings",
"variableSetterType" : "RedshiftSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RedshiftSettings",
"variableName" : "redshiftSettings",
"variableType" : "RedshiftSettings",
"documentation" : "",
"simpleType" : "RedshiftSettings",
"variableSetterType" : "RedshiftSettings"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateArn" : {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DatabaseName" : {
"beanStyleGetterMethodName" : "getDatabaseName",
"beanStyleSetterMethodName" : "setDatabaseName",
"c2jName" : "DatabaseName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the endpoint database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)",
"deprecated" : false,
"documentation" : "The name of the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DatabaseName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatabaseName",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : "The name of the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DmsTransferSettings" : {
"beanStyleGetterMethodName" : "getDmsTransferSettings",
"beanStyleSetterMethodName" : "setDmsTransferSettings",
"c2jName" : "DmsTransferSettings",
"c2jShape" : "DmsTransferSettings",
"defaultConsumerFluentSetterDocumentation" : "The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\nThis is a convenience that creates an instance of the {@link DmsTransferSettings.Builder} avoiding the need to create one manually via {@link DmsTransferSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DmsTransferSettings.Builder#build()} is called immediately and its result is passed to {@link #dmsTransferSettings(DmsTransferSettings)}.\n@param dmsTransferSettings a consumer that will call methods on {@link DmsTransferSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dmsTransferSettings(DmsTransferSettings)",
"deprecated" : false,
"documentation" : "The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dmsTransferSettings",
"fluentSetterDocumentation" : "The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint. Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dmsTransferSettings",
"getterDocumentation" : "
The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@return The settings in JSON format for the DMS transfer type of source endpoint. Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"getterModel" : {
"returnType" : "DmsTransferSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DmsTransferSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DmsTransferSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DmsTransferSettings",
"sensitive" : false,
"setterDocumentation" : "
The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint. Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"setterMethodName" : "setDmsTransferSettings",
"setterModel" : {
"variableDeclarationType" : "DmsTransferSettings",
"variableName" : "dmsTransferSettings",
"variableType" : "DmsTransferSettings",
"documentation" : null,
"simpleType" : "DmsTransferSettings",
"variableSetterType" : "DmsTransferSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DmsTransferSettings",
"variableName" : "dmsTransferSettings",
"variableType" : "DmsTransferSettings",
"documentation" : "
The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"simpleType" : "DmsTransferSettings",
"variableSetterType" : "DmsTransferSettings"
},
"xmlNameSpaceUri" : null
},
"DynamoDbSettings" : {
"beanStyleGetterMethodName" : "getDynamoDbSettings",
"beanStyleSetterMethodName" : "setDynamoDbSettings",
"c2jName" : "DynamoDbSettings",
"c2jShape" : "DynamoDbSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link DynamoDbSettings.Builder} avoiding the need to create one manually via {@link DynamoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DynamoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #dynamoDbSettings(DynamoDbSettings)}.\n@param dynamoDbSettings a consumer that will call methods on {@link DynamoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dynamoDbSettings(DynamoDbSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dynamoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB 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" : "dynamoDbSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DynamoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DynamoDbSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setDynamoDbSettings",
"setterModel" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : null,
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"simple" : false,
"timestampFormat" : null,
"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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
",
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"xmlNameSpaceUri" : null
},
"ElasticsearchSettings" : {
"beanStyleGetterMethodName" : "getElasticsearchSettings",
"beanStyleSetterMethodName" : "setElasticsearchSettings",
"c2jName" : "ElasticsearchSettings",
"c2jShape" : "ElasticsearchSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\nThis is a convenience that creates an instance of the {@link ElasticsearchSettings.Builder} avoiding the need to create one manually via {@link ElasticsearchSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link ElasticsearchSettings.Builder#build()} is called immediately and its result is passed to {@link #elasticsearchSettings(ElasticsearchSettings)}.\n@param elasticsearchSettings a consumer that will call methods on {@link ElasticsearchSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #elasticsearchSettings(ElasticsearchSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "elasticsearchSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "elasticsearchSettings",
"getterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\n@return Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.",
"getterModel" : {
"returnType" : "ElasticsearchSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ElasticsearchSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ElasticsearchSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ElasticsearchSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.",
"setterMethodName" : "setElasticsearchSettings",
"setterModel" : {
"variableDeclarationType" : "ElasticsearchSettings",
"variableName" : "elasticsearchSettings",
"variableType" : "ElasticsearchSettings",
"documentation" : null,
"simpleType" : "ElasticsearchSettings",
"variableSetterType" : "ElasticsearchSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ElasticsearchSettings",
"variableName" : "elasticsearchSettings",
"variableType" : "ElasticsearchSettings",
"documentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
",
"simpleType" : "ElasticsearchSettings",
"variableSetterType" : "ElasticsearchSettings"
},
"xmlNameSpaceUri" : null
},
"EndpointIdentifier" : {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"sensitive" : false,
"setterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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" : "getEndpointTypeAsString",
"beanStyleSetterMethodName" : "setEndpointType",
"c2jName" : "EndpointType",
"c2jShape" : "ReplicationEndpointTypeValue",
"defaultConsumerFluentSetterDocumentation" : "The type of endpoint. Valid values are source
and target
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)",
"deprecated" : false,
"documentation" : "The type of endpoint. Valid values are source
and target
.
",
"endpointDiscoveryId" : false,
"enumType" : "ReplicationEndpointTypeValue",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "endpointType",
"fluentEnumSetterMethodName" : "endpointType",
"fluentGetterMethodName" : "endpointTypeAsString",
"fluentSetterDocumentation" : "The type of endpoint. Valid values are source
and target
.
\n@param endpointType The type of endpoint. Valid values are source
and target
.\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. Valid values are source
and target
.
\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 #endpointTypeAsString}.\n
\n@return The type of endpoint. Valid values are source
and target
.\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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointType",
"sensitive" : false,
"setterDocumentation" : "The type of endpoint. Valid values are source
and target
.
\n@param endpointType The type of endpoint. Valid values are source
and target
.\n@see ReplicationEndpointTypeValue",
"setterMethodName" : "setEndpointType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : "The type of endpoint. Valid values are source
and target
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EngineName" : {
"beanStyleGetterMethodName" : "getEngineName",
"beanStyleSetterMethodName" : "setEngineName",
"c2jName" : "EngineName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)",
"deprecated" : false,
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "engineName",
"fluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, 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
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\n@return The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EngineName",
"sensitive" : false,
"setterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.",
"setterMethodName" : "setEngineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExternalTableDefinition" : {
"beanStyleGetterMethodName" : "getExternalTableDefinition",
"beanStyleSetterMethodName" : "setExternalTableDefinition",
"c2jName" : "ExternalTableDefinition",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The external table definition.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #externalTableDefinition(String)}.\n@param externalTableDefinition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #externalTableDefinition(String)",
"deprecated" : false,
"documentation" : "The external table definition.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "externalTableDefinition",
"fluentSetterDocumentation" : "The external table definition.
\n@param externalTableDefinition The external table definition.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "externalTableDefinition",
"getterDocumentation" : "The external table definition.
\n@return The external table definition.",
"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" : "ExternalTableDefinition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExternalTableDefinition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExternalTableDefinition",
"sensitive" : false,
"setterDocumentation" : "The external table definition.
\n@param externalTableDefinition The external table definition.",
"setterMethodName" : "setExternalTableDefinition",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "externalTableDefinition",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "externalTableDefinition",
"variableType" : "String",
"documentation" : "The external table definition.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExtraConnectionAttributes" : {
"beanStyleGetterMethodName" : "getExtraConnectionAttributes",
"beanStyleSetterMethodName" : "setExtraConnectionAttributes",
"c2jName" : "ExtraConnectionAttributes",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extraConnectionAttributes(String)}.\n@param extraConnectionAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extraConnectionAttributes(String)",
"deprecated" : false,
"documentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "extraConnectionAttributes",
"fluentSetterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints 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" : "extraConnectionAttributes",
"getterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\n@return Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtraConnectionAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExtraConnectionAttributes",
"sensitive" : false,
"setterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setExtraConnectionAttributes",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"KinesisSettings" : {
"beanStyleGetterMethodName" : "getKinesisSettings",
"beanStyleSetterMethodName" : "setKinesisSettings",
"c2jName" : "KinesisSettings",
"c2jShape" : "KinesisSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\nThis is a convenience that creates an instance of the {@link KinesisSettings.Builder} avoiding the need to create one manually via {@link KinesisSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisSettings.Builder#build()} is called immediately and its result is passed to {@link #kinesisSettings(KinesisSettings)}.\n@param kinesisSettings a consumer that will call methods on {@link KinesisSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisSettings(KinesisSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kinesisSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kinesisSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\n@return Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.",
"getterModel" : {
"returnType" : "KinesisSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KinesisSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "KinesisSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.",
"setterMethodName" : "setKinesisSettings",
"setterModel" : {
"variableDeclarationType" : "KinesisSettings",
"variableName" : "kinesisSettings",
"variableType" : "KinesisSettings",
"documentation" : null,
"simpleType" : "KinesisSettings",
"variableSetterType" : "KinesisSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "KinesisSettings",
"variableName" : "kinesisSettings",
"variableType" : "KinesisSettings",
"documentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
",
"simpleType" : "KinesisSettings",
"variableSetterType" : "KinesisSettings"
},
"xmlNameSpaceUri" : null
},
"KmsKeyId" : {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)",
"deprecated" : false,
"documentation" : "An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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" : "
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link MongoDbSettings.Builder} avoiding the need to create one manually via {@link MongoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link MongoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #mongoDbSettings(MongoDbSettings)}.\n@param mongoDbSettings a consumer that will call methods on {@link MongoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mongoDbSettings(MongoDbSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mongoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service 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" : "mongoDbSettings",
"getterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MongoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MongoDbSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setMongoDbSettings",
"setterModel" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : null,
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"simple" : false,
"timestampFormat" : null,
"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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
",
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"xmlNameSpaceUri" : null
},
"Password" : {
"beanStyleGetterMethodName" : "getPassword",
"beanStyleSetterMethodName" : "setPassword",
"c2jName" : "Password",
"c2jShape" : "SecretString",
"defaultConsumerFluentSetterDocumentation" : "The password to be used to log in to the endpoint database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #password(String)}.\n@param password a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #password(String)",
"deprecated" : false,
"documentation" : "The password to be used to log in to the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "password",
"fluentSetterDocumentation" : "The password to be used to log in to the endpoint database.
\n@param password The password to be used to log in 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 log in to the endpoint database.
\n@return The password to be used to log in 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Password",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Password",
"sensitive" : true,
"setterDocumentation" : "The password to be used to log in to the endpoint database.
\n@param password The password to be used to log in to the endpoint database.",
"setterMethodName" : "setPassword",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : "The password to be used to log in to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Port" : {
"beanStyleGetterMethodName" : "getPort",
"beanStyleSetterMethodName" : "setPort",
"c2jName" : "Port",
"c2jShape" : "IntegerOptional",
"defaultConsumerFluentSetterDocumentation" : "The port used by the endpoint database.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)",
"deprecated" : false,
"documentation" : "The port used by the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Port",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Port",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : "The port used by the endpoint database.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"RedshiftSettings" : {
"beanStyleGetterMethodName" : "getRedshiftSettings",
"beanStyleSetterMethodName" : "setRedshiftSettings",
"c2jName" : "RedshiftSettings",
"c2jShape" : "RedshiftSettings",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\nThis is a convenience that creates an instance of the {@link RedshiftSettings.Builder} avoiding the need to create one manually via {@link RedshiftSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link RedshiftSettings.Builder#build()} is called immediately and its result is passed to {@link #redshiftSettings(RedshiftSettings)}.\n@param redshiftSettings a consumer that will call methods on {@link RedshiftSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redshiftSettings(RedshiftSettings)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "redshiftSettings",
"fluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "redshiftSettings",
"getterDocumentation" : "Returns the value of the RedshiftSettings property for this object.\n@return The value of the RedshiftSettings property for this object.",
"getterModel" : {
"returnType" : "RedshiftSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedshiftSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedshiftSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RedshiftSettings",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.",
"setterMethodName" : "setRedshiftSettings",
"setterModel" : {
"variableDeclarationType" : "RedshiftSettings",
"variableName" : "redshiftSettings",
"variableType" : "RedshiftSettings",
"documentation" : null,
"simpleType" : "RedshiftSettings",
"variableSetterType" : "RedshiftSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RedshiftSettings",
"variableName" : "redshiftSettings",
"variableType" : "RedshiftSettings",
"documentation" : "",
"simpleType" : "RedshiftSettings",
"variableSetterType" : "RedshiftSettings"
},
"xmlNameSpaceUri" : null
},
"S3Settings" : {
"beanStyleGetterMethodName" : "getS3Settings",
"beanStyleSetterMethodName" : "setS3Settings",
"c2jName" : "S3Settings",
"c2jShape" : "S3Settings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link S3Settings.Builder} avoiding the need to create one manually via {@link S3Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Settings.Builder#build()} is called immediately and its result is passed to {@link #s3Settings(S3Settings)}.\n@param s3Settings a consumer that will call methods on {@link S3Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Settings(S3Settings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Settings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS 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" : "s3Settings",
"getterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\n@return Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Settings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setS3Settings",
"setterModel" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : null,
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
",
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"xmlNameSpaceUri" : null
},
"ServerName" : {
"beanStyleGetterMethodName" : "getServerName",
"beanStyleSetterMethodName" : "setServerName",
"c2jName" : "ServerName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the server where the endpoint database resides.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)",
"deprecated" : false,
"documentation" : "The name of the server where the endpoint database resides.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServerName",
"sensitive" : false,
"setterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.",
"setterMethodName" : "setServerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : "The name of the server where the endpoint database resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ServiceAccessRoleArn" : {
"beanStyleGetterMethodName" : "getServiceAccessRoleArn",
"beanStyleSetterMethodName" : "setServiceAccessRoleArn",
"c2jName" : "ServiceAccessRoleArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceAccessRoleArn(String)}.\n@param serviceAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccessRoleArn(String)",
"deprecated" : false,
"documentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceAccessRoleArn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceAccessRoleArn",
"getterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\n@return The Amazon Resource Name (ARN) for the service access role that you want to use to create 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" : "ServiceAccessRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServiceAccessRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceAccessRoleArn",
"sensitive" : false,
"setterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.",
"setterMethodName" : "setServiceAccessRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceAccessRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceAccessRoleArn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SslMode" : {
"beanStyleGetterMethodName" : "getSslModeAsString",
"beanStyleSetterMethodName" : "setSslMode",
"c2jName" : "SslMode",
"c2jShape" : "DmsSslModeValue",
"defaultConsumerFluentSetterDocumentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslModeAsString(String)}.\n@param sslMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslMode(String)",
"deprecated" : false,
"documentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
",
"endpointDiscoveryId" : false,
"enumType" : "DmsSslModeValue",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "sslMode",
"fluentEnumSetterMethodName" : "sslMode",
"fluentGetterMethodName" : "sslModeAsString",
"fluentSetterDocumentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 #sslModeAsString}.\n
\n@return The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SslMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SslMode",
"sensitive" : false,
"setterDocumentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\n@see DmsSslModeValue",
"setterMethodName" : "setSslMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "One or more tags to be assigned to the endpoint.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "One or more tags to be assigned to the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "One or more tags to be assigned to the endpoint.
\n@param tags One or more tags to be assigned to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "One or more tags to be assigned to the endpoint.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more tags to be assigned 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "One or more tags to be assigned to the endpoint.
\n@param tags One or more tags to be assigned 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to be assigned to the endpoint.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Username" : {
"beanStyleGetterMethodName" : "getUsername",
"beanStyleSetterMethodName" : "setUsername",
"c2jName" : "Username",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The user name to be used to log in to the endpoint database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)",
"deprecated" : false,
"documentation" : "The user name to be used to log in to the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "username",
"fluentSetterDocumentation" : "The user name to be used to log in to the endpoint database.
\n@param username The user name to be used to log in 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 log in to the endpoint database.
\n@return The user name to be used to log in 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Username",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Username",
"sensitive" : false,
"setterDocumentation" : "The user name to be used to log in to the endpoint database.
\n@param username The user name to be used to log in to the endpoint database.",
"setterMethodName" : "setUsername",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : "The user name to be used to log in to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"sensitive" : false,
"setterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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" : "getEndpointTypeAsString",
"beanStyleSetterMethodName" : "setEndpointType",
"c2jName" : "EndpointType",
"c2jShape" : "ReplicationEndpointTypeValue",
"defaultConsumerFluentSetterDocumentation" : "The type of endpoint. Valid values are source
and target
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeAsString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)",
"deprecated" : false,
"documentation" : "The type of endpoint. Valid values are source
and target
.
",
"endpointDiscoveryId" : false,
"enumType" : "ReplicationEndpointTypeValue",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "endpointType",
"fluentEnumSetterMethodName" : "endpointType",
"fluentGetterMethodName" : "endpointTypeAsString",
"fluentSetterDocumentation" : "The type of endpoint. Valid values are source
and target
.
\n@param endpointType The type of endpoint. Valid values are source
and target
.\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. Valid values are source
and target
.
\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 #endpointTypeAsString}.\n
\n@return The type of endpoint. Valid values are source
and target
.\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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointType",
"sensitive" : false,
"setterDocumentation" : "The type of endpoint. Valid values are source
and target
.
\n@param endpointType The type of endpoint. Valid values are source
and target
.\n@see ReplicationEndpointTypeValue",
"setterMethodName" : "setEndpointType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : "The type of endpoint. Valid values are source
and target
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEngineName",
"beanStyleSetterMethodName" : "setEngineName",
"c2jName" : "EngineName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)",
"deprecated" : false,
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "engineName",
"fluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, 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
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\n@return The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EngineName",
"sensitive" : false,
"setterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.",
"setterMethodName" : "setEngineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndpointType
value, include mysql
, oracle
, postgres
, mariadb
, aurora
, aurora-postgresql
, redshift
, s3
, db2
, azuredb
, sybase
, dynamodb
, mongodb
, and sqlserver
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUsername",
"beanStyleSetterMethodName" : "setUsername",
"c2jName" : "Username",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The user name to be used to log in to the endpoint database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)",
"deprecated" : false,
"documentation" : "The user name to be used to log in to the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "username",
"fluentSetterDocumentation" : "The user name to be used to log in to the endpoint database.
\n@param username The user name to be used to log in 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 log in to the endpoint database.
\n@return The user name to be used to log in 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Username",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Username",
"sensitive" : false,
"setterDocumentation" : "The user name to be used to log in to the endpoint database.
\n@param username The user name to be used to log in to the endpoint database.",
"setterMethodName" : "setUsername",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : "The user name to be used to log in to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPassword",
"beanStyleSetterMethodName" : "setPassword",
"c2jName" : "Password",
"c2jShape" : "SecretString",
"defaultConsumerFluentSetterDocumentation" : "The password to be used to log in to the endpoint database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #password(String)}.\n@param password a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #password(String)",
"deprecated" : false,
"documentation" : "The password to be used to log in to the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "password",
"fluentSetterDocumentation" : "The password to be used to log in to the endpoint database.
\n@param password The password to be used to log in 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 log in to the endpoint database.
\n@return The password to be used to log in 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Password",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Password",
"sensitive" : true,
"setterDocumentation" : "The password to be used to log in to the endpoint database.
\n@param password The password to be used to log in to the endpoint database.",
"setterMethodName" : "setPassword",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : "The password to be used to log in to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServerName",
"beanStyleSetterMethodName" : "setServerName",
"c2jName" : "ServerName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the server where the endpoint database resides.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)",
"deprecated" : false,
"documentation" : "The name of the server where the endpoint database resides.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServerName",
"sensitive" : false,
"setterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.",
"setterMethodName" : "setServerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The port used by the endpoint database.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)",
"deprecated" : false,
"documentation" : "The port used by the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Port",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Port",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The name of the endpoint database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)",
"deprecated" : false,
"documentation" : "The name of the endpoint database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DatabaseName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatabaseName",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extraConnectionAttributes(String)}.\n@param extraConnectionAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extraConnectionAttributes(String)",
"deprecated" : false,
"documentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "extraConnectionAttributes",
"fluentSetterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints 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" : "extraConnectionAttributes",
"getterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\n@return Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtraConnectionAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExtraConnectionAttributes",
"sensitive" : false,
"setterDocumentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
\n@param extraConnectionAttributes Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setExtraConnectionAttributes",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : "Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)",
"deprecated" : false,
"documentation" : "An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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" : "
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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",
"defaultConsumerFluentSetterDocumentation" : "One or more tags to be assigned to the endpoint.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "One or more tags to be assigned to the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "One or more tags to be assigned to the endpoint.
\n@param tags One or more tags to be assigned to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "One or more tags to be assigned to the endpoint.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more tags to be assigned 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "One or more tags to be assigned to the endpoint.
\n@param tags One or more tags to be assigned 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to be assigned to the endpoint.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CertificateArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSslModeAsString",
"beanStyleSetterMethodName" : "setSslMode",
"c2jName" : "SslMode",
"c2jShape" : "DmsSslModeValue",
"defaultConsumerFluentSetterDocumentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslModeAsString(String)}.\n@param sslMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslMode(String)",
"deprecated" : false,
"documentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
",
"endpointDiscoveryId" : false,
"enumType" : "DmsSslModeValue",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "sslMode",
"fluentEnumSetterMethodName" : "sslMode",
"fluentGetterMethodName" : "sslModeAsString",
"fluentSetterDocumentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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 #sslModeAsString}.\n
\n@return The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SslMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SslMode",
"sensitive" : false,
"setterDocumentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\n@param sslMode The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
\n@see DmsSslModeValue",
"setterMethodName" : "setSslMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : "The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServiceAccessRoleArn",
"beanStyleSetterMethodName" : "setServiceAccessRoleArn",
"c2jName" : "ServiceAccessRoleArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceAccessRoleArn(String)}.\n@param serviceAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccessRoleArn(String)",
"deprecated" : false,
"documentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceAccessRoleArn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceAccessRoleArn",
"getterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\n@return The Amazon Resource Name (ARN) for the service access role that you want to use to create 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" : "ServiceAccessRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServiceAccessRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceAccessRoleArn",
"sensitive" : false,
"setterDocumentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
\n@param serviceAccessRoleArn The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.",
"setterMethodName" : "setServiceAccessRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceAccessRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceAccessRoleArn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExternalTableDefinition",
"beanStyleSetterMethodName" : "setExternalTableDefinition",
"c2jName" : "ExternalTableDefinition",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The external table definition.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #externalTableDefinition(String)}.\n@param externalTableDefinition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #externalTableDefinition(String)",
"deprecated" : false,
"documentation" : "The external table definition.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "externalTableDefinition",
"fluentSetterDocumentation" : "The external table definition.
\n@param externalTableDefinition The external table definition.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "externalTableDefinition",
"getterDocumentation" : "The external table definition.
\n@return The external table definition.",
"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" : "ExternalTableDefinition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExternalTableDefinition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExternalTableDefinition",
"sensitive" : false,
"setterDocumentation" : "The external table definition.
\n@param externalTableDefinition The external table definition.",
"setterMethodName" : "setExternalTableDefinition",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "externalTableDefinition",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "externalTableDefinition",
"variableType" : "String",
"documentation" : "The external table definition.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDynamoDbSettings",
"beanStyleSetterMethodName" : "setDynamoDbSettings",
"c2jName" : "DynamoDbSettings",
"c2jShape" : "DynamoDbSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link DynamoDbSettings.Builder} avoiding the need to create one manually via {@link DynamoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DynamoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #dynamoDbSettings(DynamoDbSettings)}.\n@param dynamoDbSettings a consumer that will call methods on {@link DynamoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dynamoDbSettings(DynamoDbSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dynamoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB 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" : "dynamoDbSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DynamoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DynamoDbSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setDynamoDbSettings",
"setterModel" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : null,
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"simple" : false,
"timestampFormat" : null,
"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 Using Object Mapping to Migrate Data to DynamoDB in the AWS Database Migration Service User Guide.
",
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3Settings",
"beanStyleSetterMethodName" : "setS3Settings",
"c2jName" : "S3Settings",
"c2jShape" : "S3Settings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link S3Settings.Builder} avoiding the need to create one manually via {@link S3Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Settings.Builder#build()} is called immediately and its result is passed to {@link #s3Settings(S3Settings)}.\n@param s3Settings a consumer that will call methods on {@link S3Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Settings(S3Settings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Settings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS 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" : "s3Settings",
"getterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\n@return Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Settings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
\n@param s3Settings Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setS3Settings",
"setterModel" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : null,
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : "Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
",
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDmsTransferSettings",
"beanStyleSetterMethodName" : "setDmsTransferSettings",
"c2jName" : "DmsTransferSettings",
"c2jShape" : "DmsTransferSettings",
"defaultConsumerFluentSetterDocumentation" : "The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\nThis is a convenience that creates an instance of the {@link DmsTransferSettings.Builder} avoiding the need to create one manually via {@link DmsTransferSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DmsTransferSettings.Builder#build()} is called immediately and its result is passed to {@link #dmsTransferSettings(DmsTransferSettings)}.\n@param dmsTransferSettings a consumer that will call methods on {@link DmsTransferSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dmsTransferSettings(DmsTransferSettings)",
"deprecated" : false,
"documentation" : "The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dmsTransferSettings",
"fluentSetterDocumentation" : "The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint. Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dmsTransferSettings",
"getterDocumentation" : "
The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@return The settings in JSON format for the DMS transfer type of source endpoint. Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"getterModel" : {
"returnType" : "DmsTransferSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DmsTransferSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DmsTransferSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DmsTransferSettings",
"sensitive" : false,
"setterDocumentation" : "
The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
\n@param dmsTransferSettings The settings in JSON format for the DMS transfer type of source endpoint. Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"setterMethodName" : "setDmsTransferSettings",
"setterModel" : {
"variableDeclarationType" : "DmsTransferSettings",
"variableName" : "dmsTransferSettings",
"variableType" : "DmsTransferSettings",
"documentation" : null,
"simpleType" : "DmsTransferSettings",
"variableSetterType" : "DmsTransferSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DmsTransferSettings",
"variableName" : "dmsTransferSettings",
"variableType" : "DmsTransferSettings",
"documentation" : "
The settings in JSON format for the DMS transfer type of source endpoint.
Possible attributes include the following:
-
serviceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket.
-
bucketName
- The name of the S3 bucket to use.
-
compressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows: { \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" }
",
"simpleType" : "DmsTransferSettings",
"variableSetterType" : "DmsTransferSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMongoDbSettings",
"beanStyleSetterMethodName" : "setMongoDbSettings",
"c2jName" : "MongoDbSettings",
"c2jShape" : "MongoDbSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link MongoDbSettings.Builder} avoiding the need to create one manually via {@link MongoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link MongoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #mongoDbSettings(MongoDbSettings)}.\n@param mongoDbSettings a consumer that will call methods on {@link MongoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mongoDbSettings(MongoDbSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mongoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service 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" : "mongoDbSettings",
"getterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MongoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MongoDbSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setMongoDbSettings",
"setterModel" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : null,
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"simple" : false,
"timestampFormat" : null,
"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 section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
",
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKinesisSettings",
"beanStyleSetterMethodName" : "setKinesisSettings",
"c2jName" : "KinesisSettings",
"c2jShape" : "KinesisSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\nThis is a convenience that creates an instance of the {@link KinesisSettings.Builder} avoiding the need to create one manually via {@link KinesisSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisSettings.Builder#build()} is called immediately and its result is passed to {@link #kinesisSettings(KinesisSettings)}.\n@param kinesisSettings a consumer that will call methods on {@link KinesisSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisSettings(KinesisSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kinesisSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kinesisSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\n@return Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.",
"getterModel" : {
"returnType" : "KinesisSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KinesisSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "KinesisSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
\n@param kinesisSettings Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.",
"setterMethodName" : "setKinesisSettings",
"setterModel" : {
"variableDeclarationType" : "KinesisSettings",
"variableName" : "kinesisSettings",
"variableType" : "KinesisSettings",
"documentation" : null,
"simpleType" : "KinesisSettings",
"variableSetterType" : "KinesisSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "KinesisSettings",
"variableName" : "kinesisSettings",
"variableType" : "KinesisSettings",
"documentation" : "Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
",
"simpleType" : "KinesisSettings",
"variableSetterType" : "KinesisSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getElasticsearchSettings",
"beanStyleSetterMethodName" : "setElasticsearchSettings",
"c2jName" : "ElasticsearchSettings",
"c2jShape" : "ElasticsearchSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\nThis is a convenience that creates an instance of the {@link ElasticsearchSettings.Builder} avoiding the need to create one manually via {@link ElasticsearchSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link ElasticsearchSettings.Builder#build()} is called immediately and its result is passed to {@link #elasticsearchSettings(ElasticsearchSettings)}.\n@param elasticsearchSettings a consumer that will call methods on {@link ElasticsearchSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #elasticsearchSettings(ElasticsearchSettings)",
"deprecated" : false,
"documentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "elasticsearchSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "elasticsearchSettings",
"getterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\n@return Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.",
"getterModel" : {
"returnType" : "ElasticsearchSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ElasticsearchSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ElasticsearchSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ElasticsearchSettings",
"sensitive" : false,
"setterDocumentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
\n@param elasticsearchSettings Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.",
"setterMethodName" : "setElasticsearchSettings",
"setterModel" : {
"variableDeclarationType" : "ElasticsearchSettings",
"variableName" : "elasticsearchSettings",
"variableType" : "ElasticsearchSettings",
"documentation" : null,
"simpleType" : "ElasticsearchSettings",
"variableSetterType" : "ElasticsearchSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ElasticsearchSettings",
"variableName" : "elasticsearchSettings",
"variableType" : "ElasticsearchSettings",
"documentation" : "Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration User Guide.
",
"simpleType" : "ElasticsearchSettings",
"variableSetterType" : "ElasticsearchSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRedshiftSettings",
"beanStyleSetterMethodName" : "setRedshiftSettings",
"c2jName" : "RedshiftSettings",
"c2jShape" : "RedshiftSettings",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\nThis is a convenience that creates an instance of the {@link RedshiftSettings.Builder} avoiding the need to create one manually via {@link RedshiftSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link RedshiftSettings.Builder#build()} is called immediately and its result is passed to {@link #redshiftSettings(RedshiftSettings)}.\n@param redshiftSettings a consumer that will call methods on {@link RedshiftSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redshiftSettings(RedshiftSettings)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "redshiftSettings",
"fluentSetterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "redshiftSettings",
"getterDocumentation" : "Returns the value of the RedshiftSettings property for this object.\n@return The value of the RedshiftSettings property for this object.",
"getterModel" : {
"returnType" : "RedshiftSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedshiftSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedshiftSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RedshiftSettings",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the RedshiftSettings property for this object.\n\n@param redshiftSettings The new value for the RedshiftSettings property for this object.",
"setterMethodName" : "setRedshiftSettings",
"setterModel" : {
"variableDeclarationType" : "RedshiftSettings",
"variableName" : "redshiftSettings",
"variableType" : "RedshiftSettings",
"documentation" : null,
"simpleType" : "RedshiftSettings",
"variableSetterType" : "RedshiftSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RedshiftSettings",
"variableName" : "redshiftSettings",
"variableType" : "RedshiftSettings",
"documentation" : "",
"simpleType" : "RedshiftSettings",
"variableSetterType" : "RedshiftSettings"
},
"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,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEndpoint",
"beanStyleSetterMethodName" : "setEndpoint",
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"defaultConsumerFluentSetterDocumentation" : "The endpoint that was created.
\nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #endpoint(Endpoint)}.\n@param endpoint a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpoint(Endpoint)",
"deprecated" : false,
"documentation" : "The endpoint that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Endpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Endpoint",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The endpoint that was created.
\nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #endpoint(Endpoint)}.\n@param endpoint a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpoint(Endpoint)",
"deprecated" : false,
"documentation" : "The endpoint that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Endpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Endpoint",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The endpoint that was created.
\nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #endpoint(Endpoint)}.\n@param endpoint a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpoint(Endpoint)",
"deprecated" : false,
"documentation" : "The endpoint that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Endpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Endpoint",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateEventSubscription",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.CreateEventSubscription",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getSubscriptionName",
"beanStyleSetterMethodName" : "setSubscriptionName",
"c2jName" : "SubscriptionName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subscriptionName(String)}.\n@param subscriptionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionName(String)",
"deprecated" : false,
"documentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subscriptionName",
"fluentSetterDocumentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
\n@param subscriptionName The name of the AWS DMS event notification subscription. This 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 AWS DMS event notification subscription. This name must be less than 255 characters.
\n@return The name of the AWS DMS event notification subscription. This 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubscriptionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubscriptionName",
"sensitive" : false,
"setterDocumentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
\n@param subscriptionName The name of the AWS DMS event notification subscription. This name must be less than 255 characters.",
"setterMethodName" : "setSubscriptionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSnsTopicArn",
"beanStyleSetterMethodName" : "setSnsTopicArn",
"c2jName" : "SnsTopicArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : " 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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopicArn(String)}.\n@param snsTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopicArn(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnsTopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SnsTopicArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : " 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
| replication-task
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(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
| replication-task
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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
| replication-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
| replication-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
| replication-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
| 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" : "SourceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceType",
"sensitive" : false,
"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
| replication-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
| replication-task
",
"setterMethodName" : "setSourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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
| replication-task
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventCategories",
"beanStyleSetterMethodName" : "setEventCategories",
"c2jName" : "EventCategories",
"c2jShape" : "EventCategoriesList",
"defaultConsumerFluentSetterDocumentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see Working with Events and Notifications in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #eventCategories(List)}.\n@param eventCategories a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventCategories(List)",
"deprecated" : false,
"documentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventCategories",
"fluentSetterDocumentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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. For more information, see 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. For more information, see 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategories",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EventCategories",
"sensitive" : false,
"setterDocumentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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,
"timestampFormat" : null,
"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. For more information, see 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",
"defaultConsumerFluentSetterDocumentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sourceIds(List)}.\n@param sourceIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIds(List)",
"deprecated" : false,
"documentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceIds",
"fluentSetterDocumentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\n@param sourceIds A list of identifiers for which AWS DMS provides notification events. If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceIds",
"getterDocumentation" : "
A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of identifiers for which AWS DMS provides notification events. If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SourceIds",
"sensitive" : false,
"setterDocumentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\n@param sourceIds A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.",
"setterMethodName" : "setSourceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "BooleanOptional",
"defaultConsumerFluentSetterDocumentation" : " A Boolean value; set to true
to activate the subscription, or set to false
to create the subscription but not activate it.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "One or more tags to be assigned to the event subscription.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "One or more tags to be assigned to the event subscription.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "One or more tags to be assigned to the event subscription.
\n@param tags One or more tags to be assigned to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "One or more tags to be assigned to the event subscription.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more tags to be assigned 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "One or more tags to be assigned to the event subscription.
\n@param tags One or more tags to be assigned 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to be assigned to the event subscription.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Enabled" : {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "BooleanOptional",
"defaultConsumerFluentSetterDocumentation" : " A Boolean value; set to true
to activate the subscription, or set to false
to create the subscription but not activate it.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see Working with Events and Notifications in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #eventCategories(List)}.\n@param eventCategories a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventCategories(List)",
"deprecated" : false,
"documentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventCategories",
"fluentSetterDocumentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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. For more information, see 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. For more information, see 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategories",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EventCategories",
"sensitive" : false,
"setterDocumentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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,
"timestampFormat" : null,
"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. For more information, see 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",
"defaultConsumerFluentSetterDocumentation" : " 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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopicArn(String)}.\n@param snsTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopicArn(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnsTopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SnsTopicArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sourceIds(List)}.\n@param sourceIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIds(List)",
"deprecated" : false,
"documentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceIds",
"fluentSetterDocumentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\n@param sourceIds A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceIds",
"getterDocumentation" : "
A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of identifiers for which AWS DMS provides notification events. If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SourceIds",
"sensitive" : false,
"setterDocumentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\n@param sourceIds A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.",
"setterMethodName" : "setSourceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"SourceType" : {
"beanStyleGetterMethodName" : "getSourceType",
"beanStyleSetterMethodName" : "setSourceType",
"c2jName" : "SourceType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : " 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
| replication-task
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(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
| replication-task
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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
| replication-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
| replication-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
| replication-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
| 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" : "SourceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceType",
"sensitive" : false,
"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
| replication-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
| replication-task
",
"setterMethodName" : "setSourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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
| replication-task
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SubscriptionName" : {
"beanStyleGetterMethodName" : "getSubscriptionName",
"beanStyleSetterMethodName" : "setSubscriptionName",
"c2jName" : "SubscriptionName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subscriptionName(String)}.\n@param subscriptionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionName(String)",
"deprecated" : false,
"documentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subscriptionName",
"fluentSetterDocumentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
\n@param subscriptionName The name of the AWS DMS event notification subscription. This 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 AWS DMS event notification subscription. This name must be less than 255 characters.
\n@return The name of the AWS DMS event notification subscription. This 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubscriptionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubscriptionName",
"sensitive" : false,
"setterDocumentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
\n@param subscriptionName The name of the AWS DMS event notification subscription. This name must be less than 255 characters.",
"setterMethodName" : "setSubscriptionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "One or more tags to be assigned to the event subscription.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "One or more tags to be assigned to the event subscription.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "One or more tags to be assigned to the event subscription.
\n@param tags One or more tags to be assigned to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "One or more tags to be assigned to the event subscription.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more tags to be assigned 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "One or more tags to be assigned to the event subscription.
\n@param tags One or more tags to be assigned 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to be assigned to the event subscription.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSubscriptionName",
"beanStyleSetterMethodName" : "setSubscriptionName",
"c2jName" : "SubscriptionName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subscriptionName(String)}.\n@param subscriptionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionName(String)",
"deprecated" : false,
"documentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subscriptionName",
"fluentSetterDocumentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
\n@param subscriptionName The name of the AWS DMS event notification subscription. This 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 AWS DMS event notification subscription. This name must be less than 255 characters.
\n@return The name of the AWS DMS event notification subscription. This 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubscriptionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubscriptionName",
"sensitive" : false,
"setterDocumentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
\n@param subscriptionName The name of the AWS DMS event notification subscription. This name must be less than 255 characters.",
"setterMethodName" : "setSubscriptionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : "The name of the AWS DMS event notification subscription. This name must be less than 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSnsTopicArn",
"beanStyleSetterMethodName" : "setSnsTopicArn",
"c2jName" : "SnsTopicArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : " 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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopicArn(String)}.\n@param snsTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopicArn(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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnsTopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SnsTopicArn",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : " 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
| replication-task
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(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
| replication-task
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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
| replication-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
| replication-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
| replication-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
| 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" : "SourceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceType",
"sensitive" : false,
"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
| replication-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
| replication-task
",
"setterMethodName" : "setSourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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
| replication-task
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventCategories",
"beanStyleSetterMethodName" : "setEventCategories",
"c2jName" : "EventCategories",
"c2jShape" : "EventCategoriesList",
"defaultConsumerFluentSetterDocumentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see Working with Events and Notifications in the AWS Database Migration Service User Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #eventCategories(List)}.\n@param eventCategories a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventCategories(List)",
"deprecated" : false,
"documentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "eventCategories",
"fluentSetterDocumentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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. For more information, see 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. For more information, see 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategories",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EventCategories",
"sensitive" : false,
"setterDocumentation" : "A list of event categories for a source type that you want to subscribe to. For more information, see 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. For more information, see 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,
"timestampFormat" : null,
"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. For more information, see 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",
"defaultConsumerFluentSetterDocumentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sourceIds(List)}.\n@param sourceIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIds(List)",
"deprecated" : false,
"documentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceIds",
"fluentSetterDocumentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\n@param sourceIds A list of identifiers for which AWS DMS provides notification events. If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceIds",
"getterDocumentation" : "
A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of identifiers for which AWS DMS provides notification events. If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.",
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SourceIds",
"sensitive" : false,
"setterDocumentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
\n@param sourceIds A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.",
"setterMethodName" : "setSourceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : "A list of identifiers for which AWS DMS provides notification events.
If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "BooleanOptional",
"defaultConsumerFluentSetterDocumentation" : " A Boolean value; set to true
to activate the subscription, or set to false
to create the subscription but not activate it.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "One or more tags to be assigned to the event subscription.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "One or more tags to be assigned to the event subscription.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "One or more tags to be assigned to the event subscription.
\n@param tags One or more tags to be assigned to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "One or more tags to be assigned to the event subscription.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more tags to be assigned 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "One or more tags to be assigned to the event subscription.
\n@param tags One or more tags to be assigned 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to be assigned 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,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEventSubscription",
"beanStyleSetterMethodName" : "setEventSubscription",
"c2jName" : "EventSubscription",
"c2jShape" : "EventSubscription",
"defaultConsumerFluentSetterDocumentation" : "The event subscription that was created.
\nThis is a convenience that creates an instance of the {@link EventSubscription.Builder} avoiding the need to create one manually via {@link EventSubscription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventSubscription.Builder#build()} is called immediately and its result is passed to {@link #eventSubscription(EventSubscription)}.\n@param eventSubscription a consumer that will call methods on {@link EventSubscription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventSubscription(EventSubscription)",
"deprecated" : false,
"documentation" : "The event subscription that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventSubscription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EventSubscription",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The event subscription that was created.
\nThis is a convenience that creates an instance of the {@link EventSubscription.Builder} avoiding the need to create one manually via {@link EventSubscription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventSubscription.Builder#build()} is called immediately and its result is passed to {@link #eventSubscription(EventSubscription)}.\n@param eventSubscription a consumer that will call methods on {@link EventSubscription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventSubscription(EventSubscription)",
"deprecated" : false,
"documentation" : "The event subscription that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventSubscription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EventSubscription",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The event subscription that was created.
\nThis is a convenience that creates an instance of the {@link EventSubscription.Builder} avoiding the need to create one manually via {@link EventSubscription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventSubscription.Builder#build()} is called immediately and its result is passed to {@link #eventSubscription(EventSubscription)}.\n@param eventSubscription a consumer that will call methods on {@link EventSubscription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventSubscription(EventSubscription)",
"deprecated" : false,
"documentation" : "The event subscription that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventSubscription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EventSubscription",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateReplicationInstance",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.CreateReplicationInstance",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getReplicationInstanceIdentifier",
"beanStyleSetterMethodName" : "setReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "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
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(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
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"sensitive" : false,
"setterDocumentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #allocatedStorage(Integer)}.\n@param allocatedStorage a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allocatedStorage(Integer)",
"deprecated" : false,
"documentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllocatedStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "AllocatedStorage",
"sensitive" : false,
"setterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.",
"setterMethodName" : "setAllocatedStorage",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "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
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(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
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceClass",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceClass",
"sensitive" : false,
"setterDocumentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"setterMethodName" : "setReplicationInstanceClass",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : " 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.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupIds(List)}.\n@param vpcSecurityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcSecurityGroupIds(List)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcSecurityGroupIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "VpcSecurityGroupIds",
"sensitive" : false,
"setterDocumentation" : " Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.",
"setterMethodName" : "setVpcSecurityGroupIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vpcSecurityGroupIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #availabilityZone(String)}.\n@param availabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZone(String)",
"deprecated" : false,
"documentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "availabilityZone",
"fluentSetterDocumentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
\n@param availabilityZone The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityZone",
"getterDocumentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
\n@return The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityZone",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AvailabilityZone",
"sensitive" : false,
"setterDocumentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
\n@param availabilityZone The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
",
"setterMethodName" : "setAvailabilityZone",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier",
"beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier",
"c2jName" : "ReplicationSubnetGroupIdentifier",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A subnet group to associate with the replication instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupIdentifier(String)}.\n@param replicationSubnetGroupIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupIdentifier(String)",
"deprecated" : false,
"documentation" : "A subnet group to associate with the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationSubnetGroupIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationSubnetGroupIdentifier",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "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 AWS Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(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 AWS Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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 AWS 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 AWS 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 AWS 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 AWS 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PreferredMaintenanceWindow",
"sensitive" : false,
"setterDocumentation" : "
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per AWS 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 AWS 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,
"timestampFormat" : null,
"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 AWS 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",
"defaultConsumerFluentSetterDocumentation" : " Specifies whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #multiAZ(Boolean)}.\n@param multiAZ a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #multiAZ(Boolean)",
"deprecated" : false,
"documentation" : " Specifies whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "multiAZ",
"fluentSetterDocumentation" : " Specifies whether 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 whether 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 whether 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 whether 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MultiAZ",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "MultiAZ",
"sensitive" : false,
"setterDocumentation" : " Specifies whether 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 whether 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "multiAZ",
"variableType" : "Boolean",
"documentation" : " Specifies whether 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",
"defaultConsumerFluentSetterDocumentation" : "The engine version number of the replication instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)",
"deprecated" : false,
"documentation" : "The engine version number of the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EngineVersion",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #autoMinorVersionUpgrade(Boolean)}.\n@param autoMinorVersionUpgrade a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoMinorVersionUpgrade(Boolean)",
"deprecated" : false,
"documentation" : "Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "autoMinorVersionUpgrade",
"fluentSetterDocumentation" : "Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
\n@param autoMinorVersionUpgrade Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
. Default: true
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "autoMinorVersionUpgrade",
"getterDocumentation" : "
Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
\n@return Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
. 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoMinorVersionUpgrade",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "AutoMinorVersionUpgrade",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
\n@param autoMinorVersionUpgrade Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
. Default: true
",
"setterMethodName" : "setAutoMinorVersionUpgrade",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"documentation" : "
Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "One or more tags to be assigned to the replication instance.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "One or more tags to be assigned to the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "One or more tags to be assigned to the replication instance.
\n@param tags One or more tags to be assigned to the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "One or more tags to be assigned to the replication instance.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more tags to be assigned to 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "One or more tags to be assigned to the replication instance.
\n@param tags One or more tags to be assigned to 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to be assigned to the replication instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)",
"deprecated" : false,
"documentation" : "An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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" : "
An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "
An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "
An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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",
"defaultConsumerFluentSetterDocumentation" : " 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
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #publiclyAccessible(Boolean)}.\n@param publiclyAccessible a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publiclyAccessible(Boolean)",
"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
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PubliclyAccessible",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "PubliclyAccessible",
"sensitive" : false,
"setterDocumentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.",
"setterMethodName" : "setPubliclyAccessible",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "publiclyAccessible",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"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
}, {
"beanStyleGetterMethodName" : "getDnsNameServers",
"beanStyleSetterMethodName" : "setDnsNameServers",
"c2jName" : "DnsNameServers",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of DNS name servers supported for the replication instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dnsNameServers(String)}.\n@param dnsNameServers a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsNameServers(String)",
"deprecated" : false,
"documentation" : "A list of DNS name servers supported for the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dnsNameServers",
"fluentSetterDocumentation" : "A list of DNS name servers supported for the replication instance.
\n@param dnsNameServers A list of DNS name servers supported for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dnsNameServers",
"getterDocumentation" : "A list of DNS name servers supported for the replication instance.
\n@return A list of DNS name servers supported for 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" : "DnsNameServers",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DnsNameServers",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DnsNameServers",
"sensitive" : false,
"setterDocumentation" : "A list of DNS name servers supported for the replication instance.
\n@param dnsNameServers A list of DNS name servers supported for the replication instance.",
"setterMethodName" : "setDnsNameServers",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dnsNameServers",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dnsNameServers",
"variableType" : "String",
"documentation" : "A list of DNS name servers supported for the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AllocatedStorage" : {
"beanStyleGetterMethodName" : "getAllocatedStorage",
"beanStyleSetterMethodName" : "setAllocatedStorage",
"c2jName" : "AllocatedStorage",
"c2jShape" : "IntegerOptional",
"defaultConsumerFluentSetterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #allocatedStorage(Integer)}.\n@param allocatedStorage a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allocatedStorage(Integer)",
"deprecated" : false,
"documentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllocatedStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "AllocatedStorage",
"sensitive" : false,
"setterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.",
"setterMethodName" : "setAllocatedStorage",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #autoMinorVersionUpgrade(Boolean)}.\n@param autoMinorVersionUpgrade a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoMinorVersionUpgrade(Boolean)",
"deprecated" : false,
"documentation" : "Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "autoMinorVersionUpgrade",
"fluentSetterDocumentation" : "Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
\n@param autoMinorVersionUpgrade Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
. Default: true
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "autoMinorVersionUpgrade",
"getterDocumentation" : "
Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
\n@return Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
. 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoMinorVersionUpgrade",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "AutoMinorVersionUpgrade",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
\n@param autoMinorVersionUpgrade Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
. Default: true
",
"setterMethodName" : "setAutoMinorVersionUpgrade",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoMinorVersionUpgrade",
"variableType" : "Boolean",
"documentation" : "
Indicates whether minor engine upgrades will be applied automatically to the replication instance during the maintenance window. This parameter defaults to true
.
Default: true
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"AvailabilityZone" : {
"beanStyleGetterMethodName" : "getAvailabilityZone",
"beanStyleSetterMethodName" : "setAvailabilityZone",
"c2jName" : "AvailabilityZone",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #availabilityZone(String)}.\n@param availabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZone(String)",
"deprecated" : false,
"documentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "availabilityZone",
"fluentSetterDocumentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
\n@param availabilityZone The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityZone",
"getterDocumentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
\n@return The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityZone",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AvailabilityZone",
"sensitive" : false,
"setterDocumentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
\n@param availabilityZone The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
",
"setterMethodName" : "setAvailabilityZone",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : "The AWS Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: us-east-1d
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DnsNameServers" : {
"beanStyleGetterMethodName" : "getDnsNameServers",
"beanStyleSetterMethodName" : "setDnsNameServers",
"c2jName" : "DnsNameServers",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of DNS name servers supported for the replication instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dnsNameServers(String)}.\n@param dnsNameServers a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsNameServers(String)",
"deprecated" : false,
"documentation" : "A list of DNS name servers supported for the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dnsNameServers",
"fluentSetterDocumentation" : "A list of DNS name servers supported for the replication instance.
\n@param dnsNameServers A list of DNS name servers supported for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dnsNameServers",
"getterDocumentation" : "A list of DNS name servers supported for the replication instance.
\n@return A list of DNS name servers supported for 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" : "DnsNameServers",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DnsNameServers",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DnsNameServers",
"sensitive" : false,
"setterDocumentation" : "A list of DNS name servers supported for the replication instance.
\n@param dnsNameServers A list of DNS name servers supported for the replication instance.",
"setterMethodName" : "setDnsNameServers",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dnsNameServers",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dnsNameServers",
"variableType" : "String",
"documentation" : "A list of DNS name servers supported for the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EngineVersion" : {
"beanStyleGetterMethodName" : "getEngineVersion",
"beanStyleSetterMethodName" : "setEngineVersion",
"c2jName" : "EngineVersion",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The engine version number of the replication instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)",
"deprecated" : false,
"documentation" : "The engine version number of the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EngineVersion",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)",
"deprecated" : false,
"documentation" : "An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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" : "
An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "
An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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 An AWS KMS key identifier that is used to encrypt the data on the replication instance. If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "
An AWS KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then AWS DMS uses 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",
"defaultConsumerFluentSetterDocumentation" : " Specifies whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #multiAZ(Boolean)}.\n@param multiAZ a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #multiAZ(Boolean)",
"deprecated" : false,
"documentation" : " Specifies whether the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "multiAZ",
"fluentSetterDocumentation" : " Specifies whether 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 whether 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 whether 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 whether 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MultiAZ",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "MultiAZ",
"sensitive" : false,
"setterDocumentation" : " Specifies whether 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 whether 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "multiAZ",
"variableType" : "Boolean",
"documentation" : " Specifies whether 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",
"defaultConsumerFluentSetterDocumentation" : "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 AWS Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(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 AWS Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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 AWS 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 AWS 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 AWS 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 AWS 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PreferredMaintenanceWindow",
"sensitive" : false,
"setterDocumentation" : "
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per AWS 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 AWS 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,
"timestampFormat" : null,
"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 AWS 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",
"defaultConsumerFluentSetterDocumentation" : " 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
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #publiclyAccessible(Boolean)}.\n@param publiclyAccessible a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #publiclyAccessible(Boolean)",
"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
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PubliclyAccessible",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "PubliclyAccessible",
"sensitive" : false,
"setterDocumentation" : " Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.
\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true
represents an instance with a public IP address. A value of false
represents an instance with a private IP address. The default value is true
.",
"setterMethodName" : "setPubliclyAccessible",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "publiclyAccessible",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "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
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(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
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceClass",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceClass",
"sensitive" : false,
"setterDocumentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"setterMethodName" : "setReplicationInstanceClass",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "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
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(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
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"sensitive" : false,
"setterDocumentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "A subnet group to associate with the replication instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupIdentifier(String)}.\n@param replicationSubnetGroupIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupIdentifier(String)",
"deprecated" : false,
"documentation" : "A subnet group to associate with the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationSubnetGroupIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationSubnetGroupIdentifier",
"sensitive" : false,
"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,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "One or more tags to be assigned to the replication instance.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "One or more tags to be assigned to the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "One or more tags to be assigned to the replication instance.
\n@param tags One or more tags to be assigned to the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "One or more tags to be assigned to the replication instance.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more tags to be assigned to 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "One or more tags to be assigned to the replication instance.
\n@param tags One or more tags to be assigned to 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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to be assigned to the replication instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"VpcSecurityGroupIds" : {
"beanStyleGetterMethodName" : "getVpcSecurityGroupIds",
"beanStyleSetterMethodName" : "setVpcSecurityGroupIds",
"c2jName" : "VpcSecurityGroupIds",
"c2jShape" : "VpcSecurityGroupIdList",
"defaultConsumerFluentSetterDocumentation" : " 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.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupIds(List)}.\n@param vpcSecurityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcSecurityGroupIds(List)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcSecurityGroupIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "VpcSecurityGroupIds",
"sensitive" : false,
"setterDocumentation" : " Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.",
"setterMethodName" : "setVpcSecurityGroupIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vpcSecurityGroupIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "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
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(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
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"sensitive" : false,
"setterDocumentation" : "
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string. Constraints:
-
Must contain from 1 to 63 alphanumeric characters or hyphens.
-
First character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #allocatedStorage(Integer)}.\n@param allocatedStorage a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allocatedStorage(Integer)",
"deprecated" : false,
"documentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllocatedStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "AllocatedStorage",
"sensitive" : false,
"setterDocumentation" : "The amount of storage (in gigabytes) to be initially allocated for the replication instance.
\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.",
"setterMethodName" : "setAllocatedStorage",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "allocatedStorage",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : "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
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(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
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceClass",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReplicationInstanceClass",
"sensitive" : false,
"setterDocumentation" : "
The compute and memory capacity of the replication instance as specified by the replication instance class.
Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class. Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
",
"setterMethodName" : "setReplicationInstanceClass",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceClass",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"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",
"defaultConsumerFluentSetterDocumentation" : " 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.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupIds(List)}.\n@param vpcSecurityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcSecurityGroupIds(List)",
"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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcSecurityGroupIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : 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" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"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,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List