aws-sdk-route53domains 1.55.0 → 1.56.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53domains/client.rb +183 -46
- data/lib/aws-sdk-route53domains/client_api.rb +8 -0
- data/lib/aws-sdk-route53domains/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-route53domains/types.rb +136 -66
- data/lib/aws-sdk-route53domains.rb +1 -1
- data/sig/client.rbs +74 -6
- data/sig/types.rbs +17 -9
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24e0c2ccdb1c4396f8c5aa08c11f78345fb092f81e68715a35e28188e80ee39d
|
4
|
+
data.tar.gz: e8d193b2094b1135e3fea2db31545c288e7b516187b8e0c06eb57a7ee2d4b908
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d480eb4fd85566e0d3cf4d3274d97fb5c7e64a3dac0dc981850a654cb179564aba3cafa7dc74eeff27289bc4f9cd4e40efd8bbcd7efe28d6b30cfeb0f008d195
|
7
|
+
data.tar.gz: c7142e82f4ff7d8eb19edc8583629c5b6b91ec4d744903e9422335139e4f85f289816a2fb7da34711dc4e4924874c0497c0fe0e1b6394fab329ed26a2f4c2c26
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.56.0 (2024-02-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.
|
8
|
+
|
4
9
|
1.55.0 (2024-01-26)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|
@@ -608,7 +608,7 @@ module Aws::Route53Domains
|
|
608
608
|
#
|
609
609
|
# @example Response structure
|
610
610
|
#
|
611
|
-
# resp.availability #=> String, one of "AVAILABLE", "AVAILABLE_RESERVED", "AVAILABLE_PREORDER", "UNAVAILABLE", "UNAVAILABLE_PREMIUM", "UNAVAILABLE_RESTRICTED", "RESERVED", "DONT_KNOW"
|
611
|
+
# resp.availability #=> String, one of "AVAILABLE", "AVAILABLE_RESERVED", "AVAILABLE_PREORDER", "UNAVAILABLE", "UNAVAILABLE_PREMIUM", "UNAVAILABLE_RESTRICTED", "RESERVED", "DONT_KNOW", "INVALID_NAME_FOR_TLD", "PENDING"
|
612
612
|
#
|
613
613
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/CheckDomainAvailability AWS API Documentation
|
614
614
|
#
|
@@ -987,6 +987,8 @@ module Aws::Route53Domains
|
|
987
987
|
# * {Types::GetDomainDetailResponse#dns_sec #dns_sec} => String
|
988
988
|
# * {Types::GetDomainDetailResponse#status_list #status_list} => Array<String>
|
989
989
|
# * {Types::GetDomainDetailResponse#dnssec_keys #dnssec_keys} => Array<Types::DnssecKey>
|
990
|
+
# * {Types::GetDomainDetailResponse#billing_contact #billing_contact} => Types::ContactDetail
|
991
|
+
# * {Types::GetDomainDetailResponse#billing_privacy #billing_privacy} => Boolean
|
990
992
|
#
|
991
993
|
# @example Request syntax with placeholder values
|
992
994
|
#
|
@@ -1074,6 +1076,23 @@ module Aws::Route53Domains
|
|
1074
1076
|
# resp.dnssec_keys[0].digest #=> String
|
1075
1077
|
# resp.dnssec_keys[0].key_tag #=> Integer
|
1076
1078
|
# resp.dnssec_keys[0].id #=> String
|
1079
|
+
# resp.billing_contact.first_name #=> String
|
1080
|
+
# resp.billing_contact.last_name #=> String
|
1081
|
+
# resp.billing_contact.contact_type #=> String, one of "PERSON", "COMPANY", "ASSOCIATION", "PUBLIC_BODY", "RESELLER"
|
1082
|
+
# resp.billing_contact.organization_name #=> String
|
1083
|
+
# resp.billing_contact.address_line_1 #=> String
|
1084
|
+
# resp.billing_contact.address_line_2 #=> String
|
1085
|
+
# resp.billing_contact.city #=> String
|
1086
|
+
# resp.billing_contact.state #=> String
|
1087
|
+
# resp.billing_contact.country_code #=> String, one of "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"
|
1088
|
+
# resp.billing_contact.zip_code #=> String
|
1089
|
+
# resp.billing_contact.phone_number #=> String
|
1090
|
+
# resp.billing_contact.email #=> String
|
1091
|
+
# resp.billing_contact.fax #=> String
|
1092
|
+
# resp.billing_contact.extra_params #=> Array
|
1093
|
+
# resp.billing_contact.extra_params[0].name #=> String, one of "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"
|
1094
|
+
# resp.billing_contact.extra_params[0].value #=> String
|
1095
|
+
# resp.billing_privacy #=> Boolean
|
1077
1096
|
#
|
1078
1097
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetDomainDetail AWS API Documentation
|
1079
1098
|
#
|
@@ -1184,7 +1203,7 @@ module Aws::Route53Domains
|
|
1184
1203
|
# resp.status #=> String, one of "SUBMITTED", "IN_PROGRESS", "ERROR", "SUCCESSFUL", "FAILED"
|
1185
1204
|
# resp.message #=> String
|
1186
1205
|
# resp.domain_name #=> String
|
1187
|
-
# resp.type #=> String, one of "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"
|
1206
|
+
# resp.type #=> String, one of "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"
|
1188
1207
|
# resp.submitted_date #=> Time
|
1189
1208
|
# resp.last_updated_date #=> Time
|
1190
1209
|
# resp.status_flag #=> String, one of "PENDING_ACCEPTANCE", "PENDING_CUSTOMER_ACTION", "PENDING_AUTHORIZATION", "PENDING_PAYMENT_VERIFICATION", "PENDING_SUPPORT_CASE"
|
@@ -1322,7 +1341,7 @@ module Aws::Route53Domains
|
|
1322
1341
|
# marker: "PageMarker",
|
1323
1342
|
# max_items: 1,
|
1324
1343
|
# status: ["SUBMITTED"], # accepts SUBMITTED, IN_PROGRESS, ERROR, SUCCESSFUL, FAILED
|
1325
|
-
# type: ["REGISTER_DOMAIN"], # accepts 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
|
1344
|
+
# type: ["REGISTER_DOMAIN"], # accepts 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
|
1326
1345
|
# sort_by: "SubmittedDate", # accepts SubmittedDate
|
1327
1346
|
# sort_order: "ASC", # accepts ASC, DESC
|
1328
1347
|
# })
|
@@ -1332,7 +1351,7 @@ module Aws::Route53Domains
|
|
1332
1351
|
# resp.operations #=> Array
|
1333
1352
|
# resp.operations[0].operation_id #=> String
|
1334
1353
|
# resp.operations[0].status #=> String, one of "SUBMITTED", "IN_PROGRESS", "ERROR", "SUCCESSFUL", "FAILED"
|
1335
|
-
# resp.operations[0].type #=> String, one of "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"
|
1354
|
+
# resp.operations[0].type #=> String, one of "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"
|
1336
1355
|
# resp.operations[0].submitted_date #=> Time
|
1337
1356
|
# resp.operations[0].domain_name #=> String
|
1338
1357
|
# resp.operations[0].message #=> String
|
@@ -1611,13 +1630,12 @@ module Aws::Route53Domains
|
|
1611
1630
|
# @option params [Boolean] :privacy_protect_admin_contact
|
1612
1631
|
# Whether you want to conceal contact information from WHOIS queries. If
|
1613
1632
|
# you specify `true`, WHOIS ("who is") queries return contact
|
1614
|
-
# information either for Amazon Registrar
|
1615
|
-
#
|
1616
|
-
#
|
1617
|
-
# entered for the admin contact.
|
1633
|
+
# information either for Amazon Registrar or for our registrar
|
1634
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
1635
|
+
# information that you entered for the admin contact.
|
1618
1636
|
#
|
1619
1637
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
1620
|
-
# registrant, and technical contacts.
|
1638
|
+
# billing, registrant, and technical contacts.
|
1621
1639
|
#
|
1622
1640
|
# </note>
|
1623
1641
|
#
|
@@ -1626,13 +1644,13 @@ module Aws::Route53Domains
|
|
1626
1644
|
# @option params [Boolean] :privacy_protect_registrant_contact
|
1627
1645
|
# Whether you want to conceal contact information from WHOIS queries. If
|
1628
1646
|
# you specify `true`, WHOIS ("who is") queries return contact
|
1629
|
-
# information either for Amazon Registrar
|
1630
|
-
#
|
1631
|
-
#
|
1632
|
-
#
|
1647
|
+
# information either for Amazon Registrar or for our registrar
|
1648
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
1649
|
+
# information that you entered for the registrant contact (the domain
|
1650
|
+
# owner).
|
1633
1651
|
#
|
1634
1652
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
1635
|
-
# registrant, and technical contacts.
|
1653
|
+
# billing, registrant, and technical contacts.
|
1636
1654
|
#
|
1637
1655
|
# </note>
|
1638
1656
|
#
|
@@ -1641,18 +1659,37 @@ module Aws::Route53Domains
|
|
1641
1659
|
# @option params [Boolean] :privacy_protect_tech_contact
|
1642
1660
|
# Whether you want to conceal contact information from WHOIS queries. If
|
1643
1661
|
# you specify `true`, WHOIS ("who is") queries return contact
|
1644
|
-
# information either for Amazon Registrar
|
1645
|
-
#
|
1646
|
-
#
|
1647
|
-
# entered for the technical contact.
|
1662
|
+
# information either for Amazon Registrar or for our registrar
|
1663
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
1664
|
+
# information that you entered for the technical contact.
|
1648
1665
|
#
|
1649
1666
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
1650
|
-
# registrant, and technical contacts.
|
1667
|
+
# billing, registrant, and technical contacts.
|
1651
1668
|
#
|
1652
1669
|
# </note>
|
1653
1670
|
#
|
1654
1671
|
# Default: `true`
|
1655
1672
|
#
|
1673
|
+
# @option params [Types::ContactDetail] :billing_contact
|
1674
|
+
# Provides detailed contact information. For information about the
|
1675
|
+
# values that you specify for each element, see [ContactDetail][1].
|
1676
|
+
#
|
1677
|
+
#
|
1678
|
+
#
|
1679
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html
|
1680
|
+
#
|
1681
|
+
# @option params [Boolean] :privacy_protect_billing_contact
|
1682
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
1683
|
+
# you specify `true`, WHOIS ("who is") queries return contact
|
1684
|
+
# information either for Amazon Registrar or for our registrar
|
1685
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
1686
|
+
# information that you entered for the billing contact.
|
1687
|
+
#
|
1688
|
+
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
1689
|
+
# billing, registrant, and technical contacts.
|
1690
|
+
#
|
1691
|
+
# </note>
|
1692
|
+
#
|
1656
1693
|
# @return [Types::RegisterDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1657
1694
|
#
|
1658
1695
|
# * {Types::RegisterDomainResponse#operation_id #operation_id} => String
|
@@ -1730,6 +1767,28 @@ module Aws::Route53Domains
|
|
1730
1767
|
# privacy_protect_admin_contact: false,
|
1731
1768
|
# privacy_protect_registrant_contact: false,
|
1732
1769
|
# privacy_protect_tech_contact: false,
|
1770
|
+
# billing_contact: {
|
1771
|
+
# first_name: "ContactName",
|
1772
|
+
# last_name: "ContactName",
|
1773
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
1774
|
+
# organization_name: "ContactName",
|
1775
|
+
# address_line_1: "AddressLine",
|
1776
|
+
# address_line_2: "AddressLine",
|
1777
|
+
# city: "City",
|
1778
|
+
# state: "State",
|
1779
|
+
# country_code: "AC", # accepts 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
|
1780
|
+
# zip_code: "ZipCode",
|
1781
|
+
# phone_number: "ContactNumber",
|
1782
|
+
# email: "Email",
|
1783
|
+
# fax: "ContactNumber",
|
1784
|
+
# extra_params: [
|
1785
|
+
# {
|
1786
|
+
# name: "DUNS_NUMBER", # required, accepts 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
|
1787
|
+
# value: "ExtraParamValue", # required
|
1788
|
+
# },
|
1789
|
+
# ],
|
1790
|
+
# },
|
1791
|
+
# privacy_protect_billing_contact: false,
|
1733
1792
|
# })
|
1734
1793
|
#
|
1735
1794
|
# @example Response structure
|
@@ -1958,6 +2017,12 @@ module Aws::Route53Domains
|
|
1958
2017
|
# registrar, see [Transferring a Domain from Amazon Route 53 to
|
1959
2018
|
# Another Registrar][3] in the *Amazon Route 53 Developer Guide*.
|
1960
2019
|
#
|
2020
|
+
# During the transfer of any country code top-level domains (ccTLDs) to
|
2021
|
+
# Route 53, except for .cc and .tv, updates to the owner contact are
|
2022
|
+
# ignored and the owner contact data from the registry is used. You can
|
2023
|
+
# update the owner contact after the transfer is complete. For more
|
2024
|
+
# information, see [UpdateDomainContact][4].
|
2025
|
+
#
|
1961
2026
|
# If the registrar for your domain is also the DNS service provider for
|
1962
2027
|
# the domain, we highly recommend that you transfer your DNS service to
|
1963
2028
|
# Route 53 or to another DNS service provider before you transfer your
|
@@ -1981,6 +2046,7 @@ module Aws::Route53Domains
|
|
1981
2046
|
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53.html
|
1982
2047
|
# [2]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html
|
1983
2048
|
# [3]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-from-route-53.html
|
2049
|
+
# [4]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainContact.html
|
1984
2050
|
#
|
1985
2051
|
# @option params [required, String] :domain_name
|
1986
2052
|
# The name of the domain that you want to transfer to Route 53. The
|
@@ -2054,13 +2120,13 @@ module Aws::Route53Domains
|
|
2054
2120
|
# @option params [Boolean] :privacy_protect_registrant_contact
|
2055
2121
|
# Whether you want to conceal contact information from WHOIS queries. If
|
2056
2122
|
# you specify `true`, WHOIS ("who is") queries return contact
|
2057
|
-
# information either for Amazon Registrar
|
2058
|
-
#
|
2059
|
-
#
|
2060
|
-
#
|
2123
|
+
# information either for Amazon Registrar or for our registrar
|
2124
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2125
|
+
# information that you entered for the registrant contact (domain
|
2126
|
+
# owner).
|
2061
2127
|
#
|
2062
2128
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2063
|
-
# registrant, and technical contacts.
|
2129
|
+
# billing, registrant, and technical contacts.
|
2064
2130
|
#
|
2065
2131
|
# </note>
|
2066
2132
|
#
|
@@ -2069,18 +2135,32 @@ module Aws::Route53Domains
|
|
2069
2135
|
# @option params [Boolean] :privacy_protect_tech_contact
|
2070
2136
|
# Whether you want to conceal contact information from WHOIS queries. If
|
2071
2137
|
# you specify `true`, WHOIS ("who is") queries return contact
|
2072
|
-
# information either for Amazon Registrar
|
2073
|
-
#
|
2074
|
-
#
|
2075
|
-
# entered for the technical contact.
|
2138
|
+
# information either for Amazon Registrar or for our registrar
|
2139
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2140
|
+
# information that you entered for the technical contact.
|
2076
2141
|
#
|
2077
2142
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2078
|
-
# registrant, and technical contacts.
|
2143
|
+
# billing, registrant, and technical contacts.
|
2079
2144
|
#
|
2080
2145
|
# </note>
|
2081
2146
|
#
|
2082
2147
|
# Default: `true`
|
2083
2148
|
#
|
2149
|
+
# @option params [Types::ContactDetail] :billing_contact
|
2150
|
+
# Provides detailed contact information.
|
2151
|
+
#
|
2152
|
+
# @option params [Boolean] :privacy_protect_billing_contact
|
2153
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
2154
|
+
# you specify `true`, WHOIS ("who is") queries return contact
|
2155
|
+
# information either for Amazon Registrar or for our registrar
|
2156
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2157
|
+
# information that you entered for the billing contact.
|
2158
|
+
#
|
2159
|
+
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2160
|
+
# billing, registrant, and technical contacts.
|
2161
|
+
#
|
2162
|
+
# </note>
|
2163
|
+
#
|
2084
2164
|
# @return [Types::TransferDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2085
2165
|
#
|
2086
2166
|
# * {Types::TransferDomainResponse#operation_id #operation_id} => String
|
@@ -2165,6 +2245,28 @@ module Aws::Route53Domains
|
|
2165
2245
|
# privacy_protect_admin_contact: false,
|
2166
2246
|
# privacy_protect_registrant_contact: false,
|
2167
2247
|
# privacy_protect_tech_contact: false,
|
2248
|
+
# billing_contact: {
|
2249
|
+
# first_name: "ContactName",
|
2250
|
+
# last_name: "ContactName",
|
2251
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
2252
|
+
# organization_name: "ContactName",
|
2253
|
+
# address_line_1: "AddressLine",
|
2254
|
+
# address_line_2: "AddressLine",
|
2255
|
+
# city: "City",
|
2256
|
+
# state: "State",
|
2257
|
+
# country_code: "AC", # accepts 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
|
2258
|
+
# zip_code: "ZipCode",
|
2259
|
+
# phone_number: "ContactNumber",
|
2260
|
+
# email: "Email",
|
2261
|
+
# fax: "ContactNumber",
|
2262
|
+
# extra_params: [
|
2263
|
+
# {
|
2264
|
+
# name: "DUNS_NUMBER", # required, accepts 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
|
2265
|
+
# value: "ExtraParamValue", # required
|
2266
|
+
# },
|
2267
|
+
# ],
|
2268
|
+
# },
|
2269
|
+
# privacy_protect_billing_contact: false,
|
2168
2270
|
# })
|
2169
2271
|
#
|
2170
2272
|
# @example Response structure
|
@@ -2277,6 +2379,9 @@ module Aws::Route53Domains
|
|
2277
2379
|
# Customer's consent for the owner change request. Required if the
|
2278
2380
|
# domain is not free (consent price is more than $0.00).
|
2279
2381
|
#
|
2382
|
+
# @option params [Types::ContactDetail] :billing_contact
|
2383
|
+
# Provides detailed contact information.
|
2384
|
+
#
|
2280
2385
|
# @return [Types::UpdateDomainContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2281
2386
|
#
|
2282
2387
|
# * {Types::UpdateDomainContactResponse#operation_id #operation_id} => String
|
@@ -2352,6 +2457,27 @@ module Aws::Route53Domains
|
|
2352
2457
|
# max_price: 1.0, # required
|
2353
2458
|
# currency: "Currency", # required
|
2354
2459
|
# },
|
2460
|
+
# billing_contact: {
|
2461
|
+
# first_name: "ContactName",
|
2462
|
+
# last_name: "ContactName",
|
2463
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
2464
|
+
# organization_name: "ContactName",
|
2465
|
+
# address_line_1: "AddressLine",
|
2466
|
+
# address_line_2: "AddressLine",
|
2467
|
+
# city: "City",
|
2468
|
+
# state: "State",
|
2469
|
+
# country_code: "AC", # accepts 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
|
2470
|
+
# zip_code: "ZipCode",
|
2471
|
+
# phone_number: "ContactNumber",
|
2472
|
+
# email: "Email",
|
2473
|
+
# fax: "ContactNumber",
|
2474
|
+
# extra_params: [
|
2475
|
+
# {
|
2476
|
+
# name: "DUNS_NUMBER", # required, accepts 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
|
2477
|
+
# value: "ExtraParamValue", # required
|
2478
|
+
# },
|
2479
|
+
# ],
|
2480
|
+
# },
|
2355
2481
|
# })
|
2356
2482
|
#
|
2357
2483
|
# @example Response structure
|
@@ -2407,39 +2533,49 @@ module Aws::Route53Domains
|
|
2407
2533
|
# @option params [Boolean] :admin_privacy
|
2408
2534
|
# Whether you want to conceal contact information from WHOIS queries. If
|
2409
2535
|
# you specify `true`, WHOIS ("who is") queries return contact
|
2410
|
-
# information either for Amazon Registrar
|
2411
|
-
#
|
2412
|
-
#
|
2413
|
-
# entered for the admin contact.
|
2536
|
+
# information either for Amazon Registrar or for our registrar
|
2537
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2538
|
+
# information that you entered for the admin contact.
|
2414
2539
|
#
|
2415
2540
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2416
|
-
# registrant, and technical contacts.
|
2541
|
+
# billing, registrant, and technical contacts.
|
2417
2542
|
#
|
2418
2543
|
# </note>
|
2419
2544
|
#
|
2420
2545
|
# @option params [Boolean] :registrant_privacy
|
2421
2546
|
# Whether you want to conceal contact information from WHOIS queries. If
|
2422
2547
|
# you specify `true`, WHOIS ("who is") queries return contact
|
2423
|
-
# information either for Amazon Registrar
|
2424
|
-
#
|
2425
|
-
#
|
2426
|
-
#
|
2548
|
+
# information either for Amazon Registrar or for our registrar
|
2549
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2550
|
+
# information that you entered for the registrant contact (domain
|
2551
|
+
# owner).
|
2427
2552
|
#
|
2428
2553
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2429
|
-
# registrant, and technical contacts.
|
2554
|
+
# billing, registrant, and technical contacts.
|
2430
2555
|
#
|
2431
2556
|
# </note>
|
2432
2557
|
#
|
2433
2558
|
# @option params [Boolean] :tech_privacy
|
2434
2559
|
# Whether you want to conceal contact information from WHOIS queries. If
|
2435
2560
|
# you specify `true`, WHOIS ("who is") queries return contact
|
2436
|
-
# information either for Amazon Registrar
|
2437
|
-
#
|
2438
|
-
#
|
2439
|
-
#
|
2561
|
+
# information either for Amazon Registrar or for our registrar
|
2562
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2563
|
+
# information that you entered for the technical contact.
|
2564
|
+
#
|
2565
|
+
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2566
|
+
# billing, registrant, and technical contacts.
|
2567
|
+
#
|
2568
|
+
# </note>
|
2569
|
+
#
|
2570
|
+
# @option params [Boolean] :billing_privacy
|
2571
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
2572
|
+
# you specify `true`, WHOIS ("who is") queries return contact
|
2573
|
+
# information either for Amazon Registrar or for our registrar
|
2574
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2575
|
+
# information that you entered for the billing contact.
|
2440
2576
|
#
|
2441
2577
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2442
|
-
# registrant, and technical contacts.
|
2578
|
+
# billing, registrant, and technical contacts.
|
2443
2579
|
#
|
2444
2580
|
# </note>
|
2445
2581
|
#
|
@@ -2454,6 +2590,7 @@ module Aws::Route53Domains
|
|
2454
2590
|
# admin_privacy: false,
|
2455
2591
|
# registrant_privacy: false,
|
2456
2592
|
# tech_privacy: false,
|
2593
|
+
# billing_privacy: false,
|
2457
2594
|
# })
|
2458
2595
|
#
|
2459
2596
|
# @example Response structure
|
@@ -2606,7 +2743,7 @@ module Aws::Route53Domains
|
|
2606
2743
|
# resp.next_page_marker #=> String
|
2607
2744
|
# resp.billing_records #=> Array
|
2608
2745
|
# resp.billing_records[0].domain_name #=> String
|
2609
|
-
# resp.billing_records[0].operation #=> String, one of "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"
|
2746
|
+
# resp.billing_records[0].operation #=> String, one of "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"
|
2610
2747
|
# resp.billing_records[0].invoice_id #=> String
|
2611
2748
|
# resp.billing_records[0].bill_date #=> Time
|
2612
2749
|
# resp.billing_records[0].price #=> Float
|
@@ -2633,7 +2770,7 @@ module Aws::Route53Domains
|
|
2633
2770
|
params: params,
|
2634
2771
|
config: config)
|
2635
2772
|
context[:gem_name] = 'aws-sdk-route53domains'
|
2636
|
-
context[:gem_version] = '1.
|
2773
|
+
context[:gem_version] = '1.56.0'
|
2637
2774
|
Seahorse::Client::Request.new(handlers, context)
|
2638
2775
|
end
|
2639
2776
|
|
@@ -384,6 +384,8 @@ module Aws::Route53Domains
|
|
384
384
|
GetDomainDetailResponse.add_member(:dns_sec, Shapes::ShapeRef.new(shape: DNSSec, location_name: "DnsSec"))
|
385
385
|
GetDomainDetailResponse.add_member(:status_list, Shapes::ShapeRef.new(shape: DomainStatusList, location_name: "StatusList"))
|
386
386
|
GetDomainDetailResponse.add_member(:dnssec_keys, Shapes::ShapeRef.new(shape: DnssecKeyList, location_name: "DnssecKeys"))
|
387
|
+
GetDomainDetailResponse.add_member(:billing_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "BillingContact"))
|
388
|
+
GetDomainDetailResponse.add_member(:billing_privacy, Shapes::ShapeRef.new(shape: Boolean, location_name: "BillingPrivacy"))
|
387
389
|
GetDomainDetailResponse.struct_class = Types::GetDomainDetailResponse
|
388
390
|
|
389
391
|
GetDomainSuggestionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
@@ -493,6 +495,8 @@ module Aws::Route53Domains
|
|
493
495
|
RegisterDomainRequest.add_member(:privacy_protect_admin_contact, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivacyProtectAdminContact"))
|
494
496
|
RegisterDomainRequest.add_member(:privacy_protect_registrant_contact, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivacyProtectRegistrantContact"))
|
495
497
|
RegisterDomainRequest.add_member(:privacy_protect_tech_contact, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivacyProtectTechContact"))
|
498
|
+
RegisterDomainRequest.add_member(:billing_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "BillingContact"))
|
499
|
+
RegisterDomainRequest.add_member(:privacy_protect_billing_contact, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivacyProtectBillingContact"))
|
496
500
|
RegisterDomainRequest.struct_class = Types::RegisterDomainRequest
|
497
501
|
|
498
502
|
RegisterDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
@@ -556,6 +560,8 @@ module Aws::Route53Domains
|
|
556
560
|
TransferDomainRequest.add_member(:privacy_protect_admin_contact, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivacyProtectAdminContact"))
|
557
561
|
TransferDomainRequest.add_member(:privacy_protect_registrant_contact, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivacyProtectRegistrantContact"))
|
558
562
|
TransferDomainRequest.add_member(:privacy_protect_tech_contact, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivacyProtectTechContact"))
|
563
|
+
TransferDomainRequest.add_member(:billing_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "BillingContact"))
|
564
|
+
TransferDomainRequest.add_member(:privacy_protect_billing_contact, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivacyProtectBillingContact"))
|
559
565
|
TransferDomainRequest.struct_class = Types::TransferDomainRequest
|
560
566
|
|
561
567
|
TransferDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
@@ -576,6 +582,7 @@ module Aws::Route53Domains
|
|
576
582
|
UpdateDomainContactPrivacyRequest.add_member(:admin_privacy, Shapes::ShapeRef.new(shape: Boolean, location_name: "AdminPrivacy"))
|
577
583
|
UpdateDomainContactPrivacyRequest.add_member(:registrant_privacy, Shapes::ShapeRef.new(shape: Boolean, location_name: "RegistrantPrivacy"))
|
578
584
|
UpdateDomainContactPrivacyRequest.add_member(:tech_privacy, Shapes::ShapeRef.new(shape: Boolean, location_name: "TechPrivacy"))
|
585
|
+
UpdateDomainContactPrivacyRequest.add_member(:billing_privacy, Shapes::ShapeRef.new(shape: Boolean, location_name: "BillingPrivacy"))
|
579
586
|
UpdateDomainContactPrivacyRequest.struct_class = Types::UpdateDomainContactPrivacyRequest
|
580
587
|
|
581
588
|
UpdateDomainContactPrivacyResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
@@ -586,6 +593,7 @@ module Aws::Route53Domains
|
|
586
593
|
UpdateDomainContactRequest.add_member(:registrant_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "RegistrantContact"))
|
587
594
|
UpdateDomainContactRequest.add_member(:tech_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "TechContact"))
|
588
595
|
UpdateDomainContactRequest.add_member(:consent, Shapes::ShapeRef.new(shape: Consent, location_name: "Consent"))
|
596
|
+
UpdateDomainContactRequest.add_member(:billing_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "BillingContact"))
|
589
597
|
UpdateDomainContactRequest.struct_class = Types::UpdateDomainContactRequest
|
590
598
|
|
591
599
|
UpdateDomainContactResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
@@ -32,7 +32,7 @@ module Aws::Route53Domains
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://route53domains-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -250,6 +250,11 @@ module Aws::Route53Domains
|
|
250
250
|
# response for a variety of reasons, for example, the registry is
|
251
251
|
# performing maintenance. Try again later.
|
252
252
|
#
|
253
|
+
# INVALID\_NAME\_FOR\_TLD
|
254
|
+
#
|
255
|
+
# : The TLD isn't valid. For example, it can contain characters that
|
256
|
+
# aren't allowed.
|
257
|
+
#
|
253
258
|
# PENDING
|
254
259
|
#
|
255
260
|
# : The TLD registry didn't return a response in the expected amount
|
@@ -942,7 +947,7 @@ module Aws::Route53Domains
|
|
942
947
|
#
|
943
948
|
# DOMAIN\_IN\_ANOTHER\_ACCOUNT
|
944
949
|
#
|
945
|
-
# :
|
950
|
+
# : The domain exists in another Amazon Web Services account.
|
946
951
|
#
|
947
952
|
# PREMIUM\_DOMAIN
|
948
953
|
#
|
@@ -1535,36 +1540,30 @@ module Aws::Route53Domains
|
|
1535
1540
|
# @!attribute [rw] admin_privacy
|
1536
1541
|
# Specifies whether contact information is concealed from WHOIS
|
1537
1542
|
# queries. If the value is `true`, WHOIS ("who is") queries return
|
1538
|
-
# contact information either for Amazon Registrar
|
1539
|
-
# .
|
1540
|
-
#
|
1541
|
-
# that you entered for the admin contact.
|
1543
|
+
# contact information either for Amazon Registrar or for our registrar
|
1544
|
+
# associate, Gandi. If the value is `false`, WHOIS queries return the
|
1545
|
+
# information that you entered for the admin contact.
|
1542
1546
|
# @return [Boolean]
|
1543
1547
|
#
|
1544
1548
|
# @!attribute [rw] registrant_privacy
|
1545
1549
|
# Specifies whether contact information is concealed from WHOIS
|
1546
1550
|
# queries. If the value is `true`, WHOIS ("who is") queries return
|
1547
|
-
# contact information either for Amazon Registrar
|
1548
|
-
# .
|
1549
|
-
#
|
1550
|
-
#
|
1551
|
+
# contact information either for Amazon Registrar or for our registrar
|
1552
|
+
# associate, Gandi. If the value is `false`, WHOIS queries return the
|
1553
|
+
# information that you entered for the registrant contact (domain
|
1554
|
+
# owner).
|
1551
1555
|
# @return [Boolean]
|
1552
1556
|
#
|
1553
1557
|
# @!attribute [rw] tech_privacy
|
1554
1558
|
# Specifies whether contact information is concealed from WHOIS
|
1555
1559
|
# queries. If the value is `true`, WHOIS ("who is") queries return
|
1556
|
-
# contact information either for Amazon Registrar
|
1557
|
-
# .
|
1558
|
-
#
|
1559
|
-
# that you entered for the technical contact.
|
1560
|
+
# contact information either for Amazon Registrar or for our registrar
|
1561
|
+
# associate, Gandi. If the value is `false`, WHOIS queries return the
|
1562
|
+
# information that you entered for the technical contact.
|
1560
1563
|
# @return [Boolean]
|
1561
1564
|
#
|
1562
1565
|
# @!attribute [rw] registrar_name
|
1563
1566
|
# Name of the registrar of the domain as identified in the registry.
|
1564
|
-
# Domains with a .com, .net, or .org TLD are registered by Amazon
|
1565
|
-
# Registrar. All other domains are registered by our registrar
|
1566
|
-
# associate, Gandi. The value for domains that are registered by Gandi
|
1567
|
-
# is `"GANDI SAS"`.
|
1568
1567
|
# @return [String]
|
1569
1568
|
#
|
1570
1569
|
# @!attribute [rw] who_is_server
|
@@ -1644,6 +1643,18 @@ module Aws::Route53Domains
|
|
1644
1643
|
# configuration.
|
1645
1644
|
# @return [Array<Types::DnssecKey>]
|
1646
1645
|
#
|
1646
|
+
# @!attribute [rw] billing_contact
|
1647
|
+
# Provides details about the domain billing contact.
|
1648
|
+
# @return [Types::ContactDetail]
|
1649
|
+
#
|
1650
|
+
# @!attribute [rw] billing_privacy
|
1651
|
+
# Specifies whether contact information is concealed from WHOIS
|
1652
|
+
# queries. If the value is `true`, WHOIS ("who is") queries return
|
1653
|
+
# contact information either for Amazon Registrar or for our registrar
|
1654
|
+
# associate, Gandi. If the value is `false`, WHOIS queries return the
|
1655
|
+
# information that you entered for the billing contact.
|
1656
|
+
# @return [Boolean]
|
1657
|
+
#
|
1647
1658
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetDomainDetailResponse AWS API Documentation
|
1648
1659
|
#
|
1649
1660
|
class GetDomainDetailResponse < Struct.new(
|
@@ -1668,8 +1679,10 @@ module Aws::Route53Domains
|
|
1668
1679
|
:reseller,
|
1669
1680
|
:dns_sec,
|
1670
1681
|
:status_list,
|
1671
|
-
:dnssec_keys
|
1672
|
-
|
1682
|
+
:dnssec_keys,
|
1683
|
+
:billing_contact,
|
1684
|
+
:billing_privacy)
|
1685
|
+
SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact, :abuse_contact_email, :abuse_contact_phone, :billing_contact]
|
1673
1686
|
include Aws::Structure
|
1674
1687
|
end
|
1675
1688
|
|
@@ -2319,13 +2332,12 @@ module Aws::Route53Domains
|
|
2319
2332
|
# @!attribute [rw] privacy_protect_admin_contact
|
2320
2333
|
# Whether you want to conceal contact information from WHOIS queries.
|
2321
2334
|
# If you specify `true`, WHOIS ("who is") queries return contact
|
2322
|
-
# information either for Amazon Registrar
|
2323
|
-
#
|
2324
|
-
#
|
2325
|
-
# you entered for the admin contact.
|
2335
|
+
# information either for Amazon Registrar or for our registrar
|
2336
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2337
|
+
# information that you entered for the admin contact.
|
2326
2338
|
#
|
2327
2339
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2328
|
-
# registrant, and technical contacts.
|
2340
|
+
# billing, registrant, and technical contacts.
|
2329
2341
|
#
|
2330
2342
|
# </note>
|
2331
2343
|
#
|
@@ -2335,13 +2347,13 @@ module Aws::Route53Domains
|
|
2335
2347
|
# @!attribute [rw] privacy_protect_registrant_contact
|
2336
2348
|
# Whether you want to conceal contact information from WHOIS queries.
|
2337
2349
|
# If you specify `true`, WHOIS ("who is") queries return contact
|
2338
|
-
# information either for Amazon Registrar
|
2339
|
-
#
|
2340
|
-
#
|
2341
|
-
#
|
2350
|
+
# information either for Amazon Registrar or for our registrar
|
2351
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2352
|
+
# information that you entered for the registrant contact (the domain
|
2353
|
+
# owner).
|
2342
2354
|
#
|
2343
2355
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2344
|
-
# registrant, and technical contacts.
|
2356
|
+
# billing, registrant, and technical contacts.
|
2345
2357
|
#
|
2346
2358
|
# </note>
|
2347
2359
|
#
|
@@ -2351,19 +2363,40 @@ module Aws::Route53Domains
|
|
2351
2363
|
# @!attribute [rw] privacy_protect_tech_contact
|
2352
2364
|
# Whether you want to conceal contact information from WHOIS queries.
|
2353
2365
|
# If you specify `true`, WHOIS ("who is") queries return contact
|
2354
|
-
# information either for Amazon Registrar
|
2355
|
-
#
|
2356
|
-
#
|
2357
|
-
# you entered for the technical contact.
|
2366
|
+
# information either for Amazon Registrar or for our registrar
|
2367
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2368
|
+
# information that you entered for the technical contact.
|
2358
2369
|
#
|
2359
2370
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2360
|
-
# registrant, and technical contacts.
|
2371
|
+
# billing, registrant, and technical contacts.
|
2361
2372
|
#
|
2362
2373
|
# </note>
|
2363
2374
|
#
|
2364
2375
|
# Default: `true`
|
2365
2376
|
# @return [Boolean]
|
2366
2377
|
#
|
2378
|
+
# @!attribute [rw] billing_contact
|
2379
|
+
# Provides detailed contact information. For information about the
|
2380
|
+
# values that you specify for each element, see [ContactDetail][1].
|
2381
|
+
#
|
2382
|
+
#
|
2383
|
+
#
|
2384
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html
|
2385
|
+
# @return [Types::ContactDetail]
|
2386
|
+
#
|
2387
|
+
# @!attribute [rw] privacy_protect_billing_contact
|
2388
|
+
# Whether you want to conceal contact information from WHOIS queries.
|
2389
|
+
# If you specify `true`, WHOIS ("who is") queries return contact
|
2390
|
+
# information either for Amazon Registrar or for our registrar
|
2391
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2392
|
+
# information that you entered for the billing contact.
|
2393
|
+
#
|
2394
|
+
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2395
|
+
# billing, registrant, and technical contacts.
|
2396
|
+
#
|
2397
|
+
# </note>
|
2398
|
+
# @return [Boolean]
|
2399
|
+
#
|
2367
2400
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/RegisterDomainRequest AWS API Documentation
|
2368
2401
|
#
|
2369
2402
|
class RegisterDomainRequest < Struct.new(
|
@@ -2376,8 +2409,10 @@ module Aws::Route53Domains
|
|
2376
2409
|
:tech_contact,
|
2377
2410
|
:privacy_protect_admin_contact,
|
2378
2411
|
:privacy_protect_registrant_contact,
|
2379
|
-
:privacy_protect_tech_contact
|
2380
|
-
|
2412
|
+
:privacy_protect_tech_contact,
|
2413
|
+
:billing_contact,
|
2414
|
+
:privacy_protect_billing_contact)
|
2415
|
+
SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact, :billing_contact]
|
2381
2416
|
include Aws::Structure
|
2382
2417
|
end
|
2383
2418
|
|
@@ -2726,13 +2761,13 @@ module Aws::Route53Domains
|
|
2726
2761
|
# @!attribute [rw] privacy_protect_registrant_contact
|
2727
2762
|
# Whether you want to conceal contact information from WHOIS queries.
|
2728
2763
|
# If you specify `true`, WHOIS ("who is") queries return contact
|
2729
|
-
# information either for Amazon Registrar
|
2730
|
-
#
|
2731
|
-
#
|
2732
|
-
#
|
2764
|
+
# information either for Amazon Registrar or for our registrar
|
2765
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2766
|
+
# information that you entered for the registrant contact (domain
|
2767
|
+
# owner).
|
2733
2768
|
#
|
2734
2769
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2735
|
-
# registrant, and technical contacts.
|
2770
|
+
# billing, registrant, and technical contacts.
|
2736
2771
|
#
|
2737
2772
|
# </note>
|
2738
2773
|
#
|
@@ -2742,19 +2777,35 @@ module Aws::Route53Domains
|
|
2742
2777
|
# @!attribute [rw] privacy_protect_tech_contact
|
2743
2778
|
# Whether you want to conceal contact information from WHOIS queries.
|
2744
2779
|
# If you specify `true`, WHOIS ("who is") queries return contact
|
2745
|
-
# information either for Amazon Registrar
|
2746
|
-
#
|
2747
|
-
#
|
2748
|
-
# you entered for the technical contact.
|
2780
|
+
# information either for Amazon Registrar or for our registrar
|
2781
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2782
|
+
# information that you entered for the technical contact.
|
2749
2783
|
#
|
2750
2784
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2751
|
-
# registrant, and technical contacts.
|
2785
|
+
# billing, registrant, and technical contacts.
|
2752
2786
|
#
|
2753
2787
|
# </note>
|
2754
2788
|
#
|
2755
2789
|
# Default: `true`
|
2756
2790
|
# @return [Boolean]
|
2757
2791
|
#
|
2792
|
+
# @!attribute [rw] billing_contact
|
2793
|
+
# Provides detailed contact information.
|
2794
|
+
# @return [Types::ContactDetail]
|
2795
|
+
#
|
2796
|
+
# @!attribute [rw] privacy_protect_billing_contact
|
2797
|
+
# Whether you want to conceal contact information from WHOIS queries.
|
2798
|
+
# If you specify `true`, WHOIS ("who is") queries return contact
|
2799
|
+
# information either for Amazon Registrar or for our registrar
|
2800
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2801
|
+
# information that you entered for the billing contact.
|
2802
|
+
#
|
2803
|
+
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2804
|
+
# billing, registrant, and technical contacts.
|
2805
|
+
#
|
2806
|
+
# </note>
|
2807
|
+
# @return [Boolean]
|
2808
|
+
#
|
2758
2809
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/TransferDomainRequest AWS API Documentation
|
2759
2810
|
#
|
2760
2811
|
class TransferDomainRequest < Struct.new(
|
@@ -2769,8 +2820,10 @@ module Aws::Route53Domains
|
|
2769
2820
|
:tech_contact,
|
2770
2821
|
:privacy_protect_admin_contact,
|
2771
2822
|
:privacy_protect_registrant_contact,
|
2772
|
-
:privacy_protect_tech_contact
|
2773
|
-
|
2823
|
+
:privacy_protect_tech_contact,
|
2824
|
+
:billing_contact,
|
2825
|
+
:privacy_protect_billing_contact)
|
2826
|
+
SENSITIVE = [:auth_code, :admin_contact, :registrant_contact, :tech_contact, :billing_contact]
|
2774
2827
|
include Aws::Structure
|
2775
2828
|
end
|
2776
2829
|
|
@@ -2873,13 +2926,12 @@ module Aws::Route53Domains
|
|
2873
2926
|
# @!attribute [rw] admin_privacy
|
2874
2927
|
# Whether you want to conceal contact information from WHOIS queries.
|
2875
2928
|
# If you specify `true`, WHOIS ("who is") queries return contact
|
2876
|
-
# information either for Amazon Registrar
|
2877
|
-
#
|
2878
|
-
#
|
2879
|
-
# you entered for the admin contact.
|
2929
|
+
# information either for Amazon Registrar or for our registrar
|
2930
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2931
|
+
# information that you entered for the admin contact.
|
2880
2932
|
#
|
2881
2933
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2882
|
-
# registrant, and technical contacts.
|
2934
|
+
# billing, registrant, and technical contacts.
|
2883
2935
|
#
|
2884
2936
|
# </note>
|
2885
2937
|
# @return [Boolean]
|
@@ -2887,13 +2939,13 @@ module Aws::Route53Domains
|
|
2887
2939
|
# @!attribute [rw] registrant_privacy
|
2888
2940
|
# Whether you want to conceal contact information from WHOIS queries.
|
2889
2941
|
# If you specify `true`, WHOIS ("who is") queries return contact
|
2890
|
-
# information either for Amazon Registrar
|
2891
|
-
#
|
2892
|
-
#
|
2893
|
-
#
|
2942
|
+
# information either for Amazon Registrar or for our registrar
|
2943
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2944
|
+
# information that you entered for the registrant contact (domain
|
2945
|
+
# owner).
|
2894
2946
|
#
|
2895
2947
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2896
|
-
# registrant, and technical contacts.
|
2948
|
+
# billing, registrant, and technical contacts.
|
2897
2949
|
#
|
2898
2950
|
# </note>
|
2899
2951
|
# @return [Boolean]
|
@@ -2901,13 +2953,25 @@ module Aws::Route53Domains
|
|
2901
2953
|
# @!attribute [rw] tech_privacy
|
2902
2954
|
# Whether you want to conceal contact information from WHOIS queries.
|
2903
2955
|
# If you specify `true`, WHOIS ("who is") queries return contact
|
2904
|
-
# information either for Amazon Registrar
|
2905
|
-
#
|
2906
|
-
#
|
2907
|
-
# you entered for the technical contact.
|
2956
|
+
# information either for Amazon Registrar or for our registrar
|
2957
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2958
|
+
# information that you entered for the technical contact.
|
2908
2959
|
#
|
2909
2960
|
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2910
|
-
# registrant, and technical contacts.
|
2961
|
+
# billing, registrant, and technical contacts.
|
2962
|
+
#
|
2963
|
+
# </note>
|
2964
|
+
# @return [Boolean]
|
2965
|
+
#
|
2966
|
+
# @!attribute [rw] billing_privacy
|
2967
|
+
# Whether you want to conceal contact information from WHOIS queries.
|
2968
|
+
# If you specify `true`, WHOIS ("who is") queries return contact
|
2969
|
+
# information either for Amazon Registrar or for our registrar
|
2970
|
+
# associate, Gandi. If you specify `false`, WHOIS queries return the
|
2971
|
+
# information that you entered for the billing contact.
|
2972
|
+
#
|
2973
|
+
# <note markdown="1"> You must specify the same privacy setting for the administrative,
|
2974
|
+
# billing, registrant, and technical contacts.
|
2911
2975
|
#
|
2912
2976
|
# </note>
|
2913
2977
|
# @return [Boolean]
|
@@ -2918,7 +2982,8 @@ module Aws::Route53Domains
|
|
2918
2982
|
:domain_name,
|
2919
2983
|
:admin_privacy,
|
2920
2984
|
:registrant_privacy,
|
2921
|
-
:tech_privacy
|
2985
|
+
:tech_privacy,
|
2986
|
+
:billing_privacy)
|
2922
2987
|
SENSITIVE = []
|
2923
2988
|
include Aws::Structure
|
2924
2989
|
end
|
@@ -2963,6 +3028,10 @@ module Aws::Route53Domains
|
|
2963
3028
|
# domain is not free (consent price is more than $0.00).
|
2964
3029
|
# @return [Types::Consent]
|
2965
3030
|
#
|
3031
|
+
# @!attribute [rw] billing_contact
|
3032
|
+
# Provides detailed contact information.
|
3033
|
+
# @return [Types::ContactDetail]
|
3034
|
+
#
|
2966
3035
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateDomainContactRequest AWS API Documentation
|
2967
3036
|
#
|
2968
3037
|
class UpdateDomainContactRequest < Struct.new(
|
@@ -2970,8 +3039,9 @@ module Aws::Route53Domains
|
|
2970
3039
|
:admin_contact,
|
2971
3040
|
:registrant_contact,
|
2972
3041
|
:tech_contact,
|
2973
|
-
:consent
|
2974
|
-
|
3042
|
+
:consent,
|
3043
|
+
:billing_contact)
|
3044
|
+
SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact, :billing_contact]
|
2975
3045
|
include Aws::Structure
|
2976
3046
|
end
|
2977
3047
|
|
data/sig/client.rbs
CHANGED
@@ -111,7 +111,7 @@ module Aws
|
|
111
111
|
|
112
112
|
interface _CheckDomainAvailabilityResponseSuccess
|
113
113
|
include ::Seahorse::Client::_ResponseSuccess[Types::CheckDomainAvailabilityResponse]
|
114
|
-
def availability: () -> ("AVAILABLE" | "AVAILABLE_RESERVED" | "AVAILABLE_PREORDER" | "UNAVAILABLE" | "UNAVAILABLE_PREMIUM" | "UNAVAILABLE_RESTRICTED" | "RESERVED" | "DONT_KNOW")
|
114
|
+
def availability: () -> ("AVAILABLE" | "AVAILABLE_RESERVED" | "AVAILABLE_PREORDER" | "UNAVAILABLE" | "UNAVAILABLE_PREMIUM" | "UNAVAILABLE_RESTRICTED" | "RESERVED" | "DONT_KNOW" | "INVALID_NAME_FOR_TLD" | "PENDING")
|
115
115
|
end
|
116
116
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Domains/Client.html#check_domain_availability-instance_method
|
117
117
|
def check_domain_availability: (
|
@@ -236,6 +236,8 @@ module Aws
|
|
236
236
|
def dns_sec: () -> ::String
|
237
237
|
def status_list: () -> ::Array[::String]
|
238
238
|
def dnssec_keys: () -> ::Array[Types::DnssecKey]
|
239
|
+
def billing_contact: () -> Types::ContactDetail
|
240
|
+
def billing_privacy: () -> bool
|
239
241
|
end
|
240
242
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Domains/Client.html#get_domain_detail-instance_method
|
241
243
|
def get_domain_detail: (
|
@@ -261,7 +263,7 @@ module Aws
|
|
261
263
|
def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "ERROR" | "SUCCESSFUL" | "FAILED")
|
262
264
|
def message: () -> ::String
|
263
265
|
def domain_name: () -> ::String
|
264
|
-
def type: () -> ("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")
|
266
|
+
def type: () -> ("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")
|
265
267
|
def submitted_date: () -> ::Time
|
266
268
|
def last_updated_date: () -> ::Time
|
267
269
|
def status_flag: () -> ("PENDING_ACCEPTANCE" | "PENDING_CUSTOMER_ACTION" | "PENDING_AUTHORIZATION" | "PENDING_PAYMENT_VERIFICATION" | "PENDING_SUPPORT_CASE")
|
@@ -306,7 +308,7 @@ module Aws
|
|
306
308
|
?marker: ::String,
|
307
309
|
?max_items: ::Integer,
|
308
310
|
?status: Array[("SUBMITTED" | "IN_PROGRESS" | "ERROR" | "SUCCESSFUL" | "FAILED")],
|
309
|
-
?type: Array[("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")],
|
311
|
+
?type: Array[("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")],
|
310
312
|
?sort_by: ("SubmittedDate"),
|
311
313
|
?sort_order: ("ASC" | "DESC")
|
312
314
|
) -> _ListOperationsResponseSuccess
|
@@ -417,7 +419,29 @@ module Aws
|
|
417
419
|
},
|
418
420
|
?privacy_protect_admin_contact: bool,
|
419
421
|
?privacy_protect_registrant_contact: bool,
|
420
|
-
?privacy_protect_tech_contact: bool
|
422
|
+
?privacy_protect_tech_contact: bool,
|
423
|
+
?billing_contact: {
|
424
|
+
first_name: ::String?,
|
425
|
+
last_name: ::String?,
|
426
|
+
contact_type: ("PERSON" | "COMPANY" | "ASSOCIATION" | "PUBLIC_BODY" | "RESELLER")?,
|
427
|
+
organization_name: ::String?,
|
428
|
+
address_line_1: ::String?,
|
429
|
+
address_line_2: ::String?,
|
430
|
+
city: ::String?,
|
431
|
+
state: ::String?,
|
432
|
+
country_code: ("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")?,
|
433
|
+
zip_code: ::String?,
|
434
|
+
phone_number: ::String?,
|
435
|
+
email: ::String?,
|
436
|
+
fax: ::String?,
|
437
|
+
extra_params: Array[
|
438
|
+
{
|
439
|
+
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"),
|
440
|
+
value: ::String
|
441
|
+
},
|
442
|
+
]?
|
443
|
+
},
|
444
|
+
?privacy_protect_billing_contact: bool
|
421
445
|
) -> _RegisterDomainResponseSuccess
|
422
446
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterDomainResponseSuccess
|
423
447
|
|
@@ -553,7 +577,29 @@ module Aws
|
|
553
577
|
},
|
554
578
|
?privacy_protect_admin_contact: bool,
|
555
579
|
?privacy_protect_registrant_contact: bool,
|
556
|
-
?privacy_protect_tech_contact: bool
|
580
|
+
?privacy_protect_tech_contact: bool,
|
581
|
+
?billing_contact: {
|
582
|
+
first_name: ::String?,
|
583
|
+
last_name: ::String?,
|
584
|
+
contact_type: ("PERSON" | "COMPANY" | "ASSOCIATION" | "PUBLIC_BODY" | "RESELLER")?,
|
585
|
+
organization_name: ::String?,
|
586
|
+
address_line_1: ::String?,
|
587
|
+
address_line_2: ::String?,
|
588
|
+
city: ::String?,
|
589
|
+
state: ::String?,
|
590
|
+
country_code: ("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")?,
|
591
|
+
zip_code: ::String?,
|
592
|
+
phone_number: ::String?,
|
593
|
+
email: ::String?,
|
594
|
+
fax: ::String?,
|
595
|
+
extra_params: Array[
|
596
|
+
{
|
597
|
+
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"),
|
598
|
+
value: ::String
|
599
|
+
},
|
600
|
+
]?
|
601
|
+
},
|
602
|
+
?privacy_protect_billing_contact: bool
|
557
603
|
) -> _TransferDomainResponseSuccess
|
558
604
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TransferDomainResponseSuccess
|
559
605
|
|
@@ -642,6 +688,27 @@ module Aws
|
|
642
688
|
?consent: {
|
643
689
|
max_price: ::Float,
|
644
690
|
currency: ::String
|
691
|
+
},
|
692
|
+
?billing_contact: {
|
693
|
+
first_name: ::String?,
|
694
|
+
last_name: ::String?,
|
695
|
+
contact_type: ("PERSON" | "COMPANY" | "ASSOCIATION" | "PUBLIC_BODY" | "RESELLER")?,
|
696
|
+
organization_name: ::String?,
|
697
|
+
address_line_1: ::String?,
|
698
|
+
address_line_2: ::String?,
|
699
|
+
city: ::String?,
|
700
|
+
state: ::String?,
|
701
|
+
country_code: ("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")?,
|
702
|
+
zip_code: ::String?,
|
703
|
+
phone_number: ::String?,
|
704
|
+
email: ::String?,
|
705
|
+
fax: ::String?,
|
706
|
+
extra_params: Array[
|
707
|
+
{
|
708
|
+
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"),
|
709
|
+
value: ::String
|
710
|
+
},
|
711
|
+
]?
|
645
712
|
}
|
646
713
|
) -> _UpdateDomainContactResponseSuccess
|
647
714
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainContactResponseSuccess
|
@@ -655,7 +722,8 @@ module Aws
|
|
655
722
|
domain_name: ::String,
|
656
723
|
?admin_privacy: bool,
|
657
724
|
?registrant_privacy: bool,
|
658
|
-
?tech_privacy: bool
|
725
|
+
?tech_privacy: bool,
|
726
|
+
?billing_privacy: bool
|
659
727
|
) -> _UpdateDomainContactPrivacyResponseSuccess
|
660
728
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainContactPrivacyResponseSuccess
|
661
729
|
|
data/sig/types.rbs
CHANGED
@@ -32,7 +32,7 @@ module Aws::Route53Domains
|
|
32
32
|
|
33
33
|
class BillingRecord
|
34
34
|
attr_accessor domain_name: ::String
|
35
|
-
attr_accessor 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")
|
35
|
+
attr_accessor 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")
|
36
36
|
attr_accessor invoice_id: ::String
|
37
37
|
attr_accessor bill_date: ::Time
|
38
38
|
attr_accessor price: ::Float
|
@@ -56,7 +56,7 @@ module Aws::Route53Domains
|
|
56
56
|
end
|
57
57
|
|
58
58
|
class CheckDomainAvailabilityResponse
|
59
|
-
attr_accessor availability: ("AVAILABLE" | "AVAILABLE_RESERVED" | "AVAILABLE_PREORDER" | "UNAVAILABLE" | "UNAVAILABLE_PREMIUM" | "UNAVAILABLE_RESTRICTED" | "RESERVED" | "DONT_KNOW")
|
59
|
+
attr_accessor availability: ("AVAILABLE" | "AVAILABLE_RESERVED" | "AVAILABLE_PREORDER" | "UNAVAILABLE" | "UNAVAILABLE_PREMIUM" | "UNAVAILABLE_RESTRICTED" | "RESERVED" | "DONT_KNOW" | "INVALID_NAME_FOR_TLD" | "PENDING")
|
60
60
|
SENSITIVE: []
|
61
61
|
end
|
62
62
|
|
@@ -277,7 +277,9 @@ module Aws::Route53Domains
|
|
277
277
|
attr_accessor dns_sec: ::String
|
278
278
|
attr_accessor status_list: ::Array[::String]
|
279
279
|
attr_accessor dnssec_keys: ::Array[Types::DnssecKey]
|
280
|
-
|
280
|
+
attr_accessor billing_contact: Types::ContactDetail
|
281
|
+
attr_accessor billing_privacy: bool
|
282
|
+
SENSITIVE: [:admin_contact, :registrant_contact, :tech_contact, :abuse_contact_email, :abuse_contact_phone, :billing_contact]
|
281
283
|
end
|
282
284
|
|
283
285
|
class GetDomainSuggestionsRequest
|
@@ -302,7 +304,7 @@ module Aws::Route53Domains
|
|
302
304
|
attr_accessor status: ("SUBMITTED" | "IN_PROGRESS" | "ERROR" | "SUCCESSFUL" | "FAILED")
|
303
305
|
attr_accessor message: ::String
|
304
306
|
attr_accessor domain_name: ::String
|
305
|
-
attr_accessor type: ("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")
|
307
|
+
attr_accessor type: ("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")
|
306
308
|
attr_accessor submitted_date: ::Time
|
307
309
|
attr_accessor last_updated_date: ::Time
|
308
310
|
attr_accessor status_flag: ("PENDING_ACCEPTANCE" | "PENDING_CUSTOMER_ACTION" | "PENDING_AUTHORIZATION" | "PENDING_PAYMENT_VERIFICATION" | "PENDING_SUPPORT_CASE")
|
@@ -333,7 +335,7 @@ module Aws::Route53Domains
|
|
333
335
|
attr_accessor marker: ::String
|
334
336
|
attr_accessor max_items: ::Integer
|
335
337
|
attr_accessor status: ::Array[("SUBMITTED" | "IN_PROGRESS" | "ERROR" | "SUCCESSFUL" | "FAILED")]
|
336
|
-
attr_accessor type: ::Array[("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")]
|
338
|
+
attr_accessor type: ::Array[("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")]
|
337
339
|
attr_accessor sort_by: ("SubmittedDate")
|
338
340
|
attr_accessor sort_order: ("ASC" | "DESC")
|
339
341
|
SENSITIVE: []
|
@@ -382,7 +384,7 @@ module Aws::Route53Domains
|
|
382
384
|
class OperationSummary
|
383
385
|
attr_accessor operation_id: ::String
|
384
386
|
attr_accessor status: ("SUBMITTED" | "IN_PROGRESS" | "ERROR" | "SUCCESSFUL" | "FAILED")
|
385
|
-
attr_accessor type: ("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")
|
387
|
+
attr_accessor type: ("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")
|
386
388
|
attr_accessor submitted_date: ::Time
|
387
389
|
attr_accessor domain_name: ::String
|
388
390
|
attr_accessor message: ::String
|
@@ -414,7 +416,9 @@ module Aws::Route53Domains
|
|
414
416
|
attr_accessor privacy_protect_admin_contact: bool
|
415
417
|
attr_accessor privacy_protect_registrant_contact: bool
|
416
418
|
attr_accessor privacy_protect_tech_contact: bool
|
417
|
-
|
419
|
+
attr_accessor billing_contact: Types::ContactDetail
|
420
|
+
attr_accessor privacy_protect_billing_contact: bool
|
421
|
+
SENSITIVE: [:admin_contact, :registrant_contact, :tech_contact, :billing_contact]
|
418
422
|
end
|
419
423
|
|
420
424
|
class RegisterDomainResponse
|
@@ -501,7 +505,9 @@ module Aws::Route53Domains
|
|
501
505
|
attr_accessor privacy_protect_admin_contact: bool
|
502
506
|
attr_accessor privacy_protect_registrant_contact: bool
|
503
507
|
attr_accessor privacy_protect_tech_contact: bool
|
504
|
-
|
508
|
+
attr_accessor billing_contact: Types::ContactDetail
|
509
|
+
attr_accessor privacy_protect_billing_contact: bool
|
510
|
+
SENSITIVE: [:auth_code, :admin_contact, :registrant_contact, :tech_contact, :billing_contact]
|
505
511
|
end
|
506
512
|
|
507
513
|
class TransferDomainResponse
|
@@ -531,6 +537,7 @@ module Aws::Route53Domains
|
|
531
537
|
attr_accessor admin_privacy: bool
|
532
538
|
attr_accessor registrant_privacy: bool
|
533
539
|
attr_accessor tech_privacy: bool
|
540
|
+
attr_accessor billing_privacy: bool
|
534
541
|
SENSITIVE: []
|
535
542
|
end
|
536
543
|
|
@@ -545,7 +552,8 @@ module Aws::Route53Domains
|
|
545
552
|
attr_accessor registrant_contact: Types::ContactDetail
|
546
553
|
attr_accessor tech_contact: Types::ContactDetail
|
547
554
|
attr_accessor consent: Types::Consent
|
548
|
-
|
555
|
+
attr_accessor billing_contact: Types::ContactDetail
|
556
|
+
SENSITIVE: [:admin_contact, :registrant_contact, :tech_contact, :billing_contact]
|
549
557
|
end
|
550
558
|
|
551
559
|
class UpdateDomainContactResponse
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-route53domains
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.56.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|