aws-sdk-route53 1.112.0 → 1.113.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34a984d11a9046968faa5c29dd8d4fe95a57c59c73cbfb62d86eef93aaa7f8f2
4
- data.tar.gz: 373e585a9387e12d668fcc54b353aa35b67e0191cc2f0e56f48ac593e12aeed8
3
+ metadata.gz: d1701d8f6e769214c71b9cb8de69a8e796620fcd14398de1ab594baf62d3a228
4
+ data.tar.gz: 6fd6994966139662a7e11983e950616b76298bb527c1a1ff3187c400381e145c
5
5
  SHA512:
6
- metadata.gz: 42f0b90dd6718ca3fffcbfe3efb433d5f453d753d3de35093bdcde3967b8bcf7ed948df119bef7e6a242a80a8450bb5a72ab336cd35a8888da67f19264615dcd
7
- data.tar.gz: b0bbe8f7ca8c57685386c35aab1afb631130f0db56bbf6741b9ee1bba8ac5b764f7e1f7fc2656d2723134510f1c3602692bedf140c335392314b78bdad6da11e
6
+ metadata.gz: 4a6e42b307ca5138cf74818db1e4b411113160e7269fe5a14341dc0e41c3d90bf859ebb254bf44a517f066e92fe3d21761b353d6c1303f914d6e6efd60966af0
7
+ data.tar.gz: 5d7fc671f905497247b0973fb1477873092e1130e72fa8fc67ff4a74deb62ad0f318ef219283b3bb3fb7795093dd9eead9e7607ef7af4084ed5f1f51efcc566b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.113.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.112.0 (2025-04-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.112.0
1
+ 1.113.0
@@ -6247,7 +6247,7 @@ module Aws::Route53
6247
6247
  tracer: tracer
6248
6248
  )
6249
6249
  context[:gem_name] = 'aws-sdk-route53'
6250
- context[:gem_version] = '1.112.0'
6250
+ context[:gem_version] = '1.113.0'
6251
6251
  Seahorse::Client::Request.new(handlers, context)
6252
6252
  end
6253
6253
 
@@ -1584,7 +1584,7 @@ module Aws::Route53
1584
1584
  o.input = Shapes::ShapeRef.new(shape: AssociateVPCWithHostedZoneRequest,
1585
1585
  location_name: "AssociateVPCWithHostedZoneRequest",
1586
1586
  metadata: {
1587
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1587
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1588
1588
  }
1589
1589
  )
1590
1590
  o.output = Shapes::ShapeRef.new(shape: AssociateVPCWithHostedZoneResponse)
@@ -1605,7 +1605,7 @@ module Aws::Route53
1605
1605
  o.input = Shapes::ShapeRef.new(shape: ChangeCidrCollectionRequest,
1606
1606
  location_name: "ChangeCidrCollectionRequest",
1607
1607
  metadata: {
1608
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1608
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1609
1609
  }
1610
1610
  )
1611
1611
  o.output = Shapes::ShapeRef.new(shape: ChangeCidrCollectionResponse)
@@ -1624,7 +1624,7 @@ module Aws::Route53
1624
1624
  o.input = Shapes::ShapeRef.new(shape: ChangeResourceRecordSetsRequest,
1625
1625
  location_name: "ChangeResourceRecordSetsRequest",
1626
1626
  metadata: {
1627
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1627
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1628
1628
  }
1629
1629
  )
1630
1630
  o.output = Shapes::ShapeRef.new(shape: ChangeResourceRecordSetsResponse)
@@ -1642,7 +1642,7 @@ module Aws::Route53
1642
1642
  o.input = Shapes::ShapeRef.new(shape: ChangeTagsForResourceRequest,
1643
1643
  location_name: "ChangeTagsForResourceRequest",
1644
1644
  metadata: {
1645
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1645
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1646
1646
  }
1647
1647
  )
1648
1648
  o.output = Shapes::ShapeRef.new(shape: ChangeTagsForResourceResponse)
@@ -1660,7 +1660,7 @@ module Aws::Route53
1660
1660
  o.input = Shapes::ShapeRef.new(shape: CreateCidrCollectionRequest,
1661
1661
  location_name: "CreateCidrCollectionRequest",
1662
1662
  metadata: {
1663
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1663
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1664
1664
  }
1665
1665
  )
1666
1666
  o.output = Shapes::ShapeRef.new(shape: CreateCidrCollectionResponse)
@@ -1677,7 +1677,7 @@ module Aws::Route53
1677
1677
  o.input = Shapes::ShapeRef.new(shape: CreateHealthCheckRequest,
1678
1678
  location_name: "CreateHealthCheckRequest",
1679
1679
  metadata: {
1680
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1680
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1681
1681
  }
1682
1682
  )
1683
1683
  o.output = Shapes::ShapeRef.new(shape: CreateHealthCheckResponse)
@@ -1693,7 +1693,7 @@ module Aws::Route53
1693
1693
  o.input = Shapes::ShapeRef.new(shape: CreateHostedZoneRequest,
1694
1694
  location_name: "CreateHostedZoneRequest",
1695
1695
  metadata: {
1696
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1696
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1697
1697
  }
1698
1698
  )
1699
1699
  o.output = Shapes::ShapeRef.new(shape: CreateHostedZoneResponse)
@@ -1715,7 +1715,7 @@ module Aws::Route53
1715
1715
  o.input = Shapes::ShapeRef.new(shape: CreateKeySigningKeyRequest,
1716
1716
  location_name: "CreateKeySigningKeyRequest",
1717
1717
  metadata: {
1718
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1718
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1719
1719
  }
1720
1720
  )
1721
1721
  o.output = Shapes::ShapeRef.new(shape: CreateKeySigningKeyResponse)
@@ -1738,7 +1738,7 @@ module Aws::Route53
1738
1738
  o.input = Shapes::ShapeRef.new(shape: CreateQueryLoggingConfigRequest,
1739
1739
  location_name: "CreateQueryLoggingConfigRequest",
1740
1740
  metadata: {
1741
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1741
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1742
1742
  }
1743
1743
  )
1744
1744
  o.output = Shapes::ShapeRef.new(shape: CreateQueryLoggingConfigResponse)
@@ -1757,7 +1757,7 @@ module Aws::Route53
1757
1757
  o.input = Shapes::ShapeRef.new(shape: CreateReusableDelegationSetRequest,
1758
1758
  location_name: "CreateReusableDelegationSetRequest",
1759
1759
  metadata: {
1760
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1760
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1761
1761
  }
1762
1762
  )
1763
1763
  o.output = Shapes::ShapeRef.new(shape: CreateReusableDelegationSetResponse)
@@ -1777,7 +1777,7 @@ module Aws::Route53
1777
1777
  o.input = Shapes::ShapeRef.new(shape: CreateTrafficPolicyRequest,
1778
1778
  location_name: "CreateTrafficPolicyRequest",
1779
1779
  metadata: {
1780
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1780
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1781
1781
  }
1782
1782
  )
1783
1783
  o.output = Shapes::ShapeRef.new(shape: CreateTrafficPolicyResponse)
@@ -1794,7 +1794,7 @@ module Aws::Route53
1794
1794
  o.input = Shapes::ShapeRef.new(shape: CreateTrafficPolicyInstanceRequest,
1795
1795
  location_name: "CreateTrafficPolicyInstanceRequest",
1796
1796
  metadata: {
1797
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1797
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1798
1798
  }
1799
1799
  )
1800
1800
  o.output = Shapes::ShapeRef.new(shape: CreateTrafficPolicyInstanceResponse)
@@ -1812,7 +1812,7 @@ module Aws::Route53
1812
1812
  o.input = Shapes::ShapeRef.new(shape: CreateTrafficPolicyVersionRequest,
1813
1813
  location_name: "CreateTrafficPolicyVersionRequest",
1814
1814
  metadata: {
1815
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1815
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1816
1816
  }
1817
1817
  )
1818
1818
  o.output = Shapes::ShapeRef.new(shape: CreateTrafficPolicyVersionResponse)
@@ -1830,7 +1830,7 @@ module Aws::Route53
1830
1830
  o.input = Shapes::ShapeRef.new(shape: CreateVPCAssociationAuthorizationRequest,
1831
1831
  location_name: "CreateVPCAssociationAuthorizationRequest",
1832
1832
  metadata: {
1833
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1833
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1834
1834
  }
1835
1835
  )
1836
1836
  o.output = Shapes::ShapeRef.new(shape: CreateVPCAssociationAuthorizationResponse)
@@ -1959,7 +1959,7 @@ module Aws::Route53
1959
1959
  o.input = Shapes::ShapeRef.new(shape: DeleteVPCAssociationAuthorizationRequest,
1960
1960
  location_name: "DeleteVPCAssociationAuthorizationRequest",
1961
1961
  metadata: {
1962
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1962
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1963
1963
  }
1964
1964
  )
1965
1965
  o.output = Shapes::ShapeRef.new(shape: DeleteVPCAssociationAuthorizationResponse)
@@ -1993,7 +1993,7 @@ module Aws::Route53
1993
1993
  o.input = Shapes::ShapeRef.new(shape: DisassociateVPCFromHostedZoneRequest,
1994
1994
  location_name: "DisassociateVPCFromHostedZoneRequest",
1995
1995
  metadata: {
1996
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
1996
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
1997
1997
  }
1998
1998
  )
1999
1999
  o.output = Shapes::ShapeRef.new(shape: DisassociateVPCFromHostedZoneResponse)
@@ -2374,7 +2374,7 @@ module Aws::Route53
2374
2374
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourcesRequest,
2375
2375
  location_name: "ListTagsForResourcesRequest",
2376
2376
  metadata: {
2377
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
2377
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
2378
2378
  }
2379
2379
  )
2380
2380
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourcesResponse)
@@ -2464,7 +2464,7 @@ module Aws::Route53
2464
2464
  o.input = Shapes::ShapeRef.new(shape: UpdateHealthCheckRequest,
2465
2465
  location_name: "UpdateHealthCheckRequest",
2466
2466
  metadata: {
2467
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
2467
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
2468
2468
  }
2469
2469
  )
2470
2470
  o.output = Shapes::ShapeRef.new(shape: UpdateHealthCheckResponse)
@@ -2480,7 +2480,7 @@ module Aws::Route53
2480
2480
  o.input = Shapes::ShapeRef.new(shape: UpdateHostedZoneCommentRequest,
2481
2481
  location_name: "UpdateHostedZoneCommentRequest",
2482
2482
  metadata: {
2483
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
2483
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
2484
2484
  }
2485
2485
  )
2486
2486
  o.output = Shapes::ShapeRef.new(shape: UpdateHostedZoneCommentResponse)
@@ -2496,7 +2496,7 @@ module Aws::Route53
2496
2496
  o.input = Shapes::ShapeRef.new(shape: UpdateTrafficPolicyCommentRequest,
2497
2497
  location_name: "UpdateTrafficPolicyCommentRequest",
2498
2498
  metadata: {
2499
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
2499
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
2500
2500
  }
2501
2501
  )
2502
2502
  o.output = Shapes::ShapeRef.new(shape: UpdateTrafficPolicyCommentResponse)
@@ -2512,7 +2512,7 @@ module Aws::Route53
2512
2512
  o.input = Shapes::ShapeRef.new(shape: UpdateTrafficPolicyInstanceRequest,
2513
2513
  location_name: "UpdateTrafficPolicyInstanceRequest",
2514
2514
  metadata: {
2515
- "xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
2515
+ "xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
2516
2516
  }
2517
2517
  )
2518
2518
  o.output = Shapes::ShapeRef.new(shape: UpdateTrafficPolicyInstanceResponse)
@@ -22,31 +22,31 @@ module Aws::Route53
22
22
  if Aws::Endpoints::Matchers.set?(parameters.region)
23
23
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
24
24
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
25
- return Aws::Endpoints::Endpoint.new(url: "https://route53.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-east-1"}]})
25
+ return Aws::Endpoints::Endpoint.new(url: "https://route53.amazonaws.com", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-east-1"}]})
26
26
  end
27
27
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
28
- return Aws::Endpoints::Endpoint.new(url: "https://route53-fips.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-east-1"}]})
28
+ return Aws::Endpoints::Endpoint.new(url: "https://route53-fips.amazonaws.com", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-east-1"}]})
29
29
  end
30
30
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-cn") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
31
- return Aws::Endpoints::Endpoint.new(url: "https://route53.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"cn-northwest-1"}]})
31
+ return Aws::Endpoints::Endpoint.new(url: "https://route53.amazonaws.com.cn", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "cn-northwest-1"}]})
32
32
  end
33
33
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
34
- return Aws::Endpoints::Endpoint.new(url: "https://route53.us-gov.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-gov-west-1"}]})
34
+ return Aws::Endpoints::Endpoint.new(url: "https://route53.us-gov.amazonaws.com", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-gov-west-1"}]})
35
35
  end
36
36
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
37
- return Aws::Endpoints::Endpoint.new(url: "https://route53.us-gov.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-gov-west-1"}]})
37
+ return Aws::Endpoints::Endpoint.new(url: "https://route53.us-gov.amazonaws.com", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-gov-west-1"}]})
38
38
  end
39
39
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
40
- return Aws::Endpoints::Endpoint.new(url: "https://route53.c2s.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-iso-east-1"}]})
40
+ return Aws::Endpoints::Endpoint.new(url: "https://route53.c2s.ic.gov", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-iso-east-1"}]})
41
41
  end
42
42
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-b") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
43
- return Aws::Endpoints::Endpoint.new(url: "https://route53.sc2s.sgov.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-isob-east-1"}]})
43
+ return Aws::Endpoints::Endpoint.new(url: "https://route53.sc2s.sgov.gov", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-isob-east-1"}]})
44
44
  end
45
45
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-e") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
46
- return Aws::Endpoints::Endpoint.new(url: "https://route53.cloud.adc-e.uk", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"eu-isoe-west-1"}]})
46
+ return Aws::Endpoints::Endpoint.new(url: "https://route53.cloud.adc-e.uk", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "eu-isoe-west-1"}]})
47
47
  end
48
48
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-f") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
49
- return Aws::Endpoints::Endpoint.new(url: "https://route53.csp.hci.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-isof-south-1"}]})
49
+ return Aws::Endpoints::Endpoint.new(url: "https://route53.csp.hci.ic.gov", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-isof-south-1"}]})
50
50
  end
51
51
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
52
52
  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"))
@@ -55,7 +55,7 @@ module Aws::Route53
55
55
  autoload :EndpointProvider, 'aws-sdk-route53/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-route53/endpoints'
57
57
 
58
- GEM_VERSION = '1.112.0'
58
+ GEM_VERSION = '1.113.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.112.0
4
+ version: 1.113.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-03 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -79,7 +78,6 @@ licenses:
79
78
  metadata:
80
79
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53
81
80
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53/CHANGELOG.md
82
- post_install_message:
83
81
  rdoc_options: []
84
82
  require_paths:
85
83
  - lib
@@ -94,8 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
92
  - !ruby/object:Gem::Version
95
93
  version: '0'
96
94
  requirements: []
97
- rubygems_version: 3.4.10
98
- signing_key:
95
+ rubygems_version: 3.6.7
99
96
  specification_version: 4
100
97
  summary: AWS SDK for Ruby - Route 53
101
98
  test_files: []