
models.route53domains-2014-05-15-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-route53 Show documentation
{
"metadata" : {
"apiVersion" : "2014-05-15",
"protocol" : "json",
"checksumFormat" : null,
"documentation" : null,
"defaultEndpoint" : "https://route53domains.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "route53domains.us-east-1.amazonaws.com",
"syncInterface" : "AmazonRoute53Domains",
"syncClient" : "AmazonRoute53DomainsClient",
"asyncInterface" : "AmazonRoute53DomainsAsync",
"asyncClient" : "AmazonRoute53DomainsAsyncClient",
"packageName" : "com.amazonaws.services.route53domains",
"packagePath" : "com/amazonaws/services/route53domains",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon Route 53 Domains",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "route53domains",
"signingName" : "route53domains",
"protocolDefaultExceptionUmarshallerImpl" : null,
"syncClientBuilderClassName" : "AmazonRoute53DomainsClientBuilder",
"asyncClientBuilderClassName" : "AmazonRoute53DomainsAsyncClientBuilder",
"serviceName" : "Amazon Route 53 Domains",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"jsonProtocol" : true
},
"operations" : {
"CheckDomainAvailability" : {
"documentation" : "This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must submit another request to determine the availability of the domain name.
",
"operationName" : "CheckDomainAvailability",
"deprecated" : false,
"input" : {
"variableName" : "checkDomainAvailabilityRequest",
"variableType" : "CheckDomainAvailabilityRequest",
"variableDeclarationType" : "CheckDomainAvailabilityRequest",
"documentation" : "The CheckDomainAvailability request contains the following elements.
",
"simpleType" : "CheckDomainAvailabilityRequest",
"variableSetterType" : "CheckDomainAvailabilityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CheckDomainAvailabilityResult",
"documentation" : "The CheckDomainAvailability response includes the following elements.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CheckDomainAvailabilityResult",
"asyncReturnType" : "CheckDomainAvailabilityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "checkDomainAvailability"
},
"DeleteTagsForDomain" : {
"documentation" : "This operation deletes the specified tags for a domain.
All tag operations are eventually consistent; subsequent operations may not immediately represent all issued operations.
",
"operationName" : "DeleteTagsForDomain",
"deprecated" : false,
"input" : {
"variableName" : "deleteTagsForDomainRequest",
"variableType" : "DeleteTagsForDomainRequest",
"variableDeclarationType" : "DeleteTagsForDomainRequest",
"documentation" : "The DeleteTagsForDomainRequest includes the following elements.
",
"simpleType" : "DeleteTagsForDomainRequest",
"variableSetterType" : "DeleteTagsForDomainRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteTagsForDomainResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteTagsForDomainResult",
"asyncReturnType" : "DeleteTagsForDomainResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteTagsForDomain"
},
"DisableDomainAutoRenew" : {
"documentation" : "This operation disables automatic renewal of domain registration for the specified domain.
Caution! Amazon Route 53 doesn't have a manual renewal process, so if you disable automatic renewal, registration for the domain will not be renewed when the expiration date passes, and you will lose control of the domain name. ",
"operationName" : "DisableDomainAutoRenew",
"deprecated" : false,
"input" : {
"variableName" : "disableDomainAutoRenewRequest",
"variableType" : "DisableDomainAutoRenewRequest",
"variableDeclarationType" : "DisableDomainAutoRenewRequest",
"documentation" : "",
"simpleType" : "DisableDomainAutoRenewRequest",
"variableSetterType" : "DisableDomainAutoRenewRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DisableDomainAutoRenewResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DisableDomainAutoRenewResult",
"asyncReturnType" : "DisableDomainAutoRenewResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "disableDomainAutoRenew"
},
"DisableDomainTransferLock" : {
"documentation" : "This operation removes the transfer lock on the domain (specifically the clientTransferProhibited
status) to allow domain transfers. We recommend you refrain from performing this action unless you intend to transfer the domain to a different registrar. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
",
"operationName" : "DisableDomainTransferLock",
"deprecated" : false,
"input" : {
"variableName" : "disableDomainTransferLockRequest",
"variableType" : "DisableDomainTransferLockRequest",
"variableDeclarationType" : "DisableDomainTransferLockRequest",
"documentation" : "The DisableDomainTransferLock request includes the following element.
",
"simpleType" : "DisableDomainTransferLockRequest",
"variableSetterType" : "DisableDomainTransferLockRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DisableDomainTransferLockResult",
"documentation" : "The DisableDomainTransferLock response includes the following element.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "DuplicateRequestException",
"documentation" : "The request is already in progress for the domain.
"
}, {
"exceptionName" : "TLDRulesViolationException",
"documentation" : "The top-level domain does not support this operation.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DisableDomainTransferLockResult",
"asyncReturnType" : "DisableDomainTransferLockResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "disableDomainTransferLock"
},
"EnableDomainAutoRenew" : {
"documentation" : "This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. The cost of renewing your domain registration is billed to your AWS account.
The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see \"Renewal, restoration, and deletion times\" on the website for our registrar partner, Gandi. Route 53 requires that you renew before the end of the renewal period that is listed on the Gandi website so we can complete processing before the deadline.
",
"operationName" : "EnableDomainAutoRenew",
"deprecated" : false,
"input" : {
"variableName" : "enableDomainAutoRenewRequest",
"variableType" : "EnableDomainAutoRenewRequest",
"variableDeclarationType" : "EnableDomainAutoRenewRequest",
"documentation" : "",
"simpleType" : "EnableDomainAutoRenewRequest",
"variableSetterType" : "EnableDomainAutoRenewRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnableDomainAutoRenewResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
}, {
"exceptionName" : "TLDRulesViolationException",
"documentation" : "The top-level domain does not support this operation.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "EnableDomainAutoRenewResult",
"asyncReturnType" : "EnableDomainAutoRenewResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "enableDomainAutoRenew"
},
"EnableDomainTransferLock" : {
"documentation" : "This operation sets the transfer lock on the domain (specifically the clientTransferProhibited
status) to prevent domain transfers. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
",
"operationName" : "EnableDomainTransferLock",
"deprecated" : false,
"input" : {
"variableName" : "enableDomainTransferLockRequest",
"variableType" : "EnableDomainTransferLockRequest",
"variableDeclarationType" : "EnableDomainTransferLockRequest",
"documentation" : "The EnableDomainTransferLock request includes the following element.
",
"simpleType" : "EnableDomainTransferLockRequest",
"variableSetterType" : "EnableDomainTransferLockRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnableDomainTransferLockResult",
"documentation" : "The EnableDomainTransferLock response includes the following elements.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "DuplicateRequestException",
"documentation" : "The request is already in progress for the domain.
"
}, {
"exceptionName" : "TLDRulesViolationException",
"documentation" : "The top-level domain does not support this operation.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "EnableDomainTransferLockResult",
"asyncReturnType" : "EnableDomainTransferLockResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "enableDomainTransferLock"
},
"GetContactReachabilityStatus" : {
"documentation" : "For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation returns information about whether the registrant contact has responded.
If you want us to resend the email, use the ResendContactReachabilityEmail
operation.
",
"operationName" : "GetContactReachabilityStatus",
"deprecated" : false,
"input" : {
"variableName" : "getContactReachabilityStatusRequest",
"variableType" : "GetContactReachabilityStatusRequest",
"variableDeclarationType" : "GetContactReachabilityStatusRequest",
"documentation" : "",
"simpleType" : "GetContactReachabilityStatusRequest",
"variableSetterType" : "GetContactReachabilityStatusRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetContactReachabilityStatusResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetContactReachabilityStatusResult",
"asyncReturnType" : "GetContactReachabilityStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getContactReachabilityStatus"
},
"GetDomainDetail" : {
"documentation" : "This operation returns detailed information about the domain. The domain's contact information is also returned as part of the output.
",
"operationName" : "GetDomainDetail",
"deprecated" : false,
"input" : {
"variableName" : "getDomainDetailRequest",
"variableType" : "GetDomainDetailRequest",
"variableDeclarationType" : "GetDomainDetailRequest",
"documentation" : "The GetDomainDetail request includes the following element.
",
"simpleType" : "GetDomainDetailRequest",
"variableSetterType" : "GetDomainDetailRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetDomainDetailResult",
"documentation" : "The GetDomainDetail response includes the following elements.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetDomainDetailResult",
"asyncReturnType" : "GetDomainDetailResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getDomainDetail"
},
"GetOperationDetail" : {
"documentation" : "This operation returns the current status of an operation that is not completed.
",
"operationName" : "GetOperationDetail",
"deprecated" : false,
"input" : {
"variableName" : "getOperationDetailRequest",
"variableType" : "GetOperationDetailRequest",
"variableDeclarationType" : "GetOperationDetailRequest",
"documentation" : "The GetOperationDetail request includes the following element.
",
"simpleType" : "GetOperationDetailRequest",
"variableSetterType" : "GetOperationDetailRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetOperationDetailResult",
"documentation" : "The GetOperationDetail response includes the following elements.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetOperationDetailResult",
"asyncReturnType" : "GetOperationDetailResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getOperationDetail"
},
"ListDomains" : {
"documentation" : "This operation returns all the domain names registered with Amazon Route 53 for the current AWS account.
",
"operationName" : "ListDomains",
"deprecated" : false,
"input" : {
"variableName" : "listDomainsRequest",
"variableType" : "ListDomainsRequest",
"variableDeclarationType" : "ListDomainsRequest",
"documentation" : "The ListDomains request includes the following elements.
",
"simpleType" : "ListDomainsRequest",
"variableSetterType" : "ListDomainsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListDomainsResult",
"documentation" : "The ListDomains response includes the following elements.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListDomainsResult",
"asyncReturnType" : "ListDomainsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listDomains"
},
"ListOperations" : {
"documentation" : "This operation returns the operation IDs of operations that are not yet complete.
",
"operationName" : "ListOperations",
"deprecated" : false,
"input" : {
"variableName" : "listOperationsRequest",
"variableType" : "ListOperationsRequest",
"variableDeclarationType" : "ListOperationsRequest",
"documentation" : "The ListOperations request includes the following elements.
",
"simpleType" : "ListOperationsRequest",
"variableSetterType" : "ListOperationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListOperationsResult",
"documentation" : "The ListOperations response includes the following elements.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListOperationsResult",
"asyncReturnType" : "ListOperationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listOperations"
},
"ListTagsForDomain" : {
"documentation" : "This operation returns all of the tags that are associated with the specified domain.
All tag operations are eventually consistent; subsequent operations may not immediately represent all issued operations.
",
"operationName" : "ListTagsForDomain",
"deprecated" : false,
"input" : {
"variableName" : "listTagsForDomainRequest",
"variableType" : "ListTagsForDomainRequest",
"variableDeclarationType" : "ListTagsForDomainRequest",
"documentation" : "The ListTagsForDomainRequest includes the following elements.
",
"simpleType" : "ListTagsForDomainRequest",
"variableSetterType" : "ListTagsForDomainRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListTagsForDomainResult",
"documentation" : "The ListTagsForDomain response includes the following elements.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListTagsForDomainResult",
"asyncReturnType" : "ListTagsForDomainResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listTagsForDomain"
},
"RegisterDomain" : {
"documentation" : "This operation registers a domain. Domains are registered by the AWS registrar partner, Gandi. For some top-level domains (TLDs), this operation requires extra parameters.
When you register a domain, Amazon Route 53 does the following:
- Creates a Amazon Route 53 hosted zone that has the same name as the domain. Amazon Route 53 assigns four name servers to your hosted zone and automatically updates your domain registration with the names of these name servers.
- Enables autorenew, so your domain registration will renew automatically each year. We'll notify you in advance of the renewal date so you can choose whether to renew the registration.
- Optionally enables privacy protection, so WHOIS queries return contact information for our registrar partner, Gandi, instead of the information you entered for registrant, admin, and tech contacts.
- If registration is successful, returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant is notified by email.
- Charges your AWS account an amount based on the top-level domain. For more information, see Amazon Route 53 Pricing.
",
"operationName" : "RegisterDomain",
"deprecated" : false,
"input" : {
"variableName" : "registerDomainRequest",
"variableType" : "RegisterDomainRequest",
"variableDeclarationType" : "RegisterDomainRequest",
"documentation" : "The RegisterDomain request includes the following elements.
",
"simpleType" : "RegisterDomainRequest",
"variableSetterType" : "RegisterDomainRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterDomainResult",
"documentation" : "The RegisterDomain response includes the following element.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
}, {
"exceptionName" : "DuplicateRequestException",
"documentation" : "The request is already in progress for the domain.
"
}, {
"exceptionName" : "TLDRulesViolationException",
"documentation" : "The top-level domain does not support this operation.
"
}, {
"exceptionName" : "DomainLimitExceededException",
"documentation" : "The number of domains has exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RegisterDomainResult",
"asyncReturnType" : "RegisterDomainResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "registerDomain"
},
"ResendContactReachabilityEmail" : {
"documentation" : "For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact.
",
"operationName" : "ResendContactReachabilityEmail",
"deprecated" : false,
"input" : {
"variableName" : "resendContactReachabilityEmailRequest",
"variableType" : "ResendContactReachabilityEmailRequest",
"variableDeclarationType" : "ResendContactReachabilityEmailRequest",
"documentation" : "",
"simpleType" : "ResendContactReachabilityEmailRequest",
"variableSetterType" : "ResendContactReachabilityEmailRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ResendContactReachabilityEmailResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ResendContactReachabilityEmailResult",
"asyncReturnType" : "ResendContactReachabilityEmailResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "resendContactReachabilityEmail"
},
"RetrieveDomainAuthCode" : {
"documentation" : "This operation returns the AuthCode for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.
",
"operationName" : "RetrieveDomainAuthCode",
"deprecated" : false,
"input" : {
"variableName" : "retrieveDomainAuthCodeRequest",
"variableType" : "RetrieveDomainAuthCodeRequest",
"variableDeclarationType" : "RetrieveDomainAuthCodeRequest",
"documentation" : "The RetrieveDomainAuthCode request includes the following element.
",
"simpleType" : "RetrieveDomainAuthCodeRequest",
"variableSetterType" : "RetrieveDomainAuthCodeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RetrieveDomainAuthCodeResult",
"documentation" : "The RetrieveDomainAuthCode response includes the following element.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RetrieveDomainAuthCodeResult",
"asyncReturnType" : "RetrieveDomainAuthCodeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "retrieveDomainAuthCode"
},
"TransferDomain" : {
"documentation" : "This operation transfers a domain from another registrar to Amazon Route 53. When the transfer is complete, the domain is registered with the AWS registrar partner, Gandi.
For transfer requirements, a detailed procedure, and information about viewing the status of a domain transfer, see Transferring Registration for a Domain to Amazon Route 53 in the Amazon Route 53 Developer Guide.
If the registrar for your domain is also the DNS service provider for the domain, we highly recommend that you consider transferring your DNS service to Amazon Route 53 or to another DNS service provider before you transfer your registration. Some registrars provide free DNS service when you purchase a domain registration. When you transfer the registration, the previous registrar will not renew your domain registration and could end your DNS service at any time.
Caution! If the registrar for your domain is also the DNS service provider for the domain and you don't transfer DNS service to another provider, your website, email, and the web applications associated with the domain might become unavailable. If the transfer is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the transfer doesn't complete successfully, the domain registrant will be notified by email.
",
"operationName" : "TransferDomain",
"deprecated" : false,
"input" : {
"variableName" : "transferDomainRequest",
"variableType" : "TransferDomainRequest",
"variableDeclarationType" : "TransferDomainRequest",
"documentation" : "The TransferDomain request includes the following elements.
",
"simpleType" : "TransferDomainRequest",
"variableSetterType" : "TransferDomainRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "TransferDomainResult",
"documentation" : "The TranserDomain response includes the following element.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
}, {
"exceptionName" : "DuplicateRequestException",
"documentation" : "The request is already in progress for the domain.
"
}, {
"exceptionName" : "TLDRulesViolationException",
"documentation" : "The top-level domain does not support this operation.
"
}, {
"exceptionName" : "DomainLimitExceededException",
"documentation" : "The number of domains has exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "TransferDomainResult",
"asyncReturnType" : "TransferDomainResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "transferDomain"
},
"UpdateDomainContact" : {
"documentation" : "This operation updates the contact information for a particular domain. Information for at least one contact (registrant, administrator, or technical) must be supplied for update.
If the update is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
",
"operationName" : "UpdateDomainContact",
"deprecated" : false,
"input" : {
"variableName" : "updateDomainContactRequest",
"variableType" : "UpdateDomainContactRequest",
"variableDeclarationType" : "UpdateDomainContactRequest",
"documentation" : "The UpdateDomainContact request includes the following elements.
",
"simpleType" : "UpdateDomainContactRequest",
"variableSetterType" : "UpdateDomainContactRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateDomainContactResult",
"documentation" : "The UpdateDomainContact response includes the following element.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "DuplicateRequestException",
"documentation" : "The request is already in progress for the domain.
"
}, {
"exceptionName" : "TLDRulesViolationException",
"documentation" : "The top-level domain does not support this operation.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateDomainContactResult",
"asyncReturnType" : "UpdateDomainContactResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateDomainContact"
},
"UpdateDomainContactPrivacy" : {
"documentation" : "This operation updates the specified domain contact's privacy setting. When the privacy option is enabled, personal information such as postal or email address is hidden from the results of a public WHOIS query. The privacy services are provided by the AWS registrar, Gandi. For more information, see the Gandi privacy features.
This operation only affects the privacy of the specified contact type (registrant, administrator, or tech). Successful acceptance returns an operation ID that you can use with GetOperationDetail to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
",
"operationName" : "UpdateDomainContactPrivacy",
"deprecated" : false,
"input" : {
"variableName" : "updateDomainContactPrivacyRequest",
"variableType" : "UpdateDomainContactPrivacyRequest",
"variableDeclarationType" : "UpdateDomainContactPrivacyRequest",
"documentation" : "The UpdateDomainContactPrivacy request includes the following elements.
",
"simpleType" : "UpdateDomainContactPrivacyRequest",
"variableSetterType" : "UpdateDomainContactPrivacyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateDomainContactPrivacyResult",
"documentation" : "The UpdateDomainContactPrivacy response includes the following element.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "DuplicateRequestException",
"documentation" : "The request is already in progress for the domain.
"
}, {
"exceptionName" : "TLDRulesViolationException",
"documentation" : "The top-level domain does not support this operation.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateDomainContactPrivacyResult",
"asyncReturnType" : "UpdateDomainContactPrivacyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateDomainContactPrivacy"
},
"UpdateDomainNameservers" : {
"documentation" : "This operation replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.
If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
",
"operationName" : "UpdateDomainNameservers",
"deprecated" : false,
"input" : {
"variableName" : "updateDomainNameserversRequest",
"variableType" : "UpdateDomainNameserversRequest",
"variableDeclarationType" : "UpdateDomainNameserversRequest",
"documentation" : "The UpdateDomainNameserver request includes the following elements.
",
"simpleType" : "UpdateDomainNameserversRequest",
"variableSetterType" : "UpdateDomainNameserversRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateDomainNameserversResult",
"documentation" : "The UpdateDomainNameservers response includes the following element.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "DuplicateRequestException",
"documentation" : "The request is already in progress for the domain.
"
}, {
"exceptionName" : "TLDRulesViolationException",
"documentation" : "The top-level domain does not support this operation.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateDomainNameserversResult",
"asyncReturnType" : "UpdateDomainNameserversResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateDomainNameservers"
},
"UpdateTagsForDomain" : {
"documentation" : "This operation adds or updates tags for a specified domain.
All tag operations are eventually consistent; subsequent operations may not immediately represent all issued operations.
",
"operationName" : "UpdateTagsForDomain",
"deprecated" : false,
"input" : {
"variableName" : "updateTagsForDomainRequest",
"variableType" : "UpdateTagsForDomainRequest",
"variableDeclarationType" : "UpdateTagsForDomainRequest",
"documentation" : "The UpdateTagsForDomainRequest includes the following elements.
",
"simpleType" : "UpdateTagsForDomainRequest",
"variableSetterType" : "UpdateTagsForDomainRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateTagsForDomainResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
"
}, {
"exceptionName" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
}, {
"exceptionName" : "UnsupportedTLDException",
"documentation" : "Amazon Route 53 does not support this top-level domain.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateTagsForDomainResult",
"asyncReturnType" : "UpdateTagsForDomainResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateTagsForDomain"
}
},
"shapes" : {
"DisableDomainTransferLockResult" : {
"c2jName" : "DisableDomainTransferLockResponse",
"documentation" : "The DisableDomainTransferLock response includes the following element.
",
"shapeName" : "DisableDomainTransferLockResult",
"deprecated" : false,
"required" : [ "OperationId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "disableDomainTransferLockResult",
"variableType" : "DisableDomainTransferLockResult",
"variableDeclarationType" : "DisableDomainTransferLockResult",
"documentation" : null,
"simpleType" : "DisableDomainTransferLockResult",
"variableSetterType" : "DisableDomainTransferLockResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"OperationId" : {
"documentation" : "
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ContactType" : {
"c2jName" : "ContactType",
"documentation" : "",
"shapeName" : "ContactType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "PERSON",
"value" : "PERSON"
}, {
"name" : "COMPANY",
"value" : "COMPANY"
}, {
"name" : "ASSOCIATION",
"value" : "ASSOCIATION"
}, {
"name" : "PUBLIC_BODY",
"value" : "PUBLIC_BODY"
}, {
"name" : "RESELLER",
"value" : "RESELLER"
} ],
"variable" : {
"variableName" : "contactType",
"variableType" : "ContactType",
"variableDeclarationType" : "ContactType",
"documentation" : null,
"simpleType" : "ContactType",
"variableSetterType" : "ContactType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DisableDomainTransferLockRequest" : {
"c2jName" : "DisableDomainTransferLockRequest",
"documentation" : "
The DisableDomainTransferLock request includes the following element.
",
"shapeName" : "DisableDomainTransferLockRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "disableDomainTransferLockRequest",
"variableType" : "DisableDomainTransferLockRequest",
"variableDeclarationType" : "DisableDomainTransferLockRequest",
"documentation" : null,
"simpleType" : "DisableDomainTransferLockRequest",
"variableSetterType" : "DisableDomainTransferLockRequest"
},
"marshaller" : {
"action" : "DisableDomainTransferLock",
"verb" : "POST",
"target" : "Route53Domains_v20140515.DisableDomainTransferLock",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"OperationSummary" : {
"c2jName" : "OperationSummary",
"documentation" : "
OperationSummary includes the following elements.
",
"shapeName" : "OperationSummary",
"deprecated" : false,
"required" : [ "OperationId", "Status", "Type", "SubmittedDate" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Identifier returned to track the requested action.
Type: String
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier returned to track the requested action.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier returned to track the requested action.
Type: String
\n@param operationId Identifier returned to track the requested action. Type: String*/",
"getterDocumentation" : "/**
Identifier returned to track the requested action.
Type: String
\n@return Identifier returned to track the requested action. Type: String*/",
"fluentSetterDocumentation" : "/**
Identifier returned to track the requested action.
Type: String
\n@param operationId Identifier returned to track the requested action. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier returned to track the requested action.
Type: String
\n@param operationId Identifier returned to track the requested action. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The current status of the requested operation in the system.
Type: String
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "OperationStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current status of the requested operation in the system.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "OperationStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@see OperationStatus*/",
"getterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@return The current status of the requested operation in the system. Type: String\n@see OperationStatus*/",
"fluentSetterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationStatus*/",
"varargSetterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationStatus*/"
}, {
"documentation" : "
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
",
"name" : "Type",
"c2jName" : "Type",
"c2jShape" : "OperationType",
"variable" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Type",
"marshallLocationName" : "Type",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "OperationType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@param type Type of the action requested. Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@see OperationType*/",
"getterDocumentation" : "/**
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@return Type of the action requested. Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@see OperationType*/",
"fluentSetterDocumentation" : "/**
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@param type Type of the action requested. Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"varargSetterDocumentation" : "/**
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@param type Type of the action requested. Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/"
}, {
"documentation" : "
The date when the request was submitted.
",
"name" : "SubmittedDate",
"c2jName" : "SubmittedDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the request was submitted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubmittedDate",
"marshallLocationName" : "SubmittedDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.*/",
"getterDocumentation" : "/**The date when the request was submitted.
\n@return The date when the request was submitted.*/",
"fluentSetterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "operationSummary",
"variableType" : "OperationSummary",
"variableDeclarationType" : "OperationSummary",
"documentation" : null,
"simpleType" : "OperationSummary",
"variableSetterType" : "OperationSummary"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "The current status of the requested operation in the system.
Type: String
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "OperationStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current status of the requested operation in the system.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "OperationStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@see OperationStatus*/",
"getterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@return The current status of the requested operation in the system. Type: String\n@see OperationStatus*/",
"fluentSetterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationStatus*/",
"varargSetterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationStatus*/"
},
"Type" : {
"documentation" : "
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
",
"name" : "Type",
"c2jName" : "Type",
"c2jShape" : "OperationType",
"variable" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Type",
"marshallLocationName" : "Type",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "OperationType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@param type Type of the action requested. Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@see OperationType*/",
"getterDocumentation" : "/**
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@return Type of the action requested. Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@see OperationType*/",
"fluentSetterDocumentation" : "/**
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@param type Type of the action requested. Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"varargSetterDocumentation" : "/**
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@param type Type of the action requested. Type: String
Valid values: REGISTER_DOMAIN
| DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
| UPDATE_DOMAIN_CONTACT
| UPDATE_NAMESERVER
| CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/"
},
"OperationId" : {
"documentation" : "
Identifier returned to track the requested action.
Type: String
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier returned to track the requested action.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier returned to track the requested action.
Type: String
\n@param operationId Identifier returned to track the requested action. Type: String*/",
"getterDocumentation" : "/**
Identifier returned to track the requested action.
Type: String
\n@return Identifier returned to track the requested action. Type: String*/",
"fluentSetterDocumentation" : "/**
Identifier returned to track the requested action.
Type: String
\n@param operationId Identifier returned to track the requested action. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier returned to track the requested action.
Type: String
\n@param operationId Identifier returned to track the requested action. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SubmittedDate" : {
"documentation" : "
The date when the request was submitted.
",
"name" : "SubmittedDate",
"c2jName" : "SubmittedDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the request was submitted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubmittedDate",
"marshallLocationName" : "SubmittedDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.*/",
"getterDocumentation" : "/**The date when the request was submitted.
\n@return The date when the request was submitted.*/",
"fluentSetterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"EnableDomainTransferLockRequest" : {
"c2jName" : "EnableDomainTransferLockRequest",
"documentation" : "The EnableDomainTransferLock request includes the following element.
",
"shapeName" : "EnableDomainTransferLockRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "enableDomainTransferLockRequest",
"variableType" : "EnableDomainTransferLockRequest",
"variableDeclarationType" : "EnableDomainTransferLockRequest",
"documentation" : null,
"simpleType" : "EnableDomainTransferLockRequest",
"variableSetterType" : "EnableDomainTransferLockRequest"
},
"marshaller" : {
"action" : "EnableDomainTransferLock",
"verb" : "POST",
"target" : "Route53Domains_v20140515.EnableDomainTransferLock",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CheckDomainAvailabilityRequest" : {
"c2jName" : "CheckDomainAvailabilityRequest",
"documentation" : "
The CheckDomainAvailability request contains the following elements.
",
"shapeName" : "CheckDomainAvailabilityRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Reserved for future use.
",
"name" : "IdnLangCode",
"c2jName" : "IdnLangCode",
"c2jShape" : "LangCode",
"variable" : {
"variableName" : "idnLangCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "idnLangCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IdnLangCode",
"marshallLocationName" : "IdnLangCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"fluentSetterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "checkDomainAvailabilityRequest",
"variableType" : "CheckDomainAvailabilityRequest",
"variableDeclarationType" : "CheckDomainAvailabilityRequest",
"documentation" : null,
"simpleType" : "CheckDomainAvailabilityRequest",
"variableSetterType" : "CheckDomainAvailabilityRequest"
},
"marshaller" : {
"action" : "CheckDomainAvailability",
"verb" : "POST",
"target" : "Route53Domains_v20140515.CheckDomainAvailability",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IdnLangCode" : {
"documentation" : "
Reserved for future use.
",
"name" : "IdnLangCode",
"c2jName" : "IdnLangCode",
"c2jShape" : "LangCode",
"variable" : {
"variableName" : "idnLangCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "idnLangCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IdnLangCode",
"marshallLocationName" : "IdnLangCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"fluentSetterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpdateDomainContactPrivacyResult" : {
"c2jName" : "UpdateDomainContactPrivacyResponse",
"documentation" : "The UpdateDomainContactPrivacy response includes the following element.
",
"shapeName" : "UpdateDomainContactPrivacyResult",
"deprecated" : false,
"required" : [ "OperationId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateDomainContactPrivacyResult",
"variableType" : "UpdateDomainContactPrivacyResult",
"variableDeclarationType" : "UpdateDomainContactPrivacyResult",
"documentation" : null,
"simpleType" : "UpdateDomainContactPrivacyResult",
"variableSetterType" : "UpdateDomainContactPrivacyResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"OperationId" : {
"documentation" : "
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DisableDomainAutoRenewResult" : {
"c2jName" : "DisableDomainAutoRenewResponse",
"documentation" : "",
"shapeName" : "DisableDomainAutoRenewResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "disableDomainAutoRenewResult",
"variableType" : "DisableDomainAutoRenewResult",
"variableDeclarationType" : "DisableDomainAutoRenewResult",
"documentation" : null,
"simpleType" : "DisableDomainAutoRenewResult",
"variableSetterType" : "DisableDomainAutoRenewResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"EnableDomainTransferLockResult" : {
"c2jName" : "EnableDomainTransferLockResponse",
"documentation" : "
The EnableDomainTransferLock response includes the following elements.
",
"shapeName" : "EnableDomainTransferLockResult",
"deprecated" : false,
"required" : [ "OperationId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "enableDomainTransferLockResult",
"variableType" : "EnableDomainTransferLockResult",
"variableDeclarationType" : "EnableDomainTransferLockResult",
"documentation" : null,
"simpleType" : "EnableDomainTransferLockResult",
"variableSetterType" : "EnableDomainTransferLockResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"OperationId" : {
"documentation" : "
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListDomainsRequest" : {
"c2jName" : "ListDomainsRequest",
"documentation" : "
The ListDomains request includes the following elements.
",
"shapeName" : "ListDomainsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "PageMarker",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
\n@param marker For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No*/",
"getterDocumentation" : "/**
For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
\n@return For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No*/",
"fluentSetterDocumentation" : "/**
For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
\n@param marker For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
\n@param marker For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"variable" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No*/",
"getterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
\n@return Number of domains to be returned. Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No*/",
"fluentSetterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listDomainsRequest",
"variableType" : "ListDomainsRequest",
"variableDeclarationType" : "ListDomainsRequest",
"documentation" : null,
"simpleType" : "ListDomainsRequest",
"variableSetterType" : "ListDomainsRequest"
},
"marshaller" : {
"action" : "ListDomains",
"verb" : "POST",
"target" : "Route53Domains_v20140515.ListDomains",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Marker" : {
"documentation" : "
For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "PageMarker",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
\n@param marker For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No*/",
"getterDocumentation" : "/**
For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
\n@return For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No*/",
"fluentSetterDocumentation" : "/**
For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
\n@param marker For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
\n@param marker For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems
, you can use Marker
to return additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxItems" : {
"documentation" : "
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"variable" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No*/",
"getterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
\n@return Number of domains to be returned. Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No*/",
"fluentSetterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetDomainDetailRequest" : {
"c2jName" : "GetDomainDetailRequest",
"documentation" : "
The GetDomainDetail request includes the following element.
",
"shapeName" : "GetDomainDetailRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getDomainDetailRequest",
"variableType" : "GetDomainDetailRequest",
"variableDeclarationType" : "GetDomainDetailRequest",
"documentation" : null,
"simpleType" : "GetDomainDetailRequest",
"variableSetterType" : "GetDomainDetailRequest"
},
"marshaller" : {
"action" : "GetDomainDetail",
"verb" : "POST",
"target" : "Route53Domains_v20140515.GetDomainDetail",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"EnableDomainAutoRenewRequest" : {
"c2jName" : "EnableDomainAutoRenewRequest",
"documentation" : "",
"shapeName" : "EnableDomainAutoRenewRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "enableDomainAutoRenewRequest",
"variableType" : "EnableDomainAutoRenewRequest",
"variableDeclarationType" : "EnableDomainAutoRenewRequest",
"documentation" : null,
"simpleType" : "EnableDomainAutoRenewRequest",
"variableSetterType" : "EnableDomainAutoRenewRequest"
},
"marshaller" : {
"action" : "EnableDomainAutoRenew",
"verb" : "POST",
"target" : "Route53Domains_v20140515.EnableDomainAutoRenew",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpdateDomainNameserversRequest" : {
"c2jName" : "UpdateDomainNameserversRequest",
"documentation" : "
The UpdateDomainNameserver request includes the following elements.
",
"shapeName" : "UpdateDomainNameserversRequest",
"deprecated" : false,
"required" : [ "DomainName", "Nameservers" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The authorization key for .fi domains
",
"name" : "FIAuthKey",
"c2jName" : "FIAuthKey",
"c2jShape" : "FIAuthKey",
"variable" : {
"variableName" : "fIAuthKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The authorization key for .fi domains
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fIAuthKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FIAuthKey",
"marshallLocationName" : "FIAuthKey",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The authorization key for .fi domains
\n@param fIAuthKey The authorization key for .fi domains*/",
"getterDocumentation" : "/**The authorization key for .fi domains
\n@return The authorization key for .fi domains*/",
"fluentSetterDocumentation" : "/**The authorization key for .fi domains
\n@param fIAuthKey The authorization key for .fi domains\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The authorization key for .fi domains
\n@param fIAuthKey The authorization key for .fi domains\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
",
"name" : "Nameservers",
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"variable" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Nameservers",
"marshallLocationName" : "Nameservers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Nameserver",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Nameserver",
"variable" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Nameserver",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
\n@param nameservers A list of new name servers for the domain. Type: Complex
Children: Name
, GlueIps
Required: Yes*/",
"getterDocumentation" : "/**
A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
\n@return A list of new name servers for the domain. Type: Complex
Children: Name
, GlueIps
Required: Yes*/",
"fluentSetterDocumentation" : "/**
A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
\n@param nameservers A list of new name servers for the domain. Type: Complex
Children: Name
, GlueIps
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNameservers(java.util.Collection)} or {@link #withNameservers(java.util.Collection)} if you want to override the existing values.
\n@param nameservers A list of new name servers for the domain. Type: Complex
Children: Name
, GlueIps
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateDomainNameserversRequest",
"variableType" : "UpdateDomainNameserversRequest",
"variableDeclarationType" : "UpdateDomainNameserversRequest",
"documentation" : null,
"simpleType" : "UpdateDomainNameserversRequest",
"variableSetterType" : "UpdateDomainNameserversRequest"
},
"marshaller" : {
"action" : "UpdateDomainNameservers",
"verb" : "POST",
"target" : "Route53Domains_v20140515.UpdateDomainNameservers",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Nameservers" : {
"documentation" : "
A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
",
"name" : "Nameservers",
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"variable" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Nameservers",
"marshallLocationName" : "Nameservers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Nameserver",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Nameserver",
"variable" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Nameserver",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
\n@param nameservers A list of new name servers for the domain. Type: Complex
Children: Name
, GlueIps
Required: Yes*/",
"getterDocumentation" : "/**
A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
\n@return A list of new name servers for the domain. Type: Complex
Children: Name
, GlueIps
Required: Yes*/",
"fluentSetterDocumentation" : "/**
A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
\n@param nameservers A list of new name servers for the domain. Type: Complex
Children: Name
, GlueIps
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNameservers(java.util.Collection)} or {@link #withNameservers(java.util.Collection)} if you want to override the existing values.
\n@param nameservers A list of new name servers for the domain. Type: Complex
Children: Name
, GlueIps
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FIAuthKey" : {
"documentation" : "
The authorization key for .fi domains
",
"name" : "FIAuthKey",
"c2jName" : "FIAuthKey",
"c2jShape" : "FIAuthKey",
"variable" : {
"variableName" : "fIAuthKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The authorization key for .fi domains
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fIAuthKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FIAuthKey",
"marshallLocationName" : "FIAuthKey",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The authorization key for .fi domains
\n@param fIAuthKey The authorization key for .fi domains*/",
"getterDocumentation" : "/**The authorization key for .fi domains
\n@return The authorization key for .fi domains*/",
"fluentSetterDocumentation" : "/**The authorization key for .fi domains
\n@param fIAuthKey The authorization key for .fi domains\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The authorization key for .fi domains
\n@param fIAuthKey The authorization key for .fi domains\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DomainAvailability" : {
"c2jName" : "DomainAvailability",
"documentation" : "",
"shapeName" : "DomainAvailability",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "AVAILABLE",
"value" : "AVAILABLE"
}, {
"name" : "AVAILABLE_RESERVED",
"value" : "AVAILABLE_RESERVED"
}, {
"name" : "AVAILABLE_PREORDER",
"value" : "AVAILABLE_PREORDER"
}, {
"name" : "UNAVAILABLE",
"value" : "UNAVAILABLE"
}, {
"name" : "UNAVAILABLE_PREMIUM",
"value" : "UNAVAILABLE_PREMIUM"
}, {
"name" : "UNAVAILABLE_RESTRICTED",
"value" : "UNAVAILABLE_RESTRICTED"
}, {
"name" : "RESERVED",
"value" : "RESERVED"
}, {
"name" : "DONT_KNOW",
"value" : "DONT_KNOW"
} ],
"variable" : {
"variableName" : "domainAvailability",
"variableType" : "DomainAvailability",
"variableDeclarationType" : "DomainAvailability",
"documentation" : null,
"simpleType" : "DomainAvailability",
"variableSetterType" : "DomainAvailability"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DuplicateRequestException" : {
"c2jName" : "DuplicateRequest",
"documentation" : "The request is already in progress for the domain.
",
"shapeName" : "DuplicateRequestException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "duplicateRequestException",
"variableType" : "DuplicateRequestException",
"variableDeclarationType" : "DuplicateRequestException",
"documentation" : null,
"simpleType" : "DuplicateRequestException",
"variableSetterType" : "DuplicateRequestException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "DuplicateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"RetrieveDomainAuthCodeResult" : {
"c2jName" : "RetrieveDomainAuthCodeResponse",
"documentation" : "The RetrieveDomainAuthCode response includes the following element.
",
"shapeName" : "RetrieveDomainAuthCodeResult",
"deprecated" : false,
"required" : [ "AuthCode" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The authorization code for the domain.
Type: String
",
"name" : "AuthCode",
"c2jName" : "AuthCode",
"c2jShape" : "DomainAuthCode",
"variable" : {
"variableName" : "authCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The authorization code for the domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "authCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AuthCode",
"marshallLocationName" : "AuthCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The authorization code for the domain.
Type: String
\n@param authCode The authorization code for the domain. Type: String*/",
"getterDocumentation" : "/**
The authorization code for the domain.
Type: String
\n@return The authorization code for the domain. Type: String*/",
"fluentSetterDocumentation" : "/**
The authorization code for the domain.
Type: String
\n@param authCode The authorization code for the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The authorization code for the domain.
Type: String
\n@param authCode The authorization code for the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "retrieveDomainAuthCodeResult",
"variableType" : "RetrieveDomainAuthCodeResult",
"variableDeclarationType" : "RetrieveDomainAuthCodeResult",
"documentation" : null,
"simpleType" : "RetrieveDomainAuthCodeResult",
"variableSetterType" : "RetrieveDomainAuthCodeResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AuthCode" : {
"documentation" : "
The authorization code for the domain.
Type: String
",
"name" : "AuthCode",
"c2jName" : "AuthCode",
"c2jShape" : "DomainAuthCode",
"variable" : {
"variableName" : "authCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The authorization code for the domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "authCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AuthCode",
"marshallLocationName" : "AuthCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The authorization code for the domain.
Type: String
\n@param authCode The authorization code for the domain. Type: String*/",
"getterDocumentation" : "/**
The authorization code for the domain.
Type: String
\n@return The authorization code for the domain. Type: String*/",
"fluentSetterDocumentation" : "/**
The authorization code for the domain.
Type: String
\n@param authCode The authorization code for the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The authorization code for the domain.
Type: String
\n@param authCode The authorization code for the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetContactReachabilityStatusRequest" : {
"c2jName" : "GetContactReachabilityStatusRequest",
"documentation" : "",
"shapeName" : "GetContactReachabilityStatusRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
",
"name" : "DomainName",
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domainName",
"marshallLocationName" : "domainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid. Type: String
Default: None
Required: Yes*/",
"getterDocumentation" : "/**
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
\n@return The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid. Type: String
Default: None
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getContactReachabilityStatusRequest",
"variableType" : "GetContactReachabilityStatusRequest",
"variableDeclarationType" : "GetContactReachabilityStatusRequest",
"documentation" : null,
"simpleType" : "GetContactReachabilityStatusRequest",
"variableSetterType" : "GetContactReachabilityStatusRequest"
},
"marshaller" : {
"action" : "GetContactReachabilityStatus",
"verb" : "POST",
"target" : "Route53Domains_v20140515.GetContactReachabilityStatus",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
",
"name" : "DomainName",
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domainName",
"marshallLocationName" : "domainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid. Type: String
Default: None
Required: Yes*/",
"getterDocumentation" : "/**
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
\n@return The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid. Type: String
Default: None
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidInputException" : {
"c2jName" : "InvalidInput",
"documentation" : "
The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.
",
"shapeName" : "InvalidInputException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidInputException",
"variableType" : "InvalidInputException",
"variableDeclarationType" : "InvalidInputException",
"documentation" : null,
"simpleType" : "InvalidInputException",
"variableSetterType" : "InvalidInputException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeleteTagsForDomainResult" : {
"c2jName" : "DeleteTagsForDomainResponse",
"documentation" : "",
"shapeName" : "DeleteTagsForDomainResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteTagsForDomainResult",
"variableType" : "DeleteTagsForDomainResult",
"variableDeclarationType" : "DeleteTagsForDomainResult",
"documentation" : null,
"simpleType" : "DeleteTagsForDomainResult",
"variableSetterType" : "DeleteTagsForDomainResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"RegisterDomainResult" : {
"c2jName" : "RegisterDomainResponse",
"documentation" : "The RegisterDomain response includes the following element.
",
"shapeName" : "RegisterDomainResult",
"deprecated" : false,
"required" : [ "OperationId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "registerDomainResult",
"variableType" : "RegisterDomainResult",
"variableDeclarationType" : "RegisterDomainResult",
"documentation" : null,
"simpleType" : "RegisterDomainResult",
"variableSetterType" : "RegisterDomainResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"OperationId" : {
"documentation" : "
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ResendContactReachabilityEmailResult" : {
"c2jName" : "ResendContactReachabilityEmailResponse",
"documentation" : "",
"shapeName" : "ResendContactReachabilityEmailResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "
The domain name for which you requested a confirmation email.
",
"name" : "DomainName",
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The domain name for which you requested a confirmation email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domainName",
"marshallLocationName" : "domainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@param domainName The domain name for which you requested a confirmation email.*/",
"getterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@return The domain name for which you requested a confirmation email.*/",
"fluentSetterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@param domainName The domain name for which you requested a confirmation email.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@param domainName The domain name for which you requested a confirmation email.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The email address for the registrant contact at the time that we sent the verification email.
",
"name" : "EmailAddress",
"c2jName" : "emailAddress",
"c2jShape" : "Email",
"variable" : {
"variableName" : "emailAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The email address for the registrant contact at the time that we sent the verification email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "emailAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "emailAddress",
"marshallLocationName" : "emailAddress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The email address for the registrant contact at the time that we sent the verification email.
\n@param emailAddress The email address for the registrant contact at the time that we sent the verification email.*/",
"getterDocumentation" : "/**The email address for the registrant contact at the time that we sent the verification email.
\n@return The email address for the registrant contact at the time that we sent the verification email.*/",
"fluentSetterDocumentation" : "/**The email address for the registrant contact at the time that we sent the verification email.
\n@param emailAddress The email address for the registrant contact at the time that we sent the verification email.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The email address for the registrant contact at the time that we sent the verification email.
\n@param emailAddress The email address for the registrant contact at the time that we sent the verification email.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
",
"name" : "IsAlreadyVerified",
"c2jName" : "isAlreadyVerified",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "isAlreadyVerified",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "isAlreadyVerified",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "isAlreadyVerified",
"marshallLocationName" : "isAlreadyVerified",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
\n@param isAlreadyVerified True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.*/",
"getterDocumentation" : "/**True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
\n@return True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.*/",
"fluentSetterDocumentation" : "/**True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
\n@param isAlreadyVerified True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
\n@param isAlreadyVerified True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "resendContactReachabilityEmailResult",
"variableType" : "ResendContactReachabilityEmailResult",
"variableDeclarationType" : "ResendContactReachabilityEmailResult",
"documentation" : null,
"simpleType" : "ResendContactReachabilityEmailResult",
"variableSetterType" : "ResendContactReachabilityEmailResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "The domain name for which you requested a confirmation email.
",
"name" : "DomainName",
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The domain name for which you requested a confirmation email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domainName",
"marshallLocationName" : "domainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@param domainName The domain name for which you requested a confirmation email.*/",
"getterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@return The domain name for which you requested a confirmation email.*/",
"fluentSetterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@param domainName The domain name for which you requested a confirmation email.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@param domainName The domain name for which you requested a confirmation email.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EmailAddress" : {
"documentation" : "The email address for the registrant contact at the time that we sent the verification email.
",
"name" : "EmailAddress",
"c2jName" : "emailAddress",
"c2jShape" : "Email",
"variable" : {
"variableName" : "emailAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The email address for the registrant contact at the time that we sent the verification email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "emailAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "emailAddress",
"marshallLocationName" : "emailAddress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The email address for the registrant contact at the time that we sent the verification email.
\n@param emailAddress The email address for the registrant contact at the time that we sent the verification email.*/",
"getterDocumentation" : "/**The email address for the registrant contact at the time that we sent the verification email.
\n@return The email address for the registrant contact at the time that we sent the verification email.*/",
"fluentSetterDocumentation" : "/**The email address for the registrant contact at the time that we sent the verification email.
\n@param emailAddress The email address for the registrant contact at the time that we sent the verification email.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The email address for the registrant contact at the time that we sent the verification email.
\n@param emailAddress The email address for the registrant contact at the time that we sent the verification email.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IsAlreadyVerified" : {
"documentation" : "True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
",
"name" : "IsAlreadyVerified",
"c2jName" : "isAlreadyVerified",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "isAlreadyVerified",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "isAlreadyVerified",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "isAlreadyVerified",
"marshallLocationName" : "isAlreadyVerified",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
\n@param isAlreadyVerified True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.*/",
"getterDocumentation" : "/**True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
\n@return True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.*/",
"fluentSetterDocumentation" : "/**True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
\n@param isAlreadyVerified True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
\n@param isAlreadyVerified True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Nameserver" : {
"c2jName" : "Nameserver",
"documentation" : "Nameserver includes the following elements.
",
"shapeName" : "Nameserver",
"deprecated" : false,
"required" : [ "Name" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "HostName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@param name The fully qualified host name of the name server. Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
*/",
"getterDocumentation" : "/**
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@return The fully qualified host name of the name server. Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
*/",
"fluentSetterDocumentation" : "/**
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@param name The fully qualified host name of the name server. Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@param name The fully qualified host name of the name server. Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
",
"name" : "GlueIps",
"c2jName" : "GlueIps",
"c2jShape" : "GlueIpList",
"variable" : {
"variableName" : "glueIps",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "glueIps",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GlueIps",
"marshallLocationName" : "GlueIps",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "GlueIp",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\n@param glueIps Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com. Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
*/",
"getterDocumentation" : "/**
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\n@return Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com. Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
*/",
"fluentSetterDocumentation" : "/**
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\n@param glueIps Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com. Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setGlueIps(java.util.Collection)} or {@link #withGlueIps(java.util.Collection)} if you want to override the existing values.
\n@param glueIps Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com. Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "nameserver",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : null,
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"GlueIps" : {
"documentation" : "
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
",
"name" : "GlueIps",
"c2jName" : "GlueIps",
"c2jShape" : "GlueIpList",
"variable" : {
"variableName" : "glueIps",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "glueIps",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GlueIps",
"marshallLocationName" : "GlueIps",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "GlueIp",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\n@param glueIps Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com. Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
*/",
"getterDocumentation" : "/**
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\n@return Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com. Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
*/",
"fluentSetterDocumentation" : "/**
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\n@param glueIps Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com. Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setGlueIps(java.util.Collection)} or {@link #withGlueIps(java.util.Collection)} if you want to override the existing values.
\n@param glueIps Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com. Type: List of IP addresses.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Parent: Nameservers
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "HostName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@param name The fully qualified host name of the name server. Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
*/",
"getterDocumentation" : "/**
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@return The fully qualified host name of the name server. Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
*/",
"fluentSetterDocumentation" : "/**
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@param name The fully qualified host name of the name server. Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@param name The fully qualified host name of the name server. Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TLDRulesViolationException" : {
"c2jName" : "TLDRulesViolation",
"documentation" : "
The top-level domain does not support this operation.
",
"shapeName" : "TLDRulesViolationException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "tLDRulesViolationException",
"variableType" : "TLDRulesViolationException",
"variableDeclarationType" : "TLDRulesViolationException",
"documentation" : null,
"simpleType" : "TLDRulesViolationException",
"variableSetterType" : "TLDRulesViolationException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "TLDRulesViolation",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"UpdateDomainNameserversResult" : {
"c2jName" : "UpdateDomainNameserversResponse",
"documentation" : "The UpdateDomainNameservers response includes the following element.
",
"shapeName" : "UpdateDomainNameserversResult",
"deprecated" : false,
"required" : [ "OperationId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateDomainNameserversResult",
"variableType" : "UpdateDomainNameserversResult",
"variableDeclarationType" : "UpdateDomainNameserversResult",
"documentation" : null,
"simpleType" : "UpdateDomainNameserversResult",
"variableSetterType" : "UpdateDomainNameserversResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"OperationId" : {
"documentation" : "
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListOperationsRequest" : {
"c2jName" : "ListOperationsRequest",
"documentation" : "
The ListOperations request includes the following elements.
",
"shapeName" : "ListOperationsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "PageMarker",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
\n@param marker For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Required: No*/",
"getterDocumentation" : "/**
For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
\n@return For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Required: No*/",
"fluentSetterDocumentation" : "/**
For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
\n@param marker For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
\n@param marker For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"variable" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No*/",
"getterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@return Number of domains to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No*/",
"fluentSetterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listOperationsRequest",
"variableType" : "ListOperationsRequest",
"variableDeclarationType" : "ListOperationsRequest",
"documentation" : null,
"simpleType" : "ListOperationsRequest",
"variableSetterType" : "ListOperationsRequest"
},
"marshaller" : {
"action" : "ListOperations",
"verb" : "POST",
"target" : "Route53Domains_v20140515.ListOperations",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Marker" : {
"documentation" : "
For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "PageMarker",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
\n@param marker For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Required: No*/",
"getterDocumentation" : "/**
For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
\n@return For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Required: No*/",
"fluentSetterDocumentation" : "/**
For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
\n@param marker For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element.
Type: String
Default: None
Required: No
\n@param marker For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems
, you can use Marker
to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of NextPageMarker
in the Marker
element. Type: String
Default: None
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxItems" : {
"documentation" : "
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
",
"name" : "MaxItems",
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"variable" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxItems",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxItems",
"marshallLocationName" : "MaxItems",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No*/",
"getterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@return Number of domains to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No*/",
"fluentSetterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems Number of domains to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RetrieveDomainAuthCodeRequest" : {
"c2jName" : "RetrieveDomainAuthCodeRequest",
"documentation" : "
The RetrieveDomainAuthCode request includes the following element.
",
"shapeName" : "RetrieveDomainAuthCodeRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "retrieveDomainAuthCodeRequest",
"variableType" : "RetrieveDomainAuthCodeRequest",
"variableDeclarationType" : "RetrieveDomainAuthCodeRequest",
"documentation" : null,
"simpleType" : "RetrieveDomainAuthCodeRequest",
"variableSetterType" : "RetrieveDomainAuthCodeRequest"
},
"marshaller" : {
"action" : "RetrieveDomainAuthCode",
"verb" : "POST",
"target" : "Route53Domains_v20140515.RetrieveDomainAuthCode",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetDomainDetailResult" : {
"c2jName" : "GetDomainDetailResponse",
"documentation" : "
The GetDomainDetail response includes the following elements.
",
"shapeName" : "GetDomainDetailResult",
"deprecated" : false,
"required" : [ "DomainName", "Nameservers", "AdminContact", "RegistrantContact", "TechContact" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of a domain.
Type: String
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The name of the domain.
Type: String
",
"name" : "Nameservers",
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"variable" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The name of the domain.
Type: String
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Nameservers",
"marshallLocationName" : "Nameservers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Nameserver",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Nameserver",
"variable" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Nameserver",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The name of the domain.
Type: String
\n@param nameservers The name of the domain. Type: String*/",
"getterDocumentation" : "/**
The name of the domain.
Type: String
\n@return The name of the domain. Type: String*/",
"fluentSetterDocumentation" : "/**
The name of the domain.
Type: String
\n@param nameservers The name of the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the domain.
Type: String
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNameservers(java.util.Collection)} or {@link #withNameservers(java.util.Collection)} if you want to override the existing values.
\n@param nameservers The name of the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
",
"name" : "AutoRenew",
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "autoRenew",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether the domain registration is set to renew automatically.
Type: Boolean
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "autoRenew",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoRenew",
"marshallLocationName" : "AutoRenew",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies whether the domain registration is set to renew automatically.
Type: Boolean
\n@param autoRenew Specifies whether the domain registration is set to renew automatically. Type: Boolean*/",
"getterDocumentation" : "/**
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
\n@return Specifies whether the domain registration is set to renew automatically. Type: Boolean*/",
"fluentSetterDocumentation" : "/**
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
\n@param autoRenew Specifies whether the domain registration is set to renew automatically. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
\n@param autoRenew Specifies whether the domain registration is set to renew automatically. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"name" : "AdminContact",
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AdminContact",
"marshallLocationName" : "AdminContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param adminContact Provides details about the domain administrative contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"getterDocumentation" : "/**
Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Provides details about the domain administrative contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"fluentSetterDocumentation" : "/**
Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param adminContact Provides details about the domain administrative contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param adminContact Provides details about the domain administrative contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"name" : "RegistrantContact",
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistrantContact",
"marshallLocationName" : "RegistrantContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param registrantContact Provides details about the domain registrant. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"getterDocumentation" : "/**
Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Provides details about the domain registrant. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"fluentSetterDocumentation" : "/**
Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param registrantContact Provides details about the domain registrant. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param registrantContact Provides details about the domain registrant. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"name" : "TechContact",
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "techContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "techContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TechContact",
"marshallLocationName" : "TechContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param techContact Provides details about the domain technical contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"getterDocumentation" : "/**
Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Provides details about the domain technical contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"fluentSetterDocumentation" : "/**
Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param techContact Provides details about the domain technical contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param techContact Provides details about the domain technical contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"name" : "AdminPrivacy",
"c2jName" : "AdminPrivacy",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "adminPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "adminPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AdminPrivacy",
"marshallLocationName" : "AdminPrivacy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param adminPrivacy Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"getterDocumentation" : "/**
Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@return Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"fluentSetterDocumentation" : "/**
Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param adminPrivacy Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param adminPrivacy Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"name" : "RegistrantPrivacy",
"c2jName" : "RegistrantPrivacy",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "registrantPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "registrantPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistrantPrivacy",
"marshallLocationName" : "RegistrantPrivacy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param registrantPrivacy Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"getterDocumentation" : "/**
Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@return Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"fluentSetterDocumentation" : "/**
Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param registrantPrivacy Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param registrantPrivacy Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"name" : "TechPrivacy",
"c2jName" : "TechPrivacy",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "techPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "techPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TechPrivacy",
"marshallLocationName" : "TechPrivacy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param techPrivacy Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"getterDocumentation" : "/**
Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@return Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"fluentSetterDocumentation" : "/**
Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param techPrivacy Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param techPrivacy Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
",
"name" : "RegistrarName",
"c2jName" : "RegistrarName",
"c2jShape" : "RegistrarName",
"variable" : {
"variableName" : "registrarName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "registrarName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistrarName",
"marshallLocationName" : "RegistrarName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
\n@param registrarName Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
. Type: String*/",
"getterDocumentation" : "/**
Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
\n@return Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
. Type: String*/",
"fluentSetterDocumentation" : "/**
Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
\n@param registrarName Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
\n@param registrarName Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
",
"name" : "WhoIsServer",
"c2jName" : "WhoIsServer",
"c2jShape" : "RegistrarWhoIsServer",
"variable" : {
"variableName" : "whoIsServer",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "whoIsServer",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "WhoIsServer",
"marshallLocationName" : "WhoIsServer",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
\n@param whoIsServer The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. Type: String*/",
"getterDocumentation" : "/**
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
\n@return The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. Type: String*/",
"fluentSetterDocumentation" : "/**
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
\n@param whoIsServer The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
\n@param whoIsServer The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Web address of the registrar.
Type: String
",
"name" : "RegistrarUrl",
"c2jName" : "RegistrarUrl",
"c2jShape" : "RegistrarUrl",
"variable" : {
"variableName" : "registrarUrl",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Web address of the registrar.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "registrarUrl",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistrarUrl",
"marshallLocationName" : "RegistrarUrl",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Web address of the registrar.
Type: String
\n@param registrarUrl Web address of the registrar. Type: String*/",
"getterDocumentation" : "/**
Web address of the registrar.
Type: String
\n@return Web address of the registrar. Type: String*/",
"fluentSetterDocumentation" : "/**
Web address of the registrar.
Type: String
\n@param registrarUrl Web address of the registrar. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Web address of the registrar.
Type: String
\n@param registrarUrl Web address of the registrar. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
",
"name" : "AbuseContactEmail",
"c2jName" : "AbuseContactEmail",
"c2jShape" : "Email",
"variable" : {
"variableName" : "abuseContactEmail",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "abuseContactEmail",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AbuseContactEmail",
"marshallLocationName" : "AbuseContactEmail",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
\n@param abuseContactEmail Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. Type: String*/",
"getterDocumentation" : "/**
Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
\n@return Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. Type: String*/",
"fluentSetterDocumentation" : "/**
Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
\n@param abuseContactEmail Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
\n@param abuseContactEmail Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Phone number for reporting abuse.
Type: String
",
"name" : "AbuseContactPhone",
"c2jName" : "AbuseContactPhone",
"c2jShape" : "ContactNumber",
"variable" : {
"variableName" : "abuseContactPhone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Phone number for reporting abuse.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "abuseContactPhone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AbuseContactPhone",
"marshallLocationName" : "AbuseContactPhone",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Phone number for reporting abuse.
Type: String
\n@param abuseContactPhone Phone number for reporting abuse. Type: String*/",
"getterDocumentation" : "/**
Phone number for reporting abuse.
Type: String
\n@return Phone number for reporting abuse. Type: String*/",
"fluentSetterDocumentation" : "/**
Phone number for reporting abuse.
Type: String
\n@param abuseContactPhone Phone number for reporting abuse. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Phone number for reporting abuse.
Type: String
\n@param abuseContactPhone Phone number for reporting abuse. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Reserved for future use.
",
"name" : "RegistryDomainId",
"c2jName" : "RegistryDomainId",
"c2jShape" : "RegistryDomainId",
"variable" : {
"variableName" : "registryDomainId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "registryDomainId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistryDomainId",
"marshallLocationName" : "RegistryDomainId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reserved for future use.
\n@param registryDomainId Reserved for future use.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"fluentSetterDocumentation" : "/**Reserved for future use.
\n@param registryDomainId Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Reserved for future use.
\n@param registryDomainId Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
",
"name" : "CreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationDate",
"marshallLocationName" : "CreationDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
\n@param creationDate The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.*/",
"getterDocumentation" : "/**The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
\n@return The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.*/",
"fluentSetterDocumentation" : "/**The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
\n@param creationDate The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
\n@param creationDate The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
",
"name" : "UpdatedDate",
"c2jName" : "UpdatedDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "updatedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "updatedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UpdatedDate",
"marshallLocationName" : "UpdatedDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
\n@param updatedDate The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.*/",
"getterDocumentation" : "/**The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
\n@return The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.*/",
"fluentSetterDocumentation" : "/**The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
\n@param updatedDate The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
\n@param updatedDate The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The date when the registration for the domain is set to expire. The date format is Unix time.
",
"name" : "ExpirationDate",
"c2jName" : "ExpirationDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "expirationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the registration for the domain is set to expire. The date format is Unix time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "expirationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ExpirationDate",
"marshallLocationName" : "ExpirationDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the registration for the domain is set to expire. The date format is Unix time.
\n@param expirationDate The date when the registration for the domain is set to expire. The date format is Unix time.*/",
"getterDocumentation" : "/**The date when the registration for the domain is set to expire. The date format is Unix time.
\n@return The date when the registration for the domain is set to expire. The date format is Unix time.*/",
"fluentSetterDocumentation" : "/**The date when the registration for the domain is set to expire. The date format is Unix time.
\n@param expirationDate The date when the registration for the domain is set to expire. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the registration for the domain is set to expire. The date format is Unix time.
\n@param expirationDate The date when the registration for the domain is set to expire. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
",
"name" : "Reseller",
"c2jName" : "Reseller",
"c2jShape" : "Reseller",
"variable" : {
"variableName" : "reseller",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "reseller",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Reseller",
"marshallLocationName" : "Reseller",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
\n@param reseller Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller. Type: String*/",
"getterDocumentation" : "/**
Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
\n@return Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller. Type: String*/",
"fluentSetterDocumentation" : "/**
Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
\n@param reseller Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
\n@param reseller Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Reserved for future use.
",
"name" : "DnsSec",
"c2jName" : "DnsSec",
"c2jShape" : "DNSSec",
"variable" : {
"variableName" : "dnsSec",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dnsSec",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DnsSec",
"marshallLocationName" : "DnsSec",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reserved for future use.
\n@param dnsSec Reserved for future use.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"fluentSetterDocumentation" : "/**Reserved for future use.
\n@param dnsSec Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Reserved for future use.
\n@param dnsSec Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
",
"name" : "StatusList",
"c2jName" : "StatusList",
"c2jShape" : "DomainStatusList",
"variable" : {
"variableName" : "statusList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "statusList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StatusList",
"marshallLocationName" : "StatusList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DomainStatus",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
\n@param statusList An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes. ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String*/",
"getterDocumentation" : "/**
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
\n@return An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes. ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String*/",
"fluentSetterDocumentation" : "/**
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
\n@param statusList An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes. ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setStatusList(java.util.Collection)} or {@link #withStatusList(java.util.Collection)} if you want to override the existing values.
\n@param statusList An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes. ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getDomainDetailResult",
"variableType" : "GetDomainDetailResult",
"variableDeclarationType" : "GetDomainDetailResult",
"documentation" : null,
"simpleType" : "GetDomainDetailResult",
"variableSetterType" : "GetDomainDetailResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CreationDate" : {
"documentation" : "
The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
",
"name" : "CreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationDate",
"marshallLocationName" : "CreationDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
\n@param creationDate The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.*/",
"getterDocumentation" : "/**The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
\n@return The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.*/",
"fluentSetterDocumentation" : "/**The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
\n@param creationDate The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
\n@param creationDate The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DomainName" : {
"documentation" : "The name of a domain.
Type: String
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Nameservers" : {
"documentation" : "
The name of the domain.
Type: String
",
"name" : "Nameservers",
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"variable" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The name of the domain.
Type: String
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Nameservers",
"marshallLocationName" : "Nameservers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Nameserver",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Nameserver",
"variable" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Nameserver",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The name of the domain.
Type: String
\n@param nameservers The name of the domain. Type: String*/",
"getterDocumentation" : "/**
The name of the domain.
Type: String
\n@return The name of the domain. Type: String*/",
"fluentSetterDocumentation" : "/**
The name of the domain.
Type: String
\n@param nameservers The name of the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the domain.
Type: String
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNameservers(java.util.Collection)} or {@link #withNameservers(java.util.Collection)} if you want to override the existing values.
\n@param nameservers The name of the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AbuseContactPhone" : {
"documentation" : "
Phone number for reporting abuse.
Type: String
",
"name" : "AbuseContactPhone",
"c2jName" : "AbuseContactPhone",
"c2jShape" : "ContactNumber",
"variable" : {
"variableName" : "abuseContactPhone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Phone number for reporting abuse.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "abuseContactPhone",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AbuseContactPhone",
"marshallLocationName" : "AbuseContactPhone",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Phone number for reporting abuse.
Type: String
\n@param abuseContactPhone Phone number for reporting abuse. Type: String*/",
"getterDocumentation" : "/**
Phone number for reporting abuse.
Type: String
\n@return Phone number for reporting abuse. Type: String*/",
"fluentSetterDocumentation" : "/**
Phone number for reporting abuse.
Type: String
\n@param abuseContactPhone Phone number for reporting abuse. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Phone number for reporting abuse.
Type: String
\n@param abuseContactPhone Phone number for reporting abuse. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"UpdatedDate" : {
"documentation" : "
The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
",
"name" : "UpdatedDate",
"c2jName" : "UpdatedDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "updatedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "updatedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UpdatedDate",
"marshallLocationName" : "UpdatedDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
\n@param updatedDate The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.*/",
"getterDocumentation" : "/**The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
\n@return The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.*/",
"fluentSetterDocumentation" : "/**The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
\n@param updatedDate The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
\n@param updatedDate The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DnsSec" : {
"documentation" : "Reserved for future use.
",
"name" : "DnsSec",
"c2jName" : "DnsSec",
"c2jShape" : "DNSSec",
"variable" : {
"variableName" : "dnsSec",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dnsSec",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DnsSec",
"marshallLocationName" : "DnsSec",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reserved for future use.
\n@param dnsSec Reserved for future use.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"fluentSetterDocumentation" : "/**Reserved for future use.
\n@param dnsSec Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Reserved for future use.
\n@param dnsSec Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StatusList" : {
"documentation" : "An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
",
"name" : "StatusList",
"c2jName" : "StatusList",
"c2jShape" : "DomainStatusList",
"variable" : {
"variableName" : "statusList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "statusList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StatusList",
"marshallLocationName" : "StatusList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DomainStatus",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
\n@param statusList An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes. ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String*/",
"getterDocumentation" : "/**
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
\n@return An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes. ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String*/",
"fluentSetterDocumentation" : "/**
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
\n@param statusList An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes. ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setStatusList(java.util.Collection)} or {@link #withStatusList(java.util.Collection)} if you want to override the existing values.
\n@param statusList An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes. ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.
For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the ICANN website; web searches sometimes return an old version of the document.)
Type: Array of String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AutoRenew" : {
"documentation" : "
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
",
"name" : "AutoRenew",
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "autoRenew",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether the domain registration is set to renew automatically.
Type: Boolean
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "autoRenew",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoRenew",
"marshallLocationName" : "AutoRenew",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies whether the domain registration is set to renew automatically.
Type: Boolean
\n@param autoRenew Specifies whether the domain registration is set to renew automatically. Type: Boolean*/",
"getterDocumentation" : "/**
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
\n@return Specifies whether the domain registration is set to renew automatically. Type: Boolean*/",
"fluentSetterDocumentation" : "/**
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
\n@param autoRenew Specifies whether the domain registration is set to renew automatically. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
\n@param autoRenew Specifies whether the domain registration is set to renew automatically. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Reseller" : {
"documentation" : "
Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
",
"name" : "Reseller",
"c2jName" : "Reseller",
"c2jShape" : "Reseller",
"variable" : {
"variableName" : "reseller",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "reseller",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Reseller",
"marshallLocationName" : "Reseller",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
\n@param reseller Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller. Type: String*/",
"getterDocumentation" : "/**
Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
\n@return Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller. Type: String*/",
"fluentSetterDocumentation" : "/**
Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
\n@param reseller Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
\n@param reseller Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AdminContact" : {
"documentation" : "
Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"name" : "AdminContact",
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AdminContact",
"marshallLocationName" : "AdminContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param adminContact Provides details about the domain administrative contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"getterDocumentation" : "/**
Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Provides details about the domain administrative contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"fluentSetterDocumentation" : "/**
Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param adminContact Provides details about the domain administrative contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides details about the domain administrative contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param adminContact Provides details about the domain administrative contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RegistrarUrl" : {
"documentation" : "
Web address of the registrar.
Type: String
",
"name" : "RegistrarUrl",
"c2jName" : "RegistrarUrl",
"c2jShape" : "RegistrarUrl",
"variable" : {
"variableName" : "registrarUrl",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Web address of the registrar.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "registrarUrl",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistrarUrl",
"marshallLocationName" : "RegistrarUrl",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Web address of the registrar.
Type: String
\n@param registrarUrl Web address of the registrar. Type: String*/",
"getterDocumentation" : "/**
Web address of the registrar.
Type: String
\n@return Web address of the registrar. Type: String*/",
"fluentSetterDocumentation" : "/**
Web address of the registrar.
Type: String
\n@param registrarUrl Web address of the registrar. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Web address of the registrar.
Type: String
\n@param registrarUrl Web address of the registrar. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RegistrantContact" : {
"documentation" : "
Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"name" : "RegistrantContact",
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistrantContact",
"marshallLocationName" : "RegistrantContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param registrantContact Provides details about the domain registrant. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"getterDocumentation" : "/**
Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Provides details about the domain registrant. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"fluentSetterDocumentation" : "/**
Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param registrantContact Provides details about the domain registrant. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides details about the domain registrant.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param registrantContact Provides details about the domain registrant. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TechContact" : {
"documentation" : "
Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"name" : "TechContact",
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "techContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "techContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TechContact",
"marshallLocationName" : "TechContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param techContact Provides details about the domain technical contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"getterDocumentation" : "/**
Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Provides details about the domain technical contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
*/",
"fluentSetterDocumentation" : "/**
Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param techContact Provides details about the domain technical contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides details about the domain technical contact.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@param techContact Provides details about the domain technical contact. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"WhoIsServer" : {
"documentation" : "
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
",
"name" : "WhoIsServer",
"c2jName" : "WhoIsServer",
"c2jShape" : "RegistrarWhoIsServer",
"variable" : {
"variableName" : "whoIsServer",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "whoIsServer",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "WhoIsServer",
"marshallLocationName" : "WhoIsServer",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
\n@param whoIsServer The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. Type: String*/",
"getterDocumentation" : "/**
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
\n@return The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. Type: String*/",
"fluentSetterDocumentation" : "/**
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
\n@param whoIsServer The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
\n@param whoIsServer The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ExpirationDate" : {
"documentation" : "
The date when the registration for the domain is set to expire. The date format is Unix time.
",
"name" : "ExpirationDate",
"c2jName" : "ExpirationDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "expirationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the registration for the domain is set to expire. The date format is Unix time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "expirationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ExpirationDate",
"marshallLocationName" : "ExpirationDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the registration for the domain is set to expire. The date format is Unix time.
\n@param expirationDate The date when the registration for the domain is set to expire. The date format is Unix time.*/",
"getterDocumentation" : "/**The date when the registration for the domain is set to expire. The date format is Unix time.
\n@return The date when the registration for the domain is set to expire. The date format is Unix time.*/",
"fluentSetterDocumentation" : "/**The date when the registration for the domain is set to expire. The date format is Unix time.
\n@param expirationDate The date when the registration for the domain is set to expire. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the registration for the domain is set to expire. The date format is Unix time.
\n@param expirationDate The date when the registration for the domain is set to expire. The date format is Unix time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RegistrarName" : {
"documentation" : "Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
",
"name" : "RegistrarName",
"c2jName" : "RegistrarName",
"c2jShape" : "RegistrarName",
"variable" : {
"variableName" : "registrarName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "registrarName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistrarName",
"marshallLocationName" : "RegistrarName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
\n@param registrarName Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
. Type: String*/",
"getterDocumentation" : "/**
Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
\n@return Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
. Type: String*/",
"fluentSetterDocumentation" : "/**
Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
\n@param registrarName Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
.
Type: String
\n@param registrarName Name of the registrar of the domain as identified in the registry. Amazon Route 53 domains are registered by registrar Gandi. The value is \"GANDI SAS\"
. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RegistryDomainId" : {
"documentation" : "
Reserved for future use.
",
"name" : "RegistryDomainId",
"c2jName" : "RegistryDomainId",
"c2jShape" : "RegistryDomainId",
"variable" : {
"variableName" : "registryDomainId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "registryDomainId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistryDomainId",
"marshallLocationName" : "RegistryDomainId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reserved for future use.
\n@param registryDomainId Reserved for future use.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"fluentSetterDocumentation" : "/**Reserved for future use.
\n@param registryDomainId Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Reserved for future use.
\n@param registryDomainId Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RegistrantPrivacy" : {
"documentation" : "Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"name" : "RegistrantPrivacy",
"c2jName" : "RegistrantPrivacy",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "registrantPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "registrantPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistrantPrivacy",
"marshallLocationName" : "RegistrantPrivacy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param registrantPrivacy Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"getterDocumentation" : "/**
Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@return Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"fluentSetterDocumentation" : "/**
Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param registrantPrivacy Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param registrantPrivacy Specifies whether contact information for the registrant contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AbuseContactEmail" : {
"documentation" : "
Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
",
"name" : "AbuseContactEmail",
"c2jName" : "AbuseContactEmail",
"c2jShape" : "Email",
"variable" : {
"variableName" : "abuseContactEmail",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "abuseContactEmail",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AbuseContactEmail",
"marshallLocationName" : "AbuseContactEmail",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
\n@param abuseContactEmail Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. Type: String*/",
"getterDocumentation" : "/**
Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
\n@return Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. Type: String*/",
"fluentSetterDocumentation" : "/**
Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
\n@param abuseContactEmail Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
Type: String
\n@param abuseContactEmail Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AdminPrivacy" : {
"documentation" : "
Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"name" : "AdminPrivacy",
"c2jName" : "AdminPrivacy",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "adminPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "adminPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AdminPrivacy",
"marshallLocationName" : "AdminPrivacy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param adminPrivacy Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"getterDocumentation" : "/**
Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@return Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"fluentSetterDocumentation" : "/**
Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param adminPrivacy Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param adminPrivacy Specifies whether contact information for the admin contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TechPrivacy" : {
"documentation" : "
Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"name" : "TechPrivacy",
"c2jName" : "TechPrivacy",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "techPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "techPrivacy",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TechPrivacy",
"marshallLocationName" : "TechPrivacy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param techPrivacy Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"getterDocumentation" : "/**
Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@return Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean*/",
"fluentSetterDocumentation" : "/**
Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param techPrivacy Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
\n@param techPrivacy Specifies whether contact information for the tech contact is concealed from WHOIS queries. If the value is true
, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"OperationType" : {
"c2jName" : "OperationType",
"documentation" : "",
"shapeName" : "OperationType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "REGISTER_DOMAIN",
"value" : "REGISTER_DOMAIN"
}, {
"name" : "DELETE_DOMAIN",
"value" : "DELETE_DOMAIN"
}, {
"name" : "TRANSFER_IN_DOMAIN",
"value" : "TRANSFER_IN_DOMAIN"
}, {
"name" : "UPDATE_DOMAIN_CONTACT",
"value" : "UPDATE_DOMAIN_CONTACT"
}, {
"name" : "UPDATE_NAMESERVER",
"value" : "UPDATE_NAMESERVER"
}, {
"name" : "CHANGE_PRIVACY_PROTECTION",
"value" : "CHANGE_PRIVACY_PROTECTION"
}, {
"name" : "DOMAIN_LOCK",
"value" : "DOMAIN_LOCK"
} ],
"variable" : {
"variableName" : "operationType",
"variableType" : "OperationType",
"variableDeclarationType" : "OperationType",
"documentation" : null,
"simpleType" : "OperationType",
"variableSetterType" : "OperationType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetOperationDetailResult" : {
"c2jName" : "GetOperationDetailResponse",
"documentation" : "
The GetOperationDetail response includes the following elements.
",
"shapeName" : "GetOperationDetailResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The identifier for the operation.
Type: String
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier for the operation.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier for the operation.
Type: String
\n@param operationId The identifier for the operation. Type: String*/",
"getterDocumentation" : "/**
The identifier for the operation.
Type: String
\n@return The identifier for the operation. Type: String*/",
"fluentSetterDocumentation" : "/**
The identifier for the operation.
Type: String
\n@param operationId The identifier for the operation. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The identifier for the operation.
Type: String
\n@param operationId The identifier for the operation. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The current status of the requested operation in the system.
Type: String
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "OperationStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current status of the requested operation in the system.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "OperationStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@see OperationStatus*/",
"getterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@return The current status of the requested operation in the system. Type: String\n@see OperationStatus*/",
"fluentSetterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationStatus*/",
"varargSetterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationStatus*/"
}, {
"documentation" : "
Detailed information on the status including possible errors.
Type: String
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "ErrorMessage",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Detailed information on the status including possible errors.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Detailed information on the status including possible errors.
Type: String
\n@param message Detailed information on the status including possible errors. Type: String*/",
"getterDocumentation" : "/**
Detailed information on the status including possible errors.
Type: String
\n@return Detailed information on the status including possible errors. Type: String*/",
"fluentSetterDocumentation" : "/**
Detailed information on the status including possible errors.
Type: String
\n@param message Detailed information on the status including possible errors. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Detailed information on the status including possible errors.
Type: String
\n@param message Detailed information on the status including possible errors. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The name of a domain.
Type: String
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The type of operation that was requested.
Type: String
",
"name" : "Type",
"c2jName" : "Type",
"c2jShape" : "OperationType",
"variable" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of operation that was requested.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Type",
"marshallLocationName" : "Type",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "OperationType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of operation that was requested.
Type: String
\n@param type The type of operation that was requested. Type: String\n@see OperationType*/",
"getterDocumentation" : "/**
The type of operation that was requested.
Type: String
\n@return The type of operation that was requested. Type: String\n@see OperationType*/",
"fluentSetterDocumentation" : "/**
The type of operation that was requested.
Type: String
\n@param type The type of operation that was requested. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"varargSetterDocumentation" : "/**
The type of operation that was requested.
Type: String
\n@param type The type of operation that was requested. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/"
}, {
"documentation" : "
The date when the request was submitted.
",
"name" : "SubmittedDate",
"c2jName" : "SubmittedDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the request was submitted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubmittedDate",
"marshallLocationName" : "SubmittedDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.*/",
"getterDocumentation" : "/**The date when the request was submitted.
\n@return The date when the request was submitted.*/",
"fluentSetterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getOperationDetailResult",
"variableType" : "GetOperationDetailResult",
"variableDeclarationType" : "GetOperationDetailResult",
"documentation" : null,
"simpleType" : "GetOperationDetailResult",
"variableSetterType" : "GetOperationDetailResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "The current status of the requested operation in the system.
Type: String
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "OperationStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current status of the requested operation in the system.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "OperationStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@see OperationStatus*/",
"getterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@return The current status of the requested operation in the system. Type: String\n@see OperationStatus*/",
"fluentSetterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationStatus*/",
"varargSetterDocumentation" : "/**
The current status of the requested operation in the system.
Type: String
\n@param status The current status of the requested operation in the system. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationStatus*/"
},
"Type" : {
"documentation" : "
The type of operation that was requested.
Type: String
",
"name" : "Type",
"c2jName" : "Type",
"c2jShape" : "OperationType",
"variable" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of operation that was requested.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Type",
"marshallLocationName" : "Type",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "OperationType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of operation that was requested.
Type: String
\n@param type The type of operation that was requested. Type: String\n@see OperationType*/",
"getterDocumentation" : "/**
The type of operation that was requested.
Type: String
\n@return The type of operation that was requested. Type: String\n@see OperationType*/",
"fluentSetterDocumentation" : "/**
The type of operation that was requested.
Type: String
\n@param type The type of operation that was requested. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"varargSetterDocumentation" : "/**
The type of operation that was requested.
Type: String
\n@param type The type of operation that was requested. Type: String\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/"
},
"Message" : {
"documentation" : "
Detailed information on the status including possible errors.
Type: String
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "ErrorMessage",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Detailed information on the status including possible errors.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Detailed information on the status including possible errors.
Type: String
\n@param message Detailed information on the status including possible errors. Type: String*/",
"getterDocumentation" : "/**
Detailed information on the status including possible errors.
Type: String
\n@return Detailed information on the status including possible errors. Type: String*/",
"fluentSetterDocumentation" : "/**
Detailed information on the status including possible errors.
Type: String
\n@param message Detailed information on the status including possible errors. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Detailed information on the status including possible errors.
Type: String
\n@param message Detailed information on the status including possible errors. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DomainName" : {
"documentation" : "
The name of a domain.
Type: String
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OperationId" : {
"documentation" : "
The identifier for the operation.
Type: String
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier for the operation.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier for the operation.
Type: String
\n@param operationId The identifier for the operation. Type: String*/",
"getterDocumentation" : "/**
The identifier for the operation.
Type: String
\n@return The identifier for the operation. Type: String*/",
"fluentSetterDocumentation" : "/**
The identifier for the operation.
Type: String
\n@param operationId The identifier for the operation. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The identifier for the operation.
Type: String
\n@param operationId The identifier for the operation. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SubmittedDate" : {
"documentation" : "
The date when the request was submitted.
",
"name" : "SubmittedDate",
"c2jName" : "SubmittedDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the request was submitted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubmittedDate",
"marshallLocationName" : "SubmittedDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.*/",
"getterDocumentation" : "/**The date when the request was submitted.
\n@return The date when the request was submitted.*/",
"fluentSetterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TransferDomainResult" : {
"c2jName" : "TransferDomainResponse",
"documentation" : "The TranserDomain response includes the following element.
",
"shapeName" : "TransferDomainResult",
"deprecated" : false,
"required" : [ "OperationId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "transferDomainResult",
"variableType" : "TransferDomainResult",
"variableDeclarationType" : "TransferDomainResult",
"documentation" : null,
"simpleType" : "TransferDomainResult",
"variableSetterType" : "TransferDomainResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"OperationId" : {
"documentation" : "
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"name" : "OperationId",
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"variable" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "operationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OperationId",
"marshallLocationName" : "OperationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"getterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@return Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.*/",
"fluentSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
\n@param operationId Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail. Type: String
Default: None
Constraints: Maximum 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListDomainsResult" : {
"c2jName" : "ListDomainsResponse",
"documentation" : "
The ListDomains response includes the following elements.
",
"shapeName" : "ListDomainsResult",
"deprecated" : false,
"required" : [ "Domains" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
",
"name" : "Domains",
"c2jName" : "Domains",
"c2jShape" : "DomainSummaryList",
"variable" : {
"variableName" : "domains",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "domains",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Domains",
"marshallLocationName" : "Domains",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "DomainSummary",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DomainSummary",
"variable" : {
"variableName" : "member",
"variableType" : "DomainSummary",
"variableDeclarationType" : "DomainSummary",
"documentation" : "",
"simpleType" : "DomainSummary",
"variableSetterType" : "DomainSummary"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "DomainSummary",
"variableDeclarationType" : "DomainSummary",
"documentation" : "",
"simpleType" : "DomainSummary",
"variableSetterType" : "DomainSummary"
},
"getterModel" : {
"returnType" : "DomainSummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "DomainSummary",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\n@param domains A summary of domains. Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
*/",
"getterDocumentation" : "/**
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\n@return A summary of domains. Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
*/",
"fluentSetterDocumentation" : "/**
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\n@param domains A summary of domains. Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDomains(java.util.Collection)} or {@link #withDomains(java.util.Collection)} if you want to override the existing values.
\n@param domains A summary of domains. Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
",
"name" : "NextPageMarker",
"c2jName" : "NextPageMarker",
"c2jShape" : "PageMarker",
"variable" : {
"variableName" : "nextPageMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextPageMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextPageMarker",
"marshallLocationName" : "NextPageMarker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
\n@param nextPageMarker If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
. Type: String
Parent: Operations
*/",
"getterDocumentation" : "/**
If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
\n@return If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
. Type: String
Parent: Operations
*/",
"fluentSetterDocumentation" : "/**
If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
\n@param nextPageMarker If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
. Type: String
Parent: Operations
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
\n@param nextPageMarker If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
. Type: String
Parent: Operations
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listDomainsResult",
"variableType" : "ListDomainsResult",
"variableDeclarationType" : "ListDomainsResult",
"documentation" : null,
"simpleType" : "ListDomainsResult",
"variableSetterType" : "ListDomainsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Domains" : {
"documentation" : "
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
",
"name" : "Domains",
"c2jName" : "Domains",
"c2jShape" : "DomainSummaryList",
"variable" : {
"variableName" : "domains",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "domains",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Domains",
"marshallLocationName" : "Domains",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "DomainSummary",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DomainSummary",
"variable" : {
"variableName" : "member",
"variableType" : "DomainSummary",
"variableDeclarationType" : "DomainSummary",
"documentation" : "",
"simpleType" : "DomainSummary",
"variableSetterType" : "DomainSummary"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "DomainSummary",
"variableDeclarationType" : "DomainSummary",
"documentation" : "",
"simpleType" : "DomainSummary",
"variableSetterType" : "DomainSummary"
},
"getterModel" : {
"returnType" : "DomainSummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "DomainSummary",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\n@param domains A summary of domains. Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
*/",
"getterDocumentation" : "/**
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\n@return A summary of domains. Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
*/",
"fluentSetterDocumentation" : "/**
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\n@param domains A summary of domains. Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDomains(java.util.Collection)} or {@link #withDomains(java.util.Collection)} if you want to override the existing values.
\n@param domains A summary of domains. Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextPageMarker" : {
"documentation" : "
If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
",
"name" : "NextPageMarker",
"c2jName" : "NextPageMarker",
"c2jShape" : "PageMarker",
"variable" : {
"variableName" : "nextPageMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextPageMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextPageMarker",
"marshallLocationName" : "NextPageMarker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
\n@param nextPageMarker If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
. Type: String
Parent: Operations
*/",
"getterDocumentation" : "/**
If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
\n@return If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
. Type: String
Parent: Operations
*/",
"fluentSetterDocumentation" : "/**
If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
\n@param nextPageMarker If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
. Type: String
Parent: Operations
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
\n@param nextPageMarker If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of NextPageMarker
in the value of Marker
. Type: String
Parent: Operations
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TransferDomainRequest" : {
"c2jName" : "TransferDomainRequest",
"documentation" : "
The TransferDomain request includes the following elements.
",
"shapeName" : "TransferDomainRequest",
"deprecated" : false,
"required" : [ "DomainName", "DurationInYears", "AdminContact", "RegistrantContact", "TechContact" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Reserved for future use.
",
"name" : "IdnLangCode",
"c2jName" : "IdnLangCode",
"c2jShape" : "LangCode",
"variable" : {
"variableName" : "idnLangCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "idnLangCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IdnLangCode",
"marshallLocationName" : "IdnLangCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"fluentSetterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
",
"name" : "DurationInYears",
"c2jName" : "DurationInYears",
"c2jShape" : "DurationInYears",
"variable" : {
"variableName" : "durationInYears",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "durationInYears",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DurationInYears",
"marshallLocationName" : "DurationInYears",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
\n@param durationInYears The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes*/",
"getterDocumentation" : "/**
The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
\n@return The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
\n@param durationInYears The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
\n@param durationInYears The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
",
"name" : "Nameservers",
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"variable" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Nameservers",
"marshallLocationName" : "Nameservers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Nameserver",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Nameserver",
"variable" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Nameserver",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
\n@param nameservers Contains details for the host and glue IP addresses. Type: Complex
Children: GlueIps
, Name
Required: No*/",
"getterDocumentation" : "/**
Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
\n@return Contains details for the host and glue IP addresses. Type: Complex
Children: GlueIps
, Name
Required: No*/",
"fluentSetterDocumentation" : "/**
Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
\n@param nameservers Contains details for the host and glue IP addresses. Type: Complex
Children: GlueIps
, Name
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNameservers(java.util.Collection)} or {@link #withNameservers(java.util.Collection)} if you want to override the existing values.
\n@param nameservers Contains details for the host and glue IP addresses. Type: Complex
Children: GlueIps
, Name
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
",
"name" : "AuthCode",
"c2jName" : "AuthCode",
"c2jShape" : "DomainAuthCode",
"variable" : {
"variableName" : "authCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "authCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AuthCode",
"marshallLocationName" : "AuthCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
\n@param authCode The authorization code for the domain. You get this value from the current registrar. Type: String
Required: Yes*/",
"getterDocumentation" : "/**
The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
\n@return The authorization code for the domain. You get this value from the current registrar. Type: String
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
\n@param authCode The authorization code for the domain. You get this value from the current registrar. Type: String
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
\n@param authCode The authorization code for the domain. You get this value from the current registrar. Type: String
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
",
"name" : "AutoRenew",
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "autoRenew",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "autoRenew",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoRenew",
"marshallLocationName" : "AutoRenew",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
\n@param autoRenew Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged. Type: Boolean
Valid values: true
| false
Default: true
Required: No*/",
"getterDocumentation" : "/**
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
\n@return Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged. Type: Boolean
Valid values: true
| false
Default: true
Required: No*/",
"fluentSetterDocumentation" : "/**
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
\n@param autoRenew Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged. Type: Boolean
Valid values: true
| false
Default: true
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
\n@param autoRenew Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged. Type: Boolean
Valid values: true
| false
Default: true
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"name" : "AdminContact",
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AdminContact",
"marshallLocationName" : "AdminContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param adminContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"getterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@return Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"fluentSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param adminContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param adminContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"name" : "RegistrantContact",
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistrantContact",
"marshallLocationName" : "RegistrantContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param registrantContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"getterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@return Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"fluentSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param registrantContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param registrantContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"name" : "TechContact",
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "techContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "techContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TechContact",
"marshallLocationName" : "TechContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param techContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"getterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@return Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"fluentSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param techContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param techContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"name" : "PrivacyProtectAdminContact",
"c2jName" : "PrivacyProtectAdminContact",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "privacyProtectAdminContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "privacyProtectAdminContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PrivacyProtectAdminContact",
"marshallLocationName" : "PrivacyProtectAdminContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectAdminContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"getterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@return Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"fluentSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectAdminContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectAdminContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"name" : "PrivacyProtectRegistrantContact",
"c2jName" : "PrivacyProtectRegistrantContact",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PrivacyProtectRegistrantContact",
"marshallLocationName" : "PrivacyProtectRegistrantContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectRegistrantContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"getterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@return Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"fluentSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectRegistrantContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectRegistrantContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"name" : "PrivacyProtectTechContact",
"c2jName" : "PrivacyProtectTechContact",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "privacyProtectTechContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "privacyProtectTechContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PrivacyProtectTechContact",
"marshallLocationName" : "PrivacyProtectTechContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectTechContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"getterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@return Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"fluentSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectTechContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectTechContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "transferDomainRequest",
"variableType" : "TransferDomainRequest",
"variableDeclarationType" : "TransferDomainRequest",
"documentation" : null,
"simpleType" : "TransferDomainRequest",
"variableSetterType" : "TransferDomainRequest"
},
"marshaller" : {
"action" : "TransferDomain",
"verb" : "POST",
"target" : "Route53Domains_v20140515.TransferDomain",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DurationInYears" : {
"documentation" : "
The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
",
"name" : "DurationInYears",
"c2jName" : "DurationInYears",
"c2jShape" : "DurationInYears",
"variable" : {
"variableName" : "durationInYears",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "durationInYears",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DurationInYears",
"marshallLocationName" : "DurationInYears",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
\n@param durationInYears The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes*/",
"getterDocumentation" : "/**
The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
\n@return The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
\n@param durationInYears The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
\n@param durationInYears The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AuthCode" : {
"documentation" : "
The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
",
"name" : "AuthCode",
"c2jName" : "AuthCode",
"c2jShape" : "DomainAuthCode",
"variable" : {
"variableName" : "authCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "authCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AuthCode",
"marshallLocationName" : "AuthCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
\n@param authCode The authorization code for the domain. You get this value from the current registrar. Type: String
Required: Yes*/",
"getterDocumentation" : "/**
The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
\n@return The authorization code for the domain. You get this value from the current registrar. Type: String
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
\n@param authCode The authorization code for the domain. You get this value from the current registrar. Type: String
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
\n@param authCode The authorization code for the domain. You get this value from the current registrar. Type: String
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DomainName" : {
"documentation" : "
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@return The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
\n@param domainName The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Nameservers" : {
"documentation" : "
Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
",
"name" : "Nameservers",
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"variable" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "nameservers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Nameservers",
"marshallLocationName" : "Nameservers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Nameserver",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Nameserver",
"variable" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Nameserver",
"variableDeclarationType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Nameserver",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
\n@param nameservers Contains details for the host and glue IP addresses. Type: Complex
Children: GlueIps
, Name
Required: No*/",
"getterDocumentation" : "/**
Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
\n@return Contains details for the host and glue IP addresses. Type: Complex
Children: GlueIps
, Name
Required: No*/",
"fluentSetterDocumentation" : "/**
Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
\n@param nameservers Contains details for the host and glue IP addresses. Type: Complex
Children: GlueIps
, Name
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNameservers(java.util.Collection)} or {@link #withNameservers(java.util.Collection)} if you want to override the existing values.
\n@param nameservers Contains details for the host and glue IP addresses. Type: Complex
Children: GlueIps
, Name
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AutoRenew" : {
"documentation" : "
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
",
"name" : "AutoRenew",
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "autoRenew",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "autoRenew",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AutoRenew",
"marshallLocationName" : "AutoRenew",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
\n@param autoRenew Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged. Type: Boolean
Valid values: true
| false
Default: true
Required: No*/",
"getterDocumentation" : "/**
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
\n@return Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged. Type: Boolean
Valid values: true
| false
Default: true
Required: No*/",
"fluentSetterDocumentation" : "/**
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
\n@param autoRenew Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged. Type: Boolean
Valid values: true
| false
Default: true
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
\n@param autoRenew Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged. Type: Boolean
Valid values: true
| false
Default: true
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PrivacyProtectAdminContact" : {
"documentation" : "
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"name" : "PrivacyProtectAdminContact",
"c2jName" : "PrivacyProtectAdminContact",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "privacyProtectAdminContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "privacyProtectAdminContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PrivacyProtectAdminContact",
"marshallLocationName" : "PrivacyProtectAdminContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectAdminContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"getterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@return Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"fluentSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectAdminContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectAdminContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PrivacyProtectRegistrantContact" : {
"documentation" : "
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"name" : "PrivacyProtectRegistrantContact",
"c2jName" : "PrivacyProtectRegistrantContact",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PrivacyProtectRegistrantContact",
"marshallLocationName" : "PrivacyProtectRegistrantContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectRegistrantContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"getterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@return Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"fluentSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectRegistrantContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectRegistrantContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AdminContact" : {
"documentation" : "
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"name" : "AdminContact",
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AdminContact",
"marshallLocationName" : "AdminContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param adminContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"getterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@return Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"fluentSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param adminContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param adminContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IdnLangCode" : {
"documentation" : "
Reserved for future use.
",
"name" : "IdnLangCode",
"c2jName" : "IdnLangCode",
"c2jShape" : "LangCode",
"variable" : {
"variableName" : "idnLangCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "idnLangCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IdnLangCode",
"marshallLocationName" : "IdnLangCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"fluentSetterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PrivacyProtectTechContact" : {
"documentation" : "Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"name" : "PrivacyProtectTechContact",
"c2jName" : "PrivacyProtectTechContact",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "privacyProtectTechContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "privacyProtectTechContact",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PrivacyProtectTechContact",
"marshallLocationName" : "PrivacyProtectTechContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectTechContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"getterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@return Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No*/",
"fluentSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectTechContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
\n@param privacyProtectTechContact Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter. Type: Boolean
Default: true
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RegistrantContact" : {
"documentation" : "
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"name" : "RegistrantContact",
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RegistrantContact",
"marshallLocationName" : "RegistrantContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param registrantContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"getterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@return Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"fluentSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param registrantContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param registrantContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TechContact" : {
"documentation" : "
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"name" : "TechContact",
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"variable" : {
"variableName" : "techContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"setterModel" : {
"variableName" : "techContact",
"variableType" : "ContactDetail",
"variableDeclarationType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TechContact",
"marshallLocationName" : "TechContact",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param techContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"getterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@return Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes*/",
"fluentSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param techContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes
\n@param techContact Provides detailed contact information. Type: Complex
Children: FirstName
, MiddleName
, LastName
, ContactType
, OrganizationName
, AddressLine1
, AddressLine2
, City
, State
, CountryCode
, ZipCode
, PhoneNumber
, Email
, Fax
, ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListTagsForDomainResult" : {
"c2jName" : "ListTagsForDomainResponse",
"documentation" : "
The ListTagsForDomain response includes the following elements.
",
"shapeName" : "ListTagsForDomainResult",
"deprecated" : false,
"required" : [ "TagList" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
",
"name" : "TagList",
"c2jName" : "TagList",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tagList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tagList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TagList",
"marshallLocationName" : "TagList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Tag",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\n@param tagList A list of the tags that are associated with the specified domain. Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
*/",
"getterDocumentation" : "/**A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\n@return A list of the tags that are associated with the specified domain. Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
*/",
"fluentSetterDocumentation" : "/**A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\n@param tagList A list of the tags that are associated with the specified domain. Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.
\n@param tagList A list of the tags that are associated with the specified domain. Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listTagsForDomainResult",
"variableType" : "ListTagsForDomainResult",
"variableDeclarationType" : "ListTagsForDomainResult",
"documentation" : null,
"simpleType" : "ListTagsForDomainResult",
"variableSetterType" : "ListTagsForDomainResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TagList" : {
"documentation" : "A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
",
"name" : "TagList",
"c2jName" : "TagList",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tagList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tagList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TagList",
"marshallLocationName" : "TagList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Tag",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\n@param tagList A list of the tags that are associated with the specified domain. Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
*/",
"getterDocumentation" : "/**A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\n@return A list of the tags that are associated with the specified domain. Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
*/",
"fluentSetterDocumentation" : "/**A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\n@param tagList A list of the tags that are associated with the specified domain. Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.
\n@param tagList A list of the tags that are associated with the specified domain. Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DisableDomainAutoRenewRequest" : {
"c2jName" : "DisableDomainAutoRenewRequest",
"documentation" : "",
"shapeName" : "DisableDomainAutoRenewRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "disableDomainAutoRenewRequest",
"variableType" : "DisableDomainAutoRenewRequest",
"variableDeclarationType" : "DisableDomainAutoRenewRequest",
"documentation" : null,
"simpleType" : "DisableDomainAutoRenewRequest",
"variableSetterType" : "DisableDomainAutoRenewRequest"
},
"marshaller" : {
"action" : "DisableDomainAutoRenew",
"verb" : "POST",
"target" : "Route53Domains_v20140515.DisableDomainAutoRenew",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteTagsForDomainRequest" : {
"c2jName" : "DeleteTagsForDomainRequest",
"documentation" : "The DeleteTagsForDomainRequest includes the following elements.
",
"shapeName" : "DeleteTagsForDomainRequest",
"deprecated" : false,
"required" : [ "DomainName", "TagsToDelete" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@param domainName The domain for which you want to delete one or more tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes*/",
"getterDocumentation" : "/**
The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@return The domain for which you want to delete one or more tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@param domainName The domain for which you want to delete one or more tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@param domainName The domain for which you want to delete one or more tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>",
"name" : "TagsToDelete",
"c2jName" : "TagsToDelete",
"c2jShape" : "TagKeyList",
"variable" : {
"variableName" : "tagsToDelete",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tagsToDelete",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TagsToDelete",
"marshallLocationName" : "TagsToDelete",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TagKey",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>\n@param tagsToDelete A list of tag keys to delete. Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No*/",
"getterDocumentation" : "/**
A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>\n@return A list of tag keys to delete. Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No*/",
"fluentSetterDocumentation" : "/**
A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>\n@param tagsToDelete A list of tag keys to delete. Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagsToDelete(java.util.Collection)} or {@link #withTagsToDelete(java.util.Collection)} if you want to override the existing values.
\n@param tagsToDelete A list of tag keys to delete. Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteTagsForDomainRequest",
"variableType" : "DeleteTagsForDomainRequest",
"variableDeclarationType" : "DeleteTagsForDomainRequest",
"documentation" : null,
"simpleType" : "DeleteTagsForDomainRequest",
"variableSetterType" : "DeleteTagsForDomainRequest"
},
"marshaller" : {
"action" : "DeleteTagsForDomain",
"verb" : "POST",
"target" : "Route53Domains_v20140515.DeleteTagsForDomain",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TagsToDelete" : {
"documentation" : "
A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>",
"name" : "TagsToDelete",
"c2jName" : "TagsToDelete",
"c2jShape" : "TagKeyList",
"variable" : {
"variableName" : "tagsToDelete",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tagsToDelete",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TagsToDelete",
"marshallLocationName" : "TagsToDelete",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TagKey",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>\n@param tagsToDelete A list of tag keys to delete. Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No*/",
"getterDocumentation" : "/**
A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>\n@return A list of tag keys to delete. Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No*/",
"fluentSetterDocumentation" : "/**
A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>\n@param tagsToDelete A list of tag keys to delete. Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A list of tag keys to delete.
Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No
'>\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagsToDelete(java.util.Collection)} or {@link #withTagsToDelete(java.util.Collection)} if you want to override the existing values.
\n@param tagsToDelete A list of tag keys to delete. Type: A list that contains the keys of the tags that you want to delete.
Default: None
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DomainName" : {
"documentation" : "
The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@param domainName The domain for which you want to delete one or more tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes*/",
"getterDocumentation" : "/**
The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@return The domain for which you want to delete one or more tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@param domainName The domain for which you want to delete one or more tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The domain for which you want to delete one or more tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@param domainName The domain for which you want to delete one or more tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ReachabilityStatus" : {
"c2jName" : "ReachabilityStatus",
"documentation" : "",
"shapeName" : "ReachabilityStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "PENDING",
"value" : "PENDING"
}, {
"name" : "DONE",
"value" : "DONE"
}, {
"name" : "EXPIRED",
"value" : "EXPIRED"
} ],
"variable" : {
"variableName" : "reachabilityStatus",
"variableType" : "ReachabilityStatus",
"variableDeclarationType" : "ReachabilityStatus",
"documentation" : null,
"simpleType" : "ReachabilityStatus",
"variableSetterType" : "ReachabilityStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DomainLimitExceededException" : {
"c2jName" : "DomainLimitExceeded",
"documentation" : "
The number of domains has exceeded the allowed threshold for the account.
",
"shapeName" : "DomainLimitExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "domainLimitExceededException",
"variableType" : "DomainLimitExceededException",
"variableDeclarationType" : "DomainLimitExceededException",
"documentation" : null,
"simpleType" : "DomainLimitExceededException",
"variableSetterType" : "DomainLimitExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "DomainLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ResendContactReachabilityEmailRequest" : {
"c2jName" : "ResendContactReachabilityEmailRequest",
"documentation" : "",
"shapeName" : "ResendContactReachabilityEmailRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
",
"name" : "DomainName",
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domainName",
"marshallLocationName" : "domainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact. Type: String
Default: None
Required: Yes*/",
"getterDocumentation" : "/**
The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
\n@return The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact. Type: String
Default: None
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "resendContactReachabilityEmailRequest",
"variableType" : "ResendContactReachabilityEmailRequest",
"variableDeclarationType" : "ResendContactReachabilityEmailRequest",
"documentation" : null,
"simpleType" : "ResendContactReachabilityEmailRequest",
"variableSetterType" : "ResendContactReachabilityEmailRequest"
},
"marshaller" : {
"action" : "ResendContactReachabilityEmail",
"verb" : "POST",
"target" : "Route53Domains_v20140515.ResendContactReachabilityEmail",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "
The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
",
"name" : "DomainName",
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domainName",
"marshallLocationName" : "domainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact. Type: String
Default: None
Required: Yes*/",
"getterDocumentation" : "/**
The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
\n@return The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact. Type: String
Default: None
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact.
Type: String
Default: None
Required: Yes
\n@param domainName The name of the domain for which you want Amazon Route 53 to resend a confirmation email to the registrant contact. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"OperationStatus" : {
"c2jName" : "OperationStatus",
"documentation" : "",
"shapeName" : "OperationStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "SUBMITTED",
"value" : "SUBMITTED"
}, {
"name" : "IN_PROGRESS",
"value" : "IN_PROGRESS"
}, {
"name" : "ERROR",
"value" : "ERROR"
}, {
"name" : "SUCCESSFUL",
"value" : "SUCCESSFUL"
}, {
"name" : "FAILED",
"value" : "FAILED"
} ],
"variable" : {
"variableName" : "operationStatus",
"variableType" : "OperationStatus",
"variableDeclarationType" : "OperationStatus",
"documentation" : null,
"simpleType" : "OperationStatus",
"variableSetterType" : "OperationStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetContactReachabilityStatusResult" : {
"c2jName" : "GetContactReachabilityStatusResponse",
"documentation" : "",
"shapeName" : "GetContactReachabilityStatusResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "
The domain name for which you requested the reachability status.
",
"name" : "DomainName",
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The domain name for which you requested the reachability status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domainName",
"marshallLocationName" : "domainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@param domainName The domain name for which you requested the reachability status.*/",
"getterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@return The domain name for which you requested the reachability status.*/",
"fluentSetterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@param domainName The domain name for which you requested the reachability status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@param domainName The domain name for which you requested the reachability status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
",
"name" : "Status",
"c2jName" : "status",
"c2jShape" : "ReachabilityStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "status",
"marshallLocationName" : "status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ReachabilityStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@param status Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded. Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@see ReachabilityStatus*/",
"getterDocumentation" : "/**
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@return Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded. Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@see ReachabilityStatus*/",
"fluentSetterDocumentation" : "/**
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@param status Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded. Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReachabilityStatus*/",
"varargSetterDocumentation" : "/**
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@param status Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded. Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReachabilityStatus*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getContactReachabilityStatusResult",
"variableType" : "GetContactReachabilityStatusResult",
"variableDeclarationType" : "GetContactReachabilityStatusResult",
"documentation" : null,
"simpleType" : "GetContactReachabilityStatusResult",
"variableSetterType" : "GetContactReachabilityStatusResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
",
"name" : "Status",
"c2jName" : "status",
"c2jShape" : "ReachabilityStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "status",
"marshallLocationName" : "status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ReachabilityStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@param status Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded. Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@see ReachabilityStatus*/",
"getterDocumentation" : "/**
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@return Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded. Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@see ReachabilityStatus*/",
"fluentSetterDocumentation" : "/**
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@param status Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded. Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReachabilityStatus*/",
"varargSetterDocumentation" : "/**
Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded.
Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@param status Whether the registrant contact has responded. PENDING
indicates that we sent the confirmation email and haven't received a response yet, DONE
indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED
indicates that the time limit expired before the registrant contact responded. Type: String
Valid values: PENDING
, DONE
, EXPIRED
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReachabilityStatus*/"
},
"DomainName" : {
"documentation" : "
The domain name for which you requested the reachability status.
",
"name" : "DomainName",
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The domain name for which you requested the reachability status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domainName",
"marshallLocationName" : "domainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@param domainName The domain name for which you requested the reachability status.*/",
"getterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@return The domain name for which you requested the reachability status.*/",
"fluentSetterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@param domainName The domain name for which you requested the reachability status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@param domainName The domain name for which you requested the reachability status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UnsupportedTLDException" : {
"c2jName" : "UnsupportedTLD",
"documentation" : "Amazon Route 53 does not support this top-level domain.
",
"shapeName" : "UnsupportedTLDException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "unsupportedTLDException",
"variableType" : "UnsupportedTLDException",
"variableDeclarationType" : "UnsupportedTLDException",
"documentation" : null,
"simpleType" : "UnsupportedTLDException",
"variableSetterType" : "UnsupportedTLDException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "UnsupportedTLD",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CountryCode" : {
"c2jName" : "CountryCode",
"documentation" : "",
"shapeName" : "CountryCode",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "AD",
"value" : "AD"
}, {
"name" : "AE",
"value" : "AE"
}, {
"name" : "AF",
"value" : "AF"
}, {
"name" : "AG",
"value" : "AG"
}, {
"name" : "AI",
"value" : "AI"
}, {
"name" : "AL",
"value" : "AL"
}, {
"name" : "AM",
"value" : "AM"
}, {
"name" : "AN",
"value" : "AN"
}, {
"name" : "AO",
"value" : "AO"
}, {
"name" : "AQ",
"value" : "AQ"
}, {
"name" : "AR",
"value" : "AR"
}, {
"name" : "AS",
"value" : "AS"
}, {
"name" : "AT",
"value" : "AT"
}, {
"name" : "AU",
"value" : "AU"
}, {
"name" : "AW",
"value" : "AW"
}, {
"name" : "AZ",
"value" : "AZ"
}, {
"name" : "BA",
"value" : "BA"
}, {
"name" : "BB",
"value" : "BB"
}, {
"name" : "BD",
"value" : "BD"
}, {
"name" : "BE",
"value" : "BE"
}, {
"name" : "BF",
"value" : "BF"
}, {
"name" : "BG",
"value" : "BG"
}, {
"name" : "BH",
"value" : "BH"
}, {
"name" : "BI",
"value" : "BI"
}, {
"name" : "BJ",
"value" : "BJ"
}, {
"name" : "BL",
"value" : "BL"
}, {
"name" : "BM",
"value" : "BM"
}, {
"name" : "BN",
"value" : "BN"
}, {
"name" : "BO",
"value" : "BO"
}, {
"name" : "BR",
"value" : "BR"
}, {
"name" : "BS",
"value" : "BS"
}, {
"name" : "BT",
"value" : "BT"
}, {
"name" : "BW",
"value" : "BW"
}, {
"name" : "BY",
"value" : "BY"
}, {
"name" : "BZ",
"value" : "BZ"
}, {
"name" : "CA",
"value" : "CA"
}, {
"name" : "CC",
"value" : "CC"
}, {
"name" : "CD",
"value" : "CD"
}, {
"name" : "CF",
"value" : "CF"
}, {
"name" : "CG",
"value" : "CG"
}, {
"name" : "CH",
"value" : "CH"
}, {
"name" : "CI",
"value" : "CI"
}, {
"name" : "CK",
"value" : "CK"
}, {
"name" : "CL",
"value" : "CL"
}, {
"name" : "CM",
"value" : "CM"
}, {
"name" : "CN",
"value" : "CN"
}, {
"name" : "CO",
"value" : "CO"
}, {
"name" : "CR",
"value" : "CR"
}, {
"name" : "CU",
"value" : "CU"
}, {
"name" : "CV",
"value" : "CV"
}, {
"name" : "CX",
"value" : "CX"
}, {
"name" : "CY",
"value" : "CY"
}, {
"name" : "CZ",
"value" : "CZ"
}, {
"name" : "DE",
"value" : "DE"
}, {
"name" : "DJ",
"value" : "DJ"
}, {
"name" : "DK",
"value" : "DK"
}, {
"name" : "DM",
"value" : "DM"
}, {
"name" : "DO",
"value" : "DO"
}, {
"name" : "DZ",
"value" : "DZ"
}, {
"name" : "EC",
"value" : "EC"
}, {
"name" : "EE",
"value" : "EE"
}, {
"name" : "EG",
"value" : "EG"
}, {
"name" : "ER",
"value" : "ER"
}, {
"name" : "ES",
"value" : "ES"
}, {
"name" : "ET",
"value" : "ET"
}, {
"name" : "FI",
"value" : "FI"
}, {
"name" : "FJ",
"value" : "FJ"
}, {
"name" : "FK",
"value" : "FK"
}, {
"name" : "FM",
"value" : "FM"
}, {
"name" : "FO",
"value" : "FO"
}, {
"name" : "FR",
"value" : "FR"
}, {
"name" : "GA",
"value" : "GA"
}, {
"name" : "GB",
"value" : "GB"
}, {
"name" : "GD",
"value" : "GD"
}, {
"name" : "GE",
"value" : "GE"
}, {
"name" : "GH",
"value" : "GH"
}, {
"name" : "GI",
"value" : "GI"
}, {
"name" : "GL",
"value" : "GL"
}, {
"name" : "GM",
"value" : "GM"
}, {
"name" : "GN",
"value" : "GN"
}, {
"name" : "GQ",
"value" : "GQ"
}, {
"name" : "GR",
"value" : "GR"
}, {
"name" : "GT",
"value" : "GT"
}, {
"name" : "GU",
"value" : "GU"
}, {
"name" : "GW",
"value" : "GW"
}, {
"name" : "GY",
"value" : "GY"
}, {
"name" : "HK",
"value" : "HK"
}, {
"name" : "HN",
"value" : "HN"
}, {
"name" : "HR",
"value" : "HR"
}, {
"name" : "HT",
"value" : "HT"
}, {
"name" : "HU",
"value" : "HU"
}, {
"name" : "ID",
"value" : "ID"
}, {
"name" : "IE",
"value" : "IE"
}, {
"name" : "IL",
"value" : "IL"
}, {
"name" : "IM",
"value" : "IM"
}, {
"name" : "IN",
"value" : "IN"
}, {
"name" : "IQ",
"value" : "IQ"
}, {
"name" : "IR",
"value" : "IR"
}, {
"name" : "IS",
"value" : "IS"
}, {
"name" : "IT",
"value" : "IT"
}, {
"name" : "JM",
"value" : "JM"
}, {
"name" : "JO",
"value" : "JO"
}, {
"name" : "JP",
"value" : "JP"
}, {
"name" : "KE",
"value" : "KE"
}, {
"name" : "KG",
"value" : "KG"
}, {
"name" : "KH",
"value" : "KH"
}, {
"name" : "KI",
"value" : "KI"
}, {
"name" : "KM",
"value" : "KM"
}, {
"name" : "KN",
"value" : "KN"
}, {
"name" : "KP",
"value" : "KP"
}, {
"name" : "KR",
"value" : "KR"
}, {
"name" : "KW",
"value" : "KW"
}, {
"name" : "KY",
"value" : "KY"
}, {
"name" : "KZ",
"value" : "KZ"
}, {
"name" : "LA",
"value" : "LA"
}, {
"name" : "LB",
"value" : "LB"
}, {
"name" : "LC",
"value" : "LC"
}, {
"name" : "LI",
"value" : "LI"
}, {
"name" : "LK",
"value" : "LK"
}, {
"name" : "LR",
"value" : "LR"
}, {
"name" : "LS",
"value" : "LS"
}, {
"name" : "LT",
"value" : "LT"
}, {
"name" : "LU",
"value" : "LU"
}, {
"name" : "LV",
"value" : "LV"
}, {
"name" : "LY",
"value" : "LY"
}, {
"name" : "MA",
"value" : "MA"
}, {
"name" : "MC",
"value" : "MC"
}, {
"name" : "MD",
"value" : "MD"
}, {
"name" : "ME",
"value" : "ME"
}, {
"name" : "MF",
"value" : "MF"
}, {
"name" : "MG",
"value" : "MG"
}, {
"name" : "MH",
"value" : "MH"
}, {
"name" : "MK",
"value" : "MK"
}, {
"name" : "ML",
"value" : "ML"
}, {
"name" : "MM",
"value" : "MM"
}, {
"name" : "MN",
"value" : "MN"
}, {
"name" : "MO",
"value" : "MO"
}, {
"name" : "MP",
"value" : "MP"
}, {
"name" : "MR",
"value" : "MR"
}, {
"name" : "MS",
"value" : "MS"
}, {
"name" : "MT",
"value" : "MT"
}, {
"name" : "MU",
"value" : "MU"
}, {
"name" : "MV",
"value" : "MV"
}, {
"name" : "MW",
"value" : "MW"
}, {
"name" : "MX",
"value" : "MX"
}, {
"name" : "MY",
"value" : "MY"
}, {
"name" : "MZ",
"value" : "MZ"
}, {
"name" : "NA",
"value" : "NA"
}, {
"name" : "NC",
"value" : "NC"
}, {
"name" : "NE",
"value" : "NE"
}, {
"name" : "NG",
"value" : "NG"
}, {
"name" : "NI",
"value" : "NI"
}, {
"name" : "NL",
"value" : "NL"
}, {
"name" : "NO",
"value" : "NO"
}, {
"name" : "NP",
"value" : "NP"
}, {
"name" : "NR",
"value" : "NR"
}, {
"name" : "NU",
"value" : "NU"
}, {
"name" : "NZ",
"value" : "NZ"
}, {
"name" : "OM",
"value" : "OM"
}, {
"name" : "PA",
"value" : "PA"
}, {
"name" : "PE",
"value" : "PE"
}, {
"name" : "PF",
"value" : "PF"
}, {
"name" : "PG",
"value" : "PG"
}, {
"name" : "PH",
"value" : "PH"
}, {
"name" : "PK",
"value" : "PK"
}, {
"name" : "PL",
"value" : "PL"
}, {
"name" : "PM",
"value" : "PM"
}, {
"name" : "PN",
"value" : "PN"
}, {
"name" : "PR",
"value" : "PR"
}, {
"name" : "PT",
"value" : "PT"
}, {
"name" : "PW",
"value" : "PW"
}, {
"name" : "PY",
"value" : "PY"
}, {
"name" : "QA",
"value" : "QA"
}, {
"name" : "RO",
"value" : "RO"
}, {
"name" : "RS",
"value" : "RS"
}, {
"name" : "RU",
"value" : "RU"
}, {
"name" : "RW",
"value" : "RW"
}, {
"name" : "SA",
"value" : "SA"
}, {
"name" : "SB",
"value" : "SB"
}, {
"name" : "SC",
"value" : "SC"
}, {
"name" : "SD",
"value" : "SD"
}, {
"name" : "SE",
"value" : "SE"
}, {
"name" : "SG",
"value" : "SG"
}, {
"name" : "SH",
"value" : "SH"
}, {
"name" : "SI",
"value" : "SI"
}, {
"name" : "SK",
"value" : "SK"
}, {
"name" : "SL",
"value" : "SL"
}, {
"name" : "SM",
"value" : "SM"
}, {
"name" : "SN",
"value" : "SN"
}, {
"name" : "SO",
"value" : "SO"
}, {
"name" : "SR",
"value" : "SR"
}, {
"name" : "ST",
"value" : "ST"
}, {
"name" : "SV",
"value" : "SV"
}, {
"name" : "SY",
"value" : "SY"
}, {
"name" : "SZ",
"value" : "SZ"
}, {
"name" : "TC",
"value" : "TC"
}, {
"name" : "TD",
"value" : "TD"
}, {
"name" : "TG",
"value" : "TG"
}, {
"name" : "TH",
"value" : "TH"
}, {
"name" : "TJ",
"value" : "TJ"
}, {
"name" : "TK",
"value" : "TK"
}, {
"name" : "TL",
"value" : "TL"
}, {
"name" : "TM",
"value" : "TM"
}, {
"name" : "TN",
"value" : "TN"
}, {
"name" : "TO",
"value" : "TO"
}, {
"name" : "TR",
"value" : "TR"
}, {
"name" : "TT",
"value" : "TT"
}, {
"name" : "TV",
"value" : "TV"
}, {
"name" : "TW",
"value" : "TW"
}, {
"name" : "TZ",
"value" : "TZ"
}, {
"name" : "UA",
"value" : "UA"
}, {
"name" : "UG",
"value" : "UG"
}, {
"name" : "US",
"value" : "US"
}, {
"name" : "UY",
"value" : "UY"
}, {
"name" : "UZ",
"value" : "UZ"
}, {
"name" : "VA",
"value" : "VA"
}, {
"name" : "VC",
"value" : "VC"
}, {
"name" : "VE",
"value" : "VE"
}, {
"name" : "VG",
"value" : "VG"
}, {
"name" : "VI",
"value" : "VI"
}, {
"name" : "VN",
"value" : "VN"
}, {
"name" : "VU",
"value" : "VU"
}, {
"name" : "WF",
"value" : "WF"
}, {
"name" : "WS",
"value" : "WS"
}, {
"name" : "YE",
"value" : "YE"
}, {
"name" : "YT",
"value" : "YT"
}, {
"name" : "ZA",
"value" : "ZA"
}, {
"name" : "ZM",
"value" : "ZM"
}, {
"name" : "ZW",
"value" : "ZW"
} ],
"variable" : {
"variableName" : "countryCode",
"variableType" : "CountryCode",
"variableDeclarationType" : "CountryCode",
"documentation" : null,
"simpleType" : "CountryCode",
"variableSetterType" : "CountryCode"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"UpdateTagsForDomainRequest" : {
"c2jName" : "UpdateTagsForDomainRequest",
"documentation" : "The UpdateTagsForDomainRequest includes the following elements.
",
"shapeName" : "UpdateTagsForDomainRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The domain for which you want to add or update tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The domain for which you want to add or update tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The domain for which you want to add or update tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@param domainName The domain for which you want to add or update tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes*/",
"getterDocumentation" : "/**
The domain for which you want to add or update tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@return The domain for which you want to add or update tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes*/",
"fluentSetterDocumentation" : "/**
The domain for which you want to add or update tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@param domainName The domain for which you want to add or update tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The domain for which you want to add or update tags.
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes
\n@param domainName The domain for which you want to add or update tags. The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Hyphens are allowed only when they're surrounded by letters, numbers, or other hyphens. You can't specify a hyphen at the beginning or end of a label. To specify an Internationalized Domain Name, you must convert the name to Punycode.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.
Type: A complex type containing a list of tags
Default: None
Required: No
'> Each tag includes the following elements:
Key
The key (name) of a tag.
Type: String
Default: None
Valid values: Unicode characters including alphanumeric, space, and \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
Value
The value of a tag.
Type: String
Default: None
Valid values: Unicode characters including alphanumeric, space, and \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
",
"name" : "TagsToUpdate",
"c2jName" : "TagsToUpdate",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tagsToUpdate",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.
Type: A complex type containing a list of tags
Default: None
Required: No
'> Each tag includes the following elements:
Key
The key (name) of a tag.
Type: String
Default: None
Valid values: Unicode characters including alphanumeric, space, and \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
Value
The value of a tag.
Type: String
Default: None
Valid values: Unicode characters including alphanumeric, space, and \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tagsToUpdate",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List