From 38b015219836a77a1cfca4acc8524d712193e8fb Mon Sep 17 00:00:00 2001
From: awstools
During the transfer of any country code top-level domains (ccTLDs) to Route 53, except for .cc and .tv, + * updates to the owner contact are ignored and the owner contact data from the registry is used. + * You can + * update the owner contact after the transfer is complete. For more information, see + * UpdateDomainContact.
+ *If the registrar for your domain is also the DNS service provider for the domain, we * highly recommend that you transfer your DNS service to Route 53 or to another DNS * service provider before you transfer your registration. Some registrars provide free DNS @@ -149,6 +156,28 @@ export interface TransferDomainCommandOutput extends TransferDomainResponse, __M * PrivacyProtectAdminContact: true || false, * PrivacyProtectRegistrantContact: true || false, * PrivacyProtectTechContact: true || false, + * BillingContact: { + * FirstName: "STRING_VALUE", + * LastName: "STRING_VALUE", + * ContactType: "PERSON" || "COMPANY" || "ASSOCIATION" || "PUBLIC_BODY" || "RESELLER", + * OrganizationName: "STRING_VALUE", + * AddressLine1: "STRING_VALUE", + * AddressLine2: "STRING_VALUE", + * City: "STRING_VALUE", + * State: "STRING_VALUE", + * CountryCode: "AC" || "AD" || "AE" || "AF" || "AG" || "AI" || "AL" || "AM" || "AN" || "AO" || "AQ" || "AR" || "AS" || "AT" || "AU" || "AW" || "AX" || "AZ" || "BA" || "BB" || "BD" || "BE" || "BF" || "BG" || "BH" || "BI" || "BJ" || "BL" || "BM" || "BN" || "BO" || "BQ" || "BR" || "BS" || "BT" || "BV" || "BW" || "BY" || "BZ" || "CA" || "CC" || "CD" || "CF" || "CG" || "CH" || "CI" || "CK" || "CL" || "CM" || "CN" || "CO" || "CR" || "CU" || "CV" || "CW" || "CX" || "CY" || "CZ" || "DE" || "DJ" || "DK" || "DM" || "DO" || "DZ" || "EC" || "EE" || "EG" || "EH" || "ER" || "ES" || "ET" || "FI" || "FJ" || "FK" || "FM" || "FO" || "FR" || "GA" || "GB" || "GD" || "GE" || "GF" || "GG" || "GH" || "GI" || "GL" || "GM" || "GN" || "GP" || "GQ" || "GR" || "GS" || "GT" || "GU" || "GW" || "GY" || "HK" || "HM" || "HN" || "HR" || "HT" || "HU" || "ID" || "IE" || "IL" || "IM" || "IN" || "IO" || "IQ" || "IR" || "IS" || "IT" || "JE" || "JM" || "JO" || "JP" || "KE" || "KG" || "KH" || "KI" || "KM" || "KN" || "KP" || "KR" || "KW" || "KY" || "KZ" || "LA" || "LB" || "LC" || "LI" || "LK" || "LR" || "LS" || "LT" || "LU" || "LV" || "LY" || "MA" || "MC" || "MD" || "ME" || "MF" || "MG" || "MH" || "MK" || "ML" || "MM" || "MN" || "MO" || "MP" || "MQ" || "MR" || "MS" || "MT" || "MU" || "MV" || "MW" || "MX" || "MY" || "MZ" || "NA" || "NC" || "NE" || "NF" || "NG" || "NI" || "NL" || "NO" || "NP" || "NR" || "NU" || "NZ" || "OM" || "PA" || "PE" || "PF" || "PG" || "PH" || "PK" || "PL" || "PM" || "PN" || "PR" || "PS" || "PT" || "PW" || "PY" || "QA" || "RE" || "RO" || "RS" || "RU" || "RW" || "SA" || "SB" || "SC" || "SD" || "SE" || "SG" || "SH" || "SI" || "SJ" || "SK" || "SL" || "SM" || "SN" || "SO" || "SR" || "SS" || "ST" || "SV" || "SX" || "SY" || "SZ" || "TC" || "TD" || "TF" || "TG" || "TH" || "TJ" || "TK" || "TL" || "TM" || "TN" || "TO" || "TP" || "TR" || "TT" || "TV" || "TW" || "TZ" || "UA" || "UG" || "US" || "UY" || "UZ" || "VA" || "VC" || "VE" || "VG" || "VI" || "VN" || "VU" || "WF" || "WS" || "YE" || "YT" || "ZA" || "ZM" || "ZW", + * ZipCode: "STRING_VALUE", + * PhoneNumber: "STRING_VALUE", + * Email: "STRING_VALUE", + * Fax: "STRING_VALUE", + * ExtraParams: [ + * { + * Name: "DUNS_NUMBER" || "BRAND_NUMBER" || "BIRTH_DEPARTMENT" || "BIRTH_DATE_IN_YYYY_MM_DD" || "BIRTH_COUNTRY" || "BIRTH_CITY" || "DOCUMENT_NUMBER" || "AU_ID_NUMBER" || "AU_ID_TYPE" || "CA_LEGAL_TYPE" || "CA_BUSINESS_ENTITY_TYPE" || "CA_LEGAL_REPRESENTATIVE" || "CA_LEGAL_REPRESENTATIVE_CAPACITY" || "ES_IDENTIFICATION" || "ES_IDENTIFICATION_TYPE" || "ES_LEGAL_FORM" || "FI_BUSINESS_NUMBER" || "FI_ID_NUMBER" || "FI_NATIONALITY" || "FI_ORGANIZATION_TYPE" || "IT_NATIONALITY" || "IT_PIN" || "IT_REGISTRANT_ENTITY_TYPE" || "RU_PASSPORT_DATA" || "SE_ID_NUMBER" || "SG_ID_NUMBER" || "VAT_NUMBER" || "UK_CONTACT_TYPE" || "UK_COMPANY_NUMBER" || "EU_COUNTRY_OF_CITIZENSHIP" || "AU_PRIORITY_TOKEN", // required + * Value: "STRING_VALUE", // required + * }, + * ], + * }, + * PrivacyProtectBillingContact: true || false, * }; * const command = new TransferDomainCommand(input); * const response = await client.send(command); diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts index a24219fe0594..f02f01df3737 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts @@ -113,6 +113,27 @@ export interface UpdateDomainContactCommandOutput extends UpdateDomainContactRes * MaxPrice: Number("double"), // required * Currency: "STRING_VALUE", // required * }, + * BillingContact: { + * FirstName: "STRING_VALUE", + * LastName: "STRING_VALUE", + * ContactType: "PERSON" || "COMPANY" || "ASSOCIATION" || "PUBLIC_BODY" || "RESELLER", + * OrganizationName: "STRING_VALUE", + * AddressLine1: "STRING_VALUE", + * AddressLine2: "STRING_VALUE", + * City: "STRING_VALUE", + * State: "STRING_VALUE", + * CountryCode: "AC" || "AD" || "AE" || "AF" || "AG" || "AI" || "AL" || "AM" || "AN" || "AO" || "AQ" || "AR" || "AS" || "AT" || "AU" || "AW" || "AX" || "AZ" || "BA" || "BB" || "BD" || "BE" || "BF" || "BG" || "BH" || "BI" || "BJ" || "BL" || "BM" || "BN" || "BO" || "BQ" || "BR" || "BS" || "BT" || "BV" || "BW" || "BY" || "BZ" || "CA" || "CC" || "CD" || "CF" || "CG" || "CH" || "CI" || "CK" || "CL" || "CM" || "CN" || "CO" || "CR" || "CU" || "CV" || "CW" || "CX" || "CY" || "CZ" || "DE" || "DJ" || "DK" || "DM" || "DO" || "DZ" || "EC" || "EE" || "EG" || "EH" || "ER" || "ES" || "ET" || "FI" || "FJ" || "FK" || "FM" || "FO" || "FR" || "GA" || "GB" || "GD" || "GE" || "GF" || "GG" || "GH" || "GI" || "GL" || "GM" || "GN" || "GP" || "GQ" || "GR" || "GS" || "GT" || "GU" || "GW" || "GY" || "HK" || "HM" || "HN" || "HR" || "HT" || "HU" || "ID" || "IE" || "IL" || "IM" || "IN" || "IO" || "IQ" || "IR" || "IS" || "IT" || "JE" || "JM" || "JO" || "JP" || "KE" || "KG" || "KH" || "KI" || "KM" || "KN" || "KP" || "KR" || "KW" || "KY" || "KZ" || "LA" || "LB" || "LC" || "LI" || "LK" || "LR" || "LS" || "LT" || "LU" || "LV" || "LY" || "MA" || "MC" || "MD" || "ME" || "MF" || "MG" || "MH" || "MK" || "ML" || "MM" || "MN" || "MO" || "MP" || "MQ" || "MR" || "MS" || "MT" || "MU" || "MV" || "MW" || "MX" || "MY" || "MZ" || "NA" || "NC" || "NE" || "NF" || "NG" || "NI" || "NL" || "NO" || "NP" || "NR" || "NU" || "NZ" || "OM" || "PA" || "PE" || "PF" || "PG" || "PH" || "PK" || "PL" || "PM" || "PN" || "PR" || "PS" || "PT" || "PW" || "PY" || "QA" || "RE" || "RO" || "RS" || "RU" || "RW" || "SA" || "SB" || "SC" || "SD" || "SE" || "SG" || "SH" || "SI" || "SJ" || "SK" || "SL" || "SM" || "SN" || "SO" || "SR" || "SS" || "ST" || "SV" || "SX" || "SY" || "SZ" || "TC" || "TD" || "TF" || "TG" || "TH" || "TJ" || "TK" || "TL" || "TM" || "TN" || "TO" || "TP" || "TR" || "TT" || "TV" || "TW" || "TZ" || "UA" || "UG" || "US" || "UY" || "UZ" || "VA" || "VC" || "VE" || "VG" || "VI" || "VN" || "VU" || "WF" || "WS" || "YE" || "YT" || "ZA" || "ZM" || "ZW", + * ZipCode: "STRING_VALUE", + * PhoneNumber: "STRING_VALUE", + * Email: "STRING_VALUE", + * Fax: "STRING_VALUE", + * ExtraParams: [ + * { + * Name: "DUNS_NUMBER" || "BRAND_NUMBER" || "BIRTH_DEPARTMENT" || "BIRTH_DATE_IN_YYYY_MM_DD" || "BIRTH_COUNTRY" || "BIRTH_CITY" || "DOCUMENT_NUMBER" || "AU_ID_NUMBER" || "AU_ID_TYPE" || "CA_LEGAL_TYPE" || "CA_BUSINESS_ENTITY_TYPE" || "CA_LEGAL_REPRESENTATIVE" || "CA_LEGAL_REPRESENTATIVE_CAPACITY" || "ES_IDENTIFICATION" || "ES_IDENTIFICATION_TYPE" || "ES_LEGAL_FORM" || "FI_BUSINESS_NUMBER" || "FI_ID_NUMBER" || "FI_NATIONALITY" || "FI_ORGANIZATION_TYPE" || "IT_NATIONALITY" || "IT_PIN" || "IT_REGISTRANT_ENTITY_TYPE" || "RU_PASSPORT_DATA" || "SE_ID_NUMBER" || "SG_ID_NUMBER" || "VAT_NUMBER" || "UK_CONTACT_TYPE" || "UK_COMPANY_NUMBER" || "EU_COUNTRY_OF_CITIZENSHIP" || "AU_PRIORITY_TOKEN", // required + * Value: "STRING_VALUE", // required + * }, + * ], + * }, * }; * const command = new UpdateDomainContactCommand(input); * const response = await client.send(command); diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts index 4b3a6a9345c9..36088f0ea7c4 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts @@ -62,6 +62,7 @@ export interface UpdateDomainContactPrivacyCommandOutput extends UpdateDomainCon * AdminPrivacy: true || false, * RegistrantPrivacy: true || false, * TechPrivacy: true || false, + * BillingPrivacy: true || false, * }; * const command = new UpdateDomainContactPrivacyCommand(input); * const response = await client.send(command); diff --git a/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts b/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts index d34e4eb6680e..f672f8c87e02 100644 --- a/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts +++ b/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts @@ -48,7 +48,7 @@ export interface ViewBillingCommandOutput extends ViewBillingResponse, __Metadat * // BillingRecords: [ // BillingRecords * // { // BillingRecord * // DomainName: "STRING_VALUE", - * // Operation: "REGISTER_DOMAIN" || "DELETE_DOMAIN" || "TRANSFER_IN_DOMAIN" || "UPDATE_DOMAIN_CONTACT" || "UPDATE_NAMESERVER" || "CHANGE_PRIVACY_PROTECTION" || "DOMAIN_LOCK" || "ENABLE_AUTORENEW" || "DISABLE_AUTORENEW" || "ADD_DNSSEC" || "REMOVE_DNSSEC" || "EXPIRE_DOMAIN" || "TRANSFER_OUT_DOMAIN" || "CHANGE_DOMAIN_OWNER" || "RENEW_DOMAIN" || "PUSH_DOMAIN" || "INTERNAL_TRANSFER_OUT_DOMAIN" || "INTERNAL_TRANSFER_IN_DOMAIN", + * // Operation: "REGISTER_DOMAIN" || "DELETE_DOMAIN" || "TRANSFER_IN_DOMAIN" || "UPDATE_DOMAIN_CONTACT" || "UPDATE_NAMESERVER" || "CHANGE_PRIVACY_PROTECTION" || "DOMAIN_LOCK" || "ENABLE_AUTORENEW" || "DISABLE_AUTORENEW" || "ADD_DNSSEC" || "REMOVE_DNSSEC" || "EXPIRE_DOMAIN" || "TRANSFER_OUT_DOMAIN" || "CHANGE_DOMAIN_OWNER" || "RENEW_DOMAIN" || "PUSH_DOMAIN" || "INTERNAL_TRANSFER_OUT_DOMAIN" || "INTERNAL_TRANSFER_IN_DOMAIN" || "RELEASE_TO_GANDI" || "TRANSFER_ON_RENEW", * // InvoiceId: "STRING_VALUE", * // BillDate: new Date("TIMESTAMP"), * // Price: Number("double"), diff --git a/clients/client-route-53-domains/src/models/models_0.ts b/clients/client-route-53-domains/src/models/models_0.ts index 615201caae1e..bbe298d846c5 100644 --- a/clients/client-route-53-domains/src/models/models_0.ts +++ b/clients/client-route-53-domains/src/models/models_0.ts @@ -267,9 +267,11 @@ export const OperationType = { INTERNAL_TRANSFER_OUT_DOMAIN: "INTERNAL_TRANSFER_OUT_DOMAIN", PUSH_DOMAIN: "PUSH_DOMAIN", REGISTER_DOMAIN: "REGISTER_DOMAIN", + RELEASE_TO_GANDI: "RELEASE_TO_GANDI", REMOVE_DNSSEC: "REMOVE_DNSSEC", RENEW_DOMAIN: "RENEW_DOMAIN", TRANSFER_IN_DOMAIN: "TRANSFER_IN_DOMAIN", + TRANSFER_ON_RENEW: "TRANSFER_ON_RENEW", TRANSFER_OUT_DOMAIN: "TRANSFER_OUT_DOMAIN", UPDATE_DOMAIN_CONTACT: "UPDATE_DOMAIN_CONTACT", UPDATE_NAMESERVER: "UPDATE_NAMESERVER", @@ -402,6 +404,8 @@ export const DomainAvailability = { AVAILABLE_PREORDER: "AVAILABLE_PREORDER", AVAILABLE_RESERVED: "AVAILABLE_RESERVED", DONT_KNOW: "DONT_KNOW", + INVALID_NAME_FOR_TLD: "INVALID_NAME_FOR_TLD", + PENDING: "PENDING", RESERVED: "RESERVED", UNAVAILABLE: "UNAVAILABLE", UNAVAILABLE_PREMIUM: "UNAVAILABLE_PREMIUM", @@ -445,6 +449,10 @@ export interface CheckDomainAvailabilityResponse { * reasons, for example, the registry is performing maintenance. Try again * later.
* + *The TLD isn't valid. For example, it can contain characters that aren't allowed.
+ *The TLD registry didn't return a response in the expected amount of time. @@ -565,7 +573,7 @@ export interface DomainTransferability { *
the domain exists in another Amazon Web Services account.
+ *The domain exists in another Amazon Web Services account.
*Specifies whether contact information is concealed from WHOIS queries. If the value is
* true
, WHOIS ("who is") queries return contact information either for
- * Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
- * Gandi (for all other TLDs). If the value is false
, WHOIS queries return the
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If the value is false
, WHOIS queries return the
* information that you entered for the admin contact.
Specifies whether contact information is concealed from WHOIS queries. If the value is
* true
, WHOIS ("who is") queries return contact information either for
- * Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
- * Gandi (for all other TLDs). If the value is false
, WHOIS queries return the
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If the value is false
, WHOIS queries return the
* information that you entered for the registrant contact (domain owner).
Specifies whether contact information is concealed from WHOIS queries. If the value is
* true
, WHOIS ("who is") queries return contact information either for
- * Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
- * Gandi (for all other TLDs). If the value is false
, WHOIS queries return the
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If the value is false
, WHOIS queries return the
* information that you entered for the technical contact.
Name of the registrar of the domain as identified in the registry. Domains with a
- * .com, .net, or .org TLD are registered by Amazon Registrar. All other domains are
- * registered by our registrar associate, Gandi. The value for domains that are registered
- * by Gandi is "GANDI SAS"
.
Name of the registrar of the domain as identified in the registry.
*/ RegistrarName?: string; @@ -2595,6 +2600,22 @@ export interface GetDomainDetailResponse { *A complex type that contains information about the DNSSEC configuration.
*/ DnssecKeys?: DnssecKey[]; + + /** + * @public + *Provides details about the domain billing contact.
+ */ + BillingContact?: ContactDetail; + + /** + * @public + *Specifies whether contact information is concealed from WHOIS queries. If the value is
+ * true
, WHOIS ("who is") queries return contact information either for
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If the value is false
, WHOIS queries return the
+ * information that you entered for the billing contact.
Whether you want to conceal contact information from WHOIS queries. If you specify
* true
, WHOIS ("who is") queries return contact information either for
- * Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
- * Gandi (for all other TLDs). If you specify false
, WHOIS queries return the
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If you specify false
, WHOIS queries return the
* information that you entered for the admin contact.
You must specify the same privacy setting for the administrative, registrant, and + *
You must specify the same privacy setting for the administrative, billing, registrant, and * technical contacts.
*Default: true
@@ -3285,11 +3306,11 @@ export interface RegisterDomainRequest {
* @public
*
Whether you want to conceal contact information from WHOIS queries. If you specify
* true
, WHOIS ("who is") queries return contact information either for
- * Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
- * Gandi (for all other TLDs). If you specify false
, WHOIS queries return the
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If you specify false
, WHOIS queries return the
* information that you entered for the registrant contact (the domain owner).
You must specify the same privacy setting for the administrative, registrant, and + *
You must specify the same privacy setting for the administrative, billing, registrant, and * technical contacts.
*Default: true
@@ -3301,17 +3322,38 @@ export interface RegisterDomainRequest {
* @public
*
Whether you want to conceal contact information from WHOIS queries. If you specify
* true
, WHOIS ("who is") queries return contact information either for
- * Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
- * Gandi (for all other TLDs). If you specify false
, WHOIS queries return the
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If you specify false
, WHOIS queries return the
* information that you entered for the technical contact.
You must specify the same privacy setting for the administrative, registrant, and + *
You must specify the same privacy setting for the administrative, billing, registrant, and * technical contacts.
*Default: true
*
Provides detailed contact information. For information about the values that you + * specify for each element, see ContactDetail.
+ */ + BillingContact?: ContactDetail; + + /** + * @public + *Whether you want to conceal contact information from WHOIS queries. If you specify
+ * true
, WHOIS ("who is") queries return contact information either for
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If you specify false
, WHOIS queries return the
+ * information that you entered for the billing contact.
You must specify the same privacy setting for the administrative, billing, registrant, and + * technical contacts.
+ *Whether you want to conceal contact information from WHOIS queries. If you specify
* true
, WHOIS ("who is") queries return contact information either for
- * Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
- * Gandi (for all other TLDs). If you specify false
, WHOIS queries return the
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If you specify false
, WHOIS queries return the
* information that you entered for the registrant contact (domain owner).
You must specify the same privacy setting for the administrative, registrant, and + *
You must specify the same privacy setting for the administrative, billing, registrant, and * technical contacts.
*Default: true
@@ -3595,17 +3637,39 @@ export interface TransferDomainRequest {
* @public
*
Whether you want to conceal contact information from WHOIS queries. If you specify
* true
, WHOIS ("who is") queries return contact information either for
- * Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
- * Gandi (for all other TLDs). If you specify false
, WHOIS queries return the
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If you specify false
, WHOIS queries return the
* information that you entered for the technical contact.
You must specify the same privacy setting for the administrative, registrant, and + *
You must specify the same privacy setting for the administrative, billing, registrant, and * technical contacts.
*Default: true
*
Provides detailed contact information.
+ */ + BillingContact?: ContactDetail; + + /** + * @public + *
+ * Whether you want to conceal contact information from WHOIS queries. If you specify
+ * true
, WHOIS ("who is") queries return contact information either for
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If you specify false
, WHOIS queries return the
+ * information that you entered for the billing contact.
+ *
You must specify the same privacy setting for the administrative, billing, registrant, and + * technical contacts.
+ *Customer's consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).
*/ Consent?: Consent; + + /** + * @public + *Provides detailed contact information.
+ */ + BillingContact?: ContactDetail; } /** @@ -3726,12 +3796,12 @@ export interface UpdateDomainContactPrivacyRequest { /** * @public *Whether you want to conceal contact information from WHOIS queries. If you specify
- * true
, WHOIS ("who is") queries return contact information either for
- * Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
- * Gandi (for all other TLDs). If you specify false
, WHOIS queries return the
+ * true
, WHOIS ("who is") queries return contact information either for
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If you specify false
, WHOIS queries return the
* information that you entered for the admin contact.
You must specify the same privacy setting for the administrative, registrant, and + *
You must specify the same privacy setting for the administrative, billing, registrant, and * technical contacts.
*Whether you want to conceal contact information from WHOIS queries. If you specify
- * true
, WHOIS ("who is") queries return contact information either for
- * Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
- * Gandi (for all other TLDs). If you specify false
, WHOIS queries return the
+ * true
, WHOIS ("who is") queries return contact information either for
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If you specify false
, WHOIS queries return the
* information that you entered for the registrant contact (domain owner).
You must specify the same privacy setting for the administrative, registrant, and + *
You must specify the same privacy setting for the administrative, billing, registrant, and * technical contacts.
*Whether you want to conceal contact information from WHOIS queries. If you specify
* true
, WHOIS ("who is") queries return contact information either for
- * Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
- * Gandi (for all other TLDs). If you specify false
, WHOIS queries return the
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If you specify false
, WHOIS queries return the
* information that you entered for the technical contact.
You must specify the same privacy setting for the administrative, registrant, and + *
You must specify the same privacy setting for the administrative, billing, registrant, and * technical contacts.
*
+ * Whether you want to conceal contact information from WHOIS queries. If you specify
+ * true
, WHOIS ("who is") queries return contact information either for
+ * Amazon Registrar or for our registrar associate,
+ * Gandi. If you specify false
, WHOIS queries return the
+ * information that you entered for the billing contact.
+ *
You must specify the same privacy setting for the administrative, billing, registrant, and + * technical contacts.
+ *Whether the domain name is available for registering.
\nYou can register only domains designated as AVAILABLE
.
Valid values:
\nThe domain name is available.
\nThe domain name is reserved under specific conditions.
\nThe domain name is available and can be preordered.
\nThe TLD registry didn't reply with a definitive answer about whether the\n\t\t\t\t\t\tdomain name is available. Route 53 can return this response for a variety of\n\t\t\t\t\t\treasons, for example, the registry is performing maintenance. Try again\n\t\t\t\t\t\tlater.
\nThe TLD registry didn't return a response in the expected amount of time.\n\t\t\t\t\t\tWhen the response is delayed, it usually takes just a few extra seconds. You\n\t\t\t\t\t\tcan resubmit the request immediately.
\nThe domain name has been reserved for another person or\n\t\t\t\t\t\torganization.
\nThe domain name is not available.
\nThe domain name is not available.
\nThe domain name is forbidden.
\nWhether the domain name is available for registering.
\nYou can register only domains designated as AVAILABLE
.
Valid values:
\nThe domain name is available.
\nThe domain name is reserved under specific conditions.
\nThe domain name is available and can be preordered.
\nThe TLD registry didn't reply with a definitive answer about whether the\n\t\t\t\t\t\tdomain name is available. Route 53 can return this response for a variety of\n\t\t\t\t\t\treasons, for example, the registry is performing maintenance. Try again\n\t\t\t\t\t\tlater.
\nThe TLD isn't valid. For example, it can contain characters that aren't allowed.
\nThe TLD registry didn't return a response in the expected amount of time.\n\t\t\t\t\t\tWhen the response is delayed, it usually takes just a few extra seconds. You\n\t\t\t\t\t\tcan resubmit the request immediately.
\nThe domain name has been reserved for another person or\n\t\t\t\t\t\torganization.
\nThe domain name is not available.
\nThe domain name is not available.
\nThe domain name is forbidden.
\nSpecifies whether contact information is concealed from WHOIS queries. If the value is\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or for our registrar associate,\n\t\t\tGandi (for all other TLDs). If the value is false
, WHOIS queries return the\n\t\t\tinformation that you entered for the admin contact.
Specifies whether contact information is concealed from WHOIS queries. If the value is\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If the value is false
, WHOIS queries return the\n\t\t\tinformation that you entered for the admin contact.
Specifies whether contact information is concealed from WHOIS queries. If the value is\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or for our registrar associate,\n\t\t\tGandi (for all other TLDs). If the value is false
, WHOIS queries return the\n\t\t\tinformation that you entered for the registrant contact (domain owner).
Specifies whether contact information is concealed from WHOIS queries. If the value is\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If the value is false
, WHOIS queries return the\n\t\t\tinformation that you entered for the registrant contact (domain owner).
Specifies whether contact information is concealed from WHOIS queries. If the value is\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or for our registrar associate,\n\t\t\tGandi (for all other TLDs). If the value is false
, WHOIS queries return the\n\t\t\tinformation that you entered for the technical contact.
Specifies whether contact information is concealed from WHOIS queries. If the value is\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If the value is false
, WHOIS queries return the\n\t\t\tinformation that you entered for the technical contact.
Name of the registrar of the domain as identified in the registry. Domains with a\n\t\t\t.com, .net, or .org TLD are registered by Amazon Registrar. All other domains are\n\t\t\tregistered by our registrar associate, Gandi. The value for domains that are registered\n\t\t\tby Gandi is \"GANDI SAS\"
.
Name of the registrar of the domain as identified in the registry.
" } }, "WhoIsServer": { @@ -3376,6 +3388,18 @@ "traits": { "smithy.api#documentation": "A complex type that contains information about the DNSSEC configuration.
" } + }, + "BillingContact": { + "target": "com.amazonaws.route53domains#ContactDetail", + "traits": { + "smithy.api#documentation": "Provides details about the domain billing contact.
" + } + }, + "BillingPrivacy": { + "target": "com.amazonaws.route53domains#Boolean", + "traits": { + "smithy.api#documentation": "Specifies whether contact information is concealed from WHOIS queries. If the value is\n\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\tAmazon Registrar or for our registrar associate,\n\t\tGandi. If the value is false
, WHOIS queries return the\n\t\tinformation that you entered for the billing contact.
Whether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or for our registrar associate,\n\t\t\tGandi (for all other TLDs). If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the admin contact.
You must specify the same privacy setting for the administrative, registrant, and\n\t\t\t\ttechnical contacts.
\nDefault: true
\n
Whether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the admin contact.
You must specify the same privacy setting for the administrative, billing, registrant, and\n\t\t\t\ttechnical contacts.
\nDefault: true
\n
Whether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or for our registrar associate,\n\t\t\tGandi (for all other TLDs). If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the registrant contact (the domain owner).
You must specify the same privacy setting for the administrative, registrant, and\n\t\t\t\ttechnical contacts.
\nDefault: true
\n
Whether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the registrant contact (the domain owner).
You must specify the same privacy setting for the administrative, billing, registrant, and\n\t\t\t\ttechnical contacts.
\nDefault: true
\n
Whether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or for our registrar associate,\n\t\t\tGandi (for all other TLDs). If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the technical contact.
You must specify the same privacy setting for the administrative, registrant, and\n\t\t\t\ttechnical contacts.
\nDefault: true
\n
Whether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the technical contact.
You must specify the same privacy setting for the administrative, billing, registrant, and\n\t\t\t\ttechnical contacts.
\nDefault: true
\n
Provides detailed contact information. For information about the values that you\n\t\t\tspecify for each element, see ContactDetail.
" + } + }, + "PrivacyProtectBillingContact": { + "target": "com.amazonaws.route53domains#Boolean", + "traits": { + "smithy.api#documentation": "Whether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the billing contact.
You must specify the same privacy setting for the administrative, billing, registrant, and\n\t\t\t\ttechnical contacts.
\nTransfers a domain from another registrar to Amazon Route 53.
\nFor more information about transferring domains, see the following topics:
\nFor transfer requirements, a detailed procedure, and information about viewing\n\t\t\t\t\tthe status of a domain that you're transferring to Route 53, see Transferring Registration for a Domain to Amazon Route 53 in the\n\t\t\t\t\t\tAmazon Route 53 Developer Guide.
\nFor information about how to transfer a domain from one Amazon Web Services account to another, see TransferDomainToAnotherAwsAccount.
\nFor information about how to transfer a domain to another domain registrar,\n\t\t\t\t\tsee Transferring a Domain from Amazon Route 53 to Another Registrar in\n\t\t\t\t\tthe Amazon Route 53 Developer Guide.
\nIf the registrar for your domain is also the DNS service provider for the domain, we\n\t\t\thighly recommend that you transfer your DNS service to Route 53 or to another DNS\n\t\t\tservice provider before you transfer your registration. Some registrars provide free DNS\n\t\t\tservice when you purchase a domain registration. When you transfer the registration, the\n\t\t\tprevious registrar will not renew your domain registration and could end your DNS\n\t\t\tservice at any time.
\nIf the registrar for your domain is also the DNS service provider for the domain\n\t\t\t\tand you don't transfer DNS service to another provider, your website, email, and the\n\t\t\t\tweb applications associated with the domain might become unavailable.
\nIf the transfer is successful, this method returns an operation ID that you can use to\n\t\t\ttrack the progress and completion of the action. If the transfer doesn't complete\n\t\t\tsuccessfully, the domain registrant will be notified by email.
" + "smithy.api#documentation": "Transfers a domain from another registrar to Amazon Route 53.
\nFor more information about transferring domains, see the following topics:
\nFor transfer requirements, a detailed procedure, and information about viewing\n\t\t\t\t\tthe status of a domain that you're transferring to Route 53, see Transferring Registration for a Domain to Amazon Route 53 in the\n\t\t\t\t\t\tAmazon Route 53 Developer Guide.
\nFor information about how to transfer a domain from one Amazon Web Services account to another, see TransferDomainToAnotherAwsAccount.
\nFor information about how to transfer a domain to another domain registrar,\n\t\t\t\t\tsee Transferring a Domain from Amazon Route 53 to Another Registrar in\n\t\t\t\t\tthe Amazon Route 53 Developer Guide.
\nDuring the transfer of any country code top-level domains (ccTLDs) to Route 53, except for .cc and .tv, \n\t\t\tupdates to the owner contact are ignored and the owner contact data from the registry is used. \n\t\t\tYou can\n\t\t\tupdate the owner contact after the transfer is complete. For more information, see\n\t\t\tUpdateDomainContact.
\nIf the registrar for your domain is also the DNS service provider for the domain, we\n\t\t\thighly recommend that you transfer your DNS service to Route 53 or to another DNS\n\t\t\tservice provider before you transfer your registration. Some registrars provide free DNS\n\t\t\tservice when you purchase a domain registration. When you transfer the registration, the\n\t\t\tprevious registrar will not renew your domain registration and could end your DNS\n\t\t\tservice at any time.
\nIf the registrar for your domain is also the DNS service provider for the domain\n\t\t\t\tand you don't transfer DNS service to another provider, your website, email, and the\n\t\t\t\tweb applications associated with the domain might become unavailable.
\nIf the transfer is successful, this method returns an operation ID that you can use to\n\t\t\ttrack the progress and completion of the action. If the transfer doesn't complete\n\t\t\tsuccessfully, the domain registrant will be notified by email.
" } }, "com.amazonaws.route53domains#TransferDomainRequest": { @@ -5809,13 +5857,25 @@ "PrivacyProtectRegistrantContact": { "target": "com.amazonaws.route53domains#Boolean", "traits": { - "smithy.api#documentation": "Whether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or for our registrar associate,\n\t\t\tGandi (for all other TLDs). If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the registrant contact (domain owner).
You must specify the same privacy setting for the administrative, registrant, and\n\t\t\t\ttechnical contacts.
\nDefault: true
\n
Whether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the registrant contact (domain owner).
You must specify the same privacy setting for the administrative, billing, registrant, and\n\t\t\t\ttechnical contacts.
\nDefault: true
\n
Whether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or for our registrar associate,\n\t\t\tGandi (for all other TLDs). If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the technical contact.
You must specify the same privacy setting for the administrative, registrant, and\n\t\t\t\ttechnical contacts.
\nDefault: true
\n
Whether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the technical contact.
You must specify the same privacy setting for the administrative, billing, registrant, and\n\t\t\t\ttechnical contacts.
\nDefault: true
\n
Provides detailed contact information.
" + } + }, + "PrivacyProtectBillingContact": { + "target": "com.amazonaws.route53domains#Boolean", + "traits": { + "smithy.api#documentation": "\n\t\t\tWhether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the billing contact.\n\t\t
You must specify the same privacy setting for the administrative, billing, registrant, and\n\t\t\t\ttechnical contacts.
\nWhether the domain name can be transferred to Route 53.
\nYou can transfer only domains that have a value of TRANSFERABLE
or\n\t\t\t\t\tTransferable
.
Valid values:
\nThe domain name can be transferred to Route 53.
\nThe domain name can't be transferred to Route 53.
\nReserved for future use.
\nThe domain already exists in the current Amazon Web Services account.
\nthe domain exists in another Amazon Web Services account.
\nPremium domain transfer is not supported.
\nWhether the domain name can be transferred to Route 53.
\nYou can transfer only domains that have a value of TRANSFERABLE
or\n\t\t\t\t\tTransferable
.
Valid values:
\nThe domain name can be transferred to Route 53.
\nThe domain name can't be transferred to Route 53.
\nReserved for future use.
\nThe domain already exists in the current Amazon Web Services account.
\nThe domain exists in another Amazon Web Services account.
\nPremium domain transfer is not supported.
\nWhether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or for our registrar associate,\n\t\t\tGandi (for all other TLDs). If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the admin contact.
You must specify the same privacy setting for the administrative, registrant, and\n\t\t\t\ttechnical contacts.
\nWhether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the admin contact.
You must specify the same privacy setting for the administrative, billing, registrant, and\n\t\t\t\ttechnical contacts.
\nWhether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or for our registrar associate,\n\t\t\tGandi (for all other TLDs). If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the registrant contact (domain owner).
You must specify the same privacy setting for the administrative, registrant, and\n\t\t\t\ttechnical contacts.
\nWhether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the registrant contact (domain owner).
You must specify the same privacy setting for the administrative, billing, registrant, and\n\t\t\t\ttechnical contacts.
\nWhether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar (for .com, .net, and .org domains) or for our registrar associate,\n\t\t\tGandi (for all other TLDs). If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the technical contact.
You must specify the same privacy setting for the administrative, registrant, and\n\t\t\t\ttechnical contacts.
\nWhether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the technical contact.
You must specify the same privacy setting for the administrative, billing, registrant, and\n\t\t\t\ttechnical contacts.
\n\n\t\t\tWhether you want to conceal contact information from WHOIS queries. If you specify\n\t\t\ttrue
, WHOIS (\"who is\") queries return contact information either for\n\t\t\tAmazon Registrar or for our registrar associate,\n\t\t\tGandi. If you specify false
, WHOIS queries return the\n\t\t\tinformation that you entered for the billing contact.\n\t\t
You must specify the same privacy setting for the administrative, billing, registrant, and\n\t\t\t\ttechnical contacts.
\nCustomer's consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).
" } + }, + "BillingContact": { + "target": "com.amazonaws.route53domains#ContactDetail", + "traits": { + "smithy.api#documentation": "Provides detailed contact information.
" + } } }, "traits": {