aws-sdk-route53domains 1.45.0 → 1.46.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53domains/client.rb +22 -29
- data/lib/aws-sdk-route53domains/client_api.rb +2 -1
- data/lib/aws-sdk-route53domains/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-route53domains/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-route53domains/types.rb +6 -27
- data/lib/aws-sdk-route53domains.rb +1 -1
- 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: 686c76f5b80a30ea05545ca0092d6ff7adf3cdd6fa087300d5ea6c59a1956542
|
4
|
+
data.tar.gz: c73e49f9affa80cecd7ce6564cb1d9d00c84c2de5cd7888e2367e5ae0e5b0d4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47b4e25c1ecba44c93093092b4b73367574f0b3416cdd717219f0ee91f7899ac31c6bbdfaabfdcc14a9625d183e879d228a2b8376f00c95e6a5c8ce6f050afed
|
7
|
+
data.tar.gz: 643b7aace72b6312dc37bc9a124601432b626d588b7b3cdd95d1c9463f119a8fa41412106fc3e6a9ba0fbc3eed295e2c66cf499dada28a10fb245b9fb50cc21a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.46.0
|
@@ -1477,10 +1477,8 @@ module Aws::Route53Domains
|
|
1477
1477
|
req.send_request(options)
|
1478
1478
|
end
|
1479
1479
|
|
1480
|
-
# This operation registers a domain.
|
1481
|
-
#
|
1482
|
-
# registrar associate, Gandi (for all other domains). For some top-level
|
1483
|
-
# domains (TLDs), this operation requires extra parameters.
|
1480
|
+
# This operation registers a domain. For some top-level domains (TLDs),
|
1481
|
+
# this operation requires extra parameters.
|
1484
1482
|
#
|
1485
1483
|
# When you register a domain, Amazon Route 53 does the following:
|
1486
1484
|
#
|
@@ -1494,14 +1492,13 @@ module Aws::Route53Domains
|
|
1494
1492
|
# date so you can choose whether to renew the registration.
|
1495
1493
|
#
|
1496
1494
|
# * Optionally enables privacy protection, so WHOIS queries return
|
1497
|
-
# contact
|
1498
|
-
#
|
1499
|
-
#
|
1500
|
-
#
|
1501
|
-
# and technical contacts.
|
1495
|
+
# contact for the registrar or the phrase "REDACTED FOR PRIVACY", or
|
1496
|
+
# "On behalf of <domain name> owner." If you don't enable
|
1497
|
+
# privacy protection, WHOIS queries return the information that you
|
1498
|
+
# entered for the administrative, registrant, and technical contacts.
|
1502
1499
|
#
|
1503
|
-
# <note markdown="1">
|
1504
|
-
#
|
1500
|
+
# <note markdown="1"> While some domains may allow different privacy settings per contact,
|
1501
|
+
# we recommend specifying the same privacy setting for all contacts.
|
1505
1502
|
#
|
1506
1503
|
# </note>
|
1507
1504
|
#
|
@@ -1926,10 +1923,7 @@ module Aws::Route53Domains
|
|
1926
1923
|
req.send_request(options)
|
1927
1924
|
end
|
1928
1925
|
|
1929
|
-
# Transfers a domain from another registrar to Amazon Route 53.
|
1930
|
-
# transfer is complete, the domain is registered either with Amazon
|
1931
|
-
# Registrar (for .com, .net, and .org domains) or with our registrar
|
1932
|
-
# associate, Gandi (for all other TLDs).
|
1926
|
+
# Transfers a domain from another registrar to Amazon Route 53.
|
1933
1927
|
#
|
1934
1928
|
# For more information about transferring domains, see the following
|
1935
1929
|
# topics:
|
@@ -2030,13 +2024,11 @@ module Aws::Route53Domains
|
|
2030
2024
|
# @option params [Boolean] :privacy_protect_admin_contact
|
2031
2025
|
# Whether you want to conceal contact information from WHOIS queries. If
|
2032
2026
|
# you specify `true`, WHOIS ("who is") queries return contact
|
2033
|
-
# information
|
2034
|
-
#
|
2035
|
-
# If you specify `false`, WHOIS queries return the information that you
|
2036
|
-
# entered for the admin contact.
|
2027
|
+
# information for the registrar, the phrase "REDACTED FOR PRIVACY", or
|
2028
|
+
# "On behalf of <domain name> owner.".
|
2037
2029
|
#
|
2038
|
-
# <note markdown="1">
|
2039
|
-
#
|
2030
|
+
# <note markdown="1"> While some domains may allow different privacy settings per contact,
|
2031
|
+
# we recommend specifying the same privacy setting for all contacts.
|
2040
2032
|
#
|
2041
2033
|
# </note>
|
2042
2034
|
#
|
@@ -2265,7 +2257,8 @@ module Aws::Route53Domains
|
|
2265
2257
|
# Provides detailed contact information.
|
2266
2258
|
#
|
2267
2259
|
# @option params [Types::Consent] :consent
|
2268
|
-
# Customer's consent for the owner change request.
|
2260
|
+
# Customer's consent for the owner change request. Required if the
|
2261
|
+
# domain is not free (consent price is more than $0.00).
|
2269
2262
|
#
|
2270
2263
|
# @return [Types::UpdateDomainContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2271
2264
|
#
|
@@ -2358,13 +2351,13 @@ module Aws::Route53Domains
|
|
2358
2351
|
end
|
2359
2352
|
|
2360
2353
|
# This operation updates the specified domain contact's privacy
|
2361
|
-
# setting. When privacy protection is enabled, contact information
|
2362
|
-
#
|
2363
|
-
#
|
2364
|
-
#
|
2354
|
+
# setting. When privacy protection is enabled, your contact information
|
2355
|
+
# is replaced with contact information for the registrar or with the
|
2356
|
+
# phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name>
|
2357
|
+
# owner."
|
2365
2358
|
#
|
2366
|
-
# <note markdown="1">
|
2367
|
-
#
|
2359
|
+
# <note markdown="1"> While some domains may allow different privacy settings per contact,
|
2360
|
+
# we recommend specifying the same privacy setting for all contacts.
|
2368
2361
|
#
|
2369
2362
|
# </note>
|
2370
2363
|
#
|
@@ -2623,7 +2616,7 @@ module Aws::Route53Domains
|
|
2623
2616
|
params: params,
|
2624
2617
|
config: config)
|
2625
2618
|
context[:gem_name] = 'aws-sdk-route53domains'
|
2626
|
-
context[:gem_version] = '1.
|
2619
|
+
context[:gem_version] = '1.46.0'
|
2627
2620
|
Seahorse::Client::Request.new(handlers, context)
|
2628
2621
|
end
|
2629
2622
|
|
@@ -104,6 +104,7 @@ module Aws::Route53Domains
|
|
104
104
|
ListOperationsRequest = Shapes::StructureShape.new(name: 'ListOperationsRequest')
|
105
105
|
ListOperationsResponse = Shapes::StructureShape.new(name: 'ListOperationsResponse')
|
106
106
|
ListOperationsSortAttributeName = Shapes::StringShape.new(name: 'ListOperationsSortAttributeName')
|
107
|
+
ListPricesPageMaxItems = Shapes::IntegerShape.new(name: 'ListPricesPageMaxItems')
|
107
108
|
ListPricesRequest = Shapes::StructureShape.new(name: 'ListPricesRequest')
|
108
109
|
ListPricesResponse = Shapes::StructureShape.new(name: 'ListPricesResponse')
|
109
110
|
ListTagsForDomainRequest = Shapes::StructureShape.new(name: 'ListTagsForDomainRequest')
|
@@ -431,7 +432,7 @@ module Aws::Route53Domains
|
|
431
432
|
|
432
433
|
ListPricesRequest.add_member(:tld, Shapes::ShapeRef.new(shape: TldName, location_name: "Tld"))
|
433
434
|
ListPricesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: PageMarker, location_name: "Marker"))
|
434
|
-
ListPricesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape:
|
435
|
+
ListPricesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: ListPricesPageMaxItems, location_name: "MaxItems"))
|
435
436
|
ListPricesRequest.struct_class = Types::ListPricesRequest
|
436
437
|
|
437
438
|
ListPricesResponse.add_member(:prices, Shapes::ShapeRef.new(shape: DomainPriceList, location_name: "Prices"))
|
@@ -50,9 +50,6 @@ module Aws::Route53Domains
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
-
if self[:region].nil?
|
54
|
-
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
-
end
|
56
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
57
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
58
55
|
if self[:use_dual_stack].nil?
|
@@ -14,36 +14,39 @@ module Aws::Route53Domains
|
|
14
14
|
use_dual_stack = parameters.use_dual_stack
|
15
15
|
use_fips = parameters.use_fips
|
16
16
|
endpoint = parameters.endpoint
|
17
|
-
if
|
18
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
19
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
|
-
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
-
end
|
22
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
-
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
-
end
|
25
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
26
|
-
end
|
27
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
29
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53domains-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
-
end
|
31
|
-
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
32
|
-
end
|
17
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
33
18
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
|
-
|
35
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53domains-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
36
|
-
end
|
37
|
-
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
19
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
38
20
|
end
|
39
21
|
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
40
|
-
|
41
|
-
|
22
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
|
+
end
|
24
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
25
|
+
end
|
26
|
+
if Aws::Endpoints::Matchers.set?(region)
|
27
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
29
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53domains-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
31
|
+
end
|
32
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
|
+
end
|
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"))
|
36
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53domains-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
|
+
end
|
38
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
39
|
+
end
|
40
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
41
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53domains.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
43
|
+
end
|
44
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
42
45
|
end
|
43
|
-
|
46
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53domains.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
44
47
|
end
|
45
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53domains.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
46
48
|
end
|
49
|
+
raise ArgumentError, "Invalid Configuration: Missing Region"
|
47
50
|
raise ArgumentError, 'No endpoint could be resolved'
|
48
51
|
|
49
52
|
end
|
@@ -1305,22 +1305,6 @@ module Aws::Route53Domains
|
|
1305
1305
|
#
|
1306
1306
|
# * `TOWNSHIP`
|
1307
1307
|
#
|
1308
|
-
# .fr
|
1309
|
-
# : * `BIRTH_CITY`
|
1310
|
-
#
|
1311
|
-
# * `BIRTH_COUNTRY`
|
1312
|
-
#
|
1313
|
-
# * `BIRTH_DATE_IN_YYYY_MM_DD`
|
1314
|
-
#
|
1315
|
-
# * `BIRTH_DEPARTMENT`: Specify the INSEE code that corresponds with
|
1316
|
-
# the department where the contact was born. If the contact was
|
1317
|
-
# born somewhere other than France or its overseas departments,
|
1318
|
-
# specify `99`. For more information, including a list of
|
1319
|
-
# departments and the corresponding INSEE numbers, see the
|
1320
|
-
# Wikipedia entry [Departments of France][1].
|
1321
|
-
#
|
1322
|
-
# * `BRAND_NUMBER`
|
1323
|
-
#
|
1324
1308
|
# .it
|
1325
1309
|
# : * `IT_NATIONALITY`
|
1326
1310
|
#
|
@@ -1399,10 +1383,6 @@ module Aws::Route53Domains
|
|
1399
1383
|
# * `UK_COMPANY_NUMBER`
|
1400
1384
|
#
|
1401
1385
|
# In addition, many TLDs require a `VAT_NUMBER`.
|
1402
|
-
#
|
1403
|
-
#
|
1404
|
-
#
|
1405
|
-
# [1]: https://en.wikipedia.org/wiki/Departments_of_France
|
1406
1386
|
# @return [String]
|
1407
1387
|
#
|
1408
1388
|
# @!attribute [rw] value
|
@@ -2722,13 +2702,11 @@ module Aws::Route53Domains
|
|
2722
2702
|
# @!attribute [rw] privacy_protect_admin_contact
|
2723
2703
|
# Whether you want to conceal contact information from WHOIS queries.
|
2724
2704
|
# If you specify `true`, WHOIS ("who is") queries return contact
|
2725
|
-
# information
|
2726
|
-
#
|
2727
|
-
# If you specify `false`, WHOIS queries return the information that
|
2728
|
-
# you entered for the admin contact.
|
2705
|
+
# information for the registrar, the phrase "REDACTED FOR PRIVACY",
|
2706
|
+
# or "On behalf of <domain name> owner.".
|
2729
2707
|
#
|
2730
|
-
# <note markdown="1">
|
2731
|
-
#
|
2708
|
+
# <note markdown="1"> While some domains may allow different privacy settings per contact,
|
2709
|
+
# we recommend specifying the same privacy setting for all contacts.
|
2732
2710
|
#
|
2733
2711
|
# </note>
|
2734
2712
|
#
|
@@ -2971,7 +2949,8 @@ module Aws::Route53Domains
|
|
2971
2949
|
# @return [Types::ContactDetail]
|
2972
2950
|
#
|
2973
2951
|
# @!attribute [rw] consent
|
2974
|
-
# Customer's consent for the owner change request.
|
2952
|
+
# Customer's consent for the owner change request. Required if the
|
2953
|
+
# domain is not free (consent price is more than $0.00).
|
2975
2954
|
# @return [Types::Consent]
|
2976
2955
|
#
|
2977
2956
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateDomainContactRequest AWS API Documentation
|
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.46.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: 2023-06-
|
11
|
+
date: 2023-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|