models.dms-2016-01-01-intermediate.json Maven / Gradle / Ivy
Show all versions of dms Show documentation
{
"customizationConfig" : {
"blacklistedSimpleMethods" : [ "describeReplicationTaskAssessmentResults" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"operationModifiers" : null,
"renameShapes" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelsWith" : null,
"skipSmokeTests" : false,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2016-01-01",
"asyncBuilder" : "DefaultDatabaseMigrationAsyncClientBuilder",
"asyncBuilderInterface" : "DatabaseMigrationAsyncClientBuilder",
"asyncClient" : "DefaultDatabaseMigrationAsyncClient",
"asyncInterface" : "DatabaseMigrationAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultDatabaseMigrationBaseClientBuilder",
"baseBuilderInterface" : "DatabaseMigrationBaseClientBuilder",
"baseExceptionName" : "DatabaseMigrationException",
"baseRequestName" : "DatabaseMigrationRequest",
"baseResponseName" : "DatabaseMigrationResponse",
"cborProtocol" : false,
"checksumFormat" : null,
"clientPackageName" : "databasemigration",
"contentType" : null,
"cucumberModuleInjectorClassName" : "DatabaseMigrationClientModuleInjector",
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"documentation" : "AWS Database Migration Service AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL.
For more information about AWS DMS, see the AWS DMS user guide at What Is AWS Database Migration Service?
",
"endpointPrefix" : "dms",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.databasemigration",
"fullModelPackageName" : "software.amazon.awssdk.services.databasemigration.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.databasemigration.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.databasemigration.transform",
"fullSmokeTestsPackageName" : "software.amazon.awssdk.services.databasemigration.smoketests",
"fullTransformPackageName" : "software.amazon.awssdk.services.databasemigration.transform",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "databasemigration.model",
"paginatorsPackageName" : "databasemigration.paginators",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory",
"requestBaseFqcn" : "software.amazon.awssdk.core.AwsRequest",
"requestTransformPackageName" : "databasemigration.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceAbbreviation" : null,
"serviceFullName" : "AWS Database Migration Service",
"serviceName" : "AWS Database Migration Service",
"signingName" : "dms",
"smokeTestsPackageName" : "databasemigration.smoketests",
"syncBuilder" : "DefaultDatabaseMigrationClientBuilder",
"syncBuilderInterface" : "DatabaseMigrationClientBuilder",
"syncClient" : "DefaultDatabaseMigrationClient",
"syncInterface" : "DatabaseMigrationClient",
"transformPackageName" : "databasemigration.transform",
"uid" : "dms-2016-01-01",
"unmarshallerContextClassName" : "JsonMarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"AddTagsToResource" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds metadata tags to a DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddTagsToResourceRequest",
"variableName" : "addTagsToResourceRequest",
"variableType" : "AddTagsToResourceRequest",
"documentation" : "",
"simpleType" : "AddTagsToResourceRequest",
"variableSetterType" : "AddTagsToResourceRequest"
},
"methodName" : "addTagsToResource",
"operationName" : "AddTagsToResource",
"paginated" : false,
"returnType" : {
"returnType" : "AddTagsToResourceResponse",
"documentation" : ""
},
"syncReturnType" : "AddTagsToResourceResponse"
},
"CreateEndpoint" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an endpoint using the provided settings.
",
"exceptions" : [ {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateEndpointRequest",
"variableName" : "createEndpointRequest",
"variableType" : "CreateEndpointRequest",
"documentation" : "",
"simpleType" : "CreateEndpointRequest",
"variableSetterType" : "CreateEndpointRequest"
},
"methodName" : "createEndpoint",
"operationName" : "CreateEndpoint",
"paginated" : false,
"returnType" : {
"returnType" : "CreateEndpointResponse",
"documentation" : ""
},
"syncReturnType" : "CreateEndpointResponse"
},
"CreateEventSubscription" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Creates an AWS DMS event notification subscription.
You can specify the type of source (SourceType
) you want to be notified of, provide a list of AWS DMS source IDs (SourceIds
) that triggers the events, and provide a list of event categories (EventCategories
) for events you want to be notified of. If you specify both the SourceType
and SourceIds
, such as SourceType = replication-instance
and SourceIdentifier = my-replinstance
, you will be notified of all the replication instance events for the specified source. If you specify a SourceType
but don't specify a SourceIdentifier
, you receive notice of the events for that source type for all your AWS DMS sources. If you don't specify either SourceType
nor SourceIdentifier
, you will be notified of events generated from all AWS DMS sources belonging to your customer account.
For more information about AWS DMS events, see Working with Events and Notifications in the AWS Database MIgration Service User Guide.
",
"exceptions" : [ {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SNSInvalidTopicException",
"documentation" : "The SNS topic is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SNSNoAuthorizationException",
"documentation" : "You are not authorized for the SNS subscription.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateEventSubscriptionRequest",
"variableName" : "createEventSubscriptionRequest",
"variableType" : "CreateEventSubscriptionRequest",
"documentation" : "",
"simpleType" : "CreateEventSubscriptionRequest",
"variableSetterType" : "CreateEventSubscriptionRequest"
},
"methodName" : "createEventSubscription",
"operationName" : "CreateEventSubscription",
"paginated" : false,
"returnType" : {
"returnType" : "CreateEventSubscriptionResponse",
"documentation" : ""
},
"syncReturnType" : "CreateEventSubscriptionResponse"
},
"CreateReplicationInstance" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates the replication instance using the specified parameters.
",
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InsufficientResourceCapacityException",
"documentation" : "There are not enough resources allocated to the database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "StorageQuotaExceededException",
"documentation" : "The storage quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException",
"documentation" : "The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The subnet provided is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReplicationInstanceRequest",
"variableName" : "createReplicationInstanceRequest",
"variableType" : "CreateReplicationInstanceRequest",
"documentation" : "",
"simpleType" : "CreateReplicationInstanceRequest",
"variableSetterType" : "CreateReplicationInstanceRequest"
},
"methodName" : "createReplicationInstance",
"operationName" : "CreateReplicationInstance",
"paginated" : false,
"returnType" : {
"returnType" : "CreateReplicationInstanceResponse",
"documentation" : ""
},
"syncReturnType" : "CreateReplicationInstanceResponse"
},
"CreateReplicationSubnetGroup" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a replication subnet group given a list of the subnet IDs in a VPC.
",
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException",
"documentation" : "The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The subnet provided is invalid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReplicationSubnetGroupRequest",
"variableName" : "createReplicationSubnetGroupRequest",
"variableType" : "CreateReplicationSubnetGroupRequest",
"documentation" : "",
"simpleType" : "CreateReplicationSubnetGroupRequest",
"variableSetterType" : "CreateReplicationSubnetGroupRequest"
},
"methodName" : "createReplicationSubnetGroup",
"operationName" : "CreateReplicationSubnetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateReplicationSubnetGroupResponse",
"documentation" : ""
},
"syncReturnType" : "CreateReplicationSubnetGroupResponse"
},
"CreateReplicationTask" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a replication task using the specified parameters.
",
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReplicationTaskRequest",
"variableName" : "createReplicationTaskRequest",
"variableType" : "CreateReplicationTaskRequest",
"documentation" : "",
"simpleType" : "CreateReplicationTaskRequest",
"variableSetterType" : "CreateReplicationTaskRequest"
},
"methodName" : "createReplicationTask",
"operationName" : "CreateReplicationTask",
"paginated" : false,
"returnType" : {
"returnType" : "CreateReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "CreateReplicationTaskResponse"
},
"DeleteCertificate" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified certificate.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteCertificateRequest",
"variableName" : "deleteCertificateRequest",
"variableType" : "DeleteCertificateRequest",
"documentation" : "",
"simpleType" : "DeleteCertificateRequest",
"variableSetterType" : "DeleteCertificateRequest"
},
"methodName" : "deleteCertificate",
"operationName" : "DeleteCertificate",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteCertificateResponse",
"documentation" : null
},
"syncReturnType" : "DeleteCertificateResponse"
},
"DeleteEndpoint" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified endpoint.
All tasks associated with the endpoint must be deleted before you can delete the endpoint.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteEndpointRequest",
"variableName" : "deleteEndpointRequest",
"variableType" : "DeleteEndpointRequest",
"documentation" : "",
"simpleType" : "DeleteEndpointRequest",
"variableSetterType" : "DeleteEndpointRequest"
},
"methodName" : "deleteEndpoint",
"operationName" : "DeleteEndpoint",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteEndpointResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteEndpointResponse"
},
"DeleteEventSubscription" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Deletes an AWS DMS event subscription.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteEventSubscriptionRequest",
"variableName" : "deleteEventSubscriptionRequest",
"variableType" : "DeleteEventSubscriptionRequest",
"documentation" : "",
"simpleType" : "DeleteEventSubscriptionRequest",
"variableSetterType" : "DeleteEventSubscriptionRequest"
},
"methodName" : "deleteEventSubscription",
"operationName" : "DeleteEventSubscription",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteEventSubscriptionResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteEventSubscriptionResponse"
},
"DeleteReplicationInstance" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified replication instance.
You must delete any migration tasks that are associated with the replication instance before you can delete it.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReplicationInstanceRequest",
"variableName" : "deleteReplicationInstanceRequest",
"variableType" : "DeleteReplicationInstanceRequest",
"documentation" : "",
"simpleType" : "DeleteReplicationInstanceRequest",
"variableSetterType" : "DeleteReplicationInstanceRequest"
},
"methodName" : "deleteReplicationInstance",
"operationName" : "DeleteReplicationInstance",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReplicationInstanceResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteReplicationInstanceResponse"
},
"DeleteReplicationSubnetGroup" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a subnet group.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReplicationSubnetGroupRequest",
"variableName" : "deleteReplicationSubnetGroupRequest",
"variableType" : "DeleteReplicationSubnetGroupRequest",
"documentation" : "",
"simpleType" : "DeleteReplicationSubnetGroupRequest",
"variableSetterType" : "DeleteReplicationSubnetGroupRequest"
},
"methodName" : "deleteReplicationSubnetGroup",
"operationName" : "DeleteReplicationSubnetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReplicationSubnetGroupResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteReplicationSubnetGroupResponse"
},
"DeleteReplicationTask" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified replication task.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReplicationTaskRequest",
"variableName" : "deleteReplicationTaskRequest",
"variableType" : "DeleteReplicationTaskRequest",
"documentation" : "",
"simpleType" : "DeleteReplicationTaskRequest",
"variableSetterType" : "DeleteReplicationTaskRequest"
},
"methodName" : "deleteReplicationTask",
"operationName" : "DeleteReplicationTask",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteReplicationTaskResponse"
},
"DescribeAccountAttributes" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.
This command does not take any parameters.
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAccountAttributesRequest",
"variableName" : "describeAccountAttributesRequest",
"variableType" : "DescribeAccountAttributesRequest",
"documentation" : "",
"simpleType" : "DescribeAccountAttributesRequest",
"variableSetterType" : "DescribeAccountAttributesRequest"
},
"methodName" : "describeAccountAttributes",
"operationName" : "DescribeAccountAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeAccountAttributesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeAccountAttributesResponse"
},
"DescribeCertificates" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides a description of the certificate.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCertificatesRequest",
"variableName" : "describeCertificatesRequest",
"variableType" : "DescribeCertificatesRequest",
"documentation" : "",
"simpleType" : "DescribeCertificatesRequest",
"variableSetterType" : "DescribeCertificatesRequest"
},
"methodName" : "describeCertificates",
"operationName" : "DescribeCertificates",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeCertificatesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeCertificatesResponse"
},
"DescribeConnections" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeConnectionsRequest",
"variableName" : "describeConnectionsRequest",
"variableType" : "DescribeConnectionsRequest",
"documentation" : "",
"simpleType" : "DescribeConnectionsRequest",
"variableSetterType" : "DescribeConnectionsRequest"
},
"methodName" : "describeConnections",
"operationName" : "DescribeConnections",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeConnectionsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeConnectionsResponse"
},
"DescribeEndpointTypes" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the type of endpoints available.
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEndpointTypesRequest",
"variableName" : "describeEndpointTypesRequest",
"variableType" : "DescribeEndpointTypesRequest",
"documentation" : "",
"simpleType" : "DescribeEndpointTypesRequest",
"variableSetterType" : "DescribeEndpointTypesRequest"
},
"methodName" : "describeEndpointTypes",
"operationName" : "DescribeEndpointTypes",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeEndpointTypesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEndpointTypesResponse"
},
"DescribeEndpoints" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the endpoints for your account in the current region.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEndpointsRequest",
"variableName" : "describeEndpointsRequest",
"variableType" : "DescribeEndpointsRequest",
"documentation" : "",
"simpleType" : "DescribeEndpointsRequest",
"variableSetterType" : "DescribeEndpointsRequest"
},
"methodName" : "describeEndpoints",
"operationName" : "DescribeEndpoints",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeEndpointsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEndpointsResponse"
},
"DescribeEventCategories" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventCategoriesRequest",
"variableName" : "describeEventCategoriesRequest",
"variableType" : "DescribeEventCategoriesRequest",
"documentation" : "",
"simpleType" : "DescribeEventCategoriesRequest",
"variableSetterType" : "DescribeEventCategoriesRequest"
},
"methodName" : "describeEventCategories",
"operationName" : "DescribeEventCategories",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeEventCategoriesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEventCategoriesResponse"
},
"DescribeEventSubscriptions" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all the event subscriptions for a customer account. The description of a subscription includes SubscriptionName
, SNSTopicARN
, CustomerID
, SourceType
, SourceID
, CreationTime
, and Status
.
If you specify SubscriptionName
, this action lists the description for that subscription.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventSubscriptionsRequest",
"variableName" : "describeEventSubscriptionsRequest",
"variableType" : "DescribeEventSubscriptionsRequest",
"documentation" : "",
"simpleType" : "DescribeEventSubscriptionsRequest",
"variableSetterType" : "DescribeEventSubscriptionsRequest"
},
"methodName" : "describeEventSubscriptions",
"operationName" : "DescribeEventSubscriptions",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeEventSubscriptionsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEventSubscriptionsResponse"
},
"DescribeEvents" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see Working with Events and Notifications .
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventsRequest",
"variableName" : "describeEventsRequest",
"variableType" : "DescribeEventsRequest",
"documentation" : "",
"simpleType" : "DescribeEventsRequest",
"variableSetterType" : "DescribeEventsRequest"
},
"methodName" : "describeEvents",
"operationName" : "DescribeEvents",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeEventsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeEventsResponse"
},
"DescribeOrderableReplicationInstances" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the replication instance types that can be created in the specified region.
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeOrderableReplicationInstancesRequest",
"variableName" : "describeOrderableReplicationInstancesRequest",
"variableType" : "DescribeOrderableReplicationInstancesRequest",
"documentation" : "",
"simpleType" : "DescribeOrderableReplicationInstancesRequest",
"variableSetterType" : "DescribeOrderableReplicationInstancesRequest"
},
"methodName" : "describeOrderableReplicationInstances",
"operationName" : "DescribeOrderableReplicationInstances",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeOrderableReplicationInstancesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeOrderableReplicationInstancesResponse"
},
"DescribeRefreshSchemasStatus" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the status of the RefreshSchemas operation.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRefreshSchemasStatusRequest",
"variableName" : "describeRefreshSchemasStatusRequest",
"variableType" : "DescribeRefreshSchemasStatusRequest",
"documentation" : "",
"simpleType" : "DescribeRefreshSchemasStatusRequest",
"variableSetterType" : "DescribeRefreshSchemasStatusRequest"
},
"methodName" : "describeRefreshSchemasStatus",
"operationName" : "DescribeRefreshSchemasStatus",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeRefreshSchemasStatusResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeRefreshSchemasStatusResponse"
},
"DescribeReplicationInstances" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about replication instances for your account in the current region.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReplicationInstancesRequest",
"variableName" : "describeReplicationInstancesRequest",
"variableType" : "DescribeReplicationInstancesRequest",
"documentation" : "",
"simpleType" : "DescribeReplicationInstancesRequest",
"variableSetterType" : "DescribeReplicationInstancesRequest"
},
"methodName" : "describeReplicationInstances",
"operationName" : "DescribeReplicationInstances",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeReplicationInstancesResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeReplicationInstancesResponse"
},
"DescribeReplicationSubnetGroups" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the replication subnet groups.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReplicationSubnetGroupsRequest",
"variableName" : "describeReplicationSubnetGroupsRequest",
"variableType" : "DescribeReplicationSubnetGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeReplicationSubnetGroupsRequest",
"variableSetterType" : "DescribeReplicationSubnetGroupsRequest"
},
"methodName" : "describeReplicationSubnetGroups",
"operationName" : "DescribeReplicationSubnetGroups",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeReplicationSubnetGroupsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeReplicationSubnetGroupsResponse"
},
"DescribeReplicationTaskAssessmentResults" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the task assessment results from Amazon S3. This action always returns the latest results.
",
"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" : false,
"returnType" : {
"returnType" : "DescribeReplicationTaskAssessmentResultsResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeReplicationTaskAssessmentResultsResponse"
},
"DescribeReplicationTasks" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about replication tasks for your account in the current region.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReplicationTasksRequest",
"variableName" : "describeReplicationTasksRequest",
"variableType" : "DescribeReplicationTasksRequest",
"documentation" : "",
"simpleType" : "DescribeReplicationTasksRequest",
"variableSetterType" : "DescribeReplicationTasksRequest"
},
"methodName" : "describeReplicationTasks",
"operationName" : "DescribeReplicationTasks",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeReplicationTasksResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeReplicationTasksResponse"
},
"DescribeSchemas" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the schema for the specified endpoint.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSchemasRequest",
"variableName" : "describeSchemasRequest",
"variableType" : "DescribeSchemasRequest",
"documentation" : "",
"simpleType" : "DescribeSchemasRequest",
"variableSetterType" : "DescribeSchemasRequest"
},
"methodName" : "describeSchemas",
"operationName" : "DescribeSchemas",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeSchemasResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeSchemasResponse"
},
"DescribeTableStatistics" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
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.
",
"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" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Uploads the specified certificate.
",
"exceptions" : [ {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidCertificateException",
"documentation" : "The certificate was not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ImportCertificateRequest",
"variableName" : "importCertificateRequest",
"variableType" : "ImportCertificateRequest",
"documentation" : "",
"simpleType" : "ImportCertificateRequest",
"variableSetterType" : "ImportCertificateRequest"
},
"methodName" : "importCertificate",
"operationName" : "ImportCertificate",
"paginated" : false,
"returnType" : {
"returnType" : "ImportCertificateResponse",
"documentation" : null
},
"syncReturnType" : "ImportCertificateResponse"
},
"ListTagsForResource" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all tags for an AWS DMS resource.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : ""
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"ModifyEndpoint" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the specified endpoint.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyEndpointRequest",
"variableName" : "modifyEndpointRequest",
"variableType" : "ModifyEndpointRequest",
"documentation" : "",
"simpleType" : "ModifyEndpointRequest",
"variableSetterType" : "ModifyEndpointRequest"
},
"methodName" : "modifyEndpoint",
"operationName" : "ModifyEndpoint",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyEndpointResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyEndpointResponse"
},
"ModifyEventSubscription" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies an existing AWS DMS event notification subscription.
",
"exceptions" : [ {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SNSInvalidTopicException",
"documentation" : "The SNS topic is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SNSNoAuthorizationException",
"documentation" : "You are not authorized for the SNS subscription.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyEventSubscriptionRequest",
"variableName" : "modifyEventSubscriptionRequest",
"variableType" : "ModifyEventSubscriptionRequest",
"documentation" : "",
"simpleType" : "ModifyEventSubscriptionRequest",
"variableSetterType" : "ModifyEventSubscriptionRequest"
},
"methodName" : "modifyEventSubscription",
"operationName" : "ModifyEventSubscription",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyEventSubscriptionResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyEventSubscriptionResponse"
},
"ModifyReplicationInstance" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.
Some settings are applied during the maintenance window.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InsufficientResourceCapacityException",
"documentation" : "There are not enough resources allocated to the database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "StorageQuotaExceededException",
"documentation" : "The storage quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UpgradeDependencyFailureException",
"documentation" : "An upgrade dependency is preventing the database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyReplicationInstanceRequest",
"variableName" : "modifyReplicationInstanceRequest",
"variableType" : "ModifyReplicationInstanceRequest",
"documentation" : "",
"simpleType" : "ModifyReplicationInstanceRequest",
"variableSetterType" : "ModifyReplicationInstanceRequest"
},
"methodName" : "modifyReplicationInstance",
"operationName" : "ModifyReplicationInstance",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyReplicationInstanceResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyReplicationInstanceResponse"
},
"ModifyReplicationSubnetGroup" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the settings for the specified replication subnet group.
",
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "AWS DMS was denied access to the endpoint.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SubnetAlreadyInUseException",
"documentation" : "The specified subnet is already in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException",
"documentation" : "The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The subnet provided is invalid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyReplicationSubnetGroupRequest",
"variableName" : "modifyReplicationSubnetGroupRequest",
"variableType" : "ModifyReplicationSubnetGroupRequest",
"documentation" : "",
"simpleType" : "ModifyReplicationSubnetGroupRequest",
"variableSetterType" : "ModifyReplicationSubnetGroupRequest"
},
"methodName" : "modifyReplicationSubnetGroup",
"operationName" : "ModifyReplicationSubnetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyReplicationSubnetGroupResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyReplicationSubnetGroupResponse"
},
"ModifyReplicationTask" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the specified replication task.
You can't modify the task endpoints. The task must be stopped before you can modify it.
For more information about AWS DMS tasks, see the AWS DMS user guide at Working with Migration Tasks
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The resource you are attempting to create already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyReplicationTaskRequest",
"variableName" : "modifyReplicationTaskRequest",
"variableType" : "ModifyReplicationTaskRequest",
"documentation" : "",
"simpleType" : "ModifyReplicationTaskRequest",
"variableSetterType" : "ModifyReplicationTaskRequest"
},
"methodName" : "modifyReplicationTask",
"operationName" : "ModifyReplicationTask",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "ModifyReplicationTaskResponse"
},
"RefreshSchemas" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.
",
"exceptions" : [ {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RefreshSchemasRequest",
"variableName" : "refreshSchemasRequest",
"variableType" : "RefreshSchemasRequest",
"documentation" : "",
"simpleType" : "RefreshSchemasRequest",
"variableSetterType" : "RefreshSchemasRequest"
},
"methodName" : "refreshSchemas",
"operationName" : "RefreshSchemas",
"paginated" : false,
"returnType" : {
"returnType" : "RefreshSchemasResponse",
"documentation" : ""
},
"syncReturnType" : "RefreshSchemasResponse"
},
"ReloadTables" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Reloads the target database table with the source data.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ReloadTablesRequest",
"variableName" : "reloadTablesRequest",
"variableType" : "ReloadTablesRequest",
"documentation" : "",
"simpleType" : "ReloadTablesRequest",
"variableSetterType" : "ReloadTablesRequest"
},
"methodName" : "reloadTables",
"operationName" : "ReloadTables",
"paginated" : false,
"returnType" : {
"returnType" : "ReloadTablesResponse",
"documentation" : null
},
"syncReturnType" : "ReloadTablesResponse"
},
"RemoveTagsFromResource" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes metadata tags from a DMS resource.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RemoveTagsFromResourceRequest",
"variableName" : "removeTagsFromResourceRequest",
"variableType" : "RemoveTagsFromResourceRequest",
"documentation" : "",
"simpleType" : "RemoveTagsFromResourceRequest",
"variableSetterType" : "RemoveTagsFromResourceRequest"
},
"methodName" : "removeTagsFromResource",
"operationName" : "RemoveTagsFromResource",
"paginated" : false,
"returnType" : {
"returnType" : "RemoveTagsFromResourceResponse",
"documentation" : ""
},
"syncReturnType" : "RemoveTagsFromResourceResponse"
},
"StartReplicationTask" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts the replication task.
For more information about AWS DMS tasks, see the AWS DMS user guide at Working with Migration Tasks
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartReplicationTaskRequest",
"variableName" : "startReplicationTaskRequest",
"variableType" : "StartReplicationTaskRequest",
"documentation" : "",
"simpleType" : "StartReplicationTaskRequest",
"variableSetterType" : "StartReplicationTaskRequest"
},
"methodName" : "startReplicationTask",
"operationName" : "StartReplicationTask",
"paginated" : false,
"returnType" : {
"returnType" : "StartReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "StartReplicationTaskResponse"
},
"StartReplicationTaskAssessment" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : " Starts the replication task assessment for unsupported data types in the source database.
",
"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" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Stops the replication task.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopReplicationTaskRequest",
"variableName" : "stopReplicationTaskRequest",
"variableType" : "StopReplicationTaskRequest",
"documentation" : "",
"simpleType" : "StopReplicationTaskRequest",
"variableSetterType" : "StopReplicationTaskRequest"
},
"methodName" : "stopReplicationTask",
"operationName" : "StopReplicationTask",
"paginated" : false,
"returnType" : {
"returnType" : "StopReplicationTaskResponse",
"documentation" : ""
},
"syncReturnType" : "StopReplicationTaskResponse"
},
"TestConnection" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Tests the connection between the replication instance and the endpoint.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidResourceStateException",
"documentation" : "The resource is in a state that prevents it from being used for database migration.
",
"httpStatusCode" : null
}, {
"exceptionName" : "KMSKeyNotAccessibleException",
"documentation" : "AWS DMS cannot access the KMS key.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceQuotaExceededException",
"documentation" : "The quota for this resource quota has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TestConnectionRequest",
"variableName" : "testConnectionRequest",
"variableType" : "TestConnectionRequest",
"documentation" : "",
"simpleType" : "TestConnectionRequest",
"variableSetterType" : "TestConnectionRequest"
},
"methodName" : "testConnection",
"operationName" : "TestConnection",
"paginated" : false,
"returnType" : {
"returnType" : "TestConnectionResponse",
"documentation" : ""
},
"syncReturnType" : "TestConnectionResponse"
}
},
"shapes" : {
"AccessDeniedException" : {
"c2jName" : "AccessDeniedFault",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "AWS DMS was denied access to the endpoint.
",
"enums" : null,
"errorCode" : "AccessDeniedFault",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false
},
"AccountQuota" : {
"c2jName" : "AccountQuota",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes a quota for an AWS account, for example, the number of replication instances allowed.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAccountQuotaName",
"beanStyleSetterMethodName" : "setAccountQuotaName",
"c2jName" : "AccountQuotaName",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "accountQuotaName",
"fluentSetterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accountQuotaName",
"getterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@return The name of the AWS DMS quota for this AWS account.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AccountQuotaName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountQuotaName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AccountQuotaName",
"setterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.",
"setterMethodName" : "setAccountQuotaName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUsed",
"beanStyleSetterMethodName" : "setUsed",
"c2jName" : "Used",
"c2jShape" : "Long",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "used",
"fluentSetterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "used",
"getterDocumentation" : "The amount currently used toward the quota maximum.
\n@return The amount currently used toward the quota maximum.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Used",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Used",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Used",
"setterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.",
"setterMethodName" : "setUsed",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : "The amount currently used toward the quota maximum.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMax",
"beanStyleSetterMethodName" : "setMax",
"c2jName" : "Max",
"c2jShape" : "Long",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "max",
"fluentSetterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "max",
"getterDocumentation" : "The maximum allowed value for the quota.
\n@return The maximum allowed value for the quota.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Max",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Max",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Max",
"setterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.",
"setterMethodName" : "setMax",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : "The maximum allowed value for the quota.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AccountQuotaName" : {
"beanStyleGetterMethodName" : "getAccountQuotaName",
"beanStyleSetterMethodName" : "setAccountQuotaName",
"c2jName" : "AccountQuotaName",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "accountQuotaName",
"fluentSetterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accountQuotaName",
"getterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@return The name of the AWS DMS quota for this AWS account.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AccountQuotaName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountQuotaName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AccountQuotaName",
"setterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.",
"setterMethodName" : "setAccountQuotaName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Max" : {
"beanStyleGetterMethodName" : "getMax",
"beanStyleSetterMethodName" : "setMax",
"c2jName" : "Max",
"c2jShape" : "Long",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "max",
"fluentSetterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "max",
"getterDocumentation" : "The maximum allowed value for the quota.
\n@return The maximum allowed value for the quota.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Max",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Max",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Max",
"setterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.",
"setterMethodName" : "setMax",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : "The maximum allowed value for the quota.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"Used" : {
"beanStyleGetterMethodName" : "getUsed",
"beanStyleSetterMethodName" : "setUsed",
"c2jName" : "Used",
"c2jShape" : "Long",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "used",
"fluentSetterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "used",
"getterDocumentation" : "The amount currently used toward the quota maximum.
\n@return The amount currently used toward the quota maximum.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Used",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Used",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Used",
"setterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.",
"setterMethodName" : "setUsed",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : "The amount currently used toward the quota maximum.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAccountQuotaName",
"beanStyleSetterMethodName" : "setAccountQuotaName",
"c2jName" : "AccountQuotaName",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "accountQuotaName",
"fluentSetterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accountQuotaName",
"getterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@return The name of the AWS DMS quota for this AWS account.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AccountQuotaName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountQuotaName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AccountQuotaName",
"setterDocumentation" : "The name of the AWS DMS quota for this AWS account.
\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.",
"setterMethodName" : "setAccountQuotaName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accountQuotaName",
"variableType" : "String",
"documentation" : "The name of the AWS DMS quota for this AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUsed",
"beanStyleSetterMethodName" : "setUsed",
"c2jName" : "Used",
"c2jShape" : "Long",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "used",
"fluentSetterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "used",
"getterDocumentation" : "The amount currently used toward the quota maximum.
\n@return The amount currently used toward the quota maximum.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Used",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Used",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Used",
"setterDocumentation" : "The amount currently used toward the quota maximum.
\n@param used The amount currently used toward the quota maximum.",
"setterMethodName" : "setUsed",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "used",
"variableType" : "Long",
"documentation" : "The amount currently used toward the quota maximum.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMax",
"beanStyleSetterMethodName" : "setMax",
"c2jName" : "Max",
"c2jShape" : "Long",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "max",
"fluentSetterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "max",
"getterDocumentation" : "The maximum allowed value for the quota.
\n@return The maximum allowed value for the quota.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Max",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Max",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Max",
"setterDocumentation" : "The maximum allowed value for the quota.
\n@param max The maximum allowed value for the quota.",
"setterMethodName" : "setMax",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "max",
"variableType" : "Long",
"documentation" : "The maximum allowed value for the quota.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccountQuota",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AccountQuota",
"variableName" : "accountQuota",
"variableType" : "AccountQuota",
"documentation" : null,
"simpleType" : "AccountQuota",
"variableSetterType" : "AccountQuota"
},
"wrapper" : false
},
"AddTagsToResourceRequest" : {
"c2jName" : "AddTagsToResourceMessage",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddTagsToResource",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.AddTagsToResource",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\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" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@return The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ResourceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tag to be assigned to the DMS 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" : "The tag to be assigned to the DMS resource.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tag to be assigned to the DMS resource.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The tag to be assigned to the DMS resource.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tag to be assigned to the DMS resource.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceArn" : {
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\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" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@return The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ResourceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tag to be assigned to the DMS 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" : "The tag to be assigned to the DMS resource.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tag to be assigned to the DMS resource.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The tag to be assigned to the DMS resource.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tag to be assigned to the DMS resource.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\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" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@return The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ResourceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tag to be assigned to the DMS 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" : "The tag to be assigned to the DMS resource.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tag to be assigned to the DMS resource.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The tag to be assigned to the DMS resource.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "The tag to be assigned to the DMS resource.
\n@param tags The tag to be assigned to the DMS resource.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tag to be assigned to the DMS resource.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ResourceArn", "Tags" ],
"shapeName" : "AddTagsToResourceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddTagsToResourceRequest",
"variableName" : "addTagsToResourceRequest",
"variableType" : "AddTagsToResourceRequest",
"documentation" : null,
"simpleType" : "AddTagsToResourceRequest",
"variableSetterType" : "AddTagsToResourceRequest"
},
"wrapper" : false
},
"AddTagsToResourceResponse" : {
"c2jName" : "AddTagsToResourceResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddTagsToResourceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddTagsToResourceResponse",
"variableName" : "addTagsToResourceResponse",
"variableType" : "AddTagsToResourceResponse",
"documentation" : null,
"simpleType" : "AddTagsToResourceResponse",
"variableSetterType" : "AddTagsToResourceResponse"
},
"wrapper" : false
},
"AuthMechanismValue" : {
"c2jName" : "AuthMechanismValue",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "DEFAULT",
"value" : "default"
}, {
"name" : "MONGODB_CR",
"value" : "mongodb_cr"
}, {
"name" : "SCRAM_SHA_1",
"value" : "scram_sha_1"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AuthMechanismValue",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AuthMechanismValue",
"variableName" : "authMechanismValue",
"variableType" : "AuthMechanismValue",
"documentation" : null,
"simpleType" : "AuthMechanismValue",
"variableSetterType" : "AuthMechanismValue"
},
"wrapper" : false
},
"AuthTypeValue" : {
"c2jName" : "AuthTypeValue",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "NO",
"value" : "no"
}, {
"name" : "PASSWORD",
"value" : "password"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AuthTypeValue",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AuthTypeValue",
"variableName" : "authTypeValue",
"variableType" : "AuthTypeValue",
"documentation" : null,
"simpleType" : "AuthTypeValue",
"variableSetterType" : "AuthTypeValue"
},
"wrapper" : false
},
"AvailabilityZone" : {
"c2jName" : "AvailabilityZone",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the availability zone.
\n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the availability zone.
\n@return The name of the availability zone.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the availability zone.
\n@param name The name of the availability zone.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the availability zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the availability zone.
\n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the availability zone.
\n@return The name of the availability zone.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the availability zone.
\n@param name The name of the availability zone.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the availability zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the availability zone.
\n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the availability zone.
\n@return The name of the availability zone.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the availability zone.
\n@param name The name of the availability zone.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the availability zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AvailabilityZone",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AvailabilityZone",
"variableName" : "availabilityZone",
"variableType" : "AvailabilityZone",
"documentation" : null,
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"wrapper" : false
},
"Certificate" : {
"c2jName" : "Certificate",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The SSL certificate that can be used to encrypt connections between the endpoints and the replication instance.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCertificateIdentifier",
"beanStyleSetterMethodName" : "setCertificateIdentifier",
"c2jName" : "CertificateIdentifier",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\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" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateIdentifier",
"fluentSetterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateIdentifier",
"getterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateIdentifier",
"setterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"setterMethodName" : "setCertificateIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateCreationDate",
"beanStyleSetterMethodName" : "setCertificateCreationDate",
"c2jName" : "CertificateCreationDate",
"c2jShape" : "TStamp",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateCreationDate",
"fluentSetterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateCreationDate",
"getterDocumentation" : "The date that the certificate was created.
\n@return The date that the certificate was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateCreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateCreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CertificateCreationDate",
"setterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.",
"setterMethodName" : "setCertificateCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the certificate was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificatePem",
"beanStyleSetterMethodName" : "setCertificatePem",
"c2jName" : "CertificatePem",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The contents of the .pem X.509 certificate file 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 #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 the .pem X.509 certificate file for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificatePem",
"fluentSetterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificatePem",
"getterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@return The contents of the .pem X.509 certificate file for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificatePem",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificatePem",
"setterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.",
"setterMethodName" : "setCertificatePem",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The contents of the .pem X.509 certificate file for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateWallet",
"beanStyleSetterMethodName" : "setCertificateWallet",
"c2jName" : "CertificateWallet",
"c2jShape" : "CertificateWallet",
"defaultConsumerFluentSetterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nThis is a convenience that creates an instance of the {@link ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #certificateWallet(ByteBuffer)}.\n@param certificateWallet a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateWallet(ByteBuffer)",
"deprecated" : false,
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateWallet",
"fluentSetterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateWallet",
"getterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\n\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The location of the imported Oracle Wallet certificate for use with SSL.",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateWallet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateWallet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"name" : "CertificateWallet",
"setterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.",
"setterMethodName" : "setCertificateWallet",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@return The Amazon Resource Name (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateOwner",
"beanStyleSetterMethodName" : "setCertificateOwner",
"c2jName" : "CertificateOwner",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateOwner",
"fluentSetterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateOwner",
"getterDocumentation" : "The owner of the certificate.
\n@return The owner of the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateOwner",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateOwner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateOwner",
"setterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.",
"setterMethodName" : "setCertificateOwner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : "The owner of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidFromDate",
"beanStyleSetterMethodName" : "setValidFromDate",
"c2jName" : "ValidFromDate",
"c2jShape" : "TStamp",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validFromDate",
"fluentSetterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validFromDate",
"getterDocumentation" : "The beginning date that the certificate is valid.
\n@return The beginning date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidFromDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidFromDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidFromDate",
"setterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.",
"setterMethodName" : "setValidFromDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : "The beginning date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidToDate",
"beanStyleSetterMethodName" : "setValidToDate",
"c2jName" : "ValidToDate",
"c2jShape" : "TStamp",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validToDate",
"fluentSetterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validToDate",
"getterDocumentation" : "The final date that the certificate is valid.
\n@return The final date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidToDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidToDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidToDate",
"setterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.",
"setterMethodName" : "setValidToDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : "The final date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningAlgorithm",
"beanStyleSetterMethodName" : "setSigningAlgorithm",
"c2jName" : "SigningAlgorithm",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signingAlgorithm",
"fluentSetterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingAlgorithm",
"getterDocumentation" : "The signing algorithm for the certificate.
\n@return The signing algorithm for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SigningAlgorithm",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SigningAlgorithm",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SigningAlgorithm",
"setterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.",
"setterMethodName" : "setSigningAlgorithm",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : "The signing algorithm for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKeyLength",
"beanStyleSetterMethodName" : "setKeyLength",
"c2jName" : "KeyLength",
"c2jShape" : "IntegerOptional",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "keyLength",
"fluentSetterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "keyLength",
"getterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@return The key length of the cryptographic algorithm being used.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KeyLength",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeyLength",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "KeyLength",
"setterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.",
"setterMethodName" : "setKeyLength",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : "The key length of the cryptographic algorithm being used.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateArn" : {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@return The Amazon Resource Name (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateCreationDate" : {
"beanStyleGetterMethodName" : "getCertificateCreationDate",
"beanStyleSetterMethodName" : "setCertificateCreationDate",
"c2jName" : "CertificateCreationDate",
"c2jShape" : "TStamp",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateCreationDate",
"fluentSetterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateCreationDate",
"getterDocumentation" : "The date that the certificate was created.
\n@return The date that the certificate was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateCreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateCreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CertificateCreationDate",
"setterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.",
"setterMethodName" : "setCertificateCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the certificate was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"CertificateIdentifier" : {
"beanStyleGetterMethodName" : "getCertificateIdentifier",
"beanStyleSetterMethodName" : "setCertificateIdentifier",
"c2jName" : "CertificateIdentifier",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\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" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateIdentifier",
"fluentSetterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateIdentifier",
"getterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateIdentifier",
"setterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"setterMethodName" : "setCertificateIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateOwner" : {
"beanStyleGetterMethodName" : "getCertificateOwner",
"beanStyleSetterMethodName" : "setCertificateOwner",
"c2jName" : "CertificateOwner",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateOwner",
"fluentSetterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateOwner",
"getterDocumentation" : "The owner of the certificate.
\n@return The owner of the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateOwner",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateOwner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateOwner",
"setterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.",
"setterMethodName" : "setCertificateOwner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : "The owner of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificatePem" : {
"beanStyleGetterMethodName" : "getCertificatePem",
"beanStyleSetterMethodName" : "setCertificatePem",
"c2jName" : "CertificatePem",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The contents of the .pem X.509 certificate file 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 #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 the .pem X.509 certificate file for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificatePem",
"fluentSetterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificatePem",
"getterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@return The contents of the .pem X.509 certificate file for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificatePem",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificatePem",
"setterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.",
"setterMethodName" : "setCertificatePem",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The contents of the .pem X.509 certificate file for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateWallet" : {
"beanStyleGetterMethodName" : "getCertificateWallet",
"beanStyleSetterMethodName" : "setCertificateWallet",
"c2jName" : "CertificateWallet",
"c2jShape" : "CertificateWallet",
"defaultConsumerFluentSetterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nThis is a convenience that creates an instance of the {@link ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #certificateWallet(ByteBuffer)}.\n@param certificateWallet a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateWallet(ByteBuffer)",
"deprecated" : false,
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateWallet",
"fluentSetterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateWallet",
"getterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\n\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The location of the imported Oracle Wallet certificate for use with SSL.",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateWallet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateWallet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"name" : "CertificateWallet",
"setterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.",
"setterMethodName" : "setCertificateWallet",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
},
"KeyLength" : {
"beanStyleGetterMethodName" : "getKeyLength",
"beanStyleSetterMethodName" : "setKeyLength",
"c2jName" : "KeyLength",
"c2jShape" : "IntegerOptional",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "keyLength",
"fluentSetterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "keyLength",
"getterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@return The key length of the cryptographic algorithm being used.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KeyLength",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeyLength",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "KeyLength",
"setterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.",
"setterMethodName" : "setKeyLength",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : "The key length of the cryptographic algorithm being used.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"SigningAlgorithm" : {
"beanStyleGetterMethodName" : "getSigningAlgorithm",
"beanStyleSetterMethodName" : "setSigningAlgorithm",
"c2jName" : "SigningAlgorithm",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signingAlgorithm",
"fluentSetterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingAlgorithm",
"getterDocumentation" : "The signing algorithm for the certificate.
\n@return The signing algorithm for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SigningAlgorithm",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SigningAlgorithm",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SigningAlgorithm",
"setterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.",
"setterMethodName" : "setSigningAlgorithm",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : "The signing algorithm for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ValidFromDate" : {
"beanStyleGetterMethodName" : "getValidFromDate",
"beanStyleSetterMethodName" : "setValidFromDate",
"c2jName" : "ValidFromDate",
"c2jShape" : "TStamp",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validFromDate",
"fluentSetterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validFromDate",
"getterDocumentation" : "The beginning date that the certificate is valid.
\n@return The beginning date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidFromDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidFromDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidFromDate",
"setterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.",
"setterMethodName" : "setValidFromDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : "The beginning date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"ValidToDate" : {
"beanStyleGetterMethodName" : "getValidToDate",
"beanStyleSetterMethodName" : "setValidToDate",
"c2jName" : "ValidToDate",
"c2jShape" : "TStamp",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validToDate",
"fluentSetterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validToDate",
"getterDocumentation" : "The final date that the certificate is valid.
\n@return The final date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidToDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidToDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidToDate",
"setterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.",
"setterMethodName" : "setValidToDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : "The final date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCertificateIdentifier",
"beanStyleSetterMethodName" : "setCertificateIdentifier",
"c2jName" : "CertificateIdentifier",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\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" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateIdentifier",
"fluentSetterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateIdentifier",
"getterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateIdentifier",
"setterDocumentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.",
"setterMethodName" : "setCertificateIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateIdentifier",
"variableType" : "String",
"documentation" : "The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateCreationDate",
"beanStyleSetterMethodName" : "setCertificateCreationDate",
"c2jName" : "CertificateCreationDate",
"c2jShape" : "TStamp",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateCreationDate",
"fluentSetterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateCreationDate",
"getterDocumentation" : "The date that the certificate was created.
\n@return The date that the certificate was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateCreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateCreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "CertificateCreationDate",
"setterDocumentation" : "The date that the certificate was created.
\n@param certificateCreationDate The date that the certificate was created.",
"setterMethodName" : "setCertificateCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "certificateCreationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date that the certificate was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificatePem",
"beanStyleSetterMethodName" : "setCertificatePem",
"c2jName" : "CertificatePem",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The contents of the .pem X.509 certificate file 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 #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 the .pem X.509 certificate file for the certificate.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificatePem",
"fluentSetterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificatePem",
"getterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@return The contents of the .pem X.509 certificate file for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificatePem",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificatePem",
"setterDocumentation" : "The contents of the .pem X.509 certificate file for the certificate.
\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.",
"setterMethodName" : "setCertificatePem",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The contents of the .pem X.509 certificate file for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateWallet",
"beanStyleSetterMethodName" : "setCertificateWallet",
"c2jName" : "CertificateWallet",
"c2jShape" : "CertificateWallet",
"defaultConsumerFluentSetterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nThis is a convenience that creates an instance of the {@link ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #certificateWallet(ByteBuffer)}.\n@param certificateWallet a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateWallet(ByteBuffer)",
"deprecated" : false,
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateWallet",
"fluentSetterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateWallet",
"getterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\n\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n
\n@return The location of the imported Oracle Wallet certificate for use with SSL.",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateWallet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateWallet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.nio.ByteBuffer",
"marshallingType" : "BYTE_BUFFER",
"name" : "CertificateWallet",
"setterDocumentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n
\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.",
"setterMethodName" : "setCertificateWallet",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : null,
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "certificateWallet",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The location of the imported Oracle Wallet certificate for use with SSL.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@return The Amazon Resource Name (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateOwner",
"beanStyleSetterMethodName" : "setCertificateOwner",
"c2jName" : "CertificateOwner",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateOwner",
"fluentSetterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateOwner",
"getterDocumentation" : "The owner of the certificate.
\n@return The owner of the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateOwner",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateOwner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateOwner",
"setterDocumentation" : "The owner of the certificate.
\n@param certificateOwner The owner of the certificate.",
"setterMethodName" : "setCertificateOwner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateOwner",
"variableType" : "String",
"documentation" : "The owner of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidFromDate",
"beanStyleSetterMethodName" : "setValidFromDate",
"c2jName" : "ValidFromDate",
"c2jShape" : "TStamp",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validFromDate",
"fluentSetterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validFromDate",
"getterDocumentation" : "The beginning date that the certificate is valid.
\n@return The beginning date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidFromDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidFromDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidFromDate",
"setterDocumentation" : "The beginning date that the certificate is valid.
\n@param validFromDate The beginning date that the certificate is valid.",
"setterMethodName" : "setValidFromDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validFromDate",
"variableType" : "java.time.Instant",
"documentation" : "The beginning date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidToDate",
"beanStyleSetterMethodName" : "setValidToDate",
"c2jName" : "ValidToDate",
"c2jShape" : "TStamp",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "validToDate",
"fluentSetterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validToDate",
"getterDocumentation" : "The final date that the certificate is valid.
\n@return The final date that the certificate is valid.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ValidToDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ValidToDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "ValidToDate",
"setterDocumentation" : "The final date that the certificate is valid.
\n@param validToDate The final date that the certificate is valid.",
"setterMethodName" : "setValidToDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "validToDate",
"variableType" : "java.time.Instant",
"documentation" : "The final date that the certificate is valid.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningAlgorithm",
"beanStyleSetterMethodName" : "setSigningAlgorithm",
"c2jName" : "SigningAlgorithm",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "signingAlgorithm",
"fluentSetterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingAlgorithm",
"getterDocumentation" : "The signing algorithm for the certificate.
\n@return The signing algorithm for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SigningAlgorithm",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SigningAlgorithm",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SigningAlgorithm",
"setterDocumentation" : "The signing algorithm for the certificate.
\n@param signingAlgorithm The signing algorithm for the certificate.",
"setterMethodName" : "setSigningAlgorithm",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "signingAlgorithm",
"variableType" : "String",
"documentation" : "The signing algorithm for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKeyLength",
"beanStyleSetterMethodName" : "setKeyLength",
"c2jName" : "KeyLength",
"c2jShape" : "IntegerOptional",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "keyLength",
"fluentSetterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "keyLength",
"getterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@return The key length of the cryptographic algorithm being used.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KeyLength",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KeyLength",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "KeyLength",
"setterDocumentation" : "The key length of the cryptographic algorithm being used.
\n@param keyLength The key length of the cryptographic algorithm being used.",
"setterMethodName" : "setKeyLength",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "keyLength",
"variableType" : "Integer",
"documentation" : "The key length of the cryptographic algorithm being used.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Certificate",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Certificate",
"variableName" : "certificate",
"variableType" : "Certificate",
"documentation" : null,
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"wrapper" : false
},
"CompressionTypeValue" : {
"c2jName" : "CompressionTypeValue",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "NONE",
"value" : "none"
}, {
"name" : "GZIP",
"value" : "gzip"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CompressionTypeValue",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CompressionTypeValue",
"variableName" : "compressionTypeValue",
"variableType" : "CompressionTypeValue",
"documentation" : null,
"simpleType" : "CompressionTypeValue",
"variableSetterType" : "CompressionTypeValue"
},
"wrapper" : false
},
"Connection" : {
"c2jName" : "Connection",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getReplicationInstanceArn",
"beanStyleSetterMethodName" : "setReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.",
"setterMethodName" : "setReplicationInstanceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointArn",
"beanStyleSetterMethodName" : "setEndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.",
"setterMethodName" : "setEndpointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The connection status.
\n@param status The connection status.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The connection status.
\n@return The connection status.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Status",
"setterDocumentation" : "The connection status.
\n@param status The connection status.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The connection status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastFailureMessage",
"beanStyleSetterMethodName" : "setLastFailureMessage",
"c2jName" : "LastFailureMessage",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "lastFailureMessage",
"fluentSetterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastFailureMessage",
"getterDocumentation" : "The error message when the connection last failed.
\n@return The error message when the connection last failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastFailureMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastFailureMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LastFailureMessage",
"setterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.",
"setterMethodName" : "setLastFailureMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : "The error message when the connection last failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"fluentSetterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointIdentifier",
"getterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@return The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"setterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationInstanceIdentifier",
"beanStyleSetterMethodName" : "setReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceIdentifier",
"fluentSetterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceIdentifier",
"getterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@return The replication instance identifier. This parameter is stored as a lowercase string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"setterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointArn" : {
"beanStyleGetterMethodName" : "getEndpointArn",
"beanStyleSetterMethodName" : "setEndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.",
"setterMethodName" : "setEndpointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EndpointIdentifier" : {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"fluentSetterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointIdentifier",
"getterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@return The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"setterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LastFailureMessage" : {
"beanStyleGetterMethodName" : "getLastFailureMessage",
"beanStyleSetterMethodName" : "setLastFailureMessage",
"c2jName" : "LastFailureMessage",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "lastFailureMessage",
"fluentSetterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastFailureMessage",
"getterDocumentation" : "The error message when the connection last failed.
\n@return The error message when the connection last failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastFailureMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastFailureMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LastFailureMessage",
"setterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.",
"setterMethodName" : "setLastFailureMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : "The error message when the connection last failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationInstanceArn" : {
"beanStyleGetterMethodName" : "getReplicationInstanceArn",
"beanStyleSetterMethodName" : "setReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.",
"setterMethodName" : "setReplicationInstanceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReplicationInstanceIdentifier" : {
"beanStyleGetterMethodName" : "getReplicationInstanceIdentifier",
"beanStyleSetterMethodName" : "setReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceIdentifier",
"fluentSetterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceIdentifier",
"getterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@return The replication instance identifier. This parameter is stored as a lowercase string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"setterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The connection status.
\n@param status The connection status.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The connection status.
\n@return The connection status.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Status",
"setterDocumentation" : "The connection status.
\n@param status The connection status.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The connection status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getReplicationInstanceArn",
"beanStyleSetterMethodName" : "setReplicationInstanceArn",
"c2jName" : "ReplicationInstanceArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@return The Amazon Resource Name (ARN) of the replication instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) of the replication instance.
\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.",
"setterMethodName" : "setReplicationInstanceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the replication instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointArn",
"beanStyleSetterMethodName" : "setEndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.",
"setterMethodName" : "setEndpointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The connection status.
\n@param status The connection status.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The connection status.
\n@return The connection status.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Status",
"setterDocumentation" : "The connection status.
\n@param status The connection status.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The connection status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastFailureMessage",
"beanStyleSetterMethodName" : "setLastFailureMessage",
"c2jName" : "LastFailureMessage",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "lastFailureMessage",
"fluentSetterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastFailureMessage",
"getterDocumentation" : "The error message when the connection last failed.
\n@return The error message when the connection last failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastFailureMessage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastFailureMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LastFailureMessage",
"setterDocumentation" : "The error message when the connection last failed.
\n@param lastFailureMessage The error message when the connection last failed.",
"setterMethodName" : "setLastFailureMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastFailureMessage",
"variableType" : "String",
"documentation" : "The error message when the connection last failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"fluentSetterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointIdentifier",
"getterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@return The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"setterDocumentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : "The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationInstanceIdentifier",
"beanStyleSetterMethodName" : "setReplicationInstanceIdentifier",
"c2jName" : "ReplicationInstanceIdentifier",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "replicationInstanceIdentifier",
"fluentSetterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationInstanceIdentifier",
"getterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@return The replication instance identifier. This parameter is stored as a lowercase string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationInstanceIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationInstanceIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ReplicationInstanceIdentifier",
"setterDocumentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.",
"setterMethodName" : "setReplicationInstanceIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "replicationInstanceIdentifier",
"variableType" : "String",
"documentation" : "The replication instance identifier. This parameter is stored as a lowercase string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Connection",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Connection",
"variableName" : "connection",
"variableType" : "Connection",
"documentation" : null,
"simpleType" : "Connection",
"variableSetterType" : "Connection"
},
"wrapper" : false
},
"CreateEndpointRequest" : {
"c2jName" : "CreateEndpointMessage",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateEndpoint",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.CreateEndpoint",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"fluentSetterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointIdentifier",
"getterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"setterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointType",
"beanStyleSetterMethodName" : "setEndpointType",
"c2jName" : "EndpointType",
"c2jShape" : "ReplicationEndpointTypeValue",
"defaultConsumerFluentSetterDocumentation" : "The type of 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 #endpointTypeString(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.
",
"enumType" : "ReplicationEndpointTypeValue",
"fluentEnumGetterMethodName" : "endpointType",
"fluentGetterMethodName" : "endpointTypeString",
"fluentSetterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue",
"fluentSetterMethodName" : "endpointType",
"getterDocumentation" : "The type of endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n
\n@return The type of endpoint.\n@see ReplicationEndpointTypeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointType",
"setterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue",
"setterMethodName" : "setEndpointType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : "The type of endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEngineName",
"beanStyleSetterMethodName" : "setEngineName",
"c2jName" : "EngineName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\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, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "engineName",
"fluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "engineName",
"getterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EngineName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EngineName",
"setterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"setterMethodName" : "setEngineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUsername",
"beanStyleSetterMethodName" : "setUsername",
"c2jName" : "Username",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The user name to be used to login 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 login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "username",
"fluentSetterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "username",
"getterDocumentation" : "The user name to be used to login to the endpoint database.
\n@return The user name to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Username",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Username",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Username",
"setterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.",
"setterMethodName" : "setUsername",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : "The user name to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPassword",
"beanStyleSetterMethodName" : "setPassword",
"c2jName" : "Password",
"c2jShape" : "SecretString",
"defaultConsumerFluentSetterDocumentation" : "The password to be used to login 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 login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "password",
"fluentSetterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "password",
"getterDocumentation" : "The password to be used to login to the endpoint database.
\n@return The password to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Password",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Password",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Password",
"setterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.",
"setterMethodName" : "setPassword",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : "The password to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServerName",
"beanStyleSetterMethodName" : "setServerName",
"c2jName" : "ServerName",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "serverName",
"fluentSetterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serverName",
"getterDocumentation" : "The name of the server where the endpoint database resides.
\n@return The name of the server where the endpoint database resides.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ServerName",
"setterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.",
"setterMethodName" : "setServerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : "The name of the server where the endpoint database resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPort",
"beanStyleSetterMethodName" : "setPort",
"c2jName" : "Port",
"c2jShape" : "IntegerOptional",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "port",
"fluentSetterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "port",
"getterDocumentation" : "The port used by the endpoint database.
\n@return The port used by the endpoint database.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Port",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Port",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Port",
"setterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.",
"setterMethodName" : "setPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : "The port used by the endpoint database.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatabaseName",
"beanStyleSetterMethodName" : "setDatabaseName",
"c2jName" : "DatabaseName",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "databaseName",
"fluentSetterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "databaseName",
"getterDocumentation" : "The name of the endpoint database.
\n@return The name of the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DatabaseName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DatabaseName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DatabaseName",
"setterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.",
"setterMethodName" : "setDatabaseName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : "The name of the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExtraConnectionAttributes",
"beanStyleSetterMethodName" : "setExtraConnectionAttributes",
"c2jName" : "ExtraConnectionAttributes",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Additional attributes associated with the connection.
\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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "extraConnectionAttributes",
"fluentSetterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "extraConnectionAttributes",
"getterDocumentation" : "Additional attributes associated with the connection.
\n@return Additional attributes associated with the connection.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExtraConnectionAttributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtraConnectionAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExtraConnectionAttributes",
"setterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.",
"setterMethodName" : "setExtraConnectionAttributes",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : "Additional attributes associated with the connection.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\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" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KmsKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"setterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "Tags to be added 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" : "Tags to be added to the endpoint.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Tags to be added to the endpoint.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Tags to be added to the endpoint.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Tags to be added to the endpoint.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@return The Amazon Resource Name (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSslMode",
"beanStyleSetterMethodName" : "setSslMode",
"c2jName" : "SslMode",
"c2jShape" : "DmsSslModeValue",
"defaultConsumerFluentSetterDocumentation" : "The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\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 #sslModeString(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 SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"enumType" : "DmsSslModeValue",
"fluentEnumGetterMethodName" : "sslMode",
"fluentGetterMethodName" : "sslModeString",
"fluentSetterDocumentation" : "The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue",
"fluentSetterMethodName" : "sslMode",
"getterDocumentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n
\n@return The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SslMode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SslMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SslMode",
"setterDocumentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"setterMethodName" : "setSslMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDynamoDbSettings",
"beanStyleSetterMethodName" : "setDynamoDbSettings",
"c2jName" : "DynamoDbSettings",
"c2jShape" : "DynamoDbSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\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 the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "dynamoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dynamoDbSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "DynamoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DynamoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DynamoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DynamoDbSettings",
"setterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"setterMethodName" : "setDynamoDbSettings",
"setterModel" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : null,
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3Settings",
"beanStyleSetterMethodName" : "setS3Settings",
"c2jName" : "S3Settings",
"c2jShape" : "S3Settings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\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 S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "s3Settings",
"fluentSetterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Settings",
"getterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "S3Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Settings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "S3Settings",
"setterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setS3Settings",
"setterModel" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : null,
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMongoDbSettings",
"beanStyleSetterMethodName" : "setMongoDbSettings",
"c2jName" : "MongoDbSettings",
"c2jShape" : "MongoDbSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\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 When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "mongoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mongoDbSettings",
"getterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "MongoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MongoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MongoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "MongoDbSettings",
"setterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setMongoDbSettings",
"setterModel" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : null,
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateArn" : {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@return The Amazon Resource Name (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "databaseName",
"fluentSetterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "databaseName",
"getterDocumentation" : "The name of the endpoint database.
\n@return The name of the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DatabaseName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DatabaseName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DatabaseName",
"setterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.",
"setterMethodName" : "setDatabaseName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : "The name of the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DynamoDbSettings" : {
"beanStyleGetterMethodName" : "getDynamoDbSettings",
"beanStyleSetterMethodName" : "setDynamoDbSettings",
"c2jName" : "DynamoDbSettings",
"c2jShape" : "DynamoDbSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\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 the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "dynamoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dynamoDbSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "DynamoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DynamoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DynamoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DynamoDbSettings",
"setterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"setterMethodName" : "setDynamoDbSettings",
"setterModel" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : null,
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"xmlNameSpaceUri" : null
},
"EndpointIdentifier" : {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"fluentSetterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointIdentifier",
"getterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"setterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EndpointType" : {
"beanStyleGetterMethodName" : "getEndpointType",
"beanStyleSetterMethodName" : "setEndpointType",
"c2jName" : "EndpointType",
"c2jShape" : "ReplicationEndpointTypeValue",
"defaultConsumerFluentSetterDocumentation" : "The type of 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 #endpointTypeString(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.
",
"enumType" : "ReplicationEndpointTypeValue",
"fluentEnumGetterMethodName" : "endpointType",
"fluentGetterMethodName" : "endpointTypeString",
"fluentSetterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue",
"fluentSetterMethodName" : "endpointType",
"getterDocumentation" : "The type of endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n
\n@return The type of endpoint.\n@see ReplicationEndpointTypeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointType",
"setterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue",
"setterMethodName" : "setEndpointType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : "The type of endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EngineName" : {
"beanStyleGetterMethodName" : "getEngineName",
"beanStyleSetterMethodName" : "setEngineName",
"c2jName" : "EngineName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\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, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "engineName",
"fluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "engineName",
"getterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EngineName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EngineName",
"setterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"setterMethodName" : "setEngineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExtraConnectionAttributes" : {
"beanStyleGetterMethodName" : "getExtraConnectionAttributes",
"beanStyleSetterMethodName" : "setExtraConnectionAttributes",
"c2jName" : "ExtraConnectionAttributes",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Additional attributes associated with the connection.
\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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "extraConnectionAttributes",
"fluentSetterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "extraConnectionAttributes",
"getterDocumentation" : "Additional attributes associated with the connection.
\n@return Additional attributes associated with the connection.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExtraConnectionAttributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtraConnectionAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExtraConnectionAttributes",
"setterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.",
"setterMethodName" : "setExtraConnectionAttributes",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : "Additional attributes associated with the connection.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"KmsKeyId" : {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\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" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KmsKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"setterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MongoDbSettings" : {
"beanStyleGetterMethodName" : "getMongoDbSettings",
"beanStyleSetterMethodName" : "setMongoDbSettings",
"c2jName" : "MongoDbSettings",
"c2jShape" : "MongoDbSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\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 When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "mongoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mongoDbSettings",
"getterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "MongoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MongoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MongoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "MongoDbSettings",
"setterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setMongoDbSettings",
"setterModel" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : null,
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"xmlNameSpaceUri" : null
},
"Password" : {
"beanStyleGetterMethodName" : "getPassword",
"beanStyleSetterMethodName" : "setPassword",
"c2jName" : "Password",
"c2jShape" : "SecretString",
"defaultConsumerFluentSetterDocumentation" : "The password to be used to login 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 login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "password",
"fluentSetterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "password",
"getterDocumentation" : "The password to be used to login to the endpoint database.
\n@return The password to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Password",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Password",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Password",
"setterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.",
"setterMethodName" : "setPassword",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : "The password to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Port" : {
"beanStyleGetterMethodName" : "getPort",
"beanStyleSetterMethodName" : "setPort",
"c2jName" : "Port",
"c2jShape" : "IntegerOptional",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "port",
"fluentSetterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "port",
"getterDocumentation" : "The port used by the endpoint database.
\n@return The port used by the endpoint database.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Port",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Port",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Port",
"setterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.",
"setterMethodName" : "setPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : "The port used by the endpoint database.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"S3Settings" : {
"beanStyleGetterMethodName" : "getS3Settings",
"beanStyleSetterMethodName" : "setS3Settings",
"c2jName" : "S3Settings",
"c2jShape" : "S3Settings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\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 S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "s3Settings",
"fluentSetterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Settings",
"getterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "S3Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Settings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "S3Settings",
"setterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setS3Settings",
"setterModel" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : null,
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"xmlNameSpaceUri" : null
},
"ServerName" : {
"beanStyleGetterMethodName" : "getServerName",
"beanStyleSetterMethodName" : "setServerName",
"c2jName" : "ServerName",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "serverName",
"fluentSetterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serverName",
"getterDocumentation" : "The name of the server where the endpoint database resides.
\n@return The name of the server where the endpoint database resides.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ServerName",
"setterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.",
"setterMethodName" : "setServerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : "The name of the server where the endpoint database resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SslMode" : {
"beanStyleGetterMethodName" : "getSslMode",
"beanStyleSetterMethodName" : "setSslMode",
"c2jName" : "SslMode",
"c2jShape" : "DmsSslModeValue",
"defaultConsumerFluentSetterDocumentation" : "The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\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 #sslModeString(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 SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"enumType" : "DmsSslModeValue",
"fluentEnumGetterMethodName" : "sslMode",
"fluentGetterMethodName" : "sslModeString",
"fluentSetterDocumentation" : "The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue",
"fluentSetterMethodName" : "sslMode",
"getterDocumentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n
\n@return The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SslMode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SslMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SslMode",
"setterDocumentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"setterMethodName" : "setSslMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "Tags to be added 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" : "Tags to be added to the endpoint.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Tags to be added to the endpoint.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Tags to be added to the endpoint.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Tags to be added to the endpoint.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Username" : {
"beanStyleGetterMethodName" : "getUsername",
"beanStyleSetterMethodName" : "setUsername",
"c2jName" : "Username",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The user name to be used to login 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 login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "username",
"fluentSetterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "username",
"getterDocumentation" : "The user name to be used to login to the endpoint database.
\n@return The user name to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Username",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Username",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Username",
"setterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.",
"setterMethodName" : "setUsername",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : "The user name to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpointIdentifier",
"beanStyleSetterMethodName" : "setEndpointIdentifier",
"c2jName" : "EndpointIdentifier",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpointIdentifier",
"fluentSetterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointIdentifier",
"getterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointIdentifier",
"setterDocumentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setEndpointIdentifier",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointIdentifier",
"variableType" : "String",
"documentation" : "The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointType",
"beanStyleSetterMethodName" : "setEndpointType",
"c2jName" : "EndpointType",
"c2jShape" : "ReplicationEndpointTypeValue",
"defaultConsumerFluentSetterDocumentation" : "The type of 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 #endpointTypeString(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.
",
"enumType" : "ReplicationEndpointTypeValue",
"fluentEnumGetterMethodName" : "endpointType",
"fluentGetterMethodName" : "endpointTypeString",
"fluentSetterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue",
"fluentSetterMethodName" : "endpointType",
"getterDocumentation" : "The type of endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n
\n@return The type of endpoint.\n@see ReplicationEndpointTypeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EndpointType",
"setterDocumentation" : "The type of endpoint.
\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue",
"setterMethodName" : "setEndpointType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointType",
"variableType" : "String",
"documentation" : "The type of endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEngineName",
"beanStyleSetterMethodName" : "setEngineName",
"c2jName" : "EngineName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\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, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "engineName",
"fluentSetterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "engineName",
"getterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EngineName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EngineName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "EngineName",
"setterDocumentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.",
"setterMethodName" : "setEngineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineName",
"variableType" : "String",
"documentation" : "The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUsername",
"beanStyleSetterMethodName" : "setUsername",
"c2jName" : "Username",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The user name to be used to login 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 login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "username",
"fluentSetterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "username",
"getterDocumentation" : "The user name to be used to login to the endpoint database.
\n@return The user name to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Username",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Username",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Username",
"setterDocumentation" : "The user name to be used to login to the endpoint database.
\n@param username The user name to be used to login to the endpoint database.",
"setterMethodName" : "setUsername",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "username",
"variableType" : "String",
"documentation" : "The user name to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPassword",
"beanStyleSetterMethodName" : "setPassword",
"c2jName" : "Password",
"c2jShape" : "SecretString",
"defaultConsumerFluentSetterDocumentation" : "The password to be used to login 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 login to the endpoint database.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "password",
"fluentSetterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "password",
"getterDocumentation" : "The password to be used to login to the endpoint database.
\n@return The password to be used to login to the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Password",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Password",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Password",
"setterDocumentation" : "The password to be used to login to the endpoint database.
\n@param password The password to be used to login to the endpoint database.",
"setterMethodName" : "setPassword",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "password",
"variableType" : "String",
"documentation" : "The password to be used to login to the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServerName",
"beanStyleSetterMethodName" : "setServerName",
"c2jName" : "ServerName",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "serverName",
"fluentSetterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serverName",
"getterDocumentation" : "The name of the server where the endpoint database resides.
\n@return The name of the server where the endpoint database resides.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ServerName",
"setterDocumentation" : "The name of the server where the endpoint database resides.
\n@param serverName The name of the server where the endpoint database resides.",
"setterMethodName" : "setServerName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverName",
"variableType" : "String",
"documentation" : "The name of the server where the endpoint database resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPort",
"beanStyleSetterMethodName" : "setPort",
"c2jName" : "Port",
"c2jShape" : "IntegerOptional",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "port",
"fluentSetterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "port",
"getterDocumentation" : "The port used by the endpoint database.
\n@return The port used by the endpoint database.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Port",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Port",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Port",
"setterDocumentation" : "The port used by the endpoint database.
\n@param port The port used by the endpoint database.",
"setterMethodName" : "setPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : "The port used by the endpoint database.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDatabaseName",
"beanStyleSetterMethodName" : "setDatabaseName",
"c2jName" : "DatabaseName",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "databaseName",
"fluentSetterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "databaseName",
"getterDocumentation" : "The name of the endpoint database.
\n@return The name of the endpoint database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DatabaseName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DatabaseName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DatabaseName",
"setterDocumentation" : "The name of the endpoint database.
\n@param databaseName The name of the endpoint database.",
"setterMethodName" : "setDatabaseName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "databaseName",
"variableType" : "String",
"documentation" : "The name of the endpoint database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExtraConnectionAttributes",
"beanStyleSetterMethodName" : "setExtraConnectionAttributes",
"c2jName" : "ExtraConnectionAttributes",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Additional attributes associated with the connection.
\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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "extraConnectionAttributes",
"fluentSetterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "extraConnectionAttributes",
"getterDocumentation" : "Additional attributes associated with the connection.
\n@return Additional attributes associated with the connection.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExtraConnectionAttributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtraConnectionAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ExtraConnectionAttributes",
"setterDocumentation" : "Additional attributes associated with the connection.
\n@param extraConnectionAttributes Additional attributes associated with the connection.",
"setterMethodName" : "setExtraConnectionAttributes",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "extraConnectionAttributes",
"variableType" : "String",
"documentation" : "Additional attributes associated with the connection.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\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" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "KmsKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"setterDocumentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "Tags to be added 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" : "Tags to be added to the endpoint.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Tags to be added to the endpoint.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Tags to be added to the endpoint.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "Tags to be added to the endpoint.
\n@param tags Tags to be added to the endpoint.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Tags to be added to the endpoint.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCertificateArn",
"beanStyleSetterMethodName" : "setCertificateArn",
"c2jName" : "CertificateArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "certificateArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "certificateArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@return The Amazon Resource Name (ARN) for the certificate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "CertificateArn",
"setterDocumentation" : "The Amazon Resource Name (ARN) for the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.",
"setterMethodName" : "setCertificateArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) for the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSslMode",
"beanStyleSetterMethodName" : "setSslMode",
"c2jName" : "SslMode",
"c2jShape" : "DmsSslModeValue",
"defaultConsumerFluentSetterDocumentation" : "The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\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 #sslModeString(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 SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"enumType" : "DmsSslModeValue",
"fluentEnumGetterMethodName" : "sslMode",
"fluentGetterMethodName" : "sslModeString",
"fluentSetterDocumentation" : "The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue",
"fluentSetterMethodName" : "sslMode",
"getterDocumentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n
\n@return The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SslMode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SslMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SslMode",
"setterDocumentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
\n@param sslMode The SSL mode to use for the SSL connection. SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.\n@see DmsSslModeValue",
"setterMethodName" : "setSslMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sslMode",
"variableType" : "String",
"documentation" : "
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDynamoDbSettings",
"beanStyleSetterMethodName" : "setDynamoDbSettings",
"c2jName" : "DynamoDbSettings",
"c2jShape" : "DynamoDbSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\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 the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "dynamoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dynamoDbSettings",
"getterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "DynamoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DynamoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DynamoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DynamoDbSettings",
"setterDocumentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.",
"setterMethodName" : "setDynamoDbSettings",
"setterModel" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : null,
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DynamoDbSettings",
"variableName" : "dynamoDbSettings",
"variableType" : "DynamoDbSettings",
"documentation" : "Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
",
"simpleType" : "DynamoDbSettings",
"variableSetterType" : "DynamoDbSettings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3Settings",
"beanStyleSetterMethodName" : "setS3Settings",
"c2jName" : "S3Settings",
"c2jShape" : "S3Settings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\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 S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "s3Settings",
"fluentSetterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Settings",
"getterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "S3Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Settings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "S3Settings",
"setterDocumentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setS3Settings",
"setterModel" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : null,
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "S3Settings",
"variableName" : "s3Settings",
"variableType" : "S3Settings",
"documentation" : "Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "S3Settings",
"variableSetterType" : "S3Settings"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMongoDbSettings",
"beanStyleSetterMethodName" : "setMongoDbSettings",
"c2jName" : "MongoDbSettings",
"c2jShape" : "MongoDbSettings",
"defaultConsumerFluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\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 When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "mongoDbSettings",
"fluentSetterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mongoDbSettings",
"getterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"getterModel" : {
"returnType" : "MongoDbSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MongoDbSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MongoDbSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "MongoDbSettings",
"setterDocumentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.",
"setterMethodName" : "setMongoDbSettings",
"setterModel" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : null,
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "MongoDbSettings",
"variableName" : "mongoDbSettings",
"variableType" : "MongoDbSettings",
"documentation" : "Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
",
"simpleType" : "MongoDbSettings",
"variableSetterType" : "MongoDbSettings"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "EndpointIdentifier", "EndpointType", "EngineName" ],
"shapeName" : "CreateEndpointRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateEndpointRequest",
"variableName" : "createEndpointRequest",
"variableType" : "CreateEndpointRequest",
"documentation" : null,
"simpleType" : "CreateEndpointRequest",
"variableSetterType" : "CreateEndpointRequest"
},
"wrapper" : false
},
"CreateEndpointResponse" : {
"c2jName" : "CreateEndpointResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEndpoint",
"beanStyleSetterMethodName" : "setEndpoint",
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpoint",
"fluentSetterDocumentation" : "The endpoint that was created.
\n@param endpoint The endpoint that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpoint",
"getterDocumentation" : "The endpoint that was created.
\n@return The endpoint that was created.",
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Endpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Endpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Endpoint",
"setterDocumentation" : "The endpoint that was created.
\n@param endpoint The endpoint that was created.",
"setterMethodName" : "setEndpoint",
"setterModel" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : null,
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : "The endpoint that was created.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Endpoint" : {
"beanStyleGetterMethodName" : "getEndpoint",
"beanStyleSetterMethodName" : "setEndpoint",
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpoint",
"fluentSetterDocumentation" : "The endpoint that was created.
\n@param endpoint The endpoint that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpoint",
"getterDocumentation" : "The endpoint that was created.
\n@return The endpoint that was created.",
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Endpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Endpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Endpoint",
"setterDocumentation" : "The endpoint that was created.
\n@param endpoint The endpoint that was created.",
"setterMethodName" : "setEndpoint",
"setterModel" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : null,
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : "The endpoint that was created.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpoint",
"beanStyleSetterMethodName" : "setEndpoint",
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "endpoint",
"fluentSetterDocumentation" : "The endpoint that was created.
\n@param endpoint The endpoint that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpoint",
"getterDocumentation" : "The endpoint that was created.
\n@return The endpoint that was created.",
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Endpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Endpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Endpoint",
"setterDocumentation" : "The endpoint that was created.
\n@param endpoint The endpoint that was created.",
"setterMethodName" : "setEndpoint",
"setterModel" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : null,
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : "The endpoint that was created.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateEndpointResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateEndpointResponse",
"variableName" : "createEndpointResponse",
"variableType" : "CreateEndpointResponse",
"documentation" : null,
"simpleType" : "CreateEndpointResponse",
"variableSetterType" : "CreateEndpointResponse"
},
"wrapper" : false
},
"CreateEventSubscriptionRequest" : {
"c2jName" : "CreateEventSubscriptionMessage",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateEventSubscription",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDMSv20160101.CreateEventSubscription",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getSubscriptionName",
"beanStyleSetterMethodName" : "setSubscriptionName",
"c2jName" : "SubscriptionName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the DMS event notification subscription.
Constraints: The 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 DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "subscriptionName",
"fluentSetterDocumentation" : "The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subscriptionName",
"getterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@return The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubscriptionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubscriptionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SubscriptionName",
"setterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"setterMethodName" : "setSubscriptionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSnsTopicArn",
"beanStyleSetterMethodName" : "setSnsTopicArn",
"c2jName" : "SnsTopicArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "snsTopicArn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "snsTopicArn",
"getterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SnsTopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnsTopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SnsTopicArn",
"setterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"setterMethodName" : "setSnsTopicArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceType",
"beanStyleSetterMethodName" : "setSourceType",
"c2jName" : "SourceType",
"c2jShape" : "String",
"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 | migration-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 | migration-task
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceType",
"fluentSetterDocumentation" : " The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceType",
"getterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@return The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SourceType",
"setterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"setterMethodName" : "setSourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventCategories",
"beanStyleSetterMethodName" : "setEventCategories",
"c2jName" : "EventCategories",
"c2jShape" : "EventCategoriesList",
"defaultConsumerFluentSetterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\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. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "eventCategories",
"fluentSetterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventCategories",
"getterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventCategories",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategories",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "EventCategories",
"setterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setEventCategories",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceIds",
"beanStyleSetterMethodName" : "setSourceIds",
"c2jName" : "SourceIds",
"c2jShape" : "SourceIdsList",
"defaultConsumerFluentSetterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\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" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceIds",
"fluentSetterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceIds",
"getterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "SourceIds",
"setterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setSourceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "BooleanOptional",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@return A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "A tag to be attached 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" : "A tag to be attached to the event subscription.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A tag to be attached to the event subscription.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A tag to be attached to the event subscription.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "A tag to be attached to the event subscription.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Enabled" : {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "BooleanOptional",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@return A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"EventCategories" : {
"beanStyleGetterMethodName" : "getEventCategories",
"beanStyleSetterMethodName" : "setEventCategories",
"c2jName" : "EventCategories",
"c2jShape" : "EventCategoriesList",
"defaultConsumerFluentSetterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\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. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "eventCategories",
"fluentSetterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventCategories",
"getterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventCategories",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategories",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "EventCategories",
"setterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setEventCategories",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"SnsTopicArn" : {
"beanStyleGetterMethodName" : "getSnsTopicArn",
"beanStyleSetterMethodName" : "setSnsTopicArn",
"c2jName" : "SnsTopicArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "snsTopicArn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "snsTopicArn",
"getterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SnsTopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnsTopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SnsTopicArn",
"setterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"setterMethodName" : "setSnsTopicArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SourceIds" : {
"beanStyleGetterMethodName" : "getSourceIds",
"beanStyleSetterMethodName" : "setSourceIds",
"c2jName" : "SourceIds",
"c2jShape" : "SourceIdsList",
"defaultConsumerFluentSetterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\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" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceIds",
"fluentSetterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceIds",
"getterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "SourceIds",
"setterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setSourceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"SourceType" : {
"beanStyleGetterMethodName" : "getSourceType",
"beanStyleSetterMethodName" : "setSourceType",
"c2jName" : "SourceType",
"c2jShape" : "String",
"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 | migration-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 | migration-task
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceType",
"fluentSetterDocumentation" : " The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceType",
"getterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@return The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SourceType",
"setterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"setterMethodName" : "setSourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SubscriptionName" : {
"beanStyleGetterMethodName" : "getSubscriptionName",
"beanStyleSetterMethodName" : "setSubscriptionName",
"c2jName" : "SubscriptionName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the DMS event notification subscription.
Constraints: The 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 DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "subscriptionName",
"fluentSetterDocumentation" : "The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subscriptionName",
"getterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@return The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubscriptionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubscriptionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SubscriptionName",
"setterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"setterMethodName" : "setSubscriptionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "A tag to be attached 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" : "A tag to be attached to the event subscription.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A tag to be attached to the event subscription.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A tag to be attached to the event subscription.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "A tag to be attached to the event subscription.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSubscriptionName",
"beanStyleSetterMethodName" : "setSubscriptionName",
"c2jName" : "SubscriptionName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the DMS event notification subscription.
Constraints: The 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 DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "subscriptionName",
"fluentSetterDocumentation" : "The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subscriptionName",
"getterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@return The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubscriptionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubscriptionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SubscriptionName",
"setterDocumentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
\n@param subscriptionName The name of the DMS event notification subscription. Constraints: The name must be less than 255 characters.",
"setterMethodName" : "setSubscriptionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionName",
"variableType" : "String",
"documentation" : "
The name of the DMS event notification subscription.
Constraints: The name must be less than 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSnsTopicArn",
"beanStyleSetterMethodName" : "setSnsTopicArn",
"c2jName" : "SnsTopicArn",
"c2jShape" : "String",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "snsTopicArn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "snsTopicArn",
"getterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SnsTopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnsTopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SnsTopicArn",
"setterDocumentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.",
"setterMethodName" : "setSnsTopicArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "snsTopicArn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceType",
"beanStyleSetterMethodName" : "setSourceType",
"c2jName" : "SourceType",
"c2jShape" : "String",
"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 | migration-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 | migration-task
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceType",
"fluentSetterDocumentation" : " The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceType",
"getterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@return The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SourceType",
"setterDocumentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned. Valid values: replication-instance | migration-task",
"setterMethodName" : "setSourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceType",
"variableType" : "String",
"documentation" : "
The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance
. If this value is not specified, all events are returned.
Valid values: replication-instance | migration-task
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEventCategories",
"beanStyleSetterMethodName" : "setEventCategories",
"c2jName" : "EventCategories",
"c2jShape" : "EventCategoriesList",
"defaultConsumerFluentSetterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\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. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "eventCategories",
"fluentSetterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "eventCategories",
"getterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EventCategories",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EventCategories",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "EventCategories",
"setterDocumentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.",
"setterMethodName" : "setEventCategories",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"documentation" : " A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceIds",
"beanStyleSetterMethodName" : "setSourceIds",
"c2jName" : "SourceIds",
"c2jShape" : "SourceIdsList",
"defaultConsumerFluentSetterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\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" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "sourceIds",
"fluentSetterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceIds",
"getterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "SourceIds",
"setterDocumentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.",
"setterMethodName" : "setSourceIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"documentation" : " The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "BooleanOptional",
"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.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@return A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : " A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "A tag to be attached 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" : "A tag to be attached to the event subscription.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A tag to be attached to the event subscription.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A tag to be attached to the event subscription.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"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" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : 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,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "Tags",
"setterDocumentation" : "A tag to be attached to the event subscription.
\n@param tags A tag to be attached to the event subscription.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List