aws-sdk-route53domains 1.54.0 → 1.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +10 -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/plugins/endpoints.rb +1 -0
 - data/lib/aws-sdk-route53domains/types.rb +136 -66
 - data/lib/aws-sdk-route53domains.rb +1 -1
 - data/sig/client.rbs +778 -0
 - data/sig/errors.rbs +38 -0
 - data/sig/resource.rbs +80 -0
 - data/sig/types.rbs +599 -0
 - data/sig/waiters.rbs +13 -0
 - metadata +13 -8
 
| 
         @@ -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 
     | 
    
         |