aws-sdk-for-zig/codegen/models/route53domains.2014-05-15.json

3961 lines
222 KiB
JSON

{
"smithy": "1.0",
"metadata": {
"suppressions": [
{
"id": "HttpMethodSemantics",
"namespace": "*"
},
{
"id": "HttpResponseCodeSemantics",
"namespace": "*"
},
{
"id": "PaginatedTrait",
"namespace": "*"
},
{
"id": "HttpHeaderTrait",
"namespace": "*"
},
{
"id": "HttpUriConflict",
"namespace": "*"
},
{
"id": "Service",
"namespace": "*"
}
]
},
"shapes": {
"com.amazonaws.route53domains#AcceptDomainTransferFromAnotherAwsAccount": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#AcceptDomainTransferFromAnotherAwsAccountRequest"
},
"output": {
"target": "com.amazonaws.route53domains#AcceptDomainTransferFromAnotherAwsAccountResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#DomainLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
}
],
"traits": {
"smithy.api#documentation": "<p>Accepts the transfer of a domain from another AWS account to the current AWS account. You initiate a transfer between AWS accounts using \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>.\n\t\t</p>\n\n\t\t <p>Use either \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html\">ListOperations</a> or \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> \n\t\t\tto determine whether the operation succeeded. \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> \n\t\t\tprovides additional information, for example, <code>Domain Transfer from Aws Account 111122223333 has been cancelled</code>. \n\t\t</p>"
}
},
"com.amazonaws.route53domains#AcceptDomainTransferFromAnotherAwsAccountRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that was specified when another AWS account submitted a \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>\n\t\t\trequest.\n\t\t</p>",
"smithy.api#required": {}
}
},
"Password": {
"target": "com.amazonaws.route53domains#String",
"traits": {
"smithy.api#documentation": "<p>The password that was returned by the \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>\n\t\t\trequest.\n\t\t</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#AcceptDomainTransferFromAnotherAwsAccountResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>Identifier for tracking the progress of the request. To query the operation status, use \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The AcceptDomainTransferFromAnotherAwsAccount response includes the following element.</p>"
}
},
"com.amazonaws.route53domains#AccountId": {
"type": "string",
"traits": {
"smithy.api#pattern": "^(\\d{12})$"
}
},
"com.amazonaws.route53domains#AddressLine": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 255
}
}
},
"com.amazonaws.route53domains#BillingRecord": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that the billing record applies to. If the domain name contains characters \n\t\t\tother than a-z, 0-9, and - (hyphen), such as an internationalized domain name, then this value is in Punycode. \n\t\t\tFor more information, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html\">DNS Domain Name Format</a> \n\t\t\tin the <i>Amazon Route 53 Developer Guide</i>.</p>"
}
},
"Operation": {
"target": "com.amazonaws.route53domains#OperationType",
"traits": {
"smithy.api#documentation": "<p>The operation that you were charged for.</p>"
}
},
"InvoiceId": {
"target": "com.amazonaws.route53domains#InvoiceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the invoice that is associated with the billing record.</p>"
}
},
"BillDate": {
"target": "com.amazonaws.route53domains#Timestamp",
"traits": {
"smithy.api#documentation": "<p>The date that the operation was billed, in Unix format.</p>"
}
},
"Price": {
"target": "com.amazonaws.route53domains#Price",
"traits": {
"smithy.api#documentation": "<p>The price that you were charged for the operation, in US dollars.</p>\n\t\t <p>Example value: 12.0</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Information for one billing record.</p>"
}
},
"com.amazonaws.route53domains#BillingRecords": {
"type": "list",
"member": {
"target": "com.amazonaws.route53domains#BillingRecord"
}
},
"com.amazonaws.route53domains#Boolean": {
"type": "boolean",
"traits": {
"smithy.api#box": {}
}
},
"com.amazonaws.route53domains#CancelDomainTransferToAnotherAwsAccount": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#CancelDomainTransferToAnotherAwsAccountRequest"
},
"output": {
"target": "com.amazonaws.route53domains#CancelDomainTransferToAnotherAwsAccountResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
}
],
"traits": {
"smithy.api#documentation": "<p>Cancels the transfer of a domain from the current AWS account to another AWS account. You initiate a transfer between AWS accounts using \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>.\n\t\t</p>\n\t\t\n\t\t <important>\n\t\t\t <p>You must cancel the transfer before the other AWS account accepts the transfer using \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AcceptDomainTransferFromAnotherAwsAccount.html\">AcceptDomainTransferFromAnotherAwsAccount</a>.</p>\n\t\t </important>\n\t\t\n\t\t <p>Use either \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html\">ListOperations</a> or \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> \n\t\t\tto determine whether the operation succeeded. \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> \n\t\t\tprovides additional information, for example, <code>Domain Transfer from Aws Account 111122223333 has been cancelled</code>. \n\t\t</p>"
}
},
"com.amazonaws.route53domains#CancelDomainTransferToAnotherAwsAccountRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain for which you want to cancel the transfer to another AWS account.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The CancelDomainTransferToAnotherAwsAccount request includes the following element.</p>"
}
},
"com.amazonaws.route53domains#CancelDomainTransferToAnotherAwsAccountResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>The identifier that <code>TransferDomainToAnotherAwsAccount</code> returned to track the progress of the request. \n\t\t\tBecause the transfer request was canceled, the value is no longer valid, and you can't use <code>GetOperationDetail</code> \n\t\t\tto query the operation status.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The <code>CancelDomainTransferToAnotherAwsAccount</code> response includes the following element.</p>"
}
},
"com.amazonaws.route53domains#CheckDomainAvailability": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#CheckDomainAvailabilityRequest"
},
"output": {
"target": "com.amazonaws.route53domains#CheckDomainAvailabilityResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must \n\t\t\tsubmit another request to determine the availability of the domain name.</p>"
}
},
"com.amazonaws.route53domains#CheckDomainAvailabilityRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to get availability for. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. \n\t\t\tFor a list of supported TLDs, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the \n\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>\n\t\t <p>The domain name can contain only the following characters:</p>\n\t\t <ul>\n <li>\n <p>Letters a through z. Domain names are not case sensitive.</p>\n </li>\n <li>\n <p>Numbers 0 through 9.</p>\n </li>\n <li>\n <p>Hyphen (-). You can't specify a hyphen at the beginning or end of a label. </p>\n </li>\n <li>\n <p>Period (.) to separate the labels in the name, such as the <code>.</code> in <code>example.com</code>.</p>\n </li>\n </ul>\n\t\t <p>Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports \n\t\t\tinternationalized domain names, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a>. \n\t\t\tFor more information, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-idns\">Formatting Internationalized Domain Names</a>.\n\t\t</p>",
"smithy.api#required": {}
}
},
"IdnLangCode": {
"target": "com.amazonaws.route53domains#LangCode",
"traits": {
"smithy.api#documentation": "<p>Reserved for future use.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The CheckDomainAvailability request contains the following elements.</p>"
}
},
"com.amazonaws.route53domains#CheckDomainAvailabilityResponse": {
"type": "structure",
"members": {
"Availability": {
"target": "com.amazonaws.route53domains#DomainAvailability",
"traits": {
"smithy.api#documentation": "<p>Whether the domain name is available for registering.</p>\n\t\t <note>\n <p>You can register only domains designated as <code>AVAILABLE</code>.</p>\n </note>\n\t\t <p>Valid values:</p>\n\t\t <dl>\n <dt>AVAILABLE</dt>\n <dd>\n <p>The domain name is available.</p>\n </dd>\n <dt>AVAILABLE_RESERVED</dt>\n <dd>\n <p>The domain name is reserved under specific conditions.</p>\n </dd>\n <dt>AVAILABLE_PREORDER</dt>\n <dd>\n <p>The domain name is available and can be preordered.</p>\n </dd>\n <dt>DONT_KNOW</dt>\n <dd>\n <p>The TLD registry didn't reply with a definitive answer about whether the domain name is available. \n\t\t\t\t\tRoute 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. \n\t\t\t\t\tTry again later.</p>\n </dd>\n <dt>PENDING</dt>\n <dd>\n <p>The TLD registry didn't return a response in the expected amount of time. When the response is delayed, \n\t\t\t\t\tit usually takes just a few extra seconds. You can resubmit the request immediately.</p>\n </dd>\n <dt>RESERVED</dt>\n <dd>\n <p>The domain name has been reserved for another person or organization.</p>\n </dd>\n <dt>UNAVAILABLE</dt>\n <dd>\n <p>The domain name is not available.</p>\n </dd>\n <dt>UNAVAILABLE_PREMIUM</dt>\n <dd>\n <p>The domain name is not available.</p>\n </dd>\n <dt>UNAVAILABLE_RESTRICTED</dt>\n <dd>\n <p>The domain name is forbidden.</p>\n </dd>\n </dl>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The CheckDomainAvailability response includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#CheckDomainTransferability": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#CheckDomainTransferabilityRequest"
},
"output": {
"target": "com.amazonaws.route53domains#CheckDomainTransferabilityResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>Checks whether a domain name can be transferred to Amazon Route 53. </p>"
}
},
"com.amazonaws.route53domains#CheckDomainTransferabilityRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to transfer to Route 53. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. \n\t\t\tFor a list of supported TLDs, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the \n\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>\n\t\t <p>The domain name can contain only the following characters:</p>\n\t\t <ul>\n <li>\n <p>Letters a through z. Domain names are not case sensitive.</p>\n </li>\n <li>\n <p>Numbers 0 through 9.</p>\n </li>\n <li>\n <p>Hyphen (-). You can't specify a hyphen at the beginning or end of a label. </p>\n </li>\n <li>\n <p>Period (.) to separate the labels in the name, such as the <code>.</code> in <code>example.com</code>.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"AuthCode": {
"target": "com.amazonaws.route53domains#DomainAuthCode",
"traits": {
"smithy.api#documentation": "<p>If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, \n\t\t\tthe code that you got from the current registrar for the domain.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The CheckDomainTransferability request contains the following elements.</p>"
}
},
"com.amazonaws.route53domains#CheckDomainTransferabilityResponse": {
"type": "structure",
"members": {
"Transferability": {
"target": "com.amazonaws.route53domains#DomainTransferability",
"traits": {
"smithy.api#documentation": "<p>A complex type that contains information about whether the specified domain can be transferred to Route 53.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The CheckDomainTransferability response includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#City": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 255
}
}
},
"com.amazonaws.route53domains#ContactDetail": {
"type": "structure",
"members": {
"FirstName": {
"target": "com.amazonaws.route53domains#ContactName",
"traits": {
"smithy.api#documentation": "<p>First name of contact.</p>"
}
},
"LastName": {
"target": "com.amazonaws.route53domains#ContactName",
"traits": {
"smithy.api#documentation": "<p>Last name of contact.</p>"
}
},
"ContactType": {
"target": "com.amazonaws.route53domains#ContactType",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the contact is a person, company, association, or public organization. Note the following:</p>\n\t\t <ul>\n <li>\n <p>If you specify a value other than <code>PERSON</code>, you must also specify a value for \n\t\t\t\t<code>OrganizationName</code>.</p>\n </li>\n <li>\n <p>For some TLDs, the privacy protection available depends on the value that you specify for \n\t\t\t\t<code>Contact Type</code>. For the privacy protection settings for your TLD, see \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can \n\t\t\t\t\tRegister with Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>\n </p>\n </li>\n <li>\n <p>For .es domains, if you specify <code>PERSON</code>, you must specify <code>INDIVIDUAL</code> \n\t\t\t\tfor the value of <code>ES_LEGAL_FORM</code>.</p>\n </li>\n </ul>"
}
},
"OrganizationName": {
"target": "com.amazonaws.route53domains#ContactName",
"traits": {
"smithy.api#documentation": "<p>Name of the organization for contact types other than <code>PERSON</code>.</p>"
}
},
"AddressLine1": {
"target": "com.amazonaws.route53domains#AddressLine",
"traits": {
"smithy.api#documentation": "<p>First line of the contact's address.</p>"
}
},
"AddressLine2": {
"target": "com.amazonaws.route53domains#AddressLine",
"traits": {
"smithy.api#documentation": "<p>Second line of contact's address, if any.</p>"
}
},
"City": {
"target": "com.amazonaws.route53domains#City",
"traits": {
"smithy.api#documentation": "<p>The city of the contact's address.</p>"
}
},
"State": {
"target": "com.amazonaws.route53domains#State",
"traits": {
"smithy.api#documentation": "<p>The state or province of the contact's city.</p>"
}
},
"CountryCode": {
"target": "com.amazonaws.route53domains#CountryCode",
"traits": {
"smithy.api#documentation": "<p>Code for the country of the contact's address.</p>"
}
},
"ZipCode": {
"target": "com.amazonaws.route53domains#ZipCode",
"traits": {
"smithy.api#documentation": "<p>The zip or postal code of the contact's address.</p>"
}
},
"PhoneNumber": {
"target": "com.amazonaws.route53domains#ContactNumber",
"traits": {
"smithy.api#documentation": "<p>The phone number of the contact.</p>\n\t\t <p>Constraints: Phone number must be specified in the format \"+[country\tdialing code].[number including any area code>]\". \n\t\t\tFor example, a US phone number might appear as <code>\"+1.1234567890\"</code>.</p>"
}
},
"Email": {
"target": "com.amazonaws.route53domains#Email",
"traits": {
"smithy.api#documentation": "<p>Email address of the contact.</p>"
}
},
"Fax": {
"target": "com.amazonaws.route53domains#ContactNumber",
"traits": {
"smithy.api#documentation": "<p>Fax number of the contact.</p>\n\t\t <p>Constraints: Phone number must be specified in the format \"+[country dialing code].[number including any area code]\". \n\t\t\tFor example, a US phone number might appear as <code>\"+1.1234567890\"</code>.</p>"
}
},
"ExtraParams": {
"target": "com.amazonaws.route53domains#ExtraParamList",
"traits": {
"smithy.api#documentation": "<p>A list of name-value pairs for parameters required by certain top-level domains.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>ContactDetail includes the following elements.</p>",
"smithy.api#sensitive": {}
}
},
"com.amazonaws.route53domains#ContactName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 255
}
}
},
"com.amazonaws.route53domains#ContactNumber": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 30
}
}
},
"com.amazonaws.route53domains#ContactType": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "PERSON",
"name": "PERSON"
},
{
"value": "COMPANY",
"name": "COMPANY"
},
{
"value": "ASSOCIATION",
"name": "ASSOCIATION"
},
{
"value": "PUBLIC_BODY",
"name": "PUBLIC_BODY"
},
{
"value": "RESELLER",
"name": "RESELLER"
}
]
}
},
"com.amazonaws.route53domains#CountryCode": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "AD",
"name": "AD"
},
{
"value": "AE",
"name": "AE"
},
{
"value": "AF",
"name": "AF"
},
{
"value": "AG",
"name": "AG"
},
{
"value": "AI",
"name": "AI"
},
{
"value": "AL",
"name": "AL"
},
{
"value": "AM",
"name": "AM"
},
{
"value": "AN",
"name": "AN"
},
{
"value": "AO",
"name": "AO"
},
{
"value": "AQ",
"name": "AQ"
},
{
"value": "AR",
"name": "AR"
},
{
"value": "AS",
"name": "AS"
},
{
"value": "AT",
"name": "AT"
},
{
"value": "AU",
"name": "AU"
},
{
"value": "AW",
"name": "AW"
},
{
"value": "AZ",
"name": "AZ"
},
{
"value": "BA",
"name": "BA"
},
{
"value": "BB",
"name": "BB"
},
{
"value": "BD",
"name": "BD"
},
{
"value": "BE",
"name": "BE"
},
{
"value": "BF",
"name": "BF"
},
{
"value": "BG",
"name": "BG"
},
{
"value": "BH",
"name": "BH"
},
{
"value": "BI",
"name": "BI"
},
{
"value": "BJ",
"name": "BJ"
},
{
"value": "BL",
"name": "BL"
},
{
"value": "BM",
"name": "BM"
},
{
"value": "BN",
"name": "BN"
},
{
"value": "BO",
"name": "BO"
},
{
"value": "BR",
"name": "BR"
},
{
"value": "BS",
"name": "BS"
},
{
"value": "BT",
"name": "BT"
},
{
"value": "BW",
"name": "BW"
},
{
"value": "BY",
"name": "BY"
},
{
"value": "BZ",
"name": "BZ"
},
{
"value": "CA",
"name": "CA"
},
{
"value": "CC",
"name": "CC"
},
{
"value": "CD",
"name": "CD"
},
{
"value": "CF",
"name": "CF"
},
{
"value": "CG",
"name": "CG"
},
{
"value": "CH",
"name": "CH"
},
{
"value": "CI",
"name": "CI"
},
{
"value": "CK",
"name": "CK"
},
{
"value": "CL",
"name": "CL"
},
{
"value": "CM",
"name": "CM"
},
{
"value": "CN",
"name": "CN"
},
{
"value": "CO",
"name": "CO"
},
{
"value": "CR",
"name": "CR"
},
{
"value": "CU",
"name": "CU"
},
{
"value": "CV",
"name": "CV"
},
{
"value": "CX",
"name": "CX"
},
{
"value": "CY",
"name": "CY"
},
{
"value": "CZ",
"name": "CZ"
},
{
"value": "DE",
"name": "DE"
},
{
"value": "DJ",
"name": "DJ"
},
{
"value": "DK",
"name": "DK"
},
{
"value": "DM",
"name": "DM"
},
{
"value": "DO",
"name": "DO"
},
{
"value": "DZ",
"name": "DZ"
},
{
"value": "EC",
"name": "EC"
},
{
"value": "EE",
"name": "EE"
},
{
"value": "EG",
"name": "EG"
},
{
"value": "ER",
"name": "ER"
},
{
"value": "ES",
"name": "ES"
},
{
"value": "ET",
"name": "ET"
},
{
"value": "FI",
"name": "FI"
},
{
"value": "FJ",
"name": "FJ"
},
{
"value": "FK",
"name": "FK"
},
{
"value": "FM",
"name": "FM"
},
{
"value": "FO",
"name": "FO"
},
{
"value": "FR",
"name": "FR"
},
{
"value": "GA",
"name": "GA"
},
{
"value": "GB",
"name": "GB"
},
{
"value": "GD",
"name": "GD"
},
{
"value": "GE",
"name": "GE"
},
{
"value": "GH",
"name": "GH"
},
{
"value": "GI",
"name": "GI"
},
{
"value": "GL",
"name": "GL"
},
{
"value": "GM",
"name": "GM"
},
{
"value": "GN",
"name": "GN"
},
{
"value": "GQ",
"name": "GQ"
},
{
"value": "GR",
"name": "GR"
},
{
"value": "GT",
"name": "GT"
},
{
"value": "GU",
"name": "GU"
},
{
"value": "GW",
"name": "GW"
},
{
"value": "GY",
"name": "GY"
},
{
"value": "HK",
"name": "HK"
},
{
"value": "HN",
"name": "HN"
},
{
"value": "HR",
"name": "HR"
},
{
"value": "HT",
"name": "HT"
},
{
"value": "HU",
"name": "HU"
},
{
"value": "ID",
"name": "ID"
},
{
"value": "IE",
"name": "IE"
},
{
"value": "IL",
"name": "IL"
},
{
"value": "IM",
"name": "IM"
},
{
"value": "IN",
"name": "IN"
},
{
"value": "IQ",
"name": "IQ"
},
{
"value": "IR",
"name": "IR"
},
{
"value": "IS",
"name": "IS"
},
{
"value": "IT",
"name": "IT"
},
{
"value": "JM",
"name": "JM"
},
{
"value": "JO",
"name": "JO"
},
{
"value": "JP",
"name": "JP"
},
{
"value": "KE",
"name": "KE"
},
{
"value": "KG",
"name": "KG"
},
{
"value": "KH",
"name": "KH"
},
{
"value": "KI",
"name": "KI"
},
{
"value": "KM",
"name": "KM"
},
{
"value": "KN",
"name": "KN"
},
{
"value": "KP",
"name": "KP"
},
{
"value": "KR",
"name": "KR"
},
{
"value": "KW",
"name": "KW"
},
{
"value": "KY",
"name": "KY"
},
{
"value": "KZ",
"name": "KZ"
},
{
"value": "LA",
"name": "LA"
},
{
"value": "LB",
"name": "LB"
},
{
"value": "LC",
"name": "LC"
},
{
"value": "LI",
"name": "LI"
},
{
"value": "LK",
"name": "LK"
},
{
"value": "LR",
"name": "LR"
},
{
"value": "LS",
"name": "LS"
},
{
"value": "LT",
"name": "LT"
},
{
"value": "LU",
"name": "LU"
},
{
"value": "LV",
"name": "LV"
},
{
"value": "LY",
"name": "LY"
},
{
"value": "MA",
"name": "MA"
},
{
"value": "MC",
"name": "MC"
},
{
"value": "MD",
"name": "MD"
},
{
"value": "ME",
"name": "ME"
},
{
"value": "MF",
"name": "MF"
},
{
"value": "MG",
"name": "MG"
},
{
"value": "MH",
"name": "MH"
},
{
"value": "MK",
"name": "MK"
},
{
"value": "ML",
"name": "ML"
},
{
"value": "MM",
"name": "MM"
},
{
"value": "MN",
"name": "MN"
},
{
"value": "MO",
"name": "MO"
},
{
"value": "MP",
"name": "MP"
},
{
"value": "MR",
"name": "MR"
},
{
"value": "MS",
"name": "MS"
},
{
"value": "MT",
"name": "MT"
},
{
"value": "MU",
"name": "MU"
},
{
"value": "MV",
"name": "MV"
},
{
"value": "MW",
"name": "MW"
},
{
"value": "MX",
"name": "MX"
},
{
"value": "MY",
"name": "MY"
},
{
"value": "MZ",
"name": "MZ"
},
{
"value": "NA",
"name": "NA"
},
{
"value": "NC",
"name": "NC"
},
{
"value": "NE",
"name": "NE"
},
{
"value": "NG",
"name": "NG"
},
{
"value": "NI",
"name": "NI"
},
{
"value": "NL",
"name": "NL"
},
{
"value": "NO",
"name": "NO"
},
{
"value": "NP",
"name": "NP"
},
{
"value": "NR",
"name": "NR"
},
{
"value": "NU",
"name": "NU"
},
{
"value": "NZ",
"name": "NZ"
},
{
"value": "OM",
"name": "OM"
},
{
"value": "PA",
"name": "PA"
},
{
"value": "PE",
"name": "PE"
},
{
"value": "PF",
"name": "PF"
},
{
"value": "PG",
"name": "PG"
},
{
"value": "PH",
"name": "PH"
},
{
"value": "PK",
"name": "PK"
},
{
"value": "PL",
"name": "PL"
},
{
"value": "PM",
"name": "PM"
},
{
"value": "PN",
"name": "PN"
},
{
"value": "PR",
"name": "PR"
},
{
"value": "PT",
"name": "PT"
},
{
"value": "PW",
"name": "PW"
},
{
"value": "PY",
"name": "PY"
},
{
"value": "QA",
"name": "QA"
},
{
"value": "RO",
"name": "RO"
},
{
"value": "RS",
"name": "RS"
},
{
"value": "RU",
"name": "RU"
},
{
"value": "RW",
"name": "RW"
},
{
"value": "SA",
"name": "SA"
},
{
"value": "SB",
"name": "SB"
},
{
"value": "SC",
"name": "SC"
},
{
"value": "SD",
"name": "SD"
},
{
"value": "SE",
"name": "SE"
},
{
"value": "SG",
"name": "SG"
},
{
"value": "SH",
"name": "SH"
},
{
"value": "SI",
"name": "SI"
},
{
"value": "SK",
"name": "SK"
},
{
"value": "SL",
"name": "SL"
},
{
"value": "SM",
"name": "SM"
},
{
"value": "SN",
"name": "SN"
},
{
"value": "SO",
"name": "SO"
},
{
"value": "SR",
"name": "SR"
},
{
"value": "ST",
"name": "ST"
},
{
"value": "SV",
"name": "SV"
},
{
"value": "SY",
"name": "SY"
},
{
"value": "SZ",
"name": "SZ"
},
{
"value": "TC",
"name": "TC"
},
{
"value": "TD",
"name": "TD"
},
{
"value": "TG",
"name": "TG"
},
{
"value": "TH",
"name": "TH"
},
{
"value": "TJ",
"name": "TJ"
},
{
"value": "TK",
"name": "TK"
},
{
"value": "TL",
"name": "TL"
},
{
"value": "TM",
"name": "TM"
},
{
"value": "TN",
"name": "TN"
},
{
"value": "TO",
"name": "TO"
},
{
"value": "TR",
"name": "TR"
},
{
"value": "TT",
"name": "TT"
},
{
"value": "TV",
"name": "TV"
},
{
"value": "TW",
"name": "TW"
},
{
"value": "TZ",
"name": "TZ"
},
{
"value": "UA",
"name": "UA"
},
{
"value": "UG",
"name": "UG"
},
{
"value": "US",
"name": "US"
},
{
"value": "UY",
"name": "UY"
},
{
"value": "UZ",
"name": "UZ"
},
{
"value": "VA",
"name": "VA"
},
{
"value": "VC",
"name": "VC"
},
{
"value": "VE",
"name": "VE"
},
{
"value": "VG",
"name": "VG"
},
{
"value": "VI",
"name": "VI"
},
{
"value": "VN",
"name": "VN"
},
{
"value": "VU",
"name": "VU"
},
{
"value": "WF",
"name": "WF"
},
{
"value": "WS",
"name": "WS"
},
{
"value": "YE",
"name": "YE"
},
{
"value": "YT",
"name": "YT"
},
{
"value": "ZA",
"name": "ZA"
},
{
"value": "ZM",
"name": "ZM"
},
{
"value": "ZW",
"name": "ZW"
}
]
}
},
"com.amazonaws.route53domains#CurrentExpiryYear": {
"type": "integer"
},
"com.amazonaws.route53domains#DNSSec": {
"type": "string"
},
"com.amazonaws.route53domains#DeleteTagsForDomain": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#DeleteTagsForDomainRequest"
},
"output": {
"target": "com.amazonaws.route53domains#DeleteTagsForDomainResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation deletes the specified tags for a domain.</p>\n\t\t <p>All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.</p>"
}
},
"com.amazonaws.route53domains#DeleteTagsForDomainRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The domain for which you want to delete one or more tags.</p>",
"smithy.api#required": {}
}
},
"TagsToDelete": {
"target": "com.amazonaws.route53domains#TagKeyList",
"traits": {
"smithy.api#documentation": "<p>A list of tag keys to delete.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The DeleteTagsForDomainRequest includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#DeleteTagsForDomainResponse": {
"type": "structure",
"members": {}
},
"com.amazonaws.route53domains#DisableDomainAutoRenew": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#DisableDomainAutoRenewRequest"
},
"output": {
"target": "com.amazonaws.route53domains#DisableDomainAutoRenewResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation disables automatic renewal of domain registration for the specified domain.</p>"
}
},
"com.amazonaws.route53domains#DisableDomainAutoRenewRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to disable automatic renewal for.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.route53domains#DisableDomainAutoRenewResponse": {
"type": "structure",
"members": {}
},
"com.amazonaws.route53domains#DisableDomainTransferLock": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#DisableDomainTransferLockRequest"
},
"output": {
"target": "com.amazonaws.route53domains#DisableDomainTransferLockResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#DuplicateRequest"
},
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#TLDRulesViolation"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation removes the transfer lock on the domain (specifically the\n\t\t\t<code>clientTransferProhibited</code> status) to allow domain transfers. We recommend\n\t\t\tyou refrain from performing this action unless you intend to transfer the domain to a\n\t\t\tdifferent registrar. Successful submission returns an operation ID that you can use to track\n\t\t\tthe progress and completion of the action. If the request is not completed successfully, the\n\t\t\tdomain registrant will be notified by email.</p>"
}
},
"com.amazonaws.route53domains#DisableDomainTransferLockRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to remove the transfer lock for.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The DisableDomainTransferLock request includes the following element.</p>"
}
},
"com.amazonaws.route53domains#DisableDomainTransferLockResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>Identifier for tracking the progress of the request. To query the operation status, use \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The DisableDomainTransferLock response includes the following element.</p>"
}
},
"com.amazonaws.route53domains#DomainAuthCode": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 1024
},
"smithy.api#sensitive": {}
}
},
"com.amazonaws.route53domains#DomainAvailability": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "AVAILABLE",
"name": "AVAILABLE"
},
{
"value": "AVAILABLE_RESERVED",
"name": "AVAILABLE_RESERVED"
},
{
"value": "AVAILABLE_PREORDER",
"name": "AVAILABLE_PREORDER"
},
{
"value": "UNAVAILABLE",
"name": "UNAVAILABLE"
},
{
"value": "UNAVAILABLE_PREMIUM",
"name": "UNAVAILABLE_PREMIUM"
},
{
"value": "UNAVAILABLE_RESTRICTED",
"name": "UNAVAILABLE_RESTRICTED"
},
{
"value": "RESERVED",
"name": "RESERVED"
},
{
"value": "DONT_KNOW",
"name": "DONT_KNOW"
}
]
}
},
"com.amazonaws.route53domains#DomainLimitExceeded": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.route53domains#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>The number of domains has exceeded the allowed threshold for the account.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The number of domains has exceeded the allowed threshold for the account.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.route53domains#DomainName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 255
}
}
},
"com.amazonaws.route53domains#DomainStatus": {
"type": "string"
},
"com.amazonaws.route53domains#DomainStatusList": {
"type": "list",
"member": {
"target": "com.amazonaws.route53domains#DomainStatus"
}
},
"com.amazonaws.route53domains#DomainSuggestion": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>A suggested domain name.</p>"
}
},
"Availability": {
"target": "com.amazonaws.route53domains#String",
"traits": {
"smithy.api#documentation": "<p>Whether the domain name is available for registering.</p>\n\t\t <note>\n <p>You can register only the domains that are designated as <code>AVAILABLE</code>.</p>\n </note>\n\t\t <p>Valid values:</p>\n\t\t <dl>\n <dt>AVAILABLE</dt>\n <dd>\n <p>The domain name is available.</p>\n </dd>\n <dt>AVAILABLE_RESERVED</dt>\n <dd>\n <p>The domain name is reserved under specific conditions.</p>\n </dd>\n <dt>AVAILABLE_PREORDER</dt>\n <dd>\n <p>The domain name is available and can be preordered.</p>\n </dd>\n <dt>DONT_KNOW</dt>\n <dd>\n <p>The TLD registry didn't reply with a definitive answer about whether the domain name is available. \n\t\t\t\t\tRoute 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. \n\t\t\t\t\tTry again later.</p>\n </dd>\n <dt>PENDING</dt>\n <dd>\n <p>The TLD registry didn't return a response in the expected amount of time. When the response is delayed, \n\t\t\t\t\tit usually takes just a few extra seconds. You can resubmit the request immediately.</p>\n </dd>\n <dt>RESERVED</dt>\n <dd>\n <p>The domain name has been reserved for another person or organization.</p>\n </dd>\n <dt>UNAVAILABLE</dt>\n <dd>\n <p>The domain name is not available.</p>\n </dd>\n <dt>UNAVAILABLE_PREMIUM</dt>\n <dd>\n <p>The domain name is not available.</p>\n </dd>\n <dt>UNAVAILABLE_RESTRICTED</dt>\n <dd>\n <p>The domain name is forbidden.</p>\n </dd>\n </dl>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Information about one suggested domain name.</p>"
}
},
"com.amazonaws.route53domains#DomainSuggestionsList": {
"type": "list",
"member": {
"target": "com.amazonaws.route53domains#DomainSuggestion"
}
},
"com.amazonaws.route53domains#DomainSummary": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that the summary information applies to.</p>",
"smithy.api#required": {}
}
},
"AutoRenew": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the domain is automatically renewed upon expiration.</p>"
}
},
"TransferLock": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether a domain is locked from unauthorized transfer to another party.</p>"
}
},
"Expiry": {
"target": "com.amazonaws.route53domains#Timestamp",
"traits": {
"smithy.api#documentation": "<p>Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Summary information about one domain.</p>"
}
},
"com.amazonaws.route53domains#DomainSummaryList": {
"type": "list",
"member": {
"target": "com.amazonaws.route53domains#DomainSummary"
}
},
"com.amazonaws.route53domains#DomainTransferability": {
"type": "structure",
"members": {
"Transferable": {
"target": "com.amazonaws.route53domains#Transferable"
}
},
"traits": {
"smithy.api#documentation": "<p>A complex type that contains information about whether the specified domain can be transferred to Route 53.</p>"
}
},
"com.amazonaws.route53domains#DuplicateRequest": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.route53domains#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>The request is already in progress for the domain.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The request is already in progress for the domain.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.route53domains#DurationInYears": {
"type": "integer",
"traits": {
"smithy.api#box": {},
"smithy.api#range": {
"min": 1,
"max": 10
}
}
},
"com.amazonaws.route53domains#Email": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 254
}
}
},
"com.amazonaws.route53domains#EnableDomainAutoRenew": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#EnableDomainAutoRenewRequest"
},
"output": {
"target": "com.amazonaws.route53domains#EnableDomainAutoRenewResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#TLDRulesViolation"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. \n\t\t\tThe cost of renewing your domain registration is billed to your AWS account.</p>\n\t\t <p>The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains That You Can Register with Amazon Route 53</a> \n\t\t\tin the <i>Amazon Route 53 Developer Guide</i>. Route 53 requires that you renew before the end of the renewal period \n\t\t\tso we can complete processing before the deadline.</p>"
}
},
"com.amazonaws.route53domains#EnableDomainAutoRenewRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to enable automatic renewal for.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.route53domains#EnableDomainAutoRenewResponse": {
"type": "structure",
"members": {}
},
"com.amazonaws.route53domains#EnableDomainTransferLock": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#EnableDomainTransferLockRequest"
},
"output": {
"target": "com.amazonaws.route53domains#EnableDomainTransferLockResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#DuplicateRequest"
},
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#TLDRulesViolation"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation sets the transfer lock on the domain (specifically the <code>clientTransferProhibited</code> status) \n\t\t\tto prevent domain transfers. Successful submission returns an operation ID that you can use to track the progress and \n\t\t\tcompletion of the action. If the request is not completed successfully, the domain registrant will be notified by email.</p>"
}
},
"com.amazonaws.route53domains#EnableDomainTransferLockRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to set the transfer lock for.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>A request to set the transfer lock for the specified domain.</p>"
}
},
"com.amazonaws.route53domains#EnableDomainTransferLockResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The EnableDomainTransferLock response includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#ErrorMessage": {
"type": "string"
},
"com.amazonaws.route53domains#ExtraParam": {
"type": "structure",
"members": {
"Name": {
"target": "com.amazonaws.route53domains#ExtraParamName",
"traits": {
"smithy.api#documentation": "<p>The name of an additional parameter that is required by a top-level domain. Here are the top-level domains that require \n\t\t\tadditional parameters and the names of the parameters that they require:</p>\n\n\t\t <dl>\n <dt>.com.au and .net.au</dt>\n <dd>\n\t\t\t\t\t <ul>\n <li>\n <p>\n <code>AU_ID_NUMBER</code>\n </p>\n </li>\n <li>\n <p>\n <code>AU_ID_TYPE</code>\n </p>\n\t\t\t\t\t\t\t <p>Valid values include the following:</p>\n\t\t\t\t\t\t\t <ul>\n <li>\n <p>\n <code>ABN</code> (Australian business number)</p>\n </li>\n <li>\n <p>\n <code>ACN</code> (Australian company number)</p>\n </li>\n <li>\n <p>\n <code>TM</code> (Trademark number)</p>\n </li>\n </ul>\n\t\t\t\t\t\t </li>\n </ul>\n\t\t\t\t </dd>\n <dt>.ca</dt>\n <dd>\n\t\t\t\t\t <ul>\n <li>\n <p>\n <code>BRAND_NUMBER</code>\n </p>\n </li>\n <li>\n <p>\n <code>CA_BUSINESS_ENTITY_TYPE</code>\n </p>\n\t\t\t\t\t\t\t <p>Valid values include the following:</p>\n\t\t\t\t\t\t\t <ul>\n <li>\n <p>\n <code>BANK</code> (Bank)</p>\n </li>\n <li>\n <p>\n <code>COMMERCIAL_COMPANY</code> (Commercial company)</p>\n </li>\n <li>\n <p>\n <code>COMPANY</code> (Company)</p>\n </li>\n <li>\n <p>\n <code>COOPERATION</code> (Cooperation)</p>\n </li>\n <li>\n <p>\n <code>COOPERATIVE</code> (Cooperative)</p>\n </li>\n <li>\n <p>\n <code>COOPRIX</code> (Cooprix)</p>\n </li>\n <li>\n <p>\n <code>CORP</code> (Corporation)</p>\n </li>\n <li>\n <p>\n <code>CREDIT_UNION</code> (Credit union)</p>\n </li>\n <li>\n <p>\n <code>FOMIA</code> (Federation of mutual insurance associations)</p>\n </li>\n <li>\n <p>\n <code>INC</code> (Incorporated)</p>\n </li>\n <li>\n <p>\n <code>LTD</code> (Limited)</p>\n </li>\n <li>\n <p>\n <code>LTEE</code> (Limitée)</p>\n </li>\n <li>\n <p>\n <code>LLC</code> (Limited liability corporation)</p>\n </li>\n <li>\n <p>\n <code>LLP</code> (Limited liability partnership)</p>\n </li>\n <li>\n <p>\n <code>LTE</code> (Lte.)</p>\n </li>\n <li>\n <p>\n <code>MBA</code> (Mutual benefit association)</p>\n </li>\n <li>\n <p>\n <code>MIC</code> (Mutual insurance company)</p>\n </li>\n <li>\n <p>\n <code>NFP</code> (Not-for-profit corporation)</p>\n </li>\n <li>\n <p>\n <code>SA</code> (S.A.)</p>\n </li>\n <li>\n <p>\n <code>SAVINGS_COMPANY</code> (Savings company)</p>\n </li>\n <li>\n <p>\n <code>SAVINGS_UNION</code> (Savings union)</p>\n </li>\n <li>\n <p>\n <code>SARL</code> (Société à responsabilité limitée)</p>\n </li>\n <li>\n <p>\n <code>TRUST</code> (Trust)</p>\n </li>\n <li>\n <p>\n <code>ULC</code> (Unlimited liability corporation)</p>\n </li>\n </ul>\n\t\t\t\t\t\t </li>\n <li>\n <p>\n <code>CA_LEGAL_TYPE</code>\n </p>\n\t\t\t\t\t\t\t <p>When <code>ContactType</code> is <code>PERSON</code>, valid values include the following:</p>\n\t\t\t\t\t\t\t <ul>\n <li>\n <p>\n <code>ABO</code> (Aboriginal Peoples indigenous to Canada)</p>\n </li>\n <li>\n <p>\n <code>CCT</code> (Canadian citizen)</p>\n </li>\n <li>\n <p>\n <code>LGR</code> (Legal Representative of a Canadian Citizen or Permanent Resident)</p>\n </li>\n <li>\n <p>\n <code>RES</code> (Permanent resident of Canada)</p>\n </li>\n </ul>\n\n\t\t\t\t\t\t\t <p>When <code>ContactType</code> is a value other than <code>PERSON</code>, valid values include the following:</p>\n\t\t\t\t\t\t\t <ul>\n <li>\n <p>\n <code>ASS</code> (Canadian unincorporated association)</p>\n </li>\n <li>\n <p>\n <code>CCO</code> (Canadian corporation)</p>\n </li>\n <li>\n <p>\n <code>EDU</code> (Canadian educational institution)</p>\n </li>\n <li>\n <p>\n <code>GOV</code> (Government or government entity in Canada)</p>\n </li>\n <li>\n <p>\n <code>HOP</code> (Canadian Hospital)</p>\n </li>\n <li>\n <p>\n <code>INB</code> (Indian Band recognized by the Indian Act of Canada)</p>\n </li>\n <li>\n <p>\n <code>LAM</code> (Canadian Library, Archive, or Museum)</p>\n </li>\n <li>\n <p>\n <code>MAJ</code> (Her/His Majesty the Queen/King)</p>\n </li>\n <li>\n <p>\n <code>OMK</code> (Official mark registered in Canada)</p>\n </li>\n <li>\n <p>\n <code>PLT</code> (Canadian Political Party)</p>\n </li>\n <li>\n <p>\n <code>PRT</code> (Partnership Registered in Canada)</p>\n </li>\n <li>\n <p>\n <code>TDM</code> (Trademark registered in Canada)</p>\n </li>\n <li>\n <p>\n <code>TRD</code> (Canadian Trade Union)</p>\n </li>\n <li>\n <p>\n <code>TRS</code> (Trust established in Canada)</p>\n </li>\n </ul>\n\n\t\t\t\t\t\t </li>\n </ul>\n\t\t\t\t </dd>\n <dt>.es</dt>\n <dd>\n\t\t\t\t\t <ul>\n <li>\n <p>\n <code>ES_IDENTIFICATION</code>\n </p>\n\t\t\t\t\t\t\t <p>Specify the applicable value:</p>\n\t\t\t\t\t\t\t <ul>\n <li>\n <p>\n <b>For contacts inside Spain:</b> Enter your passport ID.</p>\n </li>\n <li>\n <p>\n <b>For contacts outside of Spain:</b> Enter the VAT identification number \n\t\t\t\t\t\t\t\t\tfor the company.</p>\n\t\t\t\t\t\t\t\t\t <note>\n <p>For .es domains, the value of <code>ContactType</code> must be <code>PERSON</code>.</p>\n </note>\n\t\t\t\t\t\t\t\t </li>\n </ul>\n\t\t\t\t\t\t </li>\n <li>\n <p>\n <code>ES_IDENTIFICATION_TYPE</code>\n </p>\n\t\t\t\t\t\t\t <p>Valid values include the following:</p>\n\t\t\t\t\t\t\t <ul>\n <li>\n <p>\n <code>DNI_AND_NIF</code> (For Spanish contacts)</p>\n </li>\n <li>\n <p>\n <code>NIE</code> (For foreigners with legal residence)</p>\n </li>\n <li>\n <p>\n <code>OTHER</code> (For contacts outside of Spain)</p>\n </li>\n </ul>\n\t\t\t\t\t\t </li>\n <li>\n <p>\n <code>ES_LEGAL_FORM</code>\n </p>\n\t\t\t\t\t\t\t <p>Valid values include the following:</p>\n\t\t\t\t\t\t\t <ul>\n <li>\n <p>\n <code>ASSOCIATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>CENTRAL_GOVERNMENT_BODY</code>\n </p>\n </li>\n <li>\n <p>\n <code>CIVIL_SOCIETY</code>\n </p>\n </li>\n <li>\n <p>\n <code>COMMUNITY_OF_OWNERS</code>\n </p>\n </li>\n <li>\n <p>\n <code>COMMUNITY_PROPERTY</code>\n </p>\n </li>\n <li>\n <p>\n <code>CONSULATE</code>\n </p>\n </li>\n <li>\n <p>\n <code>COOPERATIVE</code>\n </p>\n </li>\n <li>\n <p>\n <code>DESIGNATION_OF_ORIGIN_SUPERVISORY_COUNCIL</code>\n </p>\n </li>\n <li>\n <p>\n <code>ECONOMIC_INTEREST_GROUP</code>\n </p>\n </li>\n <li>\n <p>\n <code>EMBASSY</code>\n </p>\n </li>\n <li>\n <p>\n <code>ENTITY_MANAGING_NATURAL_AREAS</code>\n </p>\n </li>\n <li>\n <p>\n <code>FARM_PARTNERSHIP</code>\n </p>\n </li>\n <li>\n <p>\n <code>FOUNDATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>GENERAL_AND_LIMITED_PARTNERSHIP</code>\n </p>\n </li>\n <li>\n <p>\n <code>GENERAL_PARTNERSHIP</code>\n </p>\n </li>\n <li>\n <p>\n <code>INDIVIDUAL</code>\n </p>\n </li>\n <li>\n <p>\n <code>LIMITED_COMPANY</code>\n </p>\n </li>\n <li>\n <p>\n <code>LOCAL_AUTHORITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>LOCAL_PUBLIC_ENTITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>MUTUAL_INSURANCE_COMPANY</code>\n </p>\n </li>\n <li>\n <p>\n <code>NATIONAL_PUBLIC_ENTITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>ORDER_OR_RELIGIOUS_INSTITUTION</code>\n </p>\n </li>\n <li>\n <p>\n <code>OTHERS (Only for contacts outside of Spain)</code>\n </p>\n </li>\n <li>\n <p>\n <code>POLITICAL_PARTY</code>\n </p>\n </li>\n <li>\n <p>\n <code>PROFESSIONAL_ASSOCIATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>PUBLIC_LAW_ASSOCIATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>PUBLIC_LIMITED_COMPANY</code>\n </p>\n </li>\n <li>\n <p>\n <code>REGIONAL_GOVERNMENT_BODY</code>\n </p>\n </li>\n <li>\n <p>\n <code>REGIONAL_PUBLIC_ENTITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>SAVINGS_BANK</code>\n </p>\n </li>\n <li>\n <p>\n <code>SPANISH_OFFICE</code>\n </p>\n </li>\n <li>\n <p>\n <code>SPORTS_ASSOCIATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>SPORTS_FEDERATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>SPORTS_LIMITED_COMPANY</code>\n </p>\n </li>\n <li>\n <p>\n <code>TEMPORARY_ALLIANCE_OF_ENTERPRISES</code>\n </p>\n </li>\n <li>\n <p>\n <code>TRADE_UNION</code>\n </p>\n </li>\n <li>\n <p>\n <code>WORKER_OWNED_COMPANY</code>\n </p>\n </li>\n <li>\n <p>\n <code>WORKER_OWNED_LIMITED_COMPANY</code>\n </p>\n </li>\n </ul>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t </li>\n </ul>\n\t\t\t\t </dd>\n <dt>.fi</dt>\n <dd>\n\t\t\t\t\t <ul>\n <li>\n <p>\n <code>BIRTH_DATE_IN_YYYY_MM_DD</code>\n </p>\n </li>\n <li>\n <p>\n <code>FI_BUSINESS_NUMBER</code>\n </p>\n </li>\n <li>\n <p>\n <code>FI_ID_NUMBER</code>\n </p>\n </li>\n <li>\n <p>\n <code>FI_NATIONALITY</code>\n </p>\n\t\t\t\t\t\t\t <p>Valid values include the following:</p>\n\t\t\t\t\t\t\t <ul>\n <li>\n <p>\n <code>FINNISH</code>\n </p>\n </li>\n <li>\n <p>\n <code>NOT_FINNISH</code>\n </p>\n </li>\n </ul>\n\t\t\t\t\t\t </li>\n <li>\n <p>\n <code>FI_ORGANIZATION_TYPE</code>\n </p>\n\t\t\t\t\t\t\t <p>Valid values include the following:</p>\n\t\t\t\t\t\t\t <ul>\n <li>\n <p>\n <code>COMPANY</code>\n </p>\n </li>\n <li>\n <p>\n <code>CORPORATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>GOVERNMENT</code>\n </p>\n </li>\n <li>\n <p>\n <code>INSTITUTION</code>\n </p>\n </li>\n <li>\n <p>\n <code>POLITICAL_PARTY</code>\n </p>\n </li>\n <li>\n <p>\n <code>PUBLIC_COMMUNITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>TOWNSHIP</code>\n </p>\n </li>\n </ul>\n\t\t\t\t\t\t </li>\n </ul>\n\t\t\t\t </dd>\n <dt>.fr</dt>\n <dd>\n\t\t\t\t\t <ul>\n <li>\n <p>\n <code>BIRTH_CITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>BIRTH_COUNTRY</code>\n </p>\n </li>\n <li>\n <p>\n <code>BIRTH_DATE_IN_YYYY_MM_DD</code>\n </p>\n </li>\n <li>\n <p>\n <code>BIRTH_DEPARTMENT</code>: Specify the INSEE code that corresponds with the department where the contact was born. \n\t\t\t\t\t\t\tIf the contact was born somewhere other than France or its overseas departments, specify <code>99</code>. For more information, \n\t\t\t\t\t\t\tincluding a list of departments and the corresponding INSEE numbers, see the Wikipedia entry \n\t\t\t\t\t\t\t<a href=\"https://en.wikipedia.org/wiki/Departments_of_France\">Departments of France</a>.</p>\n </li>\n <li>\n <p>\n <code>BRAND_NUMBER</code>\n </p>\n </li>\n </ul>\n\t\t\t\t </dd>\n <dt>.it</dt>\n <dd>\n\t\t\t\t\t <ul>\n <li>\n <p>\n <code>IT_NATIONALITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>IT_PIN</code>\n </p>\n </li>\n <li>\n <p>\n <code>IT_REGISTRANT_ENTITY_TYPE</code>\n </p>\n\t\t\t\t\t\t\t <p>Valid values include the following:</p>\n\t\t\t\t\t\t\t <ul>\n <li>\n <p>\n <code>FOREIGNERS</code>\n </p>\n </li>\n <li>\n <p>\n <code>FREELANCE_WORKERS</code> (Freelance workers and professionals)</p>\n </li>\n <li>\n <p>\n <code>ITALIAN_COMPANIES</code> (Italian companies and one-person companies)</p>\n </li>\n <li>\n <p>\n <code>NON_PROFIT_ORGANIZATIONS</code>\n </p>\n </li>\n <li>\n <p>\n <code>OTHER_SUBJECTS</code>\n </p>\n </li>\n <li>\n <p>\n <code>PUBLIC_ORGANIZATIONS</code>\n </p>\n </li>\n </ul>\n\t\t\t\t\t\t </li>\n </ul>\n\t\t\t\t </dd>\n <dt>.ru</dt>\n <dd>\n\t\t\t\t\t <ul>\n <li>\n <p>\n <code>BIRTH_DATE_IN_YYYY_MM_DD</code>\n </p>\n </li>\n <li>\n <p>\n <code>RU_PASSPORT_DATA</code>\n </p>\n </li>\n </ul>\n\t\t\t\t </dd>\n <dt>.se</dt>\n <dd>\n\t\t\t\t\t <ul>\n <li>\n <p>\n <code>BIRTH_COUNTRY</code>\n </p>\n </li>\n <li>\n <p>\n <code>SE_ID_NUMBER</code>\n </p>\n </li>\n </ul>\n\t\t\t\t </dd>\n <dt>.sg</dt>\n <dd>\n\t\t\t\t\t <ul>\n <li>\n <p>\n <code>SG_ID_NUMBER</code>\n </p>\n </li>\n </ul>\n\t\t\t\t </dd>\n <dt>.co.uk, .me.uk, and .org.uk</dt>\n <dd>\n\t\t\t\t\t <ul>\n <li>\n <p>\n <code>UK_CONTACT_TYPE</code>\n </p>\n\t\t\t\t\t\t\t <p>Valid values include the following:</p>\n\t\t\t\t\t\t\t <ul>\n <li>\n <p>\n <code>CRC</code> (UK Corporation by Royal Charter)</p>\n </li>\n <li>\n <p>\n <code>FCORP</code> (Non-UK Corporation)</p>\n </li>\n <li>\n <p>\n <code>FIND</code> (Non-UK Individual, representing self)</p>\n </li>\n <li>\n <p>\n <code>FOTHER</code> (Non-UK Entity that does not fit into any other category)</p>\n </li>\n <li>\n <p>\n <code>GOV</code> (UK Government Body)</p>\n </li>\n <li>\n <p>\n <code>IND</code> (UK Individual (representing self))</p>\n </li>\n <li>\n <p>\n <code>IP</code> (UK Industrial/Provident Registered Company)</p>\n </li>\n <li>\n <p>\n <code>LLP</code> (UK Limited Liability Partnership)</p>\n </li>\n <li>\n <p>\n <code>LTD</code> (UK Limited Company)</p>\n </li>\n <li>\n <p>\n <code>OTHER</code> (UK Entity that does not fit into any other category)</p>\n </li>\n <li>\n <p>\n <code>PLC</code> (UK Public Limited Company)</p>\n </li>\n <li>\n <p>\n <code>PTNR</code> (UK Partnership)</p>\n </li>\n <li>\n <p>\n <code>RCHAR</code> (UK Registered Charity)</p>\n </li>\n <li>\n <p>\n <code>SCH</code> (UK School)</p>\n </li>\n <li>\n <p>\n <code>STAT</code> (UK Statutory Body)</p>\n </li>\n <li>\n <p>\n <code>STRA</code> (UK Sole Trader)</p>\n </li>\n </ul>\n\t\t\t\t\t\t </li>\n <li>\n <p>\n <code>UK_COMPANY_NUMBER</code>\n </p>\n </li>\n </ul>\n\t\t\t\t </dd>\n </dl>\n\n\t\t <p>In addition, many TLDs require a <code>VAT_NUMBER</code>.</p>",
"smithy.api#required": {}
}
},
"Value": {
"target": "com.amazonaws.route53domains#ExtraParamValue",
"traits": {
"smithy.api#documentation": "<p>The value that corresponds with the name of an extra parameter.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>ExtraParam includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#ExtraParamList": {
"type": "list",
"member": {
"target": "com.amazonaws.route53domains#ExtraParam"
}
},
"com.amazonaws.route53domains#ExtraParamName": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "DUNS_NUMBER",
"name": "DUNS_NUMBER"
},
{
"value": "BRAND_NUMBER",
"name": "BRAND_NUMBER"
},
{
"value": "BIRTH_DEPARTMENT",
"name": "BIRTH_DEPARTMENT"
},
{
"value": "BIRTH_DATE_IN_YYYY_MM_DD",
"name": "BIRTH_DATE_IN_YYYY_MM_DD"
},
{
"value": "BIRTH_COUNTRY",
"name": "BIRTH_COUNTRY"
},
{
"value": "BIRTH_CITY",
"name": "BIRTH_CITY"
},
{
"value": "DOCUMENT_NUMBER",
"name": "DOCUMENT_NUMBER"
},
{
"value": "AU_ID_NUMBER",
"name": "AU_ID_NUMBER"
},
{
"value": "AU_ID_TYPE",
"name": "AU_ID_TYPE"
},
{
"value": "CA_LEGAL_TYPE",
"name": "CA_LEGAL_TYPE"
},
{
"value": "CA_BUSINESS_ENTITY_TYPE",
"name": "CA_BUSINESS_ENTITY_TYPE"
},
{
"value": "CA_LEGAL_REPRESENTATIVE",
"name": "CA_LEGAL_REPRESENTATIVE"
},
{
"value": "CA_LEGAL_REPRESENTATIVE_CAPACITY",
"name": "CA_LEGAL_REPRESENTATIVE_CAPACITY"
},
{
"value": "ES_IDENTIFICATION",
"name": "ES_IDENTIFICATION"
},
{
"value": "ES_IDENTIFICATION_TYPE",
"name": "ES_IDENTIFICATION_TYPE"
},
{
"value": "ES_LEGAL_FORM",
"name": "ES_LEGAL_FORM"
},
{
"value": "FI_BUSINESS_NUMBER",
"name": "FI_BUSINESS_NUMBER"
},
{
"value": "FI_ID_NUMBER",
"name": "ONWER_FI_ID_NUMBER"
},
{
"value": "FI_NATIONALITY",
"name": "FI_NATIONALITY"
},
{
"value": "FI_ORGANIZATION_TYPE",
"name": "FI_ORGANIZATION_TYPE"
},
{
"value": "IT_NATIONALITY",
"name": "IT_NATIONALITY"
},
{
"value": "IT_PIN",
"name": "IT_PIN"
},
{
"value": "IT_REGISTRANT_ENTITY_TYPE",
"name": "IT_REGISTRANT_ENTITY_TYPE"
},
{
"value": "RU_PASSPORT_DATA",
"name": "RU_PASSPORT_DATA"
},
{
"value": "SE_ID_NUMBER",
"name": "SE_ID_NUMBER"
},
{
"value": "SG_ID_NUMBER",
"name": "SG_ID_NUMBER"
},
{
"value": "VAT_NUMBER",
"name": "VAT_NUMBER"
},
{
"value": "UK_CONTACT_TYPE",
"name": "UK_CONTACT_TYPE"
},
{
"value": "UK_COMPANY_NUMBER",
"name": "UK_COMPANY_NUMBER"
}
]
}
},
"com.amazonaws.route53domains#ExtraParamValue": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 2048
}
}
},
"com.amazonaws.route53domains#FIAuthKey": {
"type": "string"
},
"com.amazonaws.route53domains#GetContactReachabilityStatus": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#GetContactReachabilityStatusRequest"
},
"output": {
"target": "com.amazonaws.route53domains#GetContactReachabilityStatusResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>For operations that require confirmation that the email address for the registrant contact is valid, \n\t\t\tsuch as registering a new domain, this operation returns information about whether the registrant contact has responded.</p>\n\t\t <p>If you want us to resend the email, use the <code>ResendContactReachabilityEmail</code> operation.</p>"
}
},
"com.amazonaws.route53domains#GetContactReachabilityStatusRequest": {
"type": "structure",
"members": {
"domainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.</p>"
}
}
}
},
"com.amazonaws.route53domains#GetContactReachabilityStatusResponse": {
"type": "structure",
"members": {
"domainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The domain name for which you requested the reachability status.</p>"
}
},
"status": {
"target": "com.amazonaws.route53domains#ReachabilityStatus",
"traits": {
"smithy.api#documentation": "<p>Whether the registrant contact has responded. Values include the following:</p>\n\t\t <dl>\n <dt>PENDING</dt>\n <dd>\n <p>We sent the confirmation email and haven't received a response yet.</p>\n </dd>\n <dt>DONE</dt>\n <dd>\n <p>We sent the email and got confirmation from the registrant contact.</p>\n </dd>\n <dt>EXPIRED</dt>\n <dd>\n <p>The time limit expired before the registrant contact responded.</p>\n </dd>\n </dl>"
}
}
}
},
"com.amazonaws.route53domains#GetDomainDetail": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#GetDomainDetailRequest"
},
"output": {
"target": "com.amazonaws.route53domains#GetDomainDetailResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation returns detailed information about a specified domain that is associated with the current AWS account. \n\t\t\tContact information for the domain is also returned as part of the output.</p>"
}
},
"com.amazonaws.route53domains#GetDomainDetailRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to get detailed information about.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The GetDomainDetail request includes the following element.</p>"
}
},
"com.amazonaws.route53domains#GetDomainDetailResponse": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of a domain.</p>",
"smithy.api#required": {}
}
},
"Nameservers": {
"target": "com.amazonaws.route53domains#NameserverList",
"traits": {
"smithy.api#documentation": "<p>The name of the domain.</p>",
"smithy.api#required": {}
}
},
"AutoRenew": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether the domain registration is set to renew automatically.</p>"
}
},
"AdminContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides details about the domain administrative contact.</p>",
"smithy.api#required": {}
}
},
"RegistrantContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides details about the domain registrant.</p>",
"smithy.api#required": {}
}
},
"TechContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides details about the domain technical contact.</p>",
"smithy.api#required": {}
}
},
"AdminPrivacy": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether contact information is concealed from WHOIS queries. If the value is <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If the value is <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the admin contact.</p>"
}
},
"RegistrantPrivacy": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether contact information is concealed from WHOIS queries. If the value is <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If the value is <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the registrant contact (domain owner).</p>"
}
},
"TechPrivacy": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether contact information is concealed from WHOIS queries. If the value is <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If the value is <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the technical contact.</p>"
}
},
"RegistrarName": {
"target": "com.amazonaws.route53domains#RegistrarName",
"traits": {
"smithy.api#documentation": "<p>Name of the registrar of the domain as identified in the registry. Domains with a .com, .net, or .org TLD are registered by \n\t\t\tAmazon Registrar. All other domains are registered by our registrar associate, Gandi. The value for domains that are registered by \n\t\t\tGandi is <code>\"GANDI SAS\"</code>. </p>"
}
},
"WhoIsServer": {
"target": "com.amazonaws.route53domains#RegistrarWhoIsServer",
"traits": {
"smithy.api#documentation": "<p>The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.</p>"
}
},
"RegistrarUrl": {
"target": "com.amazonaws.route53domains#RegistrarUrl",
"traits": {
"smithy.api#documentation": "<p>Web address of the registrar.</p>"
}
},
"AbuseContactEmail": {
"target": "com.amazonaws.route53domains#Email",
"traits": {
"smithy.api#documentation": "<p>Email address to contact to report incorrect contact information for a domain, to report that the domain \n\t\t\tis being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.</p>"
}
},
"AbuseContactPhone": {
"target": "com.amazonaws.route53domains#ContactNumber",
"traits": {
"smithy.api#documentation": "<p>Phone number for reporting abuse.</p>"
}
},
"RegistryDomainId": {
"target": "com.amazonaws.route53domains#RegistryDomainId",
"traits": {
"smithy.api#documentation": "<p>Reserved for future use.</p>"
}
},
"CreationDate": {
"target": "com.amazonaws.route53domains#Timestamp",
"traits": {
"smithy.api#documentation": "<p>The date when the domain was created as found in the response to a WHOIS query. The date and time is in \n\t\t\tUnix time format and Coordinated Universal time (UTC).</p>"
}
},
"UpdatedDate": {
"target": "com.amazonaws.route53domains#Timestamp",
"traits": {
"smithy.api#documentation": "<p>The last updated date of the domain as found in the response to a WHOIS query. The date and time is in \n\t\t\tUnix time format and Coordinated Universal time (UTC).</p>"
}
},
"ExpirationDate": {
"target": "com.amazonaws.route53domains#Timestamp",
"traits": {
"smithy.api#documentation": "<p>The date when the registration for the domain is set to expire. The date and time is in \n\t\t\tUnix time format and Coordinated Universal time (UTC).</p>"
}
},
"Reseller": {
"target": "com.amazonaws.route53domains#Reseller",
"traits": {
"smithy.api#documentation": "<p>Reseller of the domain. Domains registered or transferred using Route 53 domains will have <code>\"Amazon\"</code> \n\t\t\tas the reseller. </p>"
}
},
"DnsSec": {
"target": "com.amazonaws.route53domains#DNSSec",
"traits": {
"smithy.api#documentation": "<p>Reserved for future use.</p>"
}
},
"StatusList": {
"target": "com.amazonaws.route53domains#DomainStatusList",
"traits": {
"smithy.api#documentation": "<p>An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.</p>\n\t\t <p>ICANN, the organization that maintains a central database of domain names, has developed a set of domain name \n\t\t\tstatus codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, \n\t\t\ttransferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars \n\t\t\tuse this same set of status codes.</p>\n\t\t <p>For a current list of domain name status codes and an explanation of what each code means, go to the\n\t\t\t<a href=\"https://www.icann.org/\">ICANN website</a> and search for <code>epp status codes</code>.\n\t\t\t(Search on the ICANN website; web searches sometimes return an old version of the document.)</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The GetDomainDetail response includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#GetDomainSuggestions": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#GetDomainSuggestionsRequest"
},
"output": {
"target": "com.amazonaws.route53domains#GetDomainSuggestionsResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>The GetDomainSuggestions operation returns a list of suggested domain names.</p>"
}
},
"com.amazonaws.route53domains#GetDomainSuggestionsRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>A domain name that you want to use as the basis for a list of possible domain names. The top-level domain (TLD), such as .com, \n\t\t\tmust be a TLD that Route 53 supports. For a list of supported TLDs, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the \n\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>\n\t\t <p>The domain name can contain only the following characters:</p>\n\t\t <ul>\n <li>\n <p>Letters a through z. Domain names are not case sensitive.</p>\n </li>\n <li>\n <p>Numbers 0 through 9.</p>\n </li>\n <li>\n <p>Hyphen (-). You can't specify a hyphen at the beginning or end of a label. </p>\n </li>\n <li>\n <p>Period (.) to separate the labels in the name, such as the <code>.</code> in <code>example.com</code>.</p>\n </li>\n </ul>\n\t\t <p>Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use \n\t\t\tsupports internationalized domain names, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a>. \n\t\t\t</p>",
"smithy.api#required": {}
}
},
"SuggestionCount": {
"target": "com.amazonaws.route53domains#Integer",
"traits": {
"smithy.api#documentation": "<p>The number of suggested domain names that you want Route 53 to return. Specify a value between 1 and 50.</p>",
"smithy.api#required": {}
}
},
"OnlyAvailable": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>If <code>OnlyAvailable</code> is <code>true</code>, Route 53 returns only domain names that are available. \n\t\t\tIf <code>OnlyAvailable</code> is <code>false</code>, Route 53 returns domain names without checking whether they're \n\t\t\tavailable to be registered. To determine whether the domain is available, you can call <code>checkDomainAvailability</code> \n\t\t\tfor each suggestion.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.route53domains#GetDomainSuggestionsResponse": {
"type": "structure",
"members": {
"SuggestionsList": {
"target": "com.amazonaws.route53domains#DomainSuggestionsList",
"traits": {
"smithy.api#documentation": "<p>A list of possible domain names. If you specified <code>true</code> for <code>OnlyAvailable</code> in the request, \n\t\t\tthe list contains only domains that are available for registration.</p>"
}
}
}
},
"com.amazonaws.route53domains#GetOperationDetail": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#GetOperationDetailRequest"
},
"output": {
"target": "com.amazonaws.route53domains#GetOperationDetailResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation returns the current status of an operation that is not completed.</p>"
}
},
"com.amazonaws.route53domains#GetOperationDetailRequest": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>The identifier for the operation for which you want to get the status. Route 53 returned the identifier \n\t\t\tin the response to the original request.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> \n\t\t\trequest includes the following element.</p>"
}
},
"com.amazonaws.route53domains#GetOperationDetailResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>The identifier for the operation.</p>"
}
},
"Status": {
"target": "com.amazonaws.route53domains#OperationStatus",
"traits": {
"smithy.api#documentation": "<p>The current status of the requested operation in the system.</p>"
}
},
"Message": {
"target": "com.amazonaws.route53domains#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Detailed information on the status including possible errors.</p>"
}
},
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of a domain.</p>"
}
},
"Type": {
"target": "com.amazonaws.route53domains#OperationType",
"traits": {
"smithy.api#documentation": "<p>The type of operation that was requested.</p>"
}
},
"SubmittedDate": {
"target": "com.amazonaws.route53domains#Timestamp",
"traits": {
"smithy.api#documentation": "<p>The date when the request was submitted.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The GetOperationDetail response includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#GlueIp": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 45
}
}
},
"com.amazonaws.route53domains#GlueIpList": {
"type": "list",
"member": {
"target": "com.amazonaws.route53domains#GlueIp"
}
},
"com.amazonaws.route53domains#HostName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 255
},
"smithy.api#pattern": "[a-zA-Z0-9_\\-.]*"
}
},
"com.amazonaws.route53domains#Integer": {
"type": "integer"
},
"com.amazonaws.route53domains#InvalidInput": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.route53domains#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>The requested item is not acceptable. For example, for an OperationId it might refer to the ID of an operation \n\t\t\tthat is already completed. For a domain name, it might not be a valid domain name or belong to the requester account.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name \n\t\t\tthat doesn't belong to the account that submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, \n\t\t\tthe password might be invalid.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.route53domains#InvoiceId": {
"type": "string"
},
"com.amazonaws.route53domains#LangCode": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 3
}
}
},
"com.amazonaws.route53domains#ListDomains": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#ListDomainsRequest"
},
"output": {
"target": "com.amazonaws.route53domains#ListDomainsResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation returns all the domain names registered with Amazon Route 53 for the current AWS account.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "NextPageMarker",
"items": "Domains",
"pageSize": "MaxItems"
}
}
},
"com.amazonaws.route53domains#ListDomainsRequest": {
"type": "structure",
"members": {
"Marker": {
"target": "com.amazonaws.route53domains#PageMarker",
"traits": {
"smithy.api#documentation": "<p>For an initial request for a list of domains, omit this element. If the number of domains\n\t\t\tthat are associated with the current AWS account is greater than the value that you specified for\n\t\t\t<code>MaxItems</code>, you can use <code>Marker</code> to return additional domains. Get the value of\n\t\t\t<code>NextPageMarker</code> from the previous response, and submit another request that includes the\n\t\t\tvalue of <code>NextPageMarker</code> in the <code>Marker</code> element.</p>\n\t\t <p>Constraints: The marker must match the value specified in the previous request.</p>"
}
},
"MaxItems": {
"target": "com.amazonaws.route53domains#PageMaxItems",
"traits": {
"smithy.api#documentation": "<p>Number of domains to be returned.</p>\n\t\t <p>Default: 20</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The ListDomains request includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#ListDomainsResponse": {
"type": "structure",
"members": {
"Domains": {
"target": "com.amazonaws.route53domains#DomainSummaryList",
"traits": {
"smithy.api#documentation": "<p>A summary of domains.</p>",
"smithy.api#required": {}
}
},
"NextPageMarker": {
"target": "com.amazonaws.route53domains#PageMarker",
"traits": {
"smithy.api#documentation": "<p>If there are more domains than you specified for <code>MaxItems</code> in the request, submit another\n\t\t\trequest and include the value of <code>NextPageMarker</code> in the value of <code>Marker</code>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The ListDomains response includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#ListOperations": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#ListOperationsRequest"
},
"output": {
"target": "com.amazonaws.route53domains#ListOperationsResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns information about all of the operations that return an operation ID and that have ever been \n\t\t\tperformed on domains that were registered by the current account. </p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "NextPageMarker",
"items": "Operations",
"pageSize": "MaxItems"
}
}
},
"com.amazonaws.route53domains#ListOperationsRequest": {
"type": "structure",
"members": {
"SubmittedSince": {
"target": "com.amazonaws.route53domains#Timestamp",
"traits": {
"smithy.api#documentation": "<p>An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. \n\t\t\tSpecify the date and time in Unix time format and Coordinated Universal time (UTC).</p>"
}
},
"Marker": {
"target": "com.amazonaws.route53domains#PageMarker",
"traits": {
"smithy.api#documentation": "<p>For an initial request for a list of operations, omit this element. If the number of operations that are\n\t\t\tnot yet complete is greater than the value that you specified for <code>MaxItems</code>, you can use <code>Marker</code>\n\t\t\tto return additional operations. Get the value of <code>NextPageMarker</code> from the previous response,\n\t\t\tand submit another request that includes the value of <code>NextPageMarker</code> in the <code>Marker</code> element.</p>"
}
},
"MaxItems": {
"target": "com.amazonaws.route53domains#PageMaxItems",
"traits": {
"smithy.api#documentation": "<p>Number of domains to be returned.</p>\n\t\t <p>Default: 20</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The ListOperations request includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#ListOperationsResponse": {
"type": "structure",
"members": {
"Operations": {
"target": "com.amazonaws.route53domains#OperationSummaryList",
"traits": {
"smithy.api#documentation": "<p>Lists summaries of the operations.</p>",
"smithy.api#required": {}
}
},
"NextPageMarker": {
"target": "com.amazonaws.route53domains#PageMarker",
"traits": {
"smithy.api#documentation": "<p>If there are more operations than you specified for <code>MaxItems</code> in the request, submit another\n\t\t\trequest and include the value of <code>NextPageMarker</code> in the value of <code>Marker</code>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The ListOperations response includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#ListTagsForDomain": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#ListTagsForDomainRequest"
},
"output": {
"target": "com.amazonaws.route53domains#ListTagsForDomainResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation returns all of the tags that are associated with the specified domain.</p>\n\t\t <p>All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.</p>"
}
},
"com.amazonaws.route53domains#ListTagsForDomainRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The domain for which you want to get a list of tags.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The ListTagsForDomainRequest includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#ListTagsForDomainResponse": {
"type": "structure",
"members": {
"TagList": {
"target": "com.amazonaws.route53domains#TagList",
"traits": {
"smithy.api#documentation": "<p>A list of the tags that are associated with the specified domain.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The ListTagsForDomain response includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#Nameserver": {
"type": "structure",
"members": {
"Name": {
"target": "com.amazonaws.route53domains#HostName",
"traits": {
"smithy.api#documentation": "<p>The fully qualified host name of the name server.</p>\n\t\t <p>Constraint: Maximum 255 characters</p>",
"smithy.api#required": {}
}
},
"GlueIps": {
"target": "com.amazonaws.route53domains#GlueIpList",
"traits": {
"smithy.api#documentation": "<p>Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server \n\t\t\tis a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is \n\t\t\tns.example.com, you need to specify the IP address for ns.example.com.</p>\n\t\t <p>Constraints: The list can contain only one IPv4 and one IPv6 address.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Nameserver includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#NameserverList": {
"type": "list",
"member": {
"target": "com.amazonaws.route53domains#Nameserver"
}
},
"com.amazonaws.route53domains#OperationId": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 255
}
}
},
"com.amazonaws.route53domains#OperationLimitExceeded": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.route53domains#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>The number of operations or jobs running exceeded the allowed threshold for the account.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The number of operations or jobs running exceeded the allowed threshold for the account.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.route53domains#OperationStatus": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "SUBMITTED",
"name": "SUBMITTED"
},
{
"value": "IN_PROGRESS",
"name": "IN_PROGRESS"
},
{
"value": "ERROR",
"name": "ERROR"
},
{
"value": "SUCCESSFUL",
"name": "SUCCESSFUL"
},
{
"value": "FAILED",
"name": "FAILED"
}
]
}
},
"com.amazonaws.route53domains#OperationSummary": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>Identifier returned to track the requested action.</p>",
"smithy.api#required": {}
}
},
"Status": {
"target": "com.amazonaws.route53domains#OperationStatus",
"traits": {
"smithy.api#documentation": "<p>The current status of the requested operation in the system.</p>",
"smithy.api#required": {}
}
},
"Type": {
"target": "com.amazonaws.route53domains#OperationType",
"traits": {
"smithy.api#documentation": "<p>Type of the action requested.</p>",
"smithy.api#required": {}
}
},
"SubmittedDate": {
"target": "com.amazonaws.route53domains#Timestamp",
"traits": {
"smithy.api#documentation": "<p>The date when the request was submitted.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>OperationSummary includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#OperationSummaryList": {
"type": "list",
"member": {
"target": "com.amazonaws.route53domains#OperationSummary"
}
},
"com.amazonaws.route53domains#OperationType": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "REGISTER_DOMAIN",
"name": "REGISTER_DOMAIN"
},
{
"value": "DELETE_DOMAIN",
"name": "DELETE_DOMAIN"
},
{
"value": "TRANSFER_IN_DOMAIN",
"name": "TRANSFER_IN_DOMAIN"
},
{
"value": "UPDATE_DOMAIN_CONTACT",
"name": "UPDATE_DOMAIN_CONTACT"
},
{
"value": "UPDATE_NAMESERVER",
"name": "UPDATE_NAMESERVER"
},
{
"value": "CHANGE_PRIVACY_PROTECTION",
"name": "CHANGE_PRIVACY_PROTECTION"
},
{
"value": "DOMAIN_LOCK",
"name": "DOMAIN_LOCK"
},
{
"value": "ENABLE_AUTORENEW",
"name": "ENABLE_AUTORENEW"
},
{
"value": "DISABLE_AUTORENEW",
"name": "DISABLE_AUTORENEW"
},
{
"value": "ADD_DNSSEC",
"name": "ADD_DNSSEC"
},
{
"value": "REMOVE_DNSSEC",
"name": "REMOVE_DNSSEC"
},
{
"value": "EXPIRE_DOMAIN",
"name": "EXPIRE_DOMAIN"
},
{
"value": "TRANSFER_OUT_DOMAIN",
"name": "TRANSFER_OUT_DOMAIN"
},
{
"value": "CHANGE_DOMAIN_OWNER",
"name": "CHANGE_DOMAIN_OWNER"
},
{
"value": "RENEW_DOMAIN",
"name": "RENEW_DOMAIN"
},
{
"value": "PUSH_DOMAIN",
"name": "PUSH_DOMAIN"
},
{
"value": "INTERNAL_TRANSFER_OUT_DOMAIN",
"name": "INTERNAL_TRANSFER_OUT_DOMAIN"
},
{
"value": "INTERNAL_TRANSFER_IN_DOMAIN",
"name": "INTERNAL_TRANSFER_IN_DOMAIN"
}
]
}
},
"com.amazonaws.route53domains#PageMarker": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 4096
}
}
},
"com.amazonaws.route53domains#PageMaxItems": {
"type": "integer",
"traits": {
"smithy.api#box": {},
"smithy.api#range": {
"max": 100
}
}
},
"com.amazonaws.route53domains#Price": {
"type": "double"
},
"com.amazonaws.route53domains#ReachabilityStatus": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "PENDING",
"name": "PENDING"
},
{
"value": "DONE",
"name": "DONE"
},
{
"value": "EXPIRED",
"name": "EXPIRED"
}
]
}
},
"com.amazonaws.route53domains#RegisterDomain": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#RegisterDomainRequest"
},
"output": {
"target": "com.amazonaws.route53domains#RegisterDomainResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#DomainLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#DuplicateRequest"
},
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#TLDRulesViolation"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation registers a domain. Domains are registered either by Amazon Registrar (for .com, .net, and .org domains) or by \n\t\t\tour registrar associate, Gandi (for all other domains). For some top-level domains (TLDs), this operation requires extra parameters.</p>\n\t\t <p>When you register a domain, Amazon Route 53 does the following:</p>\n\t\t\t <ul>\n <li>\n <p>Creates a Route 53 hosted zone that has the same name as the domain. Route 53 assigns four name servers \n\t\t\t\t\tto your hosted zone and automatically updates your domain registration with the names of these name servers.</p>\n </li>\n <li>\n <p>Enables autorenew, so your domain registration will renew automatically each year. We'll notify you \n\t\t\t\t\tin advance of the renewal date so you can choose whether to renew the registration.</p>\n </li>\n <li>\n <p>Optionally enables privacy protection, so WHOIS queries return contact information either for Amazon Registrar \n\t\t\t\t\t(for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you don't enable privacy \n\t\t\t\t\tprotection, WHOIS queries return the information that you entered for the registrant, admin, and tech contacts.</p>\n </li>\n <li>\n <p>If registration is successful, returns an operation ID that you can use to track the progress and \n\t\t\t\t\tcompletion of the action. If the request is not completed successfully, the domain registrant is notified by email.</p>\n </li>\n <li>\n <p>Charges your AWS account an amount based on the top-level domain. For more information, see \n\t\t\t\t\t<a href=\"http://aws.amazon.com/route53/pricing/\">Amazon Route 53 Pricing</a>.</p>\n </li>\n </ul>"
}
},
"com.amazonaws.route53domains#RegisterDomainRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The domain name that you want to register. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. \n\t\t\tFor a list of supported TLDs, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the \n\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>\n\t\t <p>The domain name can contain only the following characters:</p>\n\t\t <ul>\n <li>\n <p>Letters a through z. Domain names are not case sensitive.</p>\n </li>\n <li>\n <p>Numbers 0 through 9.</p>\n </li>\n <li>\n <p>Hyphen (-). You can't specify a hyphen at the beginning or end of a label. </p>\n </li>\n <li>\n <p>Period (.) to separate the labels in the name, such as the <code>.</code> in <code>example.com</code>.</p>\n </li>\n </ul>\n\t\t <p>Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports \n\t\t\tinternationalized domain names, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a>. \n\t\t\tFor more information, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-idns\">Formatting Internationalized Domain Names</a>.\n\t\t</p>",
"smithy.api#required": {}
}
},
"IdnLangCode": {
"target": "com.amazonaws.route53domains#LangCode",
"traits": {
"smithy.api#documentation": "<p>Reserved for future use.</p>"
}
},
"DurationInYears": {
"target": "com.amazonaws.route53domains#DurationInYears",
"traits": {
"smithy.api#documentation": "<p>The number of years that you want to register the domain for. Domains are registered for a minimum of one year. \n\t\t\tThe maximum period depends on the top-level domain. For the range of valid values for your domain, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the \n\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>\n\t\t <p>Default: 1</p>",
"smithy.api#required": {}
}
},
"AutoRenew": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the domain will be automatically renewed (<code>true</code>) or not (<code>false</code>). \n\t\t\tAutorenewal only takes effect after the account is charged.</p>\n\t\t <p>Default: <code>true</code>\n </p>"
}
},
"AdminContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides detailed contact information. For information about the values that you specify for each element, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html\">ContactDetail</a>.</p>",
"smithy.api#required": {}
}
},
"RegistrantContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides detailed contact information. For information about the values that you specify for each element, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html\">ContactDetail</a>.</p>",
"smithy.api#required": {}
}
},
"TechContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides detailed contact information. For information about the values that you specify for each element, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html\">ContactDetail</a>.</p>",
"smithy.api#required": {}
}
},
"PrivacyProtectAdminContact": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the admin contact.</p>\n\t\t <p>Default: <code>true</code>\n </p>"
}
},
"PrivacyProtectRegistrantContact": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the registrant contact (the domain owner).</p>\n\t\t <p>Default: <code>true</code>\n </p>"
}
},
"PrivacyProtectTechContact": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the technical contact.</p>\n\t\t <p>Default: <code>true</code>\n </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The RegisterDomain request includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#RegisterDomainResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>Identifier for tracking the progress of the request. To query the operation status, use \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The RegisterDomain response includes the following element.</p>"
}
},
"com.amazonaws.route53domains#RegistrarName": {
"type": "string"
},
"com.amazonaws.route53domains#RegistrarUrl": {
"type": "string"
},
"com.amazonaws.route53domains#RegistrarWhoIsServer": {
"type": "string"
},
"com.amazonaws.route53domains#RegistryDomainId": {
"type": "string"
},
"com.amazonaws.route53domains#RejectDomainTransferFromAnotherAwsAccount": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#RejectDomainTransferFromAnotherAwsAccountRequest"
},
"output": {
"target": "com.amazonaws.route53domains#RejectDomainTransferFromAnotherAwsAccountResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
}
],
"traits": {
"smithy.api#documentation": "<p>Rejects the transfer of a domain from another AWS account to the current AWS account. You initiate a transfer between AWS accounts using \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>.\n\t\t</p>\n\t\t\n\t\t <p>Use either \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html\">ListOperations</a> or \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> \n\t\t\tto determine whether the operation succeeded. \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> \n\t\t\tprovides additional information, for example, <code>Domain Transfer from Aws Account 111122223333 has been cancelled</code>. \n\t\t</p>"
}
},
"com.amazonaws.route53domains#RejectDomainTransferFromAnotherAwsAccountRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that was specified when another AWS account submitted a \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>\n\t\t\trequest.\n\t\t</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The RejectDomainTransferFromAnotherAwsAccount request includes the following element.</p>"
}
},
"com.amazonaws.route53domains#RejectDomainTransferFromAnotherAwsAccountResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>The identifier that <code>TransferDomainToAnotherAwsAccount</code> returned to track the progress of the request. \n\t\t\tBecause the transfer request was rejected, the value is no longer valid, and you can't use <code>GetOperationDetail</code> \n\t\t\tto query the operation status.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The RejectDomainTransferFromAnotherAwsAccount response includes the following element.</p>"
}
},
"com.amazonaws.route53domains#RenewDomain": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#RenewDomainRequest"
},
"output": {
"target": "com.amazonaws.route53domains#RenewDomainResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#DuplicateRequest"
},
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#TLDRulesViolation"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation renews a domain for the specified number of years. The cost of renewing your domain is billed to your AWS account.</p>\n\t\t <p>We recommend that you renew your domain several weeks before the expiration date. Some TLD registries delete domains before the \n\t\t\texpiration date if you haven't renewed far enough in advance. For more information about renewing domain registration, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-renew.html\">Renewing Registration for a Domain</a> \n\t\t\tin the <i>Amazon Route 53 Developer Guide</i>.</p>"
}
},
"com.amazonaws.route53domains#RenewDomainRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to renew.</p>",
"smithy.api#required": {}
}
},
"DurationInYears": {
"target": "com.amazonaws.route53domains#DurationInYears",
"traits": {
"smithy.api#documentation": "<p>The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. \n\t\t\tFor the range of valid values for your domain, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the \n\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>\n\t\t <p>Default: 1</p>"
}
},
"CurrentExpiryYear": {
"target": "com.amazonaws.route53domains#CurrentExpiryYear",
"traits": {
"smithy.api#documentation": "<p>The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>A <code>RenewDomain</code> request includes the number of years that you want to renew for and the current expiration year.</p>"
}
},
"com.amazonaws.route53domains#RenewDomainResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>Identifier for tracking the progress of the request. To query the operation status, use \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.route53domains#Reseller": {
"type": "string"
},
"com.amazonaws.route53domains#ResendContactReachabilityEmail": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#ResendContactReachabilityEmailRequest"
},
"output": {
"target": "com.amazonaws.route53domains#ResendContactReachabilityEmailResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>For operations that require confirmation that the email address for the registrant contact is valid, \n\t\t\tsuch as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact.</p>"
}
},
"com.amazonaws.route53domains#ResendContactReachabilityEmailRequest": {
"type": "structure",
"members": {
"domainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.</p>"
}
}
}
},
"com.amazonaws.route53domains#ResendContactReachabilityEmailResponse": {
"type": "structure",
"members": {
"domainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The domain name for which you requested a confirmation email.</p>"
}
},
"emailAddress": {
"target": "com.amazonaws.route53domains#Email",
"traits": {
"smithy.api#documentation": "<p>The email address for the registrant contact at the time that we sent the verification email.</p>"
}
},
"isAlreadyVerified": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>\n <code>True</code> if the email address for the registrant contact has already been verified, and <code>false</code> otherwise. \n\t\t\tIf the email address has already been verified, we don't send another confirmation email.</p>"
}
}
}
},
"com.amazonaws.route53domains#RetrieveDomainAuthCode": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#RetrieveDomainAuthCodeRequest"
},
"output": {
"target": "com.amazonaws.route53domains#RetrieveDomainAuthCodeResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation returns the AuthCode for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.</p>"
}
},
"com.amazonaws.route53domains#RetrieveDomainAuthCodeRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to get an authorization code for.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>A request for the authorization code for the specified domain. To transfer a domain to another registrar, you provide \n\t\t\tthis value to the new registrar.</p>"
}
},
"com.amazonaws.route53domains#RetrieveDomainAuthCodeResponse": {
"type": "structure",
"members": {
"AuthCode": {
"target": "com.amazonaws.route53domains#DomainAuthCode",
"traits": {
"smithy.api#documentation": "<p>The authorization code for the domain.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The RetrieveDomainAuthCode response includes the following element.</p>"
}
},
"com.amazonaws.route53domains#Route53Domains_v20140515": {
"type": "service",
"version": "2014-05-15",
"operations": [
{
"target": "com.amazonaws.route53domains#AcceptDomainTransferFromAnotherAwsAccount"
},
{
"target": "com.amazonaws.route53domains#CancelDomainTransferToAnotherAwsAccount"
},
{
"target": "com.amazonaws.route53domains#CheckDomainAvailability"
},
{
"target": "com.amazonaws.route53domains#CheckDomainTransferability"
},
{
"target": "com.amazonaws.route53domains#DeleteTagsForDomain"
},
{
"target": "com.amazonaws.route53domains#DisableDomainAutoRenew"
},
{
"target": "com.amazonaws.route53domains#DisableDomainTransferLock"
},
{
"target": "com.amazonaws.route53domains#EnableDomainAutoRenew"
},
{
"target": "com.amazonaws.route53domains#EnableDomainTransferLock"
},
{
"target": "com.amazonaws.route53domains#GetContactReachabilityStatus"
},
{
"target": "com.amazonaws.route53domains#GetDomainDetail"
},
{
"target": "com.amazonaws.route53domains#GetDomainSuggestions"
},
{
"target": "com.amazonaws.route53domains#GetOperationDetail"
},
{
"target": "com.amazonaws.route53domains#ListDomains"
},
{
"target": "com.amazonaws.route53domains#ListOperations"
},
{
"target": "com.amazonaws.route53domains#ListTagsForDomain"
},
{
"target": "com.amazonaws.route53domains#RegisterDomain"
},
{
"target": "com.amazonaws.route53domains#RejectDomainTransferFromAnotherAwsAccount"
},
{
"target": "com.amazonaws.route53domains#RenewDomain"
},
{
"target": "com.amazonaws.route53domains#ResendContactReachabilityEmail"
},
{
"target": "com.amazonaws.route53domains#RetrieveDomainAuthCode"
},
{
"target": "com.amazonaws.route53domains#TransferDomain"
},
{
"target": "com.amazonaws.route53domains#TransferDomainToAnotherAwsAccount"
},
{
"target": "com.amazonaws.route53domains#UpdateDomainContact"
},
{
"target": "com.amazonaws.route53domains#UpdateDomainContactPrivacy"
},
{
"target": "com.amazonaws.route53domains#UpdateDomainNameservers"
},
{
"target": "com.amazonaws.route53domains#UpdateTagsForDomain"
},
{
"target": "com.amazonaws.route53domains#ViewBilling"
}
],
"traits": {
"aws.api#service": {
"sdkId": "Route 53 Domains",
"arnNamespace": "route53domains",
"cloudFormationName": "Route53Domains",
"cloudTrailEventSource": "route53domains.amazonaws.com",
"endpointPrefix": "route53domains"
},
"aws.auth#sigv4": {
"name": "route53domains"
},
"aws.protocols#awsJson1_1": {},
"smithy.api#documentation": "<p>Amazon Route 53 API actions let you register domain names and perform related operations.</p>",
"smithy.api#title": "Amazon Route 53 Domains",
"smithy.api#xmlNamespace": {
"uri": "https://route53domains.amazonaws.com/doc/2014-05-15/"
}
}
},
"com.amazonaws.route53domains#State": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 255
}
}
},
"com.amazonaws.route53domains#String": {
"type": "string"
},
"com.amazonaws.route53domains#TLDRulesViolation": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.route53domains#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>The top-level domain does not support this operation.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The top-level domain does not support this operation.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.route53domains#Tag": {
"type": "structure",
"members": {
"Key": {
"target": "com.amazonaws.route53domains#TagKey",
"traits": {
"smithy.api#documentation": "<p>The key (name) of a tag.</p>\n\t\t <p>Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"</p>\n\t\t <p>Constraints: Each key can be 1-128 characters long.</p>"
}
},
"Value": {
"target": "com.amazonaws.route53domains#TagValue",
"traits": {
"smithy.api#documentation": "<p>The value of a tag.</p>\n\t\t <p>Valid values: A-Z, a-z, 0-9, space, \".:/=+\\-@\"</p>\n\t\t <p>Constraints: Each value can be 0-256 characters long.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Each tag includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#TagKey": {
"type": "string"
},
"com.amazonaws.route53domains#TagKeyList": {
"type": "list",
"member": {
"target": "com.amazonaws.route53domains#TagKey"
}
},
"com.amazonaws.route53domains#TagList": {
"type": "list",
"member": {
"target": "com.amazonaws.route53domains#Tag"
}
},
"com.amazonaws.route53domains#TagValue": {
"type": "string"
},
"com.amazonaws.route53domains#Timestamp": {
"type": "timestamp"
},
"com.amazonaws.route53domains#TransferDomain": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#TransferDomainRequest"
},
"output": {
"target": "com.amazonaws.route53domains#TransferDomainResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#DomainLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#DuplicateRequest"
},
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#TLDRulesViolation"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>Transfers a domain from another registrar to Amazon Route 53. When the transfer is complete, the domain is registered either with \n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or with our registrar associate, Gandi (for all other TLDs).</p>\n\t\t <p>For more information about transferring domains, see the following topics:</p>\n\t\t <ul>\n <li>\n <p>For transfer requirements, a detailed procedure, and information about viewing the status of a domain that you're transferring \n\t\t\t\tto Route 53, see \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53.html\">Transferring Registration for a \n\t\t\t\tDomain to Amazon Route 53</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>\n </li>\n <li>\n <p>For information about how to transfer a domain from one AWS account to another, see \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html\">TransferDomainToAnotherAwsAccount</a>.\n\t\t\t\t</p>\n\t\t\t </li>\n <li>\n <p>For information about how to transfer a domain to another domain registrar, see \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-from-route-53.html\">Transferring a Domain from \n\t\t\t\tAmazon Route 53 to Another Registrar</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>\n </li>\n </ul>\n\t\t <p>If the registrar for your domain is also the DNS service provider for the domain, we highly recommend that you \n\t\t\ttransfer your DNS service to Route 53 or to another DNS service provider before you transfer your registration. Some registrars \n\t\t\tprovide free DNS service when you purchase a domain registration. When you transfer the registration, the previous registrar \n\t\t\twill not renew your domain registration and could end your DNS service at any time.</p>\n\t\t\n\t\t\t <important>\n\t\t\t\t <p>If the registrar for your domain is also the DNS service provider for the domain and you don't \n\t\t\t\t\ttransfer DNS service to another provider, your website, email, and the web applications associated with the domain \n\t\t\t\t\tmight become unavailable.</p>\n\t\t\t </important>\n\t\t\n\t\t <p>If the transfer is successful, this method returns an operation ID that you can use to track the progress and \n\t\t\tcompletion of the action. If the transfer doesn't complete successfully, the domain registrant will be notified by email.</p>"
}
},
"com.amazonaws.route53domains#TransferDomainRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to transfer to Route 53. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. \n\t\t\tFor a list of supported TLDs, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html\">Domains that You Can Register with Amazon Route 53</a> in the \n\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>\n\t\t <p>The domain name can contain only the following characters:</p>\n\t\t <ul>\n <li>\n <p>Letters a through z. Domain names are not case sensitive.</p>\n </li>\n <li>\n <p>Numbers 0 through 9.</p>\n </li>\n <li>\n <p>Hyphen (-). You can't specify a hyphen at the beginning or end of a label. </p>\n </li>\n <li>\n <p>Period (.) to separate the labels in the name, such as the <code>.</code> in <code>example.com</code>.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"IdnLangCode": {
"target": "com.amazonaws.route53domains#LangCode",
"traits": {
"smithy.api#documentation": "<p>Reserved for future use.</p>"
}
},
"DurationInYears": {
"target": "com.amazonaws.route53domains#DurationInYears",
"traits": {
"smithy.api#documentation": "<p>The number of years that you want to register the domain for. Domains are registered for a minimum of one year. \n\t\t\tThe maximum period depends on the top-level domain.</p>\n\t\t <p>Default: 1</p>",
"smithy.api#required": {}
}
},
"Nameservers": {
"target": "com.amazonaws.route53domains#NameserverList",
"traits": {
"smithy.api#documentation": "<p>Contains details for the host and glue IP addresses.</p>"
}
},
"AuthCode": {
"target": "com.amazonaws.route53domains#DomainAuthCode",
"traits": {
"smithy.api#documentation": "<p>The authorization code for the domain. You get this value from the current registrar.</p>"
}
},
"AutoRenew": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect \n\t\t\tafter the account is charged.</p>\n\t\t <p>Default: true</p>"
}
},
"AdminContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides detailed contact information.</p>",
"smithy.api#required": {}
}
},
"RegistrantContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides detailed contact information.</p>",
"smithy.api#required": {}
}
},
"TechContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides detailed contact information.</p>",
"smithy.api#required": {}
}
},
"PrivacyProtectAdminContact": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the admin contact.</p>\n\t\t <p>Default: <code>true</code>\n </p>"
}
},
"PrivacyProtectRegistrantContact": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the registrant contact (domain owner).</p>\n\t\t <p>Default: <code>true</code>\n </p>"
}
},
"PrivacyProtectTechContact": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the technical contact.</p>\n\t\t <p>Default: <code>true</code>\n </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The TransferDomain request includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#TransferDomainResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>Identifier for tracking the progress of the request. To query the operation status, use \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The TransferDomain response includes the following element.</p>"
}
},
"com.amazonaws.route53domains#TransferDomainToAnotherAwsAccount": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#TransferDomainToAnotherAwsAccountRequest"
},
"output": {
"target": "com.amazonaws.route53domains#TransferDomainToAnotherAwsAccountResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#DuplicateRequest"
},
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
}
],
"traits": {
"smithy.api#documentation": "<p>Transfers a domain from the current AWS account to another AWS account. Note the following:</p>\n\t\t <ul>\n <li>\n <p>The AWS account that you're transferring the domain to must accept the transfer. If the other account \n\t\t\t\tdoesn't accept the transfer within 3 days, we cancel the transfer. See \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AcceptDomainTransferFromAnotherAwsAccount.html\">AcceptDomainTransferFromAnotherAwsAccount</a>.\n\t\t\t\t</p>\n\t\t\t </li>\n <li>\n <p>You can cancel the transfer before the other account accepts it. See \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_CancelDomainTransferToAnotherAwsAccount.html\">CancelDomainTransferToAnotherAwsAccount</a>.\n\t\t\t\t</p>\n\t\t\t </li>\n <li>\n <p>The other account can reject the transfer. See \n\t\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_RejectDomainTransferFromAnotherAwsAccount.html\">RejectDomainTransferFromAnotherAwsAccount</a>.\n\t\t\t\t</p>\n\t\t\t </li>\n </ul>\n\t\t\n\t\t <important>\n\t\t\t <p>When you transfer a domain from one AWS account to another, Route 53 doesn't transfer the hosted zone that is associated \n\t\t\t\twith the domain. DNS resolution isn't affected if the domain and the hosted zone are owned by separate accounts, \n\t\t\t\tso transferring the hosted zone is optional. For information about transferring the hosted zone to another AWS account, see \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zones-migrating.html\">Migrating a Hosted Zone to a \n\t\t\t\tDifferent AWS Account</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>\n\t\t </important>\n\t\t\n\t\t <p>Use either \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html\">ListOperations</a> or \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> \n\t\t\tto determine whether the operation succeeded. \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a> \n\t\t\tprovides additional information, for example, <code>Domain Transfer from Aws Account 111122223333 has been cancelled</code>. \n\t\t</p>"
}
},
"com.amazonaws.route53domains#TransferDomainToAnotherAwsAccountRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to transfer from the current AWS account to another account.</p>",
"smithy.api#required": {}
}
},
"AccountId": {
"target": "com.amazonaws.route53domains#AccountId",
"traits": {
"smithy.api#documentation": "<p>The account ID of the AWS account that you want to transfer the domain to, for example, <code>111122223333</code>.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The TransferDomainToAnotherAwsAccount request includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#TransferDomainToAnotherAwsAccountResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>Identifier for tracking the progress of the request. To query the operation status, use \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>"
}
},
"Password": {
"target": "com.amazonaws.route53domains#String",
"traits": {
"smithy.api#documentation": "<p>To finish transferring a domain to another AWS account, the account that the domain is being transferred to must submit an \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AcceptDomainTransferFromAnotherAwsAccount.html\">AcceptDomainTransferFromAnotherAwsAccount</a>\n\t\t\trequest. The request must include the value of the <code>Password</code> element that was returned in the \n\t\t\t<code>TransferDomainToAnotherAwsAccount</code> response.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The <code>TransferDomainToAnotherAwsAccount</code> response includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#Transferable": {
"type": "string",
"traits": {
"smithy.api#documentation": "<p>Whether the domain name can be transferred to Route 53.</p>\n\t\t <note>\n <p>You can transfer only domains that have a value of <code>TRANSFERABLE</code> for <code>Transferable</code>.</p>\n </note>\n\t\t\n\t\t <p>Valid values:</p>\n\t\t <dl>\n <dt>TRANSFERABLE</dt>\n <dd>\n <p>The domain name can be transferred to Route 53.</p>\n </dd>\n <dt>UNTRANSFERRABLE</dt>\n <dd>\n <p>The domain name can't be transferred to Route 53.</p>\n </dd>\n <dt>DONT_KNOW</dt>\n <dd>\n <p>Reserved for future use.</p>\n </dd>\n </dl>",
"smithy.api#enum": [
{
"value": "TRANSFERABLE",
"name": "TRANSFERABLE"
},
{
"value": "UNTRANSFERABLE",
"name": "UNTRANSFERABLE"
},
{
"value": "DONT_KNOW",
"name": "DONT_KNOW"
}
]
}
},
"com.amazonaws.route53domains#UnsupportedTLD": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.route53domains#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Amazon Route 53 does not support this top-level domain (TLD).</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Amazon Route 53 does not support this top-level domain (TLD).</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.route53domains#UpdateDomainContact": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#UpdateDomainContactRequest"
},
"output": {
"target": "com.amazonaws.route53domains#UpdateDomainContactResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#DuplicateRequest"
},
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#TLDRulesViolation"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation updates the contact information for a particular domain. You must specify information for at least one contact: \n\t\t\tregistrant, administrator, or technical.</p>\n\t\t <p>If the update is successful, this method returns an operation ID that you can use to track the progress and completion of the action. \n\t\t\tIf the request is not completed successfully, the domain registrant will be notified by email.</p>"
}
},
"com.amazonaws.route53domains#UpdateDomainContactPrivacy": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#UpdateDomainContactPrivacyRequest"
},
"output": {
"target": "com.amazonaws.route53domains#UpdateDomainContactPrivacyResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#DuplicateRequest"
},
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#TLDRulesViolation"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation updates the specified domain contact's privacy setting. When privacy protection is enabled, \n\t\t\tcontact information such as email address is replaced either with contact information for Amazon Registrar (for .com, .net, and .org \n\t\t\tdomains) or with contact information for our registrar associate, Gandi.</p>\n\t\t <p>This operation affects only the contact information for the specified contact type (registrant, administrator, or tech). \n\t\t\tIf the request succeeds, Amazon Route 53 returns an operation ID that you can use with \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>\n\t\t\tto track the progress and completion of the action. If the request doesn't complete successfully, the domain registrant will be notified by email.</p>\n\t\t <important>\n <p>By disabling the privacy service via API, you consent to the publication of the contact information provided for this domain \n\t\t\tvia the public WHOIS database. You certify that you are the registrant of this domain name and have the authority to make this decision. \n\t\t\tYou may withdraw your consent at any time by enabling privacy protection using either <code>UpdateDomainContactPrivacy</code> or the \n\t\t\tRoute 53 console. Enabling privacy protection removes the contact information provided for this domain from the WHOIS database. \n\t\t\tFor more information on our privacy practices, see \n\t\t\t<a href=\"https://aws.amazon.com/privacy/\">https://aws.amazon.com/privacy/</a>.</p>\n </important>"
}
},
"com.amazonaws.route53domains#UpdateDomainContactPrivacyRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to update the privacy setting for.</p>",
"smithy.api#required": {}
}
},
"AdminPrivacy": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the admin contact.</p>"
}
},
"RegistrantPrivacy": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the registrant contact (domain owner).</p>"
}
},
"TechPrivacy": {
"target": "com.amazonaws.route53domains#Boolean",
"traits": {
"smithy.api#documentation": "<p>Whether you want to conceal contact information from WHOIS queries. If you specify <code>true</code>, \n\t\t\tWHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) \n\t\t\tor for our registrar associate, Gandi (for all other TLDs). If you specify <code>false</code>, \n\t\t\tWHOIS queries return the information that you entered for the technical contact.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The UpdateDomainContactPrivacy request includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#UpdateDomainContactPrivacyResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The UpdateDomainContactPrivacy response includes the following element.</p>"
}
},
"com.amazonaws.route53domains#UpdateDomainContactRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to update contact information for.</p>",
"smithy.api#required": {}
}
},
"AdminContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides detailed contact information.</p>"
}
},
"RegistrantContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides detailed contact information.</p>"
}
},
"TechContact": {
"target": "com.amazonaws.route53domains#ContactDetail",
"traits": {
"smithy.api#documentation": "<p>Provides detailed contact information.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The UpdateDomainContact request includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#UpdateDomainContactResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>Identifier for tracking the progress of the request. To query the operation status, use \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The UpdateDomainContact response includes the following element.</p>"
}
},
"com.amazonaws.route53domains#UpdateDomainNameservers": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#UpdateDomainNameserversRequest"
},
"output": {
"target": "com.amazonaws.route53domains#UpdateDomainNameserversResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#DuplicateRequest"
},
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#TLDRulesViolation"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation replaces the current set of name servers for the domain with the specified set of name servers. \n\t\t\tIf 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.</p>\n\t\t <p>If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. \n\t\t\tIf the request is not completed successfully, the domain registrant will be notified by email.</p>"
}
},
"com.amazonaws.route53domains#UpdateDomainNameserversRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The name of the domain that you want to change name servers for.</p>",
"smithy.api#required": {}
}
},
"FIAuthKey": {
"target": "com.amazonaws.route53domains#FIAuthKey",
"traits": {
"smithy.api#deprecated": {},
"smithy.api#documentation": "<p>The authorization key for .fi domains</p>"
}
},
"Nameservers": {
"target": "com.amazonaws.route53domains#NameserverList",
"traits": {
"smithy.api#documentation": "<p>A list of new name servers for the domain.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>Replaces the current set of name servers for the domain with the specified set of name servers. \n\t\t\tIf 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.</p>\n\t\t <p>If successful, this operation returns an operation ID that you can use to track the progress and \n\t\t\tcompletion of the action. If the request is not completed successfully, the domain registrant will be notified by email. </p>"
}
},
"com.amazonaws.route53domains#UpdateDomainNameserversResponse": {
"type": "structure",
"members": {
"OperationId": {
"target": "com.amazonaws.route53domains#OperationId",
"traits": {
"smithy.api#documentation": "<p>Identifier for tracking the progress of the request. To query the operation status, use \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html\">GetOperationDetail</a>.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The UpdateDomainNameservers response includes the following element.</p>"
}
},
"com.amazonaws.route53domains#UpdateTagsForDomain": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#UpdateTagsForDomainRequest"
},
"output": {
"target": "com.amazonaws.route53domains#UpdateTagsForDomainResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
},
{
"target": "com.amazonaws.route53domains#OperationLimitExceeded"
},
{
"target": "com.amazonaws.route53domains#UnsupportedTLD"
}
],
"traits": {
"smithy.api#documentation": "<p>This operation adds or updates tags for a specified domain.</p>\n\t\t <p>All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.</p>"
}
},
"com.amazonaws.route53domains#UpdateTagsForDomainRequest": {
"type": "structure",
"members": {
"DomainName": {
"target": "com.amazonaws.route53domains#DomainName",
"traits": {
"smithy.api#documentation": "<p>The domain for which you want to add or update tags.</p>",
"smithy.api#required": {}
}
},
"TagsToUpdate": {
"target": "com.amazonaws.route53domains#TagList",
"traits": {
"smithy.api#documentation": "<p>A list of the tag keys and values that you want to add or update. If you specify a key \n\t\t\tthat already exists, the corresponding value will be replaced.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The UpdateTagsForDomainRequest includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#UpdateTagsForDomainResponse": {
"type": "structure",
"members": {}
},
"com.amazonaws.route53domains#ViewBilling": {
"type": "operation",
"input": {
"target": "com.amazonaws.route53domains#ViewBillingRequest"
},
"output": {
"target": "com.amazonaws.route53domains#ViewBillingResponse"
},
"errors": [
{
"target": "com.amazonaws.route53domains#InvalidInput"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns all the domain-related billing records for the current AWS account for a specified period</p>"
}
},
"com.amazonaws.route53domains#ViewBillingRequest": {
"type": "structure",
"members": {
"Start": {
"target": "com.amazonaws.route53domains#Timestamp",
"traits": {
"smithy.api#documentation": "<p>The beginning date and time for the time period for which you want a list of billing records. Specify the date and time \n\t\t\tin Unix time format and Coordinated Universal time (UTC).</p>"
}
},
"End": {
"target": "com.amazonaws.route53domains#Timestamp",
"traits": {
"smithy.api#documentation": "<p>The end date and time for the time period for which you want a list of billing records. Specify the date and time \n\t\t\tin Unix time format and Coordinated Universal time (UTC).</p>"
}
},
"Marker": {
"target": "com.amazonaws.route53domains#PageMarker",
"traits": {
"smithy.api#documentation": "<p>For an initial request for a list of billing records, omit this element. If the number of billing records \n\t\t\tthat are associated with the current AWS account during the specified period is greater than the value that \n\t\t\tyou specified for <code>MaxItems</code>, you can use <code>Marker</code> to return additional billing records. \n\t\t\tGet the value of <code>NextPageMarker</code> from the previous response, and submit another request that includes \n\t\t\tthe value of <code>NextPageMarker</code> in the <code>Marker</code> element.\n\t\t</p>\n\t\t <p>Constraints: The marker must match the value of <code>NextPageMarker</code> that was returned in the previous response.</p>"
}
},
"MaxItems": {
"target": "com.amazonaws.route53domains#PageMaxItems",
"traits": {
"smithy.api#documentation": "<p>The number of billing records to be returned.</p>\n\t\t <p>Default: 20</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The ViewBilling request includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#ViewBillingResponse": {
"type": "structure",
"members": {
"NextPageMarker": {
"target": "com.amazonaws.route53domains#PageMarker",
"traits": {
"smithy.api#documentation": "<p>If there are more billing records than you specified for <code>MaxItems</code> in the request, submit another \n\t\t\trequest and include the value of <code>NextPageMarker</code> in the value of <code>Marker</code>.</p>"
}
},
"BillingRecords": {
"target": "com.amazonaws.route53domains#BillingRecords",
"traits": {
"smithy.api#documentation": "<p>A summary of billing records.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The ViewBilling response includes the following elements.</p>"
}
},
"com.amazonaws.route53domains#ZipCode": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 255
}
}
}
}
}