aws-sdk-route53domains 1.54.0 → 1.56.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2da3931c7ee568db9f891f18eb2cf3d458e783abc807442940c67cf27e0648b8
4
- data.tar.gz: b6ed4ce435e3293ffd85709477e892ecae5d547e391dbf2b397bdeaa3e65c60e
3
+ metadata.gz: 24e0c2ccdb1c4396f8c5aa08c11f78345fb092f81e68715a35e28188e80ee39d
4
+ data.tar.gz: e8d193b2094b1135e3fea2db31545c288e7b516187b8e0c06eb57a7ee2d4b908
5
5
  SHA512:
6
- metadata.gz: 7213421c958d0b5da79e620587f271fea85b0d345daaac9932a3bf800489b9d77c52235339df842c1ba0542c31be5edab3cd975581fedb38238573fb9434bf0a
7
- data.tar.gz: a5fecea8e226815e3a8d213353608255a2b7bcac24f229e950421e799d339c04e821d57dfda7dc76bea119202a447620ffc385d7e718c12e69b0d19ca4bdbe57
6
+ metadata.gz: d480eb4fd85566e0d3cf4d3274d97fb5c7e64a3dac0dc981850a654cb179564aba3cafa7dc74eeff27289bc4f9cd4e40efd8bbcd7efe28d6b30cfeb0f008d195
7
+ data.tar.gz: c7142e82f4ff7d8eb19edc8583629c5b6b91ec4d744903e9422335139e4f85f289816a2fb7da34711dc4e4924874c0497c0fe0e1b6394fab329ed26a2f4c2c26
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.55.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.54.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
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 (for .com, .net, and .org
1615
- # domains) or for our registrar associate, Gandi (for all other TLDs).
1616
- # If you specify `false`, WHOIS queries return the information that you
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 (for .com, .net, and .org
1630
- # domains) or for our registrar associate, Gandi (for all other TLDs).
1631
- # If you specify `false`, WHOIS queries return the information that you
1632
- # entered for the registrant contact (the domain owner).
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 (for .com, .net, and .org
1645
- # domains) or for our registrar associate, Gandi (for all other TLDs).
1646
- # If you specify `false`, WHOIS queries return the information that you
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 (for .com, .net, and .org
2058
- # domains) or for our registrar associate, Gandi (for all other TLDs).
2059
- # If you specify `false`, WHOIS queries return the information that you
2060
- # entered for the registrant contact (domain owner).
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 (for .com, .net, and .org
2073
- # domains) or for our registrar associate, Gandi (for all other TLDs).
2074
- # If you specify `false`, WHOIS queries return the information that you
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 (for .com, .net, and .org
2411
- # domains) or for our registrar associate, Gandi (for all other TLDs).
2412
- # If you specify `false`, WHOIS queries return the information that you
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 (for .com, .net, and .org
2424
- # domains) or for our registrar associate, Gandi (for all other TLDs).
2425
- # If you specify `false`, WHOIS queries return the information that you
2426
- # entered for the registrant contact (domain owner).
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 (for .com, .net, and .org
2437
- # domains) or for our registrar associate, Gandi (for all other TLDs).
2438
- # If you specify `false`, WHOIS queries return the information that you
2439
- # entered for the technical contact.
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.54.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
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"
@@ -14,6 +14,7 @@ module Aws::Route53Domains
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Route53Domains::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\