
models.route53domains-2014-05-15-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-route53 Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : {
"ListDomains" : {
"methodForms" : [ [ ] ]
},
"ListOperations" : {
"methodForms" : [ [ ] ]
}
},
"skipInterfaceAdditions" : false,
"skipSmokeTests" : true,
"useAutoConstructList" : true,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2014-05-15",
"asyncClient" : "AmazonRoute53DomainsAsyncClient",
"asyncClientBuilderClassName" : "AmazonRoute53DomainsAsyncClientBuilder",
"asyncInterface" : "AmazonRoute53DomainsAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonRoute53DomainsModuleInjector",
"defaultEndpoint" : "https://route53domains.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "route53domains.us-east-1.amazonaws.com",
"documentation" : null,
"endpointPrefix" : "route53domains",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"packageName" : "com.amazonaws.services.route53domains",
"packagePath" : "com/amazonaws/services/route53domains",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon Route 53 Domains",
"serviceName" : "Amazon Route 53 Domains",
"signingName" : "route53domains",
"smokeTestsPackageName" : "com.amazonaws.services.route53domains.smoketests",
"syncClient" : "AmazonRoute53DomainsClient",
"syncClientBuilderClassName" : "AmazonRoute53DomainsClientBuilder",
"syncInterface" : "AmazonRoute53Domains",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"CheckDomainAvailability" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CheckDomainAvailabilityResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CheckDomainAvailabilityRequest",
"variableName" : "checkDomainAvailabilityRequest",
"variableType" : "CheckDomainAvailabilityRequest",
"documentation" : "The CheckDomainAvailability request contains the following elements.
",
"simpleType" : "CheckDomainAvailabilityRequest",
"variableSetterType" : "CheckDomainAvailabilityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "checkDomainAvailability",
"operationName" : "CheckDomainAvailability",
"returnType" : {
"returnType" : "CheckDomainAvailabilityResult",
"documentation" : "The CheckDomainAvailability response includes the following elements.
"
},
"syncReturnType" : "CheckDomainAvailabilityResult"
},
"DeleteTagsForDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteTagsForDomainResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteTagsForDomainRequest",
"variableName" : "deleteTagsForDomainRequest",
"variableType" : "DeleteTagsForDomainRequest",
"documentation" : "The DeleteTagsForDomainRequest includes the following elements.
",
"simpleType" : "DeleteTagsForDomainRequest",
"variableSetterType" : "DeleteTagsForDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteTagsForDomain",
"operationName" : "DeleteTagsForDomain",
"returnType" : {
"returnType" : "DeleteTagsForDomainResult",
"documentation" : null
},
"syncReturnType" : "DeleteTagsForDomainResult"
},
"DisableDomainAutoRenew" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DisableDomainAutoRenewResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation disables automatic renewal of domain registration for the specified domain.
",
"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,
"input" : {
"variableDeclarationType" : "DisableDomainAutoRenewRequest",
"variableName" : "disableDomainAutoRenewRequest",
"variableType" : "DisableDomainAutoRenewRequest",
"documentation" : "",
"simpleType" : "DisableDomainAutoRenewRequest",
"variableSetterType" : "DisableDomainAutoRenewRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "disableDomainAutoRenew",
"operationName" : "DisableDomainAutoRenew",
"returnType" : {
"returnType" : "DisableDomainAutoRenewResult",
"documentation" : null
},
"syncReturnType" : "DisableDomainAutoRenewResult"
},
"DisableDomainTransferLock" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DisableDomainTransferLockResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DisableDomainTransferLockRequest",
"variableName" : "disableDomainTransferLockRequest",
"variableType" : "DisableDomainTransferLockRequest",
"documentation" : "The DisableDomainTransferLock request includes the following element.
",
"simpleType" : "DisableDomainTransferLockRequest",
"variableSetterType" : "DisableDomainTransferLockRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "disableDomainTransferLock",
"operationName" : "DisableDomainTransferLock",
"returnType" : {
"returnType" : "DisableDomainTransferLockResult",
"documentation" : "The DisableDomainTransferLock response includes the following element.
"
},
"syncReturnType" : "DisableDomainTransferLockResult"
},
"EnableDomainAutoRenew" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "EnableDomainAutoRenewResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "EnableDomainAutoRenewRequest",
"variableName" : "enableDomainAutoRenewRequest",
"variableType" : "EnableDomainAutoRenewRequest",
"documentation" : "",
"simpleType" : "EnableDomainAutoRenewRequest",
"variableSetterType" : "EnableDomainAutoRenewRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "enableDomainAutoRenew",
"operationName" : "EnableDomainAutoRenew",
"returnType" : {
"returnType" : "EnableDomainAutoRenewResult",
"documentation" : null
},
"syncReturnType" : "EnableDomainAutoRenewResult"
},
"EnableDomainTransferLock" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "EnableDomainTransferLockResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "EnableDomainTransferLockRequest",
"variableName" : "enableDomainTransferLockRequest",
"variableType" : "EnableDomainTransferLockRequest",
"documentation" : "The EnableDomainTransferLock request includes the following element.
",
"simpleType" : "EnableDomainTransferLockRequest",
"variableSetterType" : "EnableDomainTransferLockRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "enableDomainTransferLock",
"operationName" : "EnableDomainTransferLock",
"returnType" : {
"returnType" : "EnableDomainTransferLockResult",
"documentation" : "The EnableDomainTransferLock response includes the following elements.
"
},
"syncReturnType" : "EnableDomainTransferLockResult"
},
"GetContactReachabilityStatus" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetContactReachabilityStatusResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "GetContactReachabilityStatusRequest",
"variableName" : "getContactReachabilityStatusRequest",
"variableType" : "GetContactReachabilityStatusRequest",
"documentation" : "",
"simpleType" : "GetContactReachabilityStatusRequest",
"variableSetterType" : "GetContactReachabilityStatusRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getContactReachabilityStatus",
"operationName" : "GetContactReachabilityStatus",
"returnType" : {
"returnType" : "GetContactReachabilityStatusResult",
"documentation" : null
},
"syncReturnType" : "GetContactReachabilityStatusResult"
},
"GetDomainDetail" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetDomainDetailResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation returns detailed information about the domain. The domain's contact information is also returned as part of the output.
",
"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,
"input" : {
"variableDeclarationType" : "GetDomainDetailRequest",
"variableName" : "getDomainDetailRequest",
"variableType" : "GetDomainDetailRequest",
"documentation" : "The GetDomainDetail request includes the following element.
",
"simpleType" : "GetDomainDetailRequest",
"variableSetterType" : "GetDomainDetailRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getDomainDetail",
"operationName" : "GetDomainDetail",
"returnType" : {
"returnType" : "GetDomainDetailResult",
"documentation" : "The GetDomainDetail response includes the following elements.
"
},
"syncReturnType" : "GetDomainDetailResult"
},
"GetDomainSuggestions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetDomainSuggestionsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "The GetDomainSuggestions operation returns a list of suggested domain names given a string, which can either be a domain name or simply a word or phrase (without spaces).
Parameters:
- DomainName (string): The basis for your domain suggestion search, a string with (or without) top-level domain specified.
- SuggestionCount (int): The number of domain suggestions to be returned, maximum 50, minimum 1.
- OnlyAvailable (bool): If true, availability check will be performed on suggestion results, and only available domains will be returned. If false, suggestions will be returned without checking whether the domain is actually available, and caller will have to call checkDomainAvailability for each suggestion to determine availability for registration.
",
"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,
"input" : {
"variableDeclarationType" : "GetDomainSuggestionsRequest",
"variableName" : "getDomainSuggestionsRequest",
"variableType" : "GetDomainSuggestionsRequest",
"documentation" : "",
"simpleType" : "GetDomainSuggestionsRequest",
"variableSetterType" : "GetDomainSuggestionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getDomainSuggestions",
"operationName" : "GetDomainSuggestions",
"returnType" : {
"returnType" : "GetDomainSuggestionsResult",
"documentation" : null
},
"syncReturnType" : "GetDomainSuggestionsResult"
},
"GetOperationDetail" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetOperationDetailResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation returns the current status of an operation that is not completed.
",
"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,
"input" : {
"variableDeclarationType" : "GetOperationDetailRequest",
"variableName" : "getOperationDetailRequest",
"variableType" : "GetOperationDetailRequest",
"documentation" : "The GetOperationDetail request includes the following element.
",
"simpleType" : "GetOperationDetailRequest",
"variableSetterType" : "GetOperationDetailRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getOperationDetail",
"operationName" : "GetOperationDetail",
"returnType" : {
"returnType" : "GetOperationDetailResult",
"documentation" : "The GetOperationDetail response includes the following elements.
"
},
"syncReturnType" : "GetOperationDetailResult"
},
"ListDomains" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListDomainsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation returns all the domain names registered with Amazon Route 53 for the current AWS account.
",
"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,
"input" : {
"variableDeclarationType" : "ListDomainsRequest",
"variableName" : "listDomainsRequest",
"variableType" : "ListDomainsRequest",
"documentation" : "The ListDomains request includes the following elements.
",
"simpleType" : "ListDomainsRequest",
"variableSetterType" : "ListDomainsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listDomains",
"operationName" : "ListDomains",
"returnType" : {
"returnType" : "ListDomainsResult",
"documentation" : "The ListDomains response includes the following elements.
"
},
"syncReturnType" : "ListDomainsResult"
},
"ListOperations" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListOperationsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation returns the operation IDs of operations that are not yet complete.
",
"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,
"input" : {
"variableDeclarationType" : "ListOperationsRequest",
"variableName" : "listOperationsRequest",
"variableType" : "ListOperationsRequest",
"documentation" : "The ListOperations request includes the following elements.
",
"simpleType" : "ListOperationsRequest",
"variableSetterType" : "ListOperationsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listOperations",
"operationName" : "ListOperations",
"returnType" : {
"returnType" : "ListOperationsResult",
"documentation" : "The ListOperations response includes the following elements.
"
},
"syncReturnType" : "ListOperationsResult"
},
"ListTagsForDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListTagsForDomainResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListTagsForDomainRequest",
"variableName" : "listTagsForDomainRequest",
"variableType" : "ListTagsForDomainRequest",
"documentation" : "The ListTagsForDomainRequest includes the following elements.
",
"simpleType" : "ListTagsForDomainRequest",
"variableSetterType" : "ListTagsForDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listTagsForDomain",
"operationName" : "ListTagsForDomain",
"returnType" : {
"returnType" : "ListTagsForDomainResult",
"documentation" : "The ListTagsForDomain response includes the following elements.
"
},
"syncReturnType" : "ListTagsForDomainResult"
},
"RegisterDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RegisterDomainResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RegisterDomainRequest",
"variableName" : "registerDomainRequest",
"variableType" : "RegisterDomainRequest",
"documentation" : "The RegisterDomain request includes the following elements.
",
"simpleType" : "RegisterDomainRequest",
"variableSetterType" : "RegisterDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "registerDomain",
"operationName" : "RegisterDomain",
"returnType" : {
"returnType" : "RegisterDomainResult",
"documentation" : "The RegisterDomain response includes the following element.
"
},
"syncReturnType" : "RegisterDomainResult"
},
"RenewDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RenewDomainResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation renews a domain for the specified number of years. The cost of renewing your domain is billed to your AWS account.
We recommend that you renew your domain several weeks before the expiration date. Some TLD registries delete domains before the expiration date if you haven't renewed far enough in advance. For more information about renewing domain registration, see Renewing Registration for a Domain in the Amazon Route 53 documentation.
",
"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" : "OperationLimitExceededException",
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RenewDomainRequest",
"variableName" : "renewDomainRequest",
"variableType" : "RenewDomainRequest",
"documentation" : "A RenewDomain
request includes the number of years that you want to renew for and the current expiration year.
",
"simpleType" : "RenewDomainRequest",
"variableSetterType" : "RenewDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "renewDomain",
"operationName" : "RenewDomain",
"returnType" : {
"returnType" : "RenewDomainResult",
"documentation" : null
},
"syncReturnType" : "RenewDomainResult"
},
"ResendContactReachabilityEmail" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ResendContactReachabilityEmailResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ResendContactReachabilityEmailRequest",
"variableName" : "resendContactReachabilityEmailRequest",
"variableType" : "ResendContactReachabilityEmailRequest",
"documentation" : "",
"simpleType" : "ResendContactReachabilityEmailRequest",
"variableSetterType" : "ResendContactReachabilityEmailRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "resendContactReachabilityEmail",
"operationName" : "ResendContactReachabilityEmail",
"returnType" : {
"returnType" : "ResendContactReachabilityEmailResult",
"documentation" : null
},
"syncReturnType" : "ResendContactReachabilityEmailResult"
},
"RetrieveDomainAuthCode" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RetrieveDomainAuthCodeResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation returns the AuthCode for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.
",
"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,
"input" : {
"variableDeclarationType" : "RetrieveDomainAuthCodeRequest",
"variableName" : "retrieveDomainAuthCodeRequest",
"variableType" : "RetrieveDomainAuthCodeRequest",
"documentation" : "The RetrieveDomainAuthCode request includes the following element.
",
"simpleType" : "RetrieveDomainAuthCodeRequest",
"variableSetterType" : "RetrieveDomainAuthCodeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "retrieveDomainAuthCode",
"operationName" : "RetrieveDomainAuthCode",
"returnType" : {
"returnType" : "RetrieveDomainAuthCodeResult",
"documentation" : "The RetrieveDomainAuthCode response includes the following element.
"
},
"syncReturnType" : "RetrieveDomainAuthCodeResult"
},
"TransferDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "TransferDomainResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "TransferDomainRequest",
"variableName" : "transferDomainRequest",
"variableType" : "TransferDomainRequest",
"documentation" : "The TransferDomain request includes the following elements.
",
"simpleType" : "TransferDomainRequest",
"variableSetterType" : "TransferDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "transferDomain",
"operationName" : "TransferDomain",
"returnType" : {
"returnType" : "TransferDomainResult",
"documentation" : "The TranserDomain response includes the following element.
"
},
"syncReturnType" : "TransferDomainResult"
},
"UpdateDomainContact" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateDomainContactResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "UpdateDomainContactRequest",
"variableName" : "updateDomainContactRequest",
"variableType" : "UpdateDomainContactRequest",
"documentation" : "The UpdateDomainContact request includes the following elements.
",
"simpleType" : "UpdateDomainContactRequest",
"variableSetterType" : "UpdateDomainContactRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateDomainContact",
"operationName" : "UpdateDomainContact",
"returnType" : {
"returnType" : "UpdateDomainContactResult",
"documentation" : "The UpdateDomainContact response includes the following element.
"
},
"syncReturnType" : "UpdateDomainContactResult"
},
"UpdateDomainContactPrivacy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateDomainContactPrivacyResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "UpdateDomainContactPrivacyRequest",
"variableName" : "updateDomainContactPrivacyRequest",
"variableType" : "UpdateDomainContactPrivacyRequest",
"documentation" : "The UpdateDomainContactPrivacy request includes the following elements.
",
"simpleType" : "UpdateDomainContactPrivacyRequest",
"variableSetterType" : "UpdateDomainContactPrivacyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateDomainContactPrivacy",
"operationName" : "UpdateDomainContactPrivacy",
"returnType" : {
"returnType" : "UpdateDomainContactPrivacyResult",
"documentation" : "The UpdateDomainContactPrivacy response includes the following element.
"
},
"syncReturnType" : "UpdateDomainContactPrivacyResult"
},
"UpdateDomainNameservers" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateDomainNameserversResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "UpdateDomainNameserversRequest",
"variableName" : "updateDomainNameserversRequest",
"variableType" : "UpdateDomainNameserversRequest",
"documentation" : "The UpdateDomainNameserver request includes the following elements.
",
"simpleType" : "UpdateDomainNameserversRequest",
"variableSetterType" : "UpdateDomainNameserversRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateDomainNameservers",
"operationName" : "UpdateDomainNameservers",
"returnType" : {
"returnType" : "UpdateDomainNameserversResult",
"documentation" : "The UpdateDomainNameservers response includes the following element.
"
},
"syncReturnType" : "UpdateDomainNameserversResult"
},
"UpdateTagsForDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateTagsForDomainResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "UpdateTagsForDomainRequest",
"variableName" : "updateTagsForDomainRequest",
"variableType" : "UpdateTagsForDomainRequest",
"documentation" : "The UpdateTagsForDomainRequest includes the following elements.
",
"simpleType" : "UpdateTagsForDomainRequest",
"variableSetterType" : "UpdateTagsForDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateTagsForDomain",
"operationName" : "UpdateTagsForDomain",
"returnType" : {
"returnType" : "UpdateTagsForDomainResult",
"documentation" : null
},
"syncReturnType" : "UpdateTagsForDomainResult"
},
"ViewBilling" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ViewBillingResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation returns all the domain-related billing records for the current AWS account for a specified period
",
"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,
"input" : {
"variableDeclarationType" : "ViewBillingRequest",
"variableName" : "viewBillingRequest",
"variableType" : "ViewBillingRequest",
"documentation" : "The ViewBilling request includes the following elements.
",
"simpleType" : "ViewBillingRequest",
"variableSetterType" : "ViewBillingRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "viewBilling",
"operationName" : "ViewBilling",
"returnType" : {
"returnType" : "ViewBillingResult",
"documentation" : "The ViewBilling response includes the following elements.
"
},
"syncReturnType" : "ViewBillingResult"
}
},
"shapes" : {
"BillingRecord" : {
"c2jName" : "BillingRecord",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of a domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "
The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Operation",
"c2jShape" : "OperationType",
"deprecated" : false,
"documentation" : "The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
",
"enumType" : "OperationType",
"fluentSetterDocumentation" : "/**The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@param operation The operation that you were charged for. Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"getterDocumentation" : "/**The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@return The operation that you were charged for. Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@see OperationType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Operation",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Operation",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Operation",
"setterDocumentation" : "/**The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@param operation The operation that you were charged for. Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@see OperationType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operation",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@param operation The operation that you were charged for. Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operation",
"variableType" : "String",
"documentation" : "The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InvoiceId",
"c2jShape" : "InvoiceId",
"deprecated" : false,
"documentation" : "The ID of the invoice that is associated with the billing record.
Type: String
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the invoice that is associated with the billing record.
Type: String
\n@param invoiceId The ID of the invoice that is associated with the billing record. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The ID of the invoice that is associated with the billing record.
Type: String
\n@return The ID of the invoice that is associated with the billing record. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InvoiceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InvoiceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InvoiceId",
"setterDocumentation" : "/**
The ID of the invoice that is associated with the billing record.
Type: String
\n@param invoiceId The ID of the invoice that is associated with the billing record. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "invoiceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The ID of the invoice that is associated with the billing record.
Type: String
\n@param invoiceId The ID of the invoice that is associated with the billing record. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "invoiceId",
"variableType" : "String",
"documentation" : "
The ID of the invoice that is associated with the billing record.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "BillDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date that the operation was billed, in Unix format.
Type: Double
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date that the operation was billed, in Unix format.
Type: Double
\n@param billDate The date that the operation was billed, in Unix format. Type: Double\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The date that the operation was billed, in Unix format.
Type: Double
\n@return The date that the operation was billed, in Unix format. Type: Double*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BillDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BillDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BillDate",
"setterDocumentation" : "/**
The date that the operation was billed, in Unix format.
Type: Double
\n@param billDate The date that the operation was billed, in Unix format. Type: Double*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "billDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The date that the operation was billed, in Unix format.
Type: Double
\n@param billDate The date that the operation was billed, in Unix format. Type: Double\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "billDate",
"variableType" : "java.util.Date",
"documentation" : "
The date that the operation was billed, in Unix format.
Type: Double
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Price",
"c2jShape" : "Price",
"deprecated" : false,
"documentation" : "The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
\n@param price The price that you were charged for the operation, in US dollars. Type: Double
Example value: 12.0\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
\n@return The price that you were charged for the operation, in US dollars. Type: Double
Example value: 12.0*/",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Price",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Price",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Price",
"setterDocumentation" : "/**
The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
\n@param price The price that you were charged for the operation, in US dollars. Type: Double
Example value: 12.0*/",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "price",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
\n@param price The price that you were charged for the operation, in US dollars. Type: Double
Example value: 12.0\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "price",
"variableType" : "Double",
"documentation" : "
The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BillDate" : {
"c2jName" : "BillDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date that the operation was billed, in Unix format.
Type: Double
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date that the operation was billed, in Unix format.
Type: Double
\n@param billDate The date that the operation was billed, in Unix format. Type: Double\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The date that the operation was billed, in Unix format.
Type: Double
\n@return The date that the operation was billed, in Unix format. Type: Double*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BillDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BillDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BillDate",
"setterDocumentation" : "/**
The date that the operation was billed, in Unix format.
Type: Double
\n@param billDate The date that the operation was billed, in Unix format. Type: Double*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "billDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The date that the operation was billed, in Unix format.
Type: Double
\n@param billDate The date that the operation was billed, in Unix format. Type: Double\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "billDate",
"variableType" : "java.util.Date",
"documentation" : "
The date that the operation was billed, in Unix format.
Type: Double
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of a domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "
The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"InvoiceId" : {
"c2jName" : "InvoiceId",
"c2jShape" : "InvoiceId",
"deprecated" : false,
"documentation" : "The ID of the invoice that is associated with the billing record.
Type: String
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the invoice that is associated with the billing record.
Type: String
\n@param invoiceId The ID of the invoice that is associated with the billing record. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The ID of the invoice that is associated with the billing record.
Type: String
\n@return The ID of the invoice that is associated with the billing record. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InvoiceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InvoiceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InvoiceId",
"setterDocumentation" : "/**
The ID of the invoice that is associated with the billing record.
Type: String
\n@param invoiceId The ID of the invoice that is associated with the billing record. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "invoiceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The ID of the invoice that is associated with the billing record.
Type: String
\n@param invoiceId The ID of the invoice that is associated with the billing record. Type: String\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "invoiceId",
"variableType" : "String",
"documentation" : "
The ID of the invoice that is associated with the billing record.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Operation" : {
"c2jName" : "Operation",
"c2jShape" : "OperationType",
"deprecated" : false,
"documentation" : "The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
",
"enumType" : "OperationType",
"fluentSetterDocumentation" : "/**The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@param operation The operation that you were charged for. Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"getterDocumentation" : "/**The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@return The operation that you were charged for. Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@see OperationType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Operation",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Operation",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Operation",
"setterDocumentation" : "/**The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@param operation The operation that you were charged for. Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@see OperationType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operation",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@param operation The operation that you were charged for. Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperationType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operation",
"variableType" : "String",
"documentation" : "The operation that you were charged for.
Type: String
Valid values:
REGISTER_DOMAIN
TRANSFER_IN_DOMAIN
RENEW_DOMAIN
CHANGE_DOMAIN_OWNER
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Price" : {
"c2jName" : "Price",
"c2jShape" : "Price",
"deprecated" : false,
"documentation" : "The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
\n@param price The price that you were charged for the operation, in US dollars. Type: Double
Example value: 12.0\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
\n@return The price that you were charged for the operation, in US dollars. Type: Double
Example value: 12.0*/",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Price",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Price",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Price",
"setterDocumentation" : "/**
The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
\n@param price The price that you were charged for the operation, in US dollars. Type: Double
Example value: 12.0*/",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "price",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
\n@param price The price that you were charged for the operation, in US dollars. Type: Double
Example value: 12.0\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "price",
"variableType" : "Double",
"documentation" : "
The price that you were charged for the operation, in US dollars.
Type: Double
Example value: 12.0
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "BillingRecord",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BillingRecord",
"variableName" : "billingRecord",
"variableType" : "BillingRecord",
"documentation" : null,
"simpleType" : "BillingRecord",
"variableSetterType" : "BillingRecord"
},
"wrapper" : false
},
"CheckDomainAvailabilityRequest" : {
"c2jName" : "CheckDomainAvailabilityRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The CheckDomainAvailability request contains the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CheckDomainAvailability",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.CheckDomainAvailability",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "IdnLangCode",
"c2jShape" : "LangCode",
"deprecated" : false,
"documentation" : "Reserved for future use.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdnLangCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdnLangCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdnLangCode",
"setterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"IdnLangCode" : {
"c2jName" : "IdnLangCode",
"c2jShape" : "LangCode",
"deprecated" : false,
"documentation" : "Reserved for future use.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdnLangCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdnLangCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdnLangCode",
"setterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "CheckDomainAvailabilityRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CheckDomainAvailabilityRequest",
"variableName" : "checkDomainAvailabilityRequest",
"variableType" : "CheckDomainAvailabilityRequest",
"documentation" : null,
"simpleType" : "CheckDomainAvailabilityRequest",
"variableSetterType" : "CheckDomainAvailabilityRequest"
},
"wrapper" : false
},
"CheckDomainAvailabilityResult" : {
"c2jName" : "CheckDomainAvailabilityResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The CheckDomainAvailability response includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Availability",
"c2jShape" : "DomainAvailability",
"deprecated" : false,
"documentation" : "Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
",
"enumType" : "DomainAvailability",
"fluentSetterDocumentation" : "/**Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
\n@param availability Whether the domain name is available for registering. You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later. \n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainAvailability*/",
"getterDocumentation" : "/**Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
\n@return Whether the domain name is available for registering. You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later. \n@see DomainAvailability*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Availability",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Availability",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Availability",
"setterDocumentation" : "/**Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
\n@param availability Whether the domain name is available for registering. You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later. \n@see DomainAvailability*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "availability",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
\n@param availability Whether the domain name is available for registering. You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later. \n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainAvailability*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "availability",
"variableType" : "String",
"documentation" : "Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Availability" : {
"c2jName" : "Availability",
"c2jShape" : "DomainAvailability",
"deprecated" : false,
"documentation" : "Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
",
"enumType" : "DomainAvailability",
"fluentSetterDocumentation" : "/**Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
\n@param availability Whether the domain name is available for registering. You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later. \n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainAvailability*/",
"getterDocumentation" : "/**Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
\n@return Whether the domain name is available for registering. You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later. \n@see DomainAvailability*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Availability",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Availability",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Availability",
"setterDocumentation" : "/**Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
\n@param availability Whether the domain name is available for registering. You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later. \n@see DomainAvailability*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "availability",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
\n@param availability Whether the domain name is available for registering. You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later. \n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainAvailability*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "availability",
"variableType" : "String",
"documentation" : "Whether the domain name is available for registering.
You can only register domains designated as AVAILABLE
.
Type: String
Valid values:
AVAILABLE
– The domain name is available. AVAILABLE_RESERVED
– The domain name is reserved under specific conditions. AVAILABLE_PREORDER
– The domain name is available and can be preordered. UNAVAILABLE
– The domain name is not available. UNAVAILABLE_PREMIUM
– The domain name is not available. UNAVAILABLE_RESTRICTED
– The domain name is forbidden. RESERVED
– The domain name has been reserved for another person or organization. DONT_KNOW
– The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Availability" ],
"shapeName" : "CheckDomainAvailabilityResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CheckDomainAvailabilityResult",
"variableName" : "checkDomainAvailabilityResult",
"variableType" : "CheckDomainAvailabilityResult",
"documentation" : null,
"simpleType" : "CheckDomainAvailabilityResult",
"variableSetterType" : "CheckDomainAvailabilityResult"
},
"wrapper" : false
},
"ContactDetail" : {
"c2jName" : "ContactDetail",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "ContactDetail includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "FirstName",
"c2jShape" : "ContactName",
"deprecated" : false,
"documentation" : "First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param firstName First name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return First name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FirstName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FirstName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FirstName",
"setterDocumentation" : "/**
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param firstName First name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param firstName First name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : "
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "LastName",
"c2jShape" : "ContactName",
"deprecated" : false,
"documentation" : "Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param lastName Last name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return Last name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LastName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastName",
"setterDocumentation" : "/**
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param lastName Last name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param lastName Last name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : "
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ContactType",
"c2jShape" : "ContactType",
"deprecated" : false,
"documentation" : "Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : "ContactType",
"fluentSetterDocumentation" : "/**Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param contactType Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see ContactType*/",
"getterDocumentation" : "/**
Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@see ContactType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ContactType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContactType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ContactType",
"setterDocumentation" : "/**
Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param contactType Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@see ContactType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "contactType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param contactType Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see ContactType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "contactType",
"variableType" : "String",
"documentation" : "
Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OrganizationName",
"c2jShape" : "ContactName",
"deprecated" : false,
"documentation" : "Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param organizationName Name of the organization for contact types other than PERSON
. Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@return Name of the organization for contact types other than PERSON
. Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OrganizationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OrganizationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OrganizationName",
"setterDocumentation" : "/**
Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param organizationName Name of the organization for contact types other than PERSON
. Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "organizationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param organizationName Name of the organization for contact types other than PERSON
. Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "organizationName",
"variableType" : "String",
"documentation" : "
Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AddressLine1",
"c2jShape" : "AddressLine",
"deprecated" : false,
"documentation" : "First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param addressLine1 First line of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return First line of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AddressLine1",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressLine1",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AddressLine1",
"setterDocumentation" : "/**
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param addressLine1 First line of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressLine1",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param addressLine1 First line of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressLine1",
"variableType" : "String",
"documentation" : "
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AddressLine2",
"c2jShape" : "AddressLine",
"deprecated" : false,
"documentation" : "Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param addressLine2 Second line of contact's address, if any. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@return Second line of contact's address, if any. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AddressLine2",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressLine2",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AddressLine2",
"setterDocumentation" : "/**
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param addressLine2 Second line of contact's address, if any. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressLine2",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param addressLine2 Second line of contact's address, if any. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressLine2",
"variableType" : "String",
"documentation" : "
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "City",
"c2jShape" : "City",
"deprecated" : false,
"documentation" : "The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param city The city of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return The city of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "City",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "City",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "City",
"setterDocumentation" : "/**
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param city The city of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "city",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param city The city of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "city",
"variableType" : "String",
"documentation" : "
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "State",
"c2jShape" : "State",
"deprecated" : false,
"documentation" : "The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param state The state or province of the contact's city. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@return The state or province of the contact's city. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "State",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "State",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "State",
"setterDocumentation" : "/**
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param state The state or province of the contact's city. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param state The state or province of the contact's city. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CountryCode",
"c2jShape" : "CountryCode",
"deprecated" : false,
"documentation" : "Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : "CountryCode",
"fluentSetterDocumentation" : "/**Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param countryCode Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see CountryCode*/",
"getterDocumentation" : "/**
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@see CountryCode*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CountryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CountryCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CountryCode",
"setterDocumentation" : "/**
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param countryCode Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@see CountryCode*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "countryCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param countryCode Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see CountryCode*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "countryCode",
"variableType" : "String",
"documentation" : "
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ZipCode",
"c2jShape" : "ZipCode",
"deprecated" : false,
"documentation" : "The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param zipCode The zip or postal code of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@return The zip or postal code of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ZipCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ZipCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ZipCode",
"setterDocumentation" : "/**
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param zipCode The zip or postal code of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "zipCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param zipCode The zip or postal code of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "zipCode",
"variableType" : "String",
"documentation" : "
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PhoneNumber",
"c2jShape" : "ContactNumber",
"deprecated" : false,
"documentation" : "The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param phoneNumber The phone number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return The phone number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PhoneNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PhoneNumber",
"setterDocumentation" : "/**
The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param phoneNumber The phone number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param phoneNumber The phone number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "
The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Email",
"c2jShape" : "Email",
"deprecated" : false,
"documentation" : "Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param email Email address of the contact. Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return Email address of the contact. Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Email",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Email",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Email",
"setterDocumentation" : "/**
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param email Email address of the contact. Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "email",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param email Email address of the contact. Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "email",
"variableType" : "String",
"documentation" : "
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Fax",
"c2jShape" : "ContactNumber",
"deprecated" : false,
"documentation" : "Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param fax Fax number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@return Fax number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Fax",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Fax",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Fax",
"setterDocumentation" : "/**
Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param fax Fax number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fax",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param fax Fax number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fax",
"variableType" : "String",
"documentation" : "
Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ExtraParams",
"c2jShape" : "ExtraParamList",
"deprecated" : false,
"documentation" : "A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
\n@param extraParams A list of name-value pairs for parameters required by certain top-level domains. Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
\n@return A list of name-value pairs for parameters required by certain top-level domains. Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExtraParams",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtraParams",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ExtraParam",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ExtraParam",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ExtraParam",
"variableName" : "member",
"variableType" : "ExtraParam",
"documentation" : "",
"simpleType" : "ExtraParam",
"variableSetterType" : "ExtraParam"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ExtraParam",
"variableName" : "member",
"variableType" : "ExtraParam",
"documentation" : "",
"simpleType" : "ExtraParam",
"variableSetterType" : "ExtraParam"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ExtraParam",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ExtraParam",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ExtraParams",
"setterDocumentation" : "/**A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
\n@param extraParams A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "extraParams",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setExtraParams(java.util.Collection)} or {@link #withExtraParams(java.util.Collection)} if you want to override the existing values.
\n@param extraParams A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "extraParams",
"variableType" : "java.util.List",
"documentation" : "A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AddressLine1" : {
"c2jName" : "AddressLine1",
"c2jShape" : "AddressLine",
"deprecated" : false,
"documentation" : "First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param addressLine1 First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return First line of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AddressLine1",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressLine1",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AddressLine1",
"setterDocumentation" : "/**
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param addressLine1 First line of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressLine1",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param addressLine1 First line of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressLine1",
"variableType" : "String",
"documentation" : "
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"AddressLine2" : {
"c2jName" : "AddressLine2",
"c2jShape" : "AddressLine",
"deprecated" : false,
"documentation" : "Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param addressLine2 Second line of contact's address, if any. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@return Second line of contact's address, if any. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AddressLine2",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressLine2",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AddressLine2",
"setterDocumentation" : "/**
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param addressLine2 Second line of contact's address, if any. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressLine2",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param addressLine2 Second line of contact's address, if any. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressLine2",
"variableType" : "String",
"documentation" : "
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"City" : {
"c2jName" : "City",
"c2jShape" : "City",
"deprecated" : false,
"documentation" : "The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param city The city of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return The city of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "City",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "City",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "City",
"setterDocumentation" : "/**
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param city The city of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "city",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param city The city of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "city",
"variableType" : "String",
"documentation" : "
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ContactType" : {
"c2jName" : "ContactType",
"c2jShape" : "ContactType",
"deprecated" : false,
"documentation" : "Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : "ContactType",
"fluentSetterDocumentation" : "/**Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param contactType Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see ContactType*/",
"getterDocumentation" : "/**
Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@see ContactType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ContactType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContactType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ContactType",
"setterDocumentation" : "/**
Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param contactType Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@see ContactType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "contactType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param contactType Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see ContactType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "contactType",
"variableType" : "String",
"documentation" : "
Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON
, you must enter an organization name, and you can't enable privacy protection for the contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Valid values: PERSON
| COMPANY
| ASSOCIATION
| PUBLIC_BODY
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CountryCode" : {
"c2jName" : "CountryCode",
"c2jShape" : "CountryCode",
"deprecated" : false,
"documentation" : "Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : "CountryCode",
"fluentSetterDocumentation" : "/**Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param countryCode Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see CountryCode*/",
"getterDocumentation" : "/**
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@see CountryCode*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CountryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CountryCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CountryCode",
"setterDocumentation" : "/**
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param countryCode Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@see CountryCode*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "countryCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param countryCode Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see CountryCode*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "countryCode",
"variableType" : "String",
"documentation" : "
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Email" : {
"c2jName" : "Email",
"c2jShape" : "Email",
"deprecated" : false,
"documentation" : "Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param email Email address of the contact. Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return Email address of the contact. Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Email",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Email",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Email",
"setterDocumentation" : "/**
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param email Email address of the contact. Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "email",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param email Email address of the contact. Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "email",
"variableType" : "String",
"documentation" : "
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExtraParams" : {
"c2jName" : "ExtraParams",
"c2jShape" : "ExtraParamList",
"deprecated" : false,
"documentation" : "A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
\n@param extraParams A list of name-value pairs for parameters required by certain top-level domains. Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
\n@return A list of name-value pairs for parameters required by certain top-level domains. Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExtraParams",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtraParams",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ExtraParam",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ExtraParam",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ExtraParam",
"variableName" : "member",
"variableType" : "ExtraParam",
"documentation" : "",
"simpleType" : "ExtraParam",
"variableSetterType" : "ExtraParam"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ExtraParam",
"variableName" : "member",
"variableType" : "ExtraParam",
"documentation" : "",
"simpleType" : "ExtraParam",
"variableSetterType" : "ExtraParam"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ExtraParam",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ExtraParam",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ExtraParams",
"setterDocumentation" : "/**A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
\n@param extraParams A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "extraParams",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setExtraParams(java.util.Collection)} or {@link #withExtraParams(java.util.Collection)} if you want to override the existing values.
\n@param extraParams A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "extraParams",
"variableType" : "java.util.List",
"documentation" : "A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents: RegistrantContact
, AdminContact
, TechContact
Children: Name
, Value
Required: No
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Fax" : {
"c2jName" : "Fax",
"c2jShape" : "ContactNumber",
"deprecated" : false,
"documentation" : "Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param fax Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@return Fax number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Fax",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Fax",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Fax",
"setterDocumentation" : "/**
Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param fax Fax number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fax",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param fax Fax number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fax",
"variableType" : "String",
"documentation" : "
Fax number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FirstName" : {
"c2jName" : "FirstName",
"c2jShape" : "ContactName",
"deprecated" : false,
"documentation" : "First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param firstName First name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return First name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FirstName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FirstName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FirstName",
"setterDocumentation" : "/**
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param firstName First name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param firstName First name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : "
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LastName" : {
"c2jName" : "LastName",
"c2jShape" : "ContactName",
"deprecated" : false,
"documentation" : "Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param lastName Last name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return Last name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LastName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastName",
"setterDocumentation" : "/**
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param lastName Last name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param lastName Last name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : "
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"OrganizationName" : {
"c2jName" : "OrganizationName",
"c2jShape" : "ContactName",
"deprecated" : false,
"documentation" : "Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param organizationName Name of the organization for contact types other than PERSON
. Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@return Name of the organization for contact types other than PERSON
. Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OrganizationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OrganizationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OrganizationName",
"setterDocumentation" : "/**
Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param organizationName Name of the organization for contact types other than PERSON
. Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "organizationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param organizationName Name of the organization for contact types other than PERSON
. Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "organizationName",
"variableType" : "String",
"documentation" : "
Name of the organization for contact types other than PERSON
.
Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be PERSON
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PhoneNumber" : {
"c2jName" : "PhoneNumber",
"c2jShape" : "ContactNumber",
"deprecated" : false,
"documentation" : "The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param phoneNumber The phone number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@return The phone number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PhoneNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PhoneNumber",
"setterDocumentation" : "/**
The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param phoneNumber The phone number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
\n@param phoneNumber The phone number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "
The phone number of the contact.
Type: String
Default: None
Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code>]\". For example, a US phone number might appear as \"+1.1234567890\"
.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"State" : {
"c2jName" : "State",
"c2jShape" : "State",
"deprecated" : false,
"documentation" : "The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param state The state or province of the contact's city. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@return The state or province of the contact's city. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "State",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "State",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "State",
"setterDocumentation" : "/**
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param state The state or province of the contact's city. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param state The state or province of the contact's city. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ZipCode" : {
"c2jName" : "ZipCode",
"c2jShape" : "ZipCode",
"deprecated" : false,
"documentation" : "The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param zipCode The zip or postal code of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@return The zip or postal code of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ZipCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ZipCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ZipCode",
"setterDocumentation" : "/**
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param zipCode The zip or postal code of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "zipCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
\n@param zipCode The zip or postal code of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "zipCode",
"variableType" : "String",
"documentation" : "
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact
, AdminContact
, TechContact
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ContactDetail",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "contactDetail",
"variableType" : "ContactDetail",
"documentation" : null,
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"wrapper" : false
},
"ContactType" : {
"c2jName" : "ContactType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "PERSON",
"value" : "PERSON"
}, {
"name" : "COMPANY",
"value" : "COMPANY"
}, {
"name" : "ASSOCIATION",
"value" : "ASSOCIATION"
}, {
"name" : "PUBLIC_BODY",
"value" : "PUBLIC_BODY"
}, {
"name" : "RESELLER",
"value" : "RESELLER"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ContactType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ContactType",
"variableName" : "contactType",
"variableType" : "ContactType",
"documentation" : null,
"simpleType" : "ContactType",
"variableSetterType" : "ContactType"
},
"wrapper" : false
},
"CountryCode" : {
"c2jName" : "CountryCode",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"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"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CountryCode",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CountryCode",
"variableName" : "countryCode",
"variableType" : "CountryCode",
"documentation" : null,
"simpleType" : "CountryCode",
"variableSetterType" : "CountryCode"
},
"wrapper" : false
},
"DeleteTagsForDomainRequest" : {
"c2jName" : "DeleteTagsForDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The DeleteTagsForDomainRequest includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteTagsForDomain",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.DeleteTagsForDomain",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TagsToDelete",
"c2jShape" : "TagKeyList",
"deprecated" : false,
"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
'>",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TagsToDelete",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TagsToDelete",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TagKey",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TagsToDelete",
"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*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagsToDelete",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagsToDelete",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TagsToDelete" : {
"c2jName" : "TagsToDelete",
"c2jShape" : "TagKeyList",
"deprecated" : false,
"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
'>",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TagsToDelete",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TagsToDelete",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "TagKey",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TagsToDelete",
"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*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagsToDelete",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagsToDelete",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName", "TagsToDelete" ],
"shapeName" : "DeleteTagsForDomainRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteTagsForDomainRequest",
"variableName" : "deleteTagsForDomainRequest",
"variableType" : "DeleteTagsForDomainRequest",
"documentation" : null,
"simpleType" : "DeleteTagsForDomainRequest",
"variableSetterType" : "DeleteTagsForDomainRequest"
},
"wrapper" : false
},
"DeleteTagsForDomainResult" : {
"c2jName" : "DeleteTagsForDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteTagsForDomainResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteTagsForDomainResult",
"variableName" : "deleteTagsForDomainResult",
"variableType" : "DeleteTagsForDomainResult",
"documentation" : null,
"simpleType" : "DeleteTagsForDomainResult",
"variableSetterType" : "DeleteTagsForDomainResult"
},
"wrapper" : false
},
"DisableDomainAutoRenewRequest" : {
"c2jName" : "DisableDomainAutoRenewRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DisableDomainAutoRenew",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.DisableDomainAutoRenew",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "DisableDomainAutoRenewRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DisableDomainAutoRenewRequest",
"variableName" : "disableDomainAutoRenewRequest",
"variableType" : "DisableDomainAutoRenewRequest",
"documentation" : null,
"simpleType" : "DisableDomainAutoRenewRequest",
"variableSetterType" : "DisableDomainAutoRenewRequest"
},
"wrapper" : false
},
"DisableDomainAutoRenewResult" : {
"c2jName" : "DisableDomainAutoRenewResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DisableDomainAutoRenewResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DisableDomainAutoRenewResult",
"variableName" : "disableDomainAutoRenewResult",
"variableType" : "DisableDomainAutoRenewResult",
"documentation" : null,
"simpleType" : "DisableDomainAutoRenewResult",
"variableSetterType" : "DisableDomainAutoRenewResult"
},
"wrapper" : false
},
"DisableDomainTransferLockRequest" : {
"c2jName" : "DisableDomainTransferLockRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The DisableDomainTransferLock request includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DisableDomainTransferLock",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.DisableDomainTransferLock",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "DisableDomainTransferLockRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DisableDomainTransferLockRequest",
"variableName" : "disableDomainTransferLockRequest",
"variableType" : "DisableDomainTransferLockRequest",
"documentation" : null,
"simpleType" : "DisableDomainTransferLockRequest",
"variableSetterType" : "DisableDomainTransferLockRequest"
},
"wrapper" : false
},
"DisableDomainTransferLockResult" : {
"c2jName" : "DisableDomainTransferLockResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The DisableDomainTransferLock response includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OperationId" : {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "OperationId" ],
"shapeName" : "DisableDomainTransferLockResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DisableDomainTransferLockResult",
"variableName" : "disableDomainTransferLockResult",
"variableType" : "DisableDomainTransferLockResult",
"documentation" : null,
"simpleType" : "DisableDomainTransferLockResult",
"variableSetterType" : "DisableDomainTransferLockResult"
},
"wrapper" : false
},
"DomainAvailability" : {
"c2jName" : "DomainAvailability",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"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"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DomainAvailability",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DomainAvailability",
"variableName" : "domainAvailability",
"variableType" : "DomainAvailability",
"documentation" : null,
"simpleType" : "DomainAvailability",
"variableSetterType" : "DomainAvailability"
},
"wrapper" : false
},
"DomainLimitExceededException" : {
"c2jName" : "DomainLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The number of domains has exceeded the allowed threshold for the account.
",
"enums" : null,
"errorCode" : "DomainLimitExceeded",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "DomainLimitExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DomainLimitExceededException",
"variableName" : "domainLimitExceededException",
"variableType" : "DomainLimitExceededException",
"documentation" : null,
"simpleType" : "DomainLimitExceededException",
"variableSetterType" : "DomainLimitExceededException"
},
"wrapper" : false
},
"DomainSuggestion" : {
"c2jName" : "DomainSuggestion",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Availability",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param availability \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Availability",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Availability",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Availability",
"setterDocumentation" : "/**\n@param availability */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "availability",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param availability \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "availability",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Availability" : {
"c2jName" : "Availability",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param availability \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Availability",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Availability",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Availability",
"setterDocumentation" : "/**\n@param availability */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "availability",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param availability \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "availability",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DomainSuggestion",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DomainSuggestion",
"variableName" : "domainSuggestion",
"variableType" : "DomainSuggestion",
"documentation" : null,
"simpleType" : "DomainSuggestion",
"variableSetterType" : "DomainSuggestion"
},
"wrapper" : false
},
"DomainSummary" : {
"c2jName" : "DomainSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of a domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "
The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
\n@param autoRenew Indicates whether the domain is automatically renewed upon expiration. Type: Boolean
Valid values: True
| False
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
\n@return Indicates whether the domain is automatically renewed upon expiration. Type: Boolean
Valid values: True
| False
*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AutoRenew",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoRenew",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutoRenew",
"setterDocumentation" : "/**
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
\n@param autoRenew Indicates whether the domain is automatically renewed upon expiration. Type: Boolean
Valid values: True
| False
*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
\n@param autoRenew Indicates whether the domain is automatically renewed upon expiration. Type: Boolean
Valid values: True
| False
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TransferLock",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
\n@param transferLock Indicates whether a domain is locked from unauthorized transfer to another party. Type: Boolean
Valid values: True
| False
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
\n@return Indicates whether a domain is locked from unauthorized transfer to another party. Type: Boolean
Valid values: True
| False
*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TransferLock",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TransferLock",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TransferLock",
"setterDocumentation" : "/**
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
\n@param transferLock Indicates whether a domain is locked from unauthorized transfer to another party. Type: Boolean
Valid values: True
| False
*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "transferLock",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
\n@param transferLock Indicates whether a domain is locked from unauthorized transfer to another party. Type: Boolean
Valid values: True
| False
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "transferLock",
"variableType" : "Boolean",
"documentation" : "
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Expiry",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
\n@param expiry Expiration date of the domain in Coordinated Universal Time (UTC). Type: Long\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
\n@return Expiration date of the domain in Coordinated Universal Time (UTC). Type: Long*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expiry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expiry",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Expiry",
"setterDocumentation" : "/**
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
\n@param expiry Expiration date of the domain in Coordinated Universal Time (UTC). Type: Long*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expiry",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
\n@param expiry Expiration date of the domain in Coordinated Universal Time (UTC). Type: Long\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expiry",
"variableType" : "java.util.Date",
"documentation" : "
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AutoRenew" : {
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
\n@param autoRenew Indicates whether the domain is automatically renewed upon expiration. Type: Boolean
Valid values: True
| False
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
\n@return Indicates whether the domain is automatically renewed upon expiration. Type: Boolean
Valid values: True
| False
*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AutoRenew",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoRenew",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutoRenew",
"setterDocumentation" : "/**
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
\n@param autoRenew Indicates whether the domain is automatically renewed upon expiration. Type: Boolean
Valid values: True
| False
*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
\n@param autoRenew Indicates whether the domain is automatically renewed upon expiration. Type: Boolean
Valid values: True
| False
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values: True
| False
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of a domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "
The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Expiry" : {
"c2jName" : "Expiry",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
\n@param expiry Expiration date of the domain in Coordinated Universal Time (UTC). Type: Long\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
\n@return Expiration date of the domain in Coordinated Universal Time (UTC). Type: Long*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expiry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expiry",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Expiry",
"setterDocumentation" : "/**
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
\n@param expiry Expiration date of the domain in Coordinated Universal Time (UTC). Type: Long*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expiry",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
\n@param expiry Expiration date of the domain in Coordinated Universal Time (UTC). Type: Long\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expiry",
"variableType" : "java.util.Date",
"documentation" : "
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"TransferLock" : {
"c2jName" : "TransferLock",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
\n@param transferLock Indicates whether a domain is locked from unauthorized transfer to another party. Type: Boolean
Valid values: True
| False
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
\n@return Indicates whether a domain is locked from unauthorized transfer to another party. Type: Boolean
Valid values: True
| False
*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TransferLock",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TransferLock",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TransferLock",
"setterDocumentation" : "/**
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
\n@param transferLock Indicates whether a domain is locked from unauthorized transfer to another party. Type: Boolean
Valid values: True
| False
*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "transferLock",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
\n@param transferLock Indicates whether a domain is locked from unauthorized transfer to another party. Type: Boolean
Valid values: True
| False
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "transferLock",
"variableType" : "Boolean",
"documentation" : "
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values: True
| False
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "DomainSummary",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DomainSummary",
"variableName" : "domainSummary",
"variableType" : "DomainSummary",
"documentation" : null,
"simpleType" : "DomainSummary",
"variableSetterType" : "DomainSummary"
},
"wrapper" : false
},
"DuplicateRequestException" : {
"c2jName" : "DuplicateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The request is already in progress for the domain.
",
"enums" : null,
"errorCode" : "DuplicateRequest",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "DuplicateRequestException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DuplicateRequestException",
"variableName" : "duplicateRequestException",
"variableType" : "DuplicateRequestException",
"documentation" : null,
"simpleType" : "DuplicateRequestException",
"variableSetterType" : "DuplicateRequestException"
},
"wrapper" : false
},
"EnableDomainAutoRenewRequest" : {
"c2jName" : "EnableDomainAutoRenewRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "EnableDomainAutoRenew",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.EnableDomainAutoRenew",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "EnableDomainAutoRenewRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "EnableDomainAutoRenewRequest",
"variableName" : "enableDomainAutoRenewRequest",
"variableType" : "EnableDomainAutoRenewRequest",
"documentation" : null,
"simpleType" : "EnableDomainAutoRenewRequest",
"variableSetterType" : "EnableDomainAutoRenewRequest"
},
"wrapper" : false
},
"EnableDomainAutoRenewResult" : {
"c2jName" : "EnableDomainAutoRenewResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "EnableDomainAutoRenewResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EnableDomainAutoRenewResult",
"variableName" : "enableDomainAutoRenewResult",
"variableType" : "EnableDomainAutoRenewResult",
"documentation" : null,
"simpleType" : "EnableDomainAutoRenewResult",
"variableSetterType" : "EnableDomainAutoRenewResult"
},
"wrapper" : false
},
"EnableDomainTransferLockRequest" : {
"c2jName" : "EnableDomainTransferLockRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The EnableDomainTransferLock request includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "EnableDomainTransferLock",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.EnableDomainTransferLock",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "EnableDomainTransferLockRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "EnableDomainTransferLockRequest",
"variableName" : "enableDomainTransferLockRequest",
"variableType" : "EnableDomainTransferLockRequest",
"documentation" : null,
"simpleType" : "EnableDomainTransferLockRequest",
"variableSetterType" : "EnableDomainTransferLockRequest"
},
"wrapper" : false
},
"EnableDomainTransferLockResult" : {
"c2jName" : "EnableDomainTransferLockResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The EnableDomainTransferLock response includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OperationId" : {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "OperationId" ],
"shapeName" : "EnableDomainTransferLockResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EnableDomainTransferLockResult",
"variableName" : "enableDomainTransferLockResult",
"variableType" : "EnableDomainTransferLockResult",
"documentation" : null,
"simpleType" : "EnableDomainTransferLockResult",
"variableSetterType" : "EnableDomainTransferLockResult"
},
"wrapper" : false
},
"ExtraParam" : {
"c2jName" : "ExtraParam",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "ExtraParam includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "ExtraParamName",
"deprecated" : false,
"documentation" : "Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
",
"enumType" : "ExtraParamName",
"fluentSetterDocumentation" : "/**Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
\n@param name Name of the additional parameter required by the top-level domain. Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExtraParamName*/",
"getterDocumentation" : "/**
Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
\n@return Name of the additional parameter required by the top-level domain. Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes\n@see ExtraParamName*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**
Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
\n@param name Name of the additional parameter required by the top-level domain. Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes\n@see ExtraParamName*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
\n@param name Name of the additional parameter required by the top-level domain. Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExtraParamName*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "
Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Value",
"c2jShape" : "ExtraParamValue",
"deprecated" : false,
"documentation" : "Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
\n@param value Values corresponding to the additional parameter names required by some top-level domains. Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
\n@return Values corresponding to the additional parameter names required by some top-level domains. Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**
Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
\n@param value Values corresponding to the additional parameter names required by some top-level domains. Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
\n@param value Values corresponding to the additional parameter names required by some top-level domains. Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "
Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "ExtraParamName",
"deprecated" : false,
"documentation" : "Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
",
"enumType" : "ExtraParamName",
"fluentSetterDocumentation" : "/**Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
\n@param name Name of the additional parameter required by the top-level domain. Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExtraParamName*/",
"getterDocumentation" : "/**
Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
\n@return Name of the additional parameter required by the top-level domain. Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes\n@see ExtraParamName*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**
Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
\n@param name Name of the additional parameter required by the top-level domain. Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes\n@see ExtraParamName*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
\n@param name Name of the additional parameter required by the top-level domain. Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExtraParamName*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "
Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Value" : {
"c2jName" : "Value",
"c2jShape" : "ExtraParamValue",
"deprecated" : false,
"documentation" : "Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
\n@param value Values corresponding to the additional parameter names required by some top-level domains. Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
\n@return Values corresponding to the additional parameter names required by some top-level domains. Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**
Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
\n@param value Values corresponding to the additional parameter names required by some top-level domains. Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
\n@param value Values corresponding to the additional parameter names required by some top-level domains. Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "
Values corresponding to the additional parameter names required by some top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Name", "Value" ],
"shapeName" : "ExtraParam",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ExtraParam",
"variableName" : "extraParam",
"variableType" : "ExtraParam",
"documentation" : null,
"simpleType" : "ExtraParam",
"variableSetterType" : "ExtraParam"
},
"wrapper" : false
},
"ExtraParamName" : {
"c2jName" : "ExtraParamName",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "DUNS_NUMBER",
"value" : "DUNS_NUMBER"
}, {
"name" : "BRAND_NUMBER",
"value" : "BRAND_NUMBER"
}, {
"name" : "BIRTH_DEPARTMENT",
"value" : "BIRTH_DEPARTMENT"
}, {
"name" : "BIRTH_DATE_IN_YYYY_MM_DD",
"value" : "BIRTH_DATE_IN_YYYY_MM_DD"
}, {
"name" : "BIRTH_COUNTRY",
"value" : "BIRTH_COUNTRY"
}, {
"name" : "BIRTH_CITY",
"value" : "BIRTH_CITY"
}, {
"name" : "DOCUMENT_NUMBER",
"value" : "DOCUMENT_NUMBER"
}, {
"name" : "AU_ID_NUMBER",
"value" : "AU_ID_NUMBER"
}, {
"name" : "AU_ID_TYPE",
"value" : "AU_ID_TYPE"
}, {
"name" : "CA_LEGAL_TYPE",
"value" : "CA_LEGAL_TYPE"
}, {
"name" : "CA_BUSINESS_ENTITY_TYPE",
"value" : "CA_BUSINESS_ENTITY_TYPE"
}, {
"name" : "ES_IDENTIFICATION",
"value" : "ES_IDENTIFICATION"
}, {
"name" : "ES_IDENTIFICATION_TYPE",
"value" : "ES_IDENTIFICATION_TYPE"
}, {
"name" : "ES_LEGAL_FORM",
"value" : "ES_LEGAL_FORM"
}, {
"name" : "FI_BUSINESS_NUMBER",
"value" : "FI_BUSINESS_NUMBER"
}, {
"name" : "FI_ID_NUMBER",
"value" : "FI_ID_NUMBER"
}, {
"name" : "IT_PIN",
"value" : "IT_PIN"
}, {
"name" : "RU_PASSPORT_DATA",
"value" : "RU_PASSPORT_DATA"
}, {
"name" : "SE_ID_NUMBER",
"value" : "SE_ID_NUMBER"
}, {
"name" : "SG_ID_NUMBER",
"value" : "SG_ID_NUMBER"
}, {
"name" : "VAT_NUMBER",
"value" : "VAT_NUMBER"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ExtraParamName",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ExtraParamName",
"variableName" : "extraParamName",
"variableType" : "ExtraParamName",
"documentation" : null,
"simpleType" : "ExtraParamName",
"variableSetterType" : "ExtraParamName"
},
"wrapper" : false
},
"GetContactReachabilityStatusRequest" : {
"c2jName" : "GetContactReachabilityStatusRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetContactReachabilityStatus",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.GetContactReachabilityStatus",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "domainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "domainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "domainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "domainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetContactReachabilityStatusRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetContactReachabilityStatusRequest",
"variableName" : "getContactReachabilityStatusRequest",
"variableType" : "GetContactReachabilityStatusRequest",
"documentation" : null,
"simpleType" : "GetContactReachabilityStatusRequest",
"variableSetterType" : "GetContactReachabilityStatusRequest"
},
"wrapper" : false
},
"GetContactReachabilityStatusResult" : {
"c2jName" : "GetContactReachabilityStatusResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The domain name for which you requested the reachability status.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@return The domain name for which you requested the reachability status.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "domainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "domainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@param domainName The domain name for which you requested the reachability status.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The domain name for which you requested the reachability status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "status",
"c2jShape" : "ReachabilityStatus",
"deprecated" : false,
"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
",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The domain name for which you requested the reachability status.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@return The domain name for which you requested the reachability status.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "domainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "domainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The domain name for which you requested the reachability status.
\n@param domainName The domain name for which you requested the reachability status.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The domain name for which you requested the reachability status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "status",
"c2jShape" : "ReachabilityStatus",
"deprecated" : false,
"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
",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetContactReachabilityStatusResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetContactReachabilityStatusResult",
"variableName" : "getContactReachabilityStatusResult",
"variableType" : "GetContactReachabilityStatusResult",
"documentation" : null,
"simpleType" : "GetContactReachabilityStatusResult",
"variableSetterType" : "GetContactReachabilityStatusResult"
},
"wrapper" : false
},
"GetDomainDetailRequest" : {
"c2jName" : "GetDomainDetailRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The GetDomainDetail request includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetDomainDetail",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.GetDomainDetail",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "GetDomainDetailRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetDomainDetailRequest",
"variableName" : "getDomainDetailRequest",
"variableType" : "GetDomainDetailRequest",
"documentation" : null,
"simpleType" : "GetDomainDetailRequest",
"variableSetterType" : "GetDomainDetailRequest"
},
"wrapper" : false
},
"GetDomainDetailResult" : {
"c2jName" : "GetDomainDetailResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The GetDomainDetail response includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of a domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "
The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"deprecated" : false,
"documentation" : "The name of the domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The name of the domain.
Type: String
\n@return The name of the domain. Type: String*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Nameservers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Nameservers",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Nameserver",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Nameserver",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Nameserver",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Nameservers",
"setterDocumentation" : "/**The name of the domain.
Type: String
\n@param nameservers The name of the domain.
Type: String*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "The name of the domain.
Type: String
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Specifies whether the domain registration is set to renew automatically.
Type: Boolean
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AutoRenew",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoRenew",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutoRenew",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminContact",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantContact",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechContact",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AdminPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminPrivacy",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "adminPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "adminPrivacy",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RegistrantPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantPrivacy",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "registrantPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "registrantPrivacy",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TechPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechPrivacy",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "techPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "techPrivacy",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RegistrarName",
"c2jShape" : "RegistrarName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrarName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrarName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrarName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registrarName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "registrarName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "WhoIsServer",
"c2jShape" : "RegistrarWhoIsServer",
"deprecated" : false,
"documentation" : "The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WhoIsServer",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WhoIsServer",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WhoIsServer",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "whoIsServer",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "whoIsServer",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RegistrarUrl",
"c2jShape" : "RegistrarUrl",
"deprecated" : false,
"documentation" : "Web address of the registrar.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
Web address of the registrar.
Type: String
\n@return Web address of the registrar. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrarUrl",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrarUrl",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrarUrl",
"setterDocumentation" : "/**
Web address of the registrar.
Type: String
\n@param registrarUrl Web address of the registrar. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registrarUrl",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "registrarUrl",
"variableType" : "String",
"documentation" : "
Web address of the registrar.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AbuseContactEmail",
"c2jShape" : "Email",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AbuseContactEmail",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AbuseContactEmail",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AbuseContactEmail",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "abuseContactEmail",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "abuseContactEmail",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AbuseContactPhone",
"c2jShape" : "ContactNumber",
"deprecated" : false,
"documentation" : "Phone number for reporting abuse.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
Phone number for reporting abuse.
Type: String
\n@return Phone number for reporting abuse. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AbuseContactPhone",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AbuseContactPhone",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AbuseContactPhone",
"setterDocumentation" : "/**
Phone number for reporting abuse.
Type: String
\n@param abuseContactPhone Phone number for reporting abuse. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "abuseContactPhone",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "abuseContactPhone",
"variableType" : "String",
"documentation" : "
Phone number for reporting abuse.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RegistryDomainId",
"c2jShape" : "RegistryDomainId",
"deprecated" : false,
"documentation" : "Reserved for future use.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistryDomainId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistryDomainId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistryDomainId",
"setterDocumentation" : "/**Reserved for future use.
\n@param registryDomainId Reserved for future use.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registryDomainId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "registryDomainId",
"variableType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CreationDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "UpdatedDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UpdatedDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "UpdatedDate",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "updatedDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "updatedDate",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ExpirationDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date when the registration for the domain is set to expire. The date format is Unix time.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExpirationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpirationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExpirationDate",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expirationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expirationDate",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Reseller",
"c2jShape" : "Reseller",
"deprecated" : false,
"documentation" : "Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Reseller",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Reseller",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Reseller",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reseller",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reseller",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DnsSec",
"c2jShape" : "DNSSec",
"deprecated" : false,
"documentation" : "Reserved for future use.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DnsSec",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DnsSec",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DnsSec",
"setterDocumentation" : "/**Reserved for future use.
\n@param dnsSec Reserved for future use.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dnsSec",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dnsSec",
"variableType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "StatusList",
"c2jShape" : "DomainStatusList",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StatusList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StatusList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DomainStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "StatusList",
"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*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "statusList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "statusList",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AbuseContactEmail" : {
"c2jName" : "AbuseContactEmail",
"c2jShape" : "Email",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AbuseContactEmail",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AbuseContactEmail",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AbuseContactEmail",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "abuseContactEmail",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "abuseContactEmail",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"AbuseContactPhone" : {
"c2jName" : "AbuseContactPhone",
"c2jShape" : "ContactNumber",
"deprecated" : false,
"documentation" : "Phone number for reporting abuse.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
Phone number for reporting abuse.
Type: String
\n@return Phone number for reporting abuse. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AbuseContactPhone",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AbuseContactPhone",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AbuseContactPhone",
"setterDocumentation" : "/**
Phone number for reporting abuse.
Type: String
\n@param abuseContactPhone Phone number for reporting abuse. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "abuseContactPhone",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "abuseContactPhone",
"variableType" : "String",
"documentation" : "
Phone number for reporting abuse.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"AdminContact" : {
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminContact",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"AdminPrivacy" : {
"c2jName" : "AdminPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminPrivacy",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "adminPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "adminPrivacy",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"AutoRenew" : {
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Specifies whether the domain registration is set to renew automatically.
Type: Boolean
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AutoRenew",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoRenew",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutoRenew",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "
Specifies whether the domain registration is set to renew automatically.
Type: Boolean
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"CreationDate" : {
"c2jName" : "CreationDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date when the domain was created as found in the response to a WHOIS query. The date format is Unix time.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CreationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"DnsSec" : {
"c2jName" : "DnsSec",
"c2jShape" : "DNSSec",
"deprecated" : false,
"documentation" : "Reserved for future use.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DnsSec",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DnsSec",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DnsSec",
"setterDocumentation" : "/**Reserved for future use.
\n@param dnsSec Reserved for future use.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dnsSec",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dnsSec",
"variableType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of a domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "
The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExpirationDate" : {
"c2jName" : "ExpirationDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date when the registration for the domain is set to expire. The date format is Unix time.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExpirationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpirationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExpirationDate",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expirationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expirationDate",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Nameservers" : {
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"deprecated" : false,
"documentation" : "The name of the domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The name of the domain.
Type: String
\n@return The name of the domain. Type: String*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Nameservers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Nameservers",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Nameserver",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Nameserver",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Nameserver",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Nameservers",
"setterDocumentation" : "/**The name of the domain.
Type: String
\n@param nameservers The name of the domain.
Type: String*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "The name of the domain.
Type: String
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"RegistrantContact" : {
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantContact",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"RegistrantPrivacy" : {
"c2jName" : "RegistrantPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantPrivacy",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "registrantPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "registrantPrivacy",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"RegistrarName" : {
"c2jName" : "RegistrarName",
"c2jShape" : "RegistrarName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrarName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrarName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrarName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registrarName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "registrarName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"RegistrarUrl" : {
"c2jName" : "RegistrarUrl",
"c2jShape" : "RegistrarUrl",
"deprecated" : false,
"documentation" : "Web address of the registrar.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
Web address of the registrar.
Type: String
\n@return Web address of the registrar. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrarUrl",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrarUrl",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrarUrl",
"setterDocumentation" : "/**
Web address of the registrar.
Type: String
\n@param registrarUrl Web address of the registrar. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registrarUrl",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "registrarUrl",
"variableType" : "String",
"documentation" : "
Web address of the registrar.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RegistryDomainId" : {
"c2jName" : "RegistryDomainId",
"c2jShape" : "RegistryDomainId",
"deprecated" : false,
"documentation" : "Reserved for future use.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistryDomainId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistryDomainId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistryDomainId",
"setterDocumentation" : "/**Reserved for future use.
\n@param registryDomainId Reserved for future use.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registryDomainId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "registryDomainId",
"variableType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Reseller" : {
"c2jName" : "Reseller",
"c2jShape" : "Reseller",
"deprecated" : false,
"documentation" : "Reseller of the domain. Domains registered or transferred using Amazon Route 53 domains will have \"Amazon\"
as the reseller.
Type: String
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Reseller",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Reseller",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Reseller",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reseller",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reseller",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"StatusList" : {
"c2jName" : "StatusList",
"c2jShape" : "DomainStatusList",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StatusList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StatusList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DomainStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "StatusList",
"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*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "statusList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "statusList",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
},
"TechContact" : {
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechContact",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TechPrivacy" : {
"c2jName" : "TechPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechPrivacy",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "techPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "techPrivacy",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"UpdatedDate" : {
"c2jName" : "UpdatedDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The last updated date of the domain as found in the response to a WHOIS query. The date format is Unix time.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UpdatedDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UpdatedDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "UpdatedDate",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "updatedDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "updatedDate",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"WhoIsServer" : {
"c2jName" : "WhoIsServer",
"c2jShape" : "RegistrarWhoIsServer",
"deprecated" : false,
"documentation" : "The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
Type: String
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "WhoIsServer",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "WhoIsServer",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WhoIsServer",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "whoIsServer",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "whoIsServer",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName", "Nameservers", "AdminContact", "RegistrantContact", "TechContact" ],
"shapeName" : "GetDomainDetailResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetDomainDetailResult",
"variableName" : "getDomainDetailResult",
"variableType" : "GetDomainDetailResult",
"documentation" : null,
"simpleType" : "GetDomainDetailResult",
"variableSetterType" : "GetDomainDetailResult"
},
"wrapper" : false
},
"GetDomainSuggestionsRequest" : {
"c2jName" : "GetDomainSuggestionsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetDomainSuggestions",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.GetDomainSuggestions",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SuggestionCount",
"c2jShape" : "Integer",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param suggestionCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SuggestionCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuggestionCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SuggestionCount",
"setterDocumentation" : "/**\n@param suggestionCount */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "suggestionCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param suggestionCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "suggestionCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OnlyAvailable",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param onlyAvailable \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OnlyAvailable",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnlyAvailable",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OnlyAvailable",
"setterDocumentation" : "/**\n@param onlyAvailable */",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "onlyAvailable",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param onlyAvailable \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "onlyAvailable",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"OnlyAvailable" : {
"c2jName" : "OnlyAvailable",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param onlyAvailable \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OnlyAvailable",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnlyAvailable",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OnlyAvailable",
"setterDocumentation" : "/**\n@param onlyAvailable */",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "onlyAvailable",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param onlyAvailable \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "onlyAvailable",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SuggestionCount" : {
"c2jName" : "SuggestionCount",
"c2jShape" : "Integer",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param suggestionCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SuggestionCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuggestionCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SuggestionCount",
"setterDocumentation" : "/**\n@param suggestionCount */",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "suggestionCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param suggestionCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "suggestionCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName", "SuggestionCount", "OnlyAvailable" ],
"shapeName" : "GetDomainSuggestionsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetDomainSuggestionsRequest",
"variableName" : "getDomainSuggestionsRequest",
"variableType" : "GetDomainSuggestionsRequest",
"documentation" : null,
"simpleType" : "GetDomainSuggestionsRequest",
"variableSetterType" : "GetDomainSuggestionsRequest"
},
"wrapper" : false
},
"GetDomainSuggestionsResult" : {
"c2jName" : "GetDomainSuggestionsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "SuggestionsList",
"c2jShape" : "DomainSuggestionsList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param suggestionsList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SuggestionsList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuggestionsList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DomainSuggestion",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "DomainSuggestion",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "DomainSuggestion",
"variableName" : "member",
"variableType" : "DomainSuggestion",
"documentation" : "",
"simpleType" : "DomainSuggestion",
"variableSetterType" : "DomainSuggestion"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DomainSuggestion",
"variableName" : "member",
"variableType" : "DomainSuggestion",
"documentation" : "",
"simpleType" : "DomainSuggestion",
"variableSetterType" : "DomainSuggestion"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DomainSuggestion",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "DomainSuggestion",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SuggestionsList",
"setterDocumentation" : "/**\n@param suggestionsList */",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "suggestionsList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSuggestionsList(java.util.Collection)} or {@link #withSuggestionsList(java.util.Collection)} if you want to override the existing values.
\n@param suggestionsList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "suggestionsList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SuggestionsList" : {
"c2jName" : "SuggestionsList",
"c2jShape" : "DomainSuggestionsList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param suggestionsList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SuggestionsList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuggestionsList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DomainSuggestion",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "DomainSuggestion",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "DomainSuggestion",
"variableName" : "member",
"variableType" : "DomainSuggestion",
"documentation" : "",
"simpleType" : "DomainSuggestion",
"variableSetterType" : "DomainSuggestion"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DomainSuggestion",
"variableName" : "member",
"variableType" : "DomainSuggestion",
"documentation" : "",
"simpleType" : "DomainSuggestion",
"variableSetterType" : "DomainSuggestion"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DomainSuggestion",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "DomainSuggestion",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SuggestionsList",
"setterDocumentation" : "/**\n@param suggestionsList */",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "suggestionsList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSuggestionsList(java.util.Collection)} or {@link #withSuggestionsList(java.util.Collection)} if you want to override the existing values.
\n@param suggestionsList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "suggestionsList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetDomainSuggestionsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetDomainSuggestionsResult",
"variableName" : "getDomainSuggestionsResult",
"variableType" : "GetDomainSuggestionsResult",
"documentation" : null,
"simpleType" : "GetDomainSuggestionsResult",
"variableSetterType" : "GetDomainSuggestionsResult"
},
"wrapper" : false
},
"GetOperationDetailRequest" : {
"c2jName" : "GetOperationDetailRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The GetOperationDetail request includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetOperationDetail",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.GetOperationDetail",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"documentation" : "The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
\n@param operationId The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
\n@return The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request. Type: String
Default: None
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"setterDocumentation" : "/**
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
\n@param operationId The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request. Type: String
Default: None
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
\n@param operationId The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OperationId" : {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"documentation" : "The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
\n@param operationId The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
\n@return The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request. Type: String
Default: None
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"setterDocumentation" : "/**
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
\n@param operationId The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request. Type: String
Default: None
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
\n@param operationId The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request. Type: String
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Type: String
Default: None
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "OperationId" ],
"shapeName" : "GetOperationDetailRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetOperationDetailRequest",
"variableName" : "getOperationDetailRequest",
"variableType" : "GetOperationDetailRequest",
"documentation" : null,
"simpleType" : "GetOperationDetailRequest",
"variableSetterType" : "GetOperationDetailRequest"
},
"wrapper" : false
},
"GetOperationDetailResult" : {
"c2jName" : "GetOperationDetailResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The GetOperationDetail response includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"documentation" : "The identifier for the operation.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The identifier for the operation.
Type: String
\n@return The identifier for the operation. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"setterDocumentation" : "/**
The identifier for the operation.
Type: String
\n@param operationId The identifier for the operation. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "
The identifier for the operation.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Status",
"c2jShape" : "OperationStatus",
"deprecated" : false,
"documentation" : "The current status of the requested operation in the system.
Type: String
",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "
The current status of the requested operation in the system.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Message",
"c2jShape" : "ErrorMessage",
"deprecated" : false,
"documentation" : "Detailed information on the status including possible errors.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
Detailed information on the status including possible errors.
Type: String
\n@return Detailed information on the status including possible errors. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Message",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Message",
"setterDocumentation" : "/**
Detailed information on the status including possible errors.
Type: String
\n@param message Detailed information on the status including possible errors. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "
Detailed information on the status including possible errors.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of a domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "
The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Type",
"c2jShape" : "OperationType",
"deprecated" : false,
"documentation" : "The type of operation that was requested.
Type: String
",
"enumType" : "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*/",
"getterDocumentation" : "/**
The type of operation that was requested.
Type: String
\n@return The type of operation that was requested. Type: String\n@see OperationType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "
The type of operation that was requested.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SubmittedDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date when the request was submitted.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The date when the request was submitted.
\n@return The date when the request was submitted.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubmittedDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubmittedDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedDate",
"setterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"documentation" : "The date when the request was submitted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of a domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The name of a domain.
Type: String
\n@return The name of a domain. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**
The name of a domain.
Type: String
\n@param domainName The name of a domain. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "
The name of a domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Message" : {
"c2jName" : "Message",
"c2jShape" : "ErrorMessage",
"deprecated" : false,
"documentation" : "Detailed information on the status including possible errors.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
Detailed information on the status including possible errors.
Type: String
\n@return Detailed information on the status including possible errors. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Message",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Message",
"setterDocumentation" : "/**
Detailed information on the status including possible errors.
Type: String
\n@param message Detailed information on the status including possible errors. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "
Detailed information on the status including possible errors.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"OperationId" : {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"documentation" : "The identifier for the operation.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The identifier for the operation.
Type: String
\n@return The identifier for the operation. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"setterDocumentation" : "/**
The identifier for the operation.
Type: String
\n@param operationId The identifier for the operation. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "
The identifier for the operation.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "Status",
"c2jShape" : "OperationStatus",
"deprecated" : false,
"documentation" : "The current status of the requested operation in the system.
Type: String
",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "
The current status of the requested operation in the system.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SubmittedDate" : {
"c2jName" : "SubmittedDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date when the request was submitted.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The date when the request was submitted.
\n@return The date when the request was submitted.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubmittedDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubmittedDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedDate",
"setterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"documentation" : "The date when the request was submitted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"Type" : {
"c2jName" : "Type",
"c2jShape" : "OperationType",
"deprecated" : false,
"documentation" : "The type of operation that was requested.
Type: String
",
"enumType" : "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*/",
"getterDocumentation" : "/**
The type of operation that was requested.
Type: String
\n@return The type of operation that was requested. Type: String\n@see OperationType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "
The type of operation that was requested.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetOperationDetailResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetOperationDetailResult",
"variableName" : "getOperationDetailResult",
"variableType" : "GetOperationDetailResult",
"documentation" : null,
"simpleType" : "GetOperationDetailResult",
"variableSetterType" : "GetOperationDetailResult"
},
"wrapper" : false
},
"InvalidInputException" : {
"c2jName" : "InvalidInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"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.
",
"enums" : null,
"errorCode" : "InvalidInput",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "InvalidInputException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidInputException",
"variableName" : "invalidInputException",
"variableType" : "InvalidInputException",
"documentation" : null,
"simpleType" : "InvalidInputException",
"variableSetterType" : "InvalidInputException"
},
"wrapper" : false
},
"ListDomainsRequest" : {
"c2jName" : "ListDomainsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The ListDomains request includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListDomains",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.ListDomains",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Marker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Marker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Marker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Marker",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"deprecated" : false,
"documentation" : "Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MaxItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxItems",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxItems",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Marker" : {
"c2jName" : "Marker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Marker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Marker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Marker",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"MaxItems" : {
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"deprecated" : false,
"documentation" : "Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MaxItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxItems",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxItems",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ListDomainsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListDomainsRequest",
"variableName" : "listDomainsRequest",
"variableType" : "ListDomainsRequest",
"documentation" : null,
"simpleType" : "ListDomainsRequest",
"variableSetterType" : "ListDomainsRequest"
},
"wrapper" : false
},
"ListDomainsResult" : {
"c2jName" : "ListDomainsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The ListDomains response includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Domains",
"c2jShape" : "DomainSummaryList",
"deprecated" : false,
"documentation" : "A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Domains",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Domains",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DomainSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "DomainSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "DomainSummary",
"variableName" : "member",
"variableType" : "DomainSummary",
"documentation" : "",
"simpleType" : "DomainSummary",
"variableSetterType" : "DomainSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DomainSummary",
"variableName" : "member",
"variableType" : "DomainSummary",
"documentation" : "",
"simpleType" : "DomainSummary",
"variableSetterType" : "DomainSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DomainSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "DomainSummary",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Domains",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domains",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domains",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextPageMarker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageMarker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageMarker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageMarker",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Domains" : {
"c2jName" : "Domains",
"c2jShape" : "DomainSummaryList",
"deprecated" : false,
"documentation" : "A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
, Expiry
, TransferLock
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Domains",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Domains",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DomainSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "DomainSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "DomainSummary",
"variableName" : "member",
"variableType" : "DomainSummary",
"documentation" : "",
"simpleType" : "DomainSummary",
"variableSetterType" : "DomainSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DomainSummary",
"variableName" : "member",
"variableType" : "DomainSummary",
"documentation" : "",
"simpleType" : "DomainSummary",
"variableSetterType" : "DomainSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DomainSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "DomainSummary",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Domains",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domains",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domains",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
},
"NextPageMarker" : {
"c2jName" : "NextPageMarker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageMarker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageMarker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageMarker",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Domains" ],
"shapeName" : "ListDomainsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListDomainsResult",
"variableName" : "listDomainsResult",
"variableType" : "ListDomainsResult",
"documentation" : null,
"simpleType" : "ListDomainsResult",
"variableSetterType" : "ListDomainsResult"
},
"wrapper" : false
},
"ListOperationsRequest" : {
"c2jName" : "ListOperationsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The ListOperations request includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListOperations",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.ListOperations",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Marker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Marker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Marker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Marker",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"deprecated" : false,
"documentation" : "Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MaxItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxItems",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxItems",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Marker" : {
"c2jName" : "Marker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Marker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Marker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Marker",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"MaxItems" : {
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"deprecated" : false,
"documentation" : "Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MaxItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxItems",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxItems",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ListOperationsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListOperationsRequest",
"variableName" : "listOperationsRequest",
"variableType" : "ListOperationsRequest",
"documentation" : null,
"simpleType" : "ListOperationsRequest",
"variableSetterType" : "ListOperationsRequest"
},
"wrapper" : false
},
"ListOperationsResult" : {
"c2jName" : "ListOperationsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The ListOperations response includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Operations",
"c2jShape" : "OperationSummaryList",
"deprecated" : false,
"documentation" : "Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\n@param operations Lists summaries of the operations. Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\n@return Lists summaries of the operations. Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Operations",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Operations",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "OperationSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "OperationSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "OperationSummary",
"variableName" : "member",
"variableType" : "OperationSummary",
"documentation" : "",
"simpleType" : "OperationSummary",
"variableSetterType" : "OperationSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OperationSummary",
"variableName" : "member",
"variableType" : "OperationSummary",
"documentation" : "",
"simpleType" : "OperationSummary",
"variableSetterType" : "OperationSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "OperationSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "OperationSummary",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Operations",
"setterDocumentation" : "/**Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\n@param operations Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "operations",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOperations(java.util.Collection)} or {@link #withOperations(java.util.Collection)} if you want to override the existing values.
\n@param operations Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "operations",
"variableType" : "java.util.List",
"documentation" : "Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NextPageMarker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"documentation" : "If there are more operations 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
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If there are more operations 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 operations 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.*/",
"getterDocumentation" : "/**
If there are more operations 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 operations 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
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageMarker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageMarker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageMarker",
"setterDocumentation" : "/**
If there are more operations 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 operations 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
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
If there are more operations 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 operations 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "String",
"documentation" : "
If there are more operations 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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextPageMarker" : {
"c2jName" : "NextPageMarker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"documentation" : "If there are more operations 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
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If there are more operations 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 operations 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.*/",
"getterDocumentation" : "/**
If there are more operations 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 operations 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
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageMarker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageMarker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageMarker",
"setterDocumentation" : "/**
If there are more operations 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 operations 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
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
If there are more operations 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 operations 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "String",
"documentation" : "
If there are more operations 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"
},
"xmlNameSpaceUri" : null
},
"Operations" : {
"c2jName" : "Operations",
"c2jShape" : "OperationSummaryList",
"deprecated" : false,
"documentation" : "Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\n@param operations Lists summaries of the operations. Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\n@return Lists summaries of the operations. Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Operations",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Operations",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "OperationSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "OperationSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "OperationSummary",
"variableName" : "member",
"variableType" : "OperationSummary",
"documentation" : "",
"simpleType" : "OperationSummary",
"variableSetterType" : "OperationSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OperationSummary",
"variableName" : "member",
"variableType" : "OperationSummary",
"documentation" : "",
"simpleType" : "OperationSummary",
"variableSetterType" : "OperationSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "OperationSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "OperationSummary",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Operations",
"setterDocumentation" : "/**Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\n@param operations Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "operations",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOperations(java.util.Collection)} or {@link #withOperations(java.util.Collection)} if you want to override the existing values.
\n@param operations Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "operations",
"variableType" : "java.util.List",
"documentation" : "Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Operations" ],
"shapeName" : "ListOperationsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListOperationsResult",
"variableName" : "listOperationsResult",
"variableType" : "ListOperationsResult",
"documentation" : null,
"simpleType" : "ListOperationsResult",
"variableSetterType" : "ListOperationsResult"
},
"wrapper" : false
},
"ListTagsForDomainRequest" : {
"c2jName" : "ListTagsForDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The ListTagsForDomainRequest includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListTagsForDomain",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.ListTagsForDomain",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The domain for which you want to get a list of tags.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The domain for which you want to get a list of tags.
\n@param domainName The domain for which you want to get a list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The domain for which you want to get a list of tags.
\n@return The domain for which you want to get a list of tags.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The domain for which you want to get a list of tags.
\n@param domainName The domain for which you want to get a list of tags.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The domain for which you want to get a list of tags.
\n@param domainName The domain for which you want to get a list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The domain for which you want to get a list of tags.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The domain for which you want to get a list of tags.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The domain for which you want to get a list of tags.
\n@param domainName The domain for which you want to get a list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The domain for which you want to get a list of tags.
\n@return The domain for which you want to get a list of tags.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The domain for which you want to get a list of tags.
\n@param domainName The domain for which you want to get a list of tags.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The domain for which you want to get a list of tags.
\n@param domainName The domain for which you want to get a list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The domain for which you want to get a list of tags.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "ListTagsForDomainRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListTagsForDomainRequest",
"variableName" : "listTagsForDomainRequest",
"variableType" : "ListTagsForDomainRequest",
"documentation" : null,
"simpleType" : "ListTagsForDomainRequest",
"variableSetterType" : "ListTagsForDomainRequest"
},
"wrapper" : false
},
"ListTagsForDomainResult" : {
"c2jName" : "ListTagsForDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The ListTagsForDomain response includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "TagList",
"c2jShape" : "TagList",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TagList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TagList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TagList",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagList",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TagList" : {
"c2jName" : "TagList",
"c2jShape" : "TagList",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TagList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TagList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TagList",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagList",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "TagList" ],
"shapeName" : "ListTagsForDomainResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListTagsForDomainResult",
"variableName" : "listTagsForDomainResult",
"variableType" : "ListTagsForDomainResult",
"documentation" : null,
"simpleType" : "ListTagsForDomainResult",
"variableSetterType" : "ListTagsForDomainResult"
},
"wrapper" : false
},
"Nameserver" : {
"c2jName" : "Nameserver",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Nameserver includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "HostName",
"deprecated" : false,
"documentation" : "The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "GlueIps",
"c2jShape" : "GlueIpList",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "GlueIps",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "GlueIps",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "GlueIp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "GlueIps",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "glueIps",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "glueIps",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GlueIps" : {
"c2jName" : "GlueIps",
"c2jShape" : "GlueIpList",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "GlueIps",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "GlueIps",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "GlueIp",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "GlueIps",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "glueIps",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "glueIps",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "HostName",
"deprecated" : false,
"documentation" : "The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
",
"enumType" : null,
"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.*/",
"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
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "
The fully qualified host name of the name server.
Type: String
Constraint: Maximum 255 characterss
Parent: Nameservers
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Name" ],
"shapeName" : "Nameserver",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "nameserver",
"variableType" : "Nameserver",
"documentation" : null,
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"wrapper" : false
},
"OperationLimitExceededException" : {
"c2jName" : "OperationLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The number of operations or jobs running exceeded the allowed threshold for the account.
",
"enums" : null,
"errorCode" : "OperationLimitExceeded",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "OperationLimitExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "OperationLimitExceededException",
"variableName" : "operationLimitExceededException",
"variableType" : "OperationLimitExceededException",
"documentation" : null,
"simpleType" : "OperationLimitExceededException",
"variableSetterType" : "OperationLimitExceededException"
},
"wrapper" : false
},
"OperationStatus" : {
"c2jName" : "OperationStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "SUBMITTED",
"value" : "SUBMITTED"
}, {
"name" : "IN_PROGRESS",
"value" : "IN_PROGRESS"
}, {
"name" : "ERROR",
"value" : "ERROR"
}, {
"name" : "SUCCESSFUL",
"value" : "SUCCESSFUL"
}, {
"name" : "FAILED",
"value" : "FAILED"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "OperationStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "OperationStatus",
"variableName" : "operationStatus",
"variableType" : "OperationStatus",
"documentation" : null,
"simpleType" : "OperationStatus",
"variableSetterType" : "OperationStatus"
},
"wrapper" : false
},
"OperationSummary" : {
"c2jName" : "OperationSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "OperationSummary includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"documentation" : "Identifier returned to track the requested action.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
Identifier returned to track the requested action.
Type: String
\n@return Identifier returned to track the requested action. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"setterDocumentation" : "/**
Identifier returned to track the requested action.
Type: String
\n@param operationId Identifier returned to track the requested action. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "
Identifier returned to track the requested action.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Status",
"c2jShape" : "OperationStatus",
"deprecated" : false,
"documentation" : "The current status of the requested operation in the system.
Type: String
",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "
The current status of the requested operation in the system.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Type",
"c2jShape" : "OperationType",
"deprecated" : false,
"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
",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SubmittedDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date when the request was submitted.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The date when the request was submitted.
\n@return The date when the request was submitted.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubmittedDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubmittedDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedDate",
"setterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"documentation" : "The date when the request was submitted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OperationId" : {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"documentation" : "Identifier returned to track the requested action.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
Identifier returned to track the requested action.
Type: String
\n@return Identifier returned to track the requested action. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"setterDocumentation" : "/**
Identifier returned to track the requested action.
Type: String
\n@param operationId Identifier returned to track the requested action. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "
Identifier returned to track the requested action.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "Status",
"c2jShape" : "OperationStatus",
"deprecated" : false,
"documentation" : "The current status of the requested operation in the system.
Type: String
",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "
The current status of the requested operation in the system.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SubmittedDate" : {
"c2jName" : "SubmittedDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date when the request was submitted.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The date when the request was submitted.
\n@return The date when the request was submitted.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubmittedDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubmittedDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedDate",
"setterDocumentation" : "/**The date when the request was submitted.
\n@param submittedDate The date when the request was submitted.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "submittedDate",
"variableType" : "java.util.Date",
"documentation" : "The date when the request was submitted.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"Type" : {
"c2jName" : "Type",
"c2jShape" : "OperationType",
"deprecated" : false,
"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
",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "OperationId", "Status", "Type", "SubmittedDate" ],
"shapeName" : "OperationSummary",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "OperationSummary",
"variableName" : "operationSummary",
"variableType" : "OperationSummary",
"documentation" : null,
"simpleType" : "OperationSummary",
"variableSetterType" : "OperationSummary"
},
"wrapper" : false
},
"OperationType" : {
"c2jName" : "OperationType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"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"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "OperationType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "OperationType",
"variableName" : "operationType",
"variableType" : "OperationType",
"documentation" : null,
"simpleType" : "OperationType",
"variableSetterType" : "OperationType"
},
"wrapper" : false
},
"ReachabilityStatus" : {
"c2jName" : "ReachabilityStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "PENDING",
"value" : "PENDING"
}, {
"name" : "DONE",
"value" : "DONE"
}, {
"name" : "EXPIRED",
"value" : "EXPIRED"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ReachabilityStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ReachabilityStatus",
"variableName" : "reachabilityStatus",
"variableType" : "ReachabilityStatus",
"documentation" : null,
"simpleType" : "ReachabilityStatus",
"variableSetterType" : "ReachabilityStatus"
},
"wrapper" : false
},
"RegisterDomainRequest" : {
"c2jName" : "RegisterDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The RegisterDomain request includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "RegisterDomain",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.RegisterDomain",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "IdnLangCode",
"c2jShape" : "LangCode",
"deprecated" : false,
"documentation" : "Reserved for future use.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdnLangCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdnLangCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdnLangCode",
"setterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DurationInYears",
"c2jShape" : "DurationInYears",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DurationInYears",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DurationInYears",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DurationInYears",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AutoRenew",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoRenew",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutoRenew",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PrivacyProtectAdminContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectAdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectAdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectAdminContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectAdminContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectAdminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PrivacyProtectRegistrantContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectRegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectRegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectRegistrantContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PrivacyProtectTechContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectTechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectTechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectTechContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectTechContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectTechContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AdminContact" : {
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"AutoRenew" : {
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AutoRenew",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoRenew",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutoRenew",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"DurationInYears" : {
"c2jName" : "DurationInYears",
"c2jShape" : "DurationInYears",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DurationInYears",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DurationInYears",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DurationInYears",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"IdnLangCode" : {
"c2jName" : "IdnLangCode",
"c2jShape" : "LangCode",
"deprecated" : false,
"documentation" : "Reserved for future use.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdnLangCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdnLangCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdnLangCode",
"setterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PrivacyProtectAdminContact" : {
"c2jName" : "PrivacyProtectAdminContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectAdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectAdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectAdminContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectAdminContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectAdminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"PrivacyProtectRegistrantContact" : {
"c2jName" : "PrivacyProtectRegistrantContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectRegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectRegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectRegistrantContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"PrivacyProtectTechContact" : {
"c2jName" : "PrivacyProtectTechContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectTechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectTechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectTechContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectTechContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectTechContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"RegistrantContact" : {
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TechContact" : {
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName", "DurationInYears", "AdminContact", "RegistrantContact", "TechContact" ],
"shapeName" : "RegisterDomainRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "RegisterDomainRequest",
"variableName" : "registerDomainRequest",
"variableType" : "RegisterDomainRequest",
"documentation" : null,
"simpleType" : "RegisterDomainRequest",
"variableSetterType" : "RegisterDomainRequest"
},
"wrapper" : false
},
"RegisterDomainResult" : {
"c2jName" : "RegisterDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The RegisterDomain response includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OperationId" : {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "OperationId" ],
"shapeName" : "RegisterDomainResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "RegisterDomainResult",
"variableName" : "registerDomainResult",
"variableType" : "RegisterDomainResult",
"documentation" : null,
"simpleType" : "RegisterDomainResult",
"variableSetterType" : "RegisterDomainResult"
},
"wrapper" : false
},
"RenewDomainRequest" : {
"c2jName" : "RenewDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A RenewDomain
request includes the number of years that you want to renew for and the current expiration year.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "RenewDomain",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.RenewDomain",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DurationInYears",
"c2jShape" : "DurationInYears",
"deprecated" : false,
"documentation" : "The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
\n@param durationInYears The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
\n@return The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DurationInYears",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DurationInYears",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DurationInYears",
"setterDocumentation" : "/**
The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
\n@param durationInYears The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
\n@param durationInYears The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "Integer",
"documentation" : "
The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CurrentExpiryYear",
"c2jShape" : "CurrentExpiryYear",
"deprecated" : false,
"documentation" : "The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
\n@param currentExpiryYear The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain. Type: Integer
Default: None
Valid values: Integer
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
\n@return The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain. Type: Integer
Default: None
Valid values: Integer
Required: Yes*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentExpiryYear",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentExpiryYear",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentExpiryYear",
"setterDocumentation" : "/**
The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
\n@param currentExpiryYear The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain. Type: Integer
Default: None
Valid values: Integer
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "currentExpiryYear",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
\n@param currentExpiryYear The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain. Type: Integer
Default: None
Valid values: Integer
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "currentExpiryYear",
"variableType" : "Integer",
"documentation" : "
The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CurrentExpiryYear" : {
"c2jName" : "CurrentExpiryYear",
"c2jShape" : "CurrentExpiryYear",
"deprecated" : false,
"documentation" : "The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
\n@param currentExpiryYear The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain. Type: Integer
Default: None
Valid values: Integer
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
\n@return The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain. Type: Integer
Default: None
Valid values: Integer
Required: Yes*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentExpiryYear",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentExpiryYear",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentExpiryYear",
"setterDocumentation" : "/**
The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
\n@param currentExpiryYear The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain. Type: Integer
Default: None
Valid values: Integer
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "currentExpiryYear",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
\n@param currentExpiryYear The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain. Type: Integer
Default: None
Valid values: Integer
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "currentExpiryYear",
"variableType" : "Integer",
"documentation" : "
The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.
Type: Integer
Default: None
Valid values: Integer
Required: Yes
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DurationInYears" : {
"c2jName" : "DurationInYears",
"c2jShape" : "DurationInYears",
"deprecated" : false,
"documentation" : "The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
\n@param durationInYears The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
\n@return The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DurationInYears",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DurationInYears",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DurationInYears",
"setterDocumentation" : "/**
The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
\n@param durationInYears The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
\n@param durationInYears The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation. Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "Integer",
"documentation" : "
The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 documentation.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: No
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName", "CurrentExpiryYear" ],
"shapeName" : "RenewDomainRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "RenewDomainRequest",
"variableName" : "renewDomainRequest",
"variableType" : "RenewDomainRequest",
"documentation" : null,
"simpleType" : "RenewDomainRequest",
"variableSetterType" : "RenewDomainRequest"
},
"wrapper" : false
},
"RenewDomainResult" : {
"c2jName" : "RenewDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param operationId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"setterDocumentation" : "/**\n@param operationId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param operationId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OperationId" : {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param operationId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"setterDocumentation" : "/**\n@param operationId */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param operationId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "OperationId" ],
"shapeName" : "RenewDomainResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "RenewDomainResult",
"variableName" : "renewDomainResult",
"variableType" : "RenewDomainResult",
"documentation" : null,
"simpleType" : "RenewDomainResult",
"variableSetterType" : "RenewDomainResult"
},
"wrapper" : false
},
"ResendContactReachabilityEmailRequest" : {
"c2jName" : "ResendContactReachabilityEmailRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ResendContactReachabilityEmail",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.ResendContactReachabilityEmail",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "domainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "domainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "domainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "domainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ResendContactReachabilityEmailRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ResendContactReachabilityEmailRequest",
"variableName" : "resendContactReachabilityEmailRequest",
"variableType" : "ResendContactReachabilityEmailRequest",
"documentation" : null,
"simpleType" : "ResendContactReachabilityEmailRequest",
"variableSetterType" : "ResendContactReachabilityEmailRequest"
},
"wrapper" : false
},
"ResendContactReachabilityEmailResult" : {
"c2jName" : "ResendContactReachabilityEmailResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The domain name for which you requested a confirmation email.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@return The domain name for which you requested a confirmation email.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "domainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "domainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@param domainName The domain name for which you requested a confirmation email.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The domain name for which you requested a confirmation email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "emailAddress",
"c2jShape" : "Email",
"deprecated" : false,
"documentation" : "The email address for the registrant contact at the time that we sent the verification email.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "emailAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "emailAddress",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EmailAddress",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "emailAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "emailAddress",
"variableType" : "String",
"documentation" : "The email address for the registrant contact at the time that we sent the verification email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "isAlreadyVerified",
"c2jShape" : "Boolean",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "isAlreadyVerified",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "isAlreadyVerified",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IsAlreadyVerified",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isAlreadyVerified",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isAlreadyVerified",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "domainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The domain name for which you requested a confirmation email.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@return The domain name for which you requested a confirmation email.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "domainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "domainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The domain name for which you requested a confirmation email.
\n@param domainName The domain name for which you requested a confirmation email.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The domain name for which you requested a confirmation email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EmailAddress" : {
"c2jName" : "emailAddress",
"c2jShape" : "Email",
"deprecated" : false,
"documentation" : "The email address for the registrant contact at the time that we sent the verification email.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "emailAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "emailAddress",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EmailAddress",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "emailAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "emailAddress",
"variableType" : "String",
"documentation" : "The email address for the registrant contact at the time that we sent the verification email.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IsAlreadyVerified" : {
"c2jName" : "isAlreadyVerified",
"c2jShape" : "Boolean",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "isAlreadyVerified",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "isAlreadyVerified",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IsAlreadyVerified",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isAlreadyVerified",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isAlreadyVerified",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ResendContactReachabilityEmailResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ResendContactReachabilityEmailResult",
"variableName" : "resendContactReachabilityEmailResult",
"variableType" : "ResendContactReachabilityEmailResult",
"documentation" : null,
"simpleType" : "ResendContactReachabilityEmailResult",
"variableSetterType" : "ResendContactReachabilityEmailResult"
},
"wrapper" : false
},
"RetrieveDomainAuthCodeRequest" : {
"c2jName" : "RetrieveDomainAuthCodeRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The RetrieveDomainAuthCode request includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "RetrieveDomainAuthCode",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.RetrieveDomainAuthCode",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "RetrieveDomainAuthCodeRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "RetrieveDomainAuthCodeRequest",
"variableName" : "retrieveDomainAuthCodeRequest",
"variableType" : "RetrieveDomainAuthCodeRequest",
"documentation" : null,
"simpleType" : "RetrieveDomainAuthCodeRequest",
"variableSetterType" : "RetrieveDomainAuthCodeRequest"
},
"wrapper" : false
},
"RetrieveDomainAuthCodeResult" : {
"c2jName" : "RetrieveDomainAuthCodeResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The RetrieveDomainAuthCode response includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "AuthCode",
"c2jShape" : "DomainAuthCode",
"deprecated" : false,
"documentation" : "The authorization code for the domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The authorization code for the domain.
Type: String
\n@return The authorization code for the domain. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AuthCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AuthCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AuthCode",
"setterDocumentation" : "/**
The authorization code for the domain.
Type: String
\n@param authCode The authorization code for the domain. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "authCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "authCode",
"variableType" : "String",
"documentation" : "
The authorization code for the domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AuthCode" : {
"c2jName" : "AuthCode",
"c2jShape" : "DomainAuthCode",
"deprecated" : false,
"documentation" : "The authorization code for the domain.
Type: String
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**
The authorization code for the domain.
Type: String
\n@return The authorization code for the domain. Type: String*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AuthCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AuthCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AuthCode",
"setterDocumentation" : "/**
The authorization code for the domain.
Type: String
\n@param authCode The authorization code for the domain. Type: String*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "authCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "authCode",
"variableType" : "String",
"documentation" : "
The authorization code for the domain.
Type: String
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "AuthCode" ],
"shapeName" : "RetrieveDomainAuthCodeResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "RetrieveDomainAuthCodeResult",
"variableName" : "retrieveDomainAuthCodeResult",
"variableType" : "RetrieveDomainAuthCodeResult",
"documentation" : null,
"simpleType" : "RetrieveDomainAuthCodeResult",
"variableSetterType" : "RetrieveDomainAuthCodeResult"
},
"wrapper" : false
},
"TLDRulesViolationException" : {
"c2jName" : "TLDRulesViolation",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The top-level domain does not support this operation.
",
"enums" : null,
"errorCode" : "TLDRulesViolation",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "TLDRulesViolationException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "TLDRulesViolationException",
"variableName" : "tLDRulesViolationException",
"variableType" : "TLDRulesViolationException",
"documentation" : null,
"simpleType" : "TLDRulesViolationException",
"variableSetterType" : "TLDRulesViolationException"
},
"wrapper" : false
},
"Tag" : {
"c2jName" : "Tag",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Each tag includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Key",
"c2jShape" : "TagKey",
"deprecated" : false,
"documentation" : "The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
\n@param key The key (name) of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
\n@return The key (name) of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Key",
"setterDocumentation" : "/**
The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
\n@param key The key (name) of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
\n@param key The key (name) of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "
The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Value",
"c2jShape" : "TagValue",
"deprecated" : false,
"documentation" : "The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
\n@param value The value of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
\n@return The value of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**
The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
\n@param value The value of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
\n@param value The value of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "
The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Key" : {
"c2jName" : "Key",
"c2jShape" : "TagKey",
"deprecated" : false,
"documentation" : "The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
\n@param key The key (name) of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
\n@return The key (name) of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Key",
"setterDocumentation" : "/**
The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
\n@param key The key (name) of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
\n@param key The key (name) of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "
The key (name) of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each key can be 1-128 characters long.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Value" : {
"c2jName" : "Value",
"c2jShape" : "TagValue",
"deprecated" : false,
"documentation" : "The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
\n@param value The value of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
\n@return The value of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**
The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
\n@param value The value of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
\n@param value The value of a tag. Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "
The value of a tag.
Type: String
Default: None
Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"
Constraints: Each value can be 0-256 characters long.
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Tag",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "tag",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"wrapper" : false
},
"TransferDomainRequest" : {
"c2jName" : "TransferDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The TransferDomain request includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "TransferDomain",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.TransferDomain",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "IdnLangCode",
"c2jShape" : "LangCode",
"deprecated" : false,
"documentation" : "Reserved for future use.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdnLangCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdnLangCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdnLangCode",
"setterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DurationInYears",
"c2jShape" : "DurationInYears",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DurationInYears",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DurationInYears",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DurationInYears",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"deprecated" : false,
"documentation" : "Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Nameservers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Nameservers",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Nameserver",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Nameserver",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Nameserver",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Nameservers",
"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*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AuthCode",
"c2jShape" : "DomainAuthCode",
"deprecated" : false,
"documentation" : "The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AuthCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AuthCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AuthCode",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "authCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "authCode",
"variableType" : "String",
"documentation" : "
The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AutoRenew",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoRenew",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutoRenew",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PrivacyProtectAdminContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectAdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectAdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectAdminContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectAdminContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectAdminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PrivacyProtectRegistrantContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectRegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectRegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectRegistrantContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PrivacyProtectTechContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectTechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectTechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectTechContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectTechContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectTechContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AdminContact" : {
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"AuthCode" : {
"c2jName" : "AuthCode",
"c2jShape" : "DomainAuthCode",
"deprecated" : false,
"documentation" : "The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AuthCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AuthCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AuthCode",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "authCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "authCode",
"variableType" : "String",
"documentation" : "
The authorization code for the domain. You get this value from the current registrar.
Type: String
Required: Yes
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"AutoRenew" : {
"c2jName" : "AutoRenew",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AutoRenew",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutoRenew",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutoRenew",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "autoRenew",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"DurationInYears" : {
"c2jName" : "DurationInYears",
"c2jShape" : "DurationInYears",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DurationInYears",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DurationInYears",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DurationInYears",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "durationInYears",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"IdnLangCode" : {
"c2jName" : "IdnLangCode",
"c2jShape" : "LangCode",
"deprecated" : false,
"documentation" : "Reserved for future use.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdnLangCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdnLangCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdnLangCode",
"setterDocumentation" : "/**Reserved for future use.
\n@param idnLangCode Reserved for future use.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idnLangCode",
"variableType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Nameservers" : {
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"deprecated" : false,
"documentation" : "Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Nameservers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Nameservers",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Nameserver",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Nameserver",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Nameserver",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Nameservers",
"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*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "Contains details for the host and glue IP addresses.
Type: Complex
Children: GlueIps
, Name
Required: No
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"PrivacyProtectAdminContact" : {
"c2jName" : "PrivacyProtectAdminContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectAdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectAdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectAdminContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectAdminContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectAdminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"PrivacyProtectRegistrantContact" : {
"c2jName" : "PrivacyProtectRegistrantContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectRegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectRegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectRegistrantContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectRegistrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"PrivacyProtectTechContact" : {
"c2jName" : "PrivacyProtectTechContact",
"c2jShape" : "Boolean",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivacyProtectTechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivacyProtectTechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivacyProtectTechContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectTechContact",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "privacyProtectTechContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"RegistrantContact" : {
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TechContact" : {
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName", "DurationInYears", "AdminContact", "RegistrantContact", "TechContact" ],
"shapeName" : "TransferDomainRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "TransferDomainRequest",
"variableName" : "transferDomainRequest",
"variableType" : "TransferDomainRequest",
"documentation" : null,
"simpleType" : "TransferDomainRequest",
"variableSetterType" : "TransferDomainRequest"
},
"wrapper" : false
},
"TransferDomainResult" : {
"c2jName" : "TransferDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The TranserDomain response includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OperationId" : {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "OperationId" ],
"shapeName" : "TransferDomainResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "TransferDomainResult",
"variableName" : "transferDomainResult",
"variableType" : "TransferDomainResult",
"documentation" : null,
"simpleType" : "TransferDomainResult",
"variableSetterType" : "TransferDomainResult"
},
"wrapper" : false
},
"UnsupportedTLDException" : {
"c2jName" : "UnsupportedTLD",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Amazon Route 53 does not support this top-level domain.
",
"enums" : null,
"errorCode" : "UnsupportedTLD",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "UnsupportedTLDException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "UnsupportedTLDException",
"variableName" : "unsupportedTLDException",
"variableType" : "UnsupportedTLDException",
"documentation" : null,
"simpleType" : "UnsupportedTLDException",
"variableSetterType" : "UnsupportedTLDException"
},
"wrapper" : false
},
"UpdateDomainContactPrivacyRequest" : {
"c2jName" : "UpdateDomainContactPrivacyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The UpdateDomainContactPrivacy request includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "UpdateDomainContactPrivacy",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.UpdateDomainContactPrivacy",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AdminPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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: None
Valid values: true
| false
Required: No
",
"enumType" : null,
"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: None
Valid values: true
| false
Required: No
\n@param adminPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"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: None
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: None
Valid values: true
| false
Required: No*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminPrivacy",
"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: None
Valid values: true
| false
Required: No
\n@param adminPrivacy 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: None
Valid values: true
| false
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "adminPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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: None
Valid values: true
| false
Required: No
\n@param adminPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "adminPrivacy",
"variableType" : "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: None
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RegistrantPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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: None
Valid values: true
| false
Required: No
",
"enumType" : null,
"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: None
Valid values: true
| false
Required: No
\n@param registrantPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"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: None
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: None
Valid values: true
| false
Required: No*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantPrivacy",
"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: None
Valid values: true
| false
Required: No
\n@param registrantPrivacy 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: None
Valid values: true
| false
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "registrantPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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: None
Valid values: true
| false
Required: No
\n@param registrantPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "registrantPrivacy",
"variableType" : "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: None
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TechPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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: None
Valid values: true
| false
Required: No
",
"enumType" : null,
"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: None
Valid values: true
| false
Required: No
\n@param techPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"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: None
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: None
Valid values: true
| false
Required: No*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechPrivacy",
"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: None
Valid values: true
| false
Required: No
\n@param techPrivacy 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: None
Valid values: true
| false
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "techPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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: None
Valid values: true
| false
Required: No
\n@param techPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "techPrivacy",
"variableType" : "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: None
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AdminPrivacy" : {
"c2jName" : "AdminPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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: None
Valid values: true
| false
Required: No
",
"enumType" : null,
"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: None
Valid values: true
| false
Required: No
\n@param adminPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"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: None
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: None
Valid values: true
| false
Required: No*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminPrivacy",
"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: None
Valid values: true
| false
Required: No
\n@param adminPrivacy 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: None
Valid values: true
| false
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "adminPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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: None
Valid values: true
| false
Required: No
\n@param adminPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "adminPrivacy",
"variableType" : "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: None
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"RegistrantPrivacy" : {
"c2jName" : "RegistrantPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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: None
Valid values: true
| false
Required: No
",
"enumType" : null,
"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: None
Valid values: true
| false
Required: No
\n@param registrantPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"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: None
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: None
Valid values: true
| false
Required: No*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantPrivacy",
"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: None
Valid values: true
| false
Required: No
\n@param registrantPrivacy 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: None
Valid values: true
| false
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "registrantPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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: None
Valid values: true
| false
Required: No
\n@param registrantPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "registrantPrivacy",
"variableType" : "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: None
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"TechPrivacy" : {
"c2jName" : "TechPrivacy",
"c2jShape" : "Boolean",
"deprecated" : false,
"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: None
Valid values: true
| false
Required: No
",
"enumType" : null,
"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: None
Valid values: true
| false
Required: No
\n@param techPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"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: None
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: None
Valid values: true
| false
Required: No*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechPrivacy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechPrivacy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechPrivacy",
"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: None
Valid values: true
| false
Required: No
\n@param techPrivacy 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: None
Valid values: true
| false
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "techPrivacy",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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: None
Valid values: true
| false
Required: No
\n@param techPrivacy 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: None
Valid values: true
| false
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "techPrivacy",
"variableType" : "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: None
Valid values: true
| false
Required: No
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "UpdateDomainContactPrivacyRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "UpdateDomainContactPrivacyRequest",
"variableName" : "updateDomainContactPrivacyRequest",
"variableType" : "UpdateDomainContactPrivacyRequest",
"documentation" : null,
"simpleType" : "UpdateDomainContactPrivacyRequest",
"variableSetterType" : "UpdateDomainContactPrivacyRequest"
},
"wrapper" : false
},
"UpdateDomainContactPrivacyResult" : {
"c2jName" : "UpdateDomainContactPrivacyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The UpdateDomainContactPrivacy response includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OperationId" : {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "OperationId" ],
"shapeName" : "UpdateDomainContactPrivacyResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "UpdateDomainContactPrivacyResult",
"variableName" : "updateDomainContactPrivacyResult",
"variableType" : "UpdateDomainContactPrivacyResult",
"documentation" : null,
"simpleType" : "UpdateDomainContactPrivacyResult",
"variableSetterType" : "UpdateDomainContactPrivacyResult"
},
"wrapper" : false
},
"UpdateDomainContactRequest" : {
"c2jName" : "UpdateDomainContactRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The UpdateDomainContact request includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "UpdateDomainContact",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.UpdateDomainContact",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AdminContact" : {
"c2jName" : "AdminContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AdminContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AdminContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AdminContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "adminContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"RegistrantContact" : {
"c2jName" : "RegistrantContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RegistrantContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RegistrantContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrantContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "registrantContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TechContact" : {
"c2jName" : "TechContact",
"c2jShape" : "ContactDetail",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "ContactDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TechContact",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TechContact",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TechContact",
"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*/",
"setterModel" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "ContactDetail",
"documentation" : "",
"simpleType" : "ContactDetail",
"variableSetterType" : "ContactDetail"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ContactDetail",
"variableName" : "techContact",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "UpdateDomainContactRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "UpdateDomainContactRequest",
"variableName" : "updateDomainContactRequest",
"variableType" : "UpdateDomainContactRequest",
"documentation" : null,
"simpleType" : "UpdateDomainContactRequest",
"variableSetterType" : "UpdateDomainContactRequest"
},
"wrapper" : false
},
"UpdateDomainContactResult" : {
"c2jName" : "UpdateDomainContactResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The UpdateDomainContact response includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OperationId" : {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "OperationId" ],
"shapeName" : "UpdateDomainContactResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "UpdateDomainContactResult",
"variableName" : "updateDomainContactResult",
"variableType" : "UpdateDomainContactResult",
"documentation" : null,
"simpleType" : "UpdateDomainContactResult",
"variableSetterType" : "UpdateDomainContactResult"
},
"wrapper" : false
},
"UpdateDomainNameserversRequest" : {
"c2jName" : "UpdateDomainNameserversRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The UpdateDomainNameserver request includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "UpdateDomainNameservers",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.UpdateDomainNameservers",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "FIAuthKey",
"c2jShape" : "FIAuthKey",
"deprecated" : false,
"documentation" : "The authorization key for .fi domains
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The authorization key for .fi domains
\n@return The authorization key for .fi domains*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FIAuthKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FIAuthKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FIAuthKey",
"setterDocumentation" : "/**The authorization key for .fi domains
\n@param fIAuthKey The authorization key for .fi domains*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fIAuthKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fIAuthKey",
"variableType" : "String",
"documentation" : "The authorization key for .fi domains
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"deprecated" : false,
"documentation" : "A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Nameservers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Nameservers",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Nameserver",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Nameserver",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Nameserver",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Nameservers",
"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*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"FIAuthKey" : {
"c2jName" : "FIAuthKey",
"c2jShape" : "FIAuthKey",
"deprecated" : false,
"documentation" : "The authorization key for .fi domains
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The authorization key for .fi domains
\n@return The authorization key for .fi domains*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FIAuthKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FIAuthKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FIAuthKey",
"setterDocumentation" : "/**The authorization key for .fi domains
\n@param fIAuthKey The authorization key for .fi domains*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fIAuthKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fIAuthKey",
"variableType" : "String",
"documentation" : "The authorization key for .fi domains
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Nameservers" : {
"c2jName" : "Nameservers",
"c2jShape" : "NameserverList",
"deprecated" : false,
"documentation" : "A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Nameservers",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Nameservers",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Nameserver",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Nameserver",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Nameserver",
"variableName" : "member",
"variableType" : "Nameserver",
"documentation" : "",
"simpleType" : "Nameserver",
"variableSetterType" : "Nameserver"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Nameserver",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Nameserver",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Nameservers",
"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*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "nameservers",
"variableType" : "java.util.List",
"documentation" : "A list of new name servers for the domain.
Type: Complex
Children: Name
, GlueIps
Required: Yes
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName", "Nameservers" ],
"shapeName" : "UpdateDomainNameserversRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "UpdateDomainNameserversRequest",
"variableName" : "updateDomainNameserversRequest",
"variableType" : "UpdateDomainNameserversRequest",
"documentation" : null,
"simpleType" : "UpdateDomainNameserversRequest",
"variableSetterType" : "UpdateDomainNameserversRequest"
},
"wrapper" : false
},
"UpdateDomainNameserversResult" : {
"c2jName" : "UpdateDomainNameserversResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The UpdateDomainNameservers response includes the following element.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OperationId" : {
"c2jName" : "OperationId",
"c2jShape" : "OperationId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperationId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperationId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operationId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "OperationId" ],
"shapeName" : "UpdateDomainNameserversResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "UpdateDomainNameserversResult",
"variableName" : "updateDomainNameserversResult",
"variableType" : "UpdateDomainNameserversResult",
"documentation" : null,
"simpleType" : "UpdateDomainNameserversResult",
"variableSetterType" : "UpdateDomainNameserversResult"
},
"wrapper" : false
},
"UpdateTagsForDomainRequest" : {
"c2jName" : "UpdateTagsForDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The UpdateTagsForDomainRequest includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "UpdateTagsForDomain",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.UpdateTagsForDomain",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TagsToUpdate",
"c2jShape" : "TagList",
"deprecated" : false,
"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
",
"enumType" : null,
"fluentSetterDocumentation" : "/**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
\n@param tagsToUpdate 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
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**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
\n@return 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
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TagsToUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TagsToUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TagsToUpdate",
"setterDocumentation" : "/**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
\n@param tagsToUpdate 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
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagsToUpdate",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**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
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagsToUpdate(java.util.Collection)} or {@link #withTagsToUpdate(java.util.Collection)} if you want to override the existing values.
\n@param tagsToUpdate 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
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagsToUpdate",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"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
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TagsToUpdate" : {
"c2jName" : "TagsToUpdate",
"c2jShape" : "TagList",
"deprecated" : false,
"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
",
"enumType" : null,
"fluentSetterDocumentation" : "/**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
\n@param tagsToUpdate 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
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**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
\n@return 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
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TagsToUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TagsToUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TagsToUpdate",
"setterDocumentation" : "/**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
\n@param tagsToUpdate 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
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagsToUpdate",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**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
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagsToUpdate(java.util.Collection)} or {@link #withTagsToUpdate(java.util.Collection)} if you want to override the existing values.
\n@param tagsToUpdate 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
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tagsToUpdate",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "DomainName" ],
"shapeName" : "UpdateTagsForDomainRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "UpdateTagsForDomainRequest",
"variableName" : "updateTagsForDomainRequest",
"variableType" : "UpdateTagsForDomainRequest",
"documentation" : null,
"simpleType" : "UpdateTagsForDomainRequest",
"variableSetterType" : "UpdateTagsForDomainRequest"
},
"wrapper" : false
},
"UpdateTagsForDomainResult" : {
"c2jName" : "UpdateTagsForDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "UpdateTagsForDomainResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "UpdateTagsForDomainResult",
"variableName" : "updateTagsForDomainResult",
"variableType" : "UpdateTagsForDomainResult",
"documentation" : null,
"simpleType" : "UpdateTagsForDomainResult",
"variableSetterType" : "UpdateTagsForDomainResult"
},
"wrapper" : false
},
"ViewBillingRequest" : {
"c2jName" : "ViewBillingRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The ViewBilling request includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ViewBilling",
"locationName" : null,
"requestUri" : "/",
"target" : "Route53Domains_v20140515.ViewBilling",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Start",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param start The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@return The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Start",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Start",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Start",
"setterDocumentation" : "/**
The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param start The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "start",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param start The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "start",
"variableType" : "java.util.Date",
"documentation" : "
The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "End",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param end The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@return The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "End",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "End",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "End",
"setterDocumentation" : "/**
The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param end The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "end",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param end The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "end",
"variableType" : "java.util.Date",
"documentation" : "
The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Marker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"documentation" : "For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
\n@param marker For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
\n@return For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Marker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Marker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Marker",
"setterDocumentation" : "/**
For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
\n@param marker For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
\n@param marker For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "
For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"deprecated" : false,
"documentation" : "The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems The number of billing records 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.*/",
"getterDocumentation" : "/**
The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@return The number of billing records to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MaxItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxItems",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxItems",
"setterDocumentation" : "/**
The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems The number of billing records to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems The number of billing records 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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "Integer",
"documentation" : "
The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"End" : {
"c2jName" : "End",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param end The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@return The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "End",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "End",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "End",
"setterDocumentation" : "/**
The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param end The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "end",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param end The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "end",
"variableType" : "java.util.Date",
"documentation" : "
The end date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"Marker" : {
"c2jName" : "Marker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"documentation" : "For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
\n@param marker For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
\n@return For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Marker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Marker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Marker",
"setterDocumentation" : "/**
For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
\n@param marker For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
\n@param marker For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "
For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current AWS account during the specified period is greater than the value that you specified for MaxItems
, you can use Marker
to return additional billing records. 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 of NextPageMarker
that was returned in the previous response.
Required: No
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MaxItems" : {
"c2jName" : "MaxItems",
"c2jShape" : "PageMaxItems",
"deprecated" : false,
"documentation" : "The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems The number of billing records 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.*/",
"getterDocumentation" : "/**
The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@return The number of billing records to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MaxItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxItems",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxItems",
"setterDocumentation" : "/**
The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems The number of billing records to be returned. Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
\n@param maxItems The number of billing records 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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxItems",
"variableType" : "Integer",
"documentation" : "
The number of billing records to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Start" : {
"c2jName" : "Start",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param start The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@return The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Start",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Start",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Start",
"setterDocumentation" : "/**
The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param start The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "start",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
\n@param start The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format. Type: Double
Default: None
Required: Yes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "start",
"variableType" : "java.util.Date",
"documentation" : "
The beginning date and time for the time period for which you want a list of billing records. Specify the date in Unix time format.
Type: Double
Default: None
Required: Yes
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ViewBillingRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ViewBillingRequest",
"variableName" : "viewBillingRequest",
"variableType" : "ViewBillingRequest",
"documentation" : null,
"simpleType" : "ViewBillingRequest",
"variableSetterType" : "ViewBillingRequest"
},
"wrapper" : false
},
"ViewBillingResult" : {
"c2jName" : "ViewBillingResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The ViewBilling response includes the following elements.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "NextPageMarker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"documentation" : "If there are more billing records 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: BillingRecords
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If there are more billing records 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: BillingRecords
\n@param nextPageMarker If there are more billing records 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: BillingRecords
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
If there are more billing records 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: BillingRecords
\n@return If there are more billing records 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: BillingRecords
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageMarker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageMarker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageMarker",
"setterDocumentation" : "/**
If there are more billing records 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: BillingRecords
\n@param nextPageMarker If there are more billing records 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: BillingRecords
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
If there are more billing records 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: BillingRecords
\n@param nextPageMarker If there are more billing records 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: BillingRecords
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "String",
"documentation" : "
If there are more billing records 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: BillingRecords
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "BillingRecords",
"c2jShape" : "BillingRecords",
"deprecated" : false,
"documentation" : "A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\n@param billingRecords A summary of billing records. Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\n@return A summary of billing records. Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BillingRecords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BillingRecords",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "BillingRecord",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "BillingRecord",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "BillingRecord",
"variableName" : "member",
"variableType" : "BillingRecord",
"documentation" : "",
"simpleType" : "BillingRecord",
"variableSetterType" : "BillingRecord"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "BillingRecord",
"variableName" : "member",
"variableType" : "BillingRecord",
"documentation" : "",
"simpleType" : "BillingRecord",
"variableSetterType" : "BillingRecord"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BillingRecord",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "BillingRecord",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "BillingRecords",
"setterDocumentation" : "/**A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\n@param billingRecords A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "billingRecords",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setBillingRecords(java.util.Collection)} or {@link #withBillingRecords(java.util.Collection)} if you want to override the existing values.
\n@param billingRecords A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "billingRecords",
"variableType" : "java.util.List",
"documentation" : "A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BillingRecords" : {
"c2jName" : "BillingRecords",
"c2jShape" : "BillingRecords",
"deprecated" : false,
"documentation" : "A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\n@param billingRecords A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\n@return A summary of billing records. Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BillingRecords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BillingRecords",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "BillingRecord",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "BillingRecord",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "BillingRecord",
"variableName" : "member",
"variableType" : "BillingRecord",
"documentation" : "",
"simpleType" : "BillingRecord",
"variableSetterType" : "BillingRecord"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "BillingRecord",
"variableName" : "member",
"variableType" : "BillingRecord",
"documentation" : "",
"simpleType" : "BillingRecord",
"variableSetterType" : "BillingRecord"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BillingRecord",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "BillingRecord",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "BillingRecords",
"setterDocumentation" : "/**A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\n@param billingRecords A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "billingRecords",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setBillingRecords(java.util.Collection)} or {@link #withBillingRecords(java.util.Collection)} if you want to override the existing values.
\n@param billingRecords A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "billingRecords",
"variableType" : "java.util.List",
"documentation" : "A summary of billing records.
Type: Complex type containing a list of billing record summaries.
Children: DomainName
, Operation
, InvoiceId
, BillDate
and Price
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextPageMarker" : {
"c2jName" : "NextPageMarker",
"c2jShape" : "PageMarker",
"deprecated" : false,
"documentation" : "If there are more billing records 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: BillingRecords
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If there are more billing records 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: BillingRecords
\n@param nextPageMarker If there are more billing records 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: BillingRecords
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
If there are more billing records 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: BillingRecords
\n@return If there are more billing records 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: BillingRecords
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NextPageMarker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextPageMarker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageMarker",
"setterDocumentation" : "/**
If there are more billing records 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: BillingRecords
\n@param nextPageMarker If there are more billing records 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: BillingRecords
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
If there are more billing records 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: BillingRecords
\n@param nextPageMarker If there are more billing records 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: BillingRecords
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageMarker",
"variableType" : "String",
"documentation" : "
If there are more billing records 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: BillingRecords
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ViewBillingResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ViewBillingResult",
"variableName" : "viewBillingResult",
"variableType" : "ViewBillingResult",
"documentation" : null,
"simpleType" : "ViewBillingResult",
"variableSetterType" : "ViewBillingResult"
},
"wrapper" : false
}
},
"clientConfigFactory" : "ClientConfigurationFactory",
"examples" : {
"examples" : { },
"version" : "1.0"
},
"exceptionUnmarshallerImpl" : null,
"fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */",
"hasWaiters" : false,
"sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult",
"sdkModeledExceptionBaseClassName" : "AmazonRoute53DomainsException",
"sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.route53domains.model.AmazonRoute53DomainsException",
"serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException"
}