aws-sdk-route53 1.79.0 → 1.81.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: 13474491732bff6f6e8c8a974cc6262f4a79b4c7fd15f623943abf8f742216c0
4
- data.tar.gz: 1493a31086b2b119237415f92a4c2adad51c1229c66c6691cef86dd863a86d6e
3
+ metadata.gz: cb6ed27394c0168d6a1405342cd1e62e6b71364276f4443db15dffda9e4dd65e
4
+ data.tar.gz: 665eafbf143ae098584a76f42f37dbe59710830bccdb246d59d1fb37fa8c4215
5
5
  SHA512:
6
- metadata.gz: 4178c2b9f20854574fff449015163cb282adc2c6577b0f645b3cf359d7d3dd20a5a4d95807b3f936917e7369acadfb8e10d5d9c94a262ef6a23559cddb129209
7
- data.tar.gz: f63e850301e5e353a6024d6d8afe77c2c75142b091f0a8725de3c5cf50b9d8291224b51ce365bca68ef322f28a34edf695df48d33664bdf78f5d805b615e4f6f
6
+ metadata.gz: 319d409f66b18f44f49c1ab63f767037eb3f156df62c518e401bc3a491999c5754753b7902c107578d6c2b26c7c1dab58ea6684bd3d3133cf836cebcd914b78f
7
+ data.tar.gz: a0c459f3fb37623e0cf37c57bca0166d466d4af8dc758a153aecf57eeccff1712ba9bf2a5110ec1626663e6187d5de71de8c1d4a8cb16679166096aff1b40cc6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2023-11-06)
5
+ ------------------
6
+
7
+ * Feature - Add partitional endpoints for iso-e and iso-f.
8
+
9
+ 1.80.0 (2023-10-05)
10
+ ------------------
11
+
12
+ * Feature - Add hostedzonetype filter to ListHostedZones API.
13
+
4
14
  1.79.0 (2023-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.81.0
@@ -669,8 +669,9 @@ module Aws::Route53
669
669
  # * `DELETE`: Deletes an existing resource record set that has the
670
670
  # specified values.
671
671
  #
672
- # * `UPSERT`: If a resource set exists Route 53 updates it with the
673
- # values in the request.
672
+ # * `UPSERT`: If a resource set doesn't exist, Route 53 creates it. If
673
+ # a resource set exists Route 53 updates it with the values in the
674
+ # request.
674
675
  #
675
676
  # **Syntaxes for Creating, Updating, and Deleting Resource Record Sets**
676
677
  #
@@ -1552,6 +1553,10 @@ module Aws::Route53
1552
1553
  # `CallerReference` but settings identical to an existing health
1553
1554
  # check, Route 53 creates the health check.
1554
1555
  #
1556
+ # Route 53 does not store the `CallerReference` for a deleted health
1557
+ # check indefinitely. The `CallerReference` for a deleted health check
1558
+ # will be deleted after a number of days.
1559
+ #
1555
1560
  # @option params [required, Types::HealthCheckConfig] :health_check_config
1556
1561
  # A complex type that contains settings for a new health check.
1557
1562
  #
@@ -2289,6 +2294,16 @@ module Aws::Route53
2289
2294
  # domain or subdomain name by using the resource record sets that
2290
2295
  # `CreateTrafficPolicyInstance` created.
2291
2296
  #
2297
+ # <note markdown="1"> After you submit an `CreateTrafficPolicyInstance` request, there's a
2298
+ # brief delay while Amazon Route 53 creates the resource record sets
2299
+ # that are specified in the traffic policy definition. Use
2300
+ # `GetTrafficPolicyInstance` with the `id` of new traffic policy
2301
+ # instance to confirm that the `CreateTrafficPolicyInstance` request
2302
+ # completed successfully. For more information, see the `State` response
2303
+ # element.
2304
+ #
2305
+ # </note>
2306
+ #
2292
2307
  # @option params [required, String] :hosted_zone_id
2293
2308
  # The ID of the hosted zone that you want Amazon Route 53 to create
2294
2309
  # resource record sets in by using the configuration in a traffic
@@ -3269,6 +3284,8 @@ module Aws::Route53
3269
3284
  # Amazon Route 53 uses the two-letter country codes that are specified
3270
3285
  # in [ISO standard 3166-1 alpha-2][1].
3271
3286
  #
3287
+ # Route 53 also supports the contry code **UA** forr Ukraine.
3288
+ #
3272
3289
  #
3273
3290
  #
3274
3291
  # [1]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
@@ -3799,11 +3816,10 @@ module Aws::Route53
3799
3816
 
3800
3817
  # Gets information about a specified traffic policy instance.
3801
3818
  #
3802
- # <note markdown="1"> After you submit a `CreateTrafficPolicyInstance` or an
3803
- # `UpdateTrafficPolicyInstance` request, there's a brief delay while
3804
- # Amazon Route 53 creates the resource record sets that are specified in
3805
- # the traffic policy definition. For more information, see the `State`
3806
- # response element.
3819
+ # <note markdown="1"> Use `GetTrafficPolicyInstance` with the `id` of new traffic policy
3820
+ # instance to confirm that the `CreateTrafficPolicyInstance` or an
3821
+ # `UpdateTrafficPolicyInstance` request completed successfully. For more
3822
+ # information, see the `State` response element.
3807
3823
  #
3808
3824
  # </note>
3809
3825
  #
@@ -4120,8 +4136,8 @@ module Aws::Route53
4120
4136
  # @option params [Integer] :max_items
4121
4137
  # The maximum number of health checks that you want `ListHealthChecks`
4122
4138
  # to return in response to the current request. Amazon Route 53 returns
4123
- # a maximum of 100 items. If you set `MaxItems` to a value greater than
4124
- # 100, Route 53 returns only the first 100 health checks.
4139
+ # a maximum of 1000 items. If you set `MaxItems` to a value greater than
4140
+ # 1000, Route 53 returns only the first 1000 health checks.
4125
4141
  #
4126
4142
  # @return [Types::ListHealthChecksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4127
4143
  #
@@ -4225,6 +4241,9 @@ module Aws::Route53
4225
4241
  # the hosted zones that are associated with a reusable delegation set,
4226
4242
  # specify the ID of that reusable delegation set.
4227
4243
  #
4244
+ # @option params [String] :hosted_zone_type
4245
+ # (Optional) Specifies if the hosted zone is private.
4246
+ #
4228
4247
  # @return [Types::ListHostedZonesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4229
4248
  #
4230
4249
  # * {Types::ListHostedZonesResponse#hosted_zones #hosted_zones} => Array&lt;Types::HostedZone&gt;
@@ -4241,6 +4260,7 @@ module Aws::Route53
4241
4260
  # marker: "PageMarker",
4242
4261
  # max_items: 1,
4243
4262
  # delegation_set_id: "ResourceId",
4263
+ # hosted_zone_type: "PrivateHostedZone", # accepts PrivateHostedZone
4244
4264
  # })
4245
4265
  #
4246
4266
  # @example Response structure
@@ -6010,6 +6030,16 @@ module Aws::Route53
6010
6030
  req.send_request(options)
6011
6031
  end
6012
6032
 
6033
+ # <note markdown="1"> After you submit a `UpdateTrafficPolicyInstance` request, there's a
6034
+ # brief delay while Route 53 creates the resource record sets that are
6035
+ # specified in the traffic policy definition. Use
6036
+ # `GetTrafficPolicyInstance` with the `id` of updated traffic policy
6037
+ # instance confirm that the `UpdateTrafficPolicyInstance` request
6038
+ # completed successfully. For more information, see the `State` response
6039
+ # element.
6040
+ #
6041
+ # </note>
6042
+ #
6013
6043
  # Updates the resource record sets in a specified hosted zone that were
6014
6044
  # created based on the settings in a specified traffic policy version.
6015
6045
  #
@@ -6094,7 +6124,7 @@ module Aws::Route53
6094
6124
  params: params,
6095
6125
  config: config)
6096
6126
  context[:gem_name] = 'aws-sdk-route53'
6097
- context[:gem_version] = '1.79.0'
6127
+ context[:gem_version] = '1.81.0'
6098
6128
  Seahorse::Client::Request.new(handlers, context)
6099
6129
  end
6100
6130
 
@@ -213,6 +213,7 @@ module Aws::Route53
213
213
  HostedZoneRRSetCount = Shapes::IntegerShape.new(name: 'HostedZoneRRSetCount')
214
214
  HostedZoneSummaries = Shapes::ListShape.new(name: 'HostedZoneSummaries')
215
215
  HostedZoneSummary = Shapes::StructureShape.new(name: 'HostedZoneSummary')
216
+ HostedZoneType = Shapes::StringShape.new(name: 'HostedZoneType')
216
217
  HostedZones = Shapes::ListShape.new(name: 'HostedZones')
217
218
  IPAddress = Shapes::StringShape.new(name: 'IPAddress')
218
219
  IPAddressCidr = Shapes::StringShape.new(name: 'IPAddressCidr')
@@ -1139,6 +1140,7 @@ module Aws::Route53
1139
1140
  ListHostedZonesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: PageMarker, location: "querystring", location_name: "marker"))
1140
1141
  ListHostedZonesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: PageMaxItems, location: "querystring", location_name: "maxitems"))
1141
1142
  ListHostedZonesRequest.add_member(:delegation_set_id, Shapes::ShapeRef.new(shape: ResourceId, location: "querystring", location_name: "delegationsetid"))
1143
+ ListHostedZonesRequest.add_member(:hosted_zone_type, Shapes::ShapeRef.new(shape: HostedZoneType, location: "querystring", location_name: "hostedzonetype"))
1142
1144
  ListHostedZonesRequest.struct_class = Types::ListHostedZonesRequest
1143
1145
 
1144
1146
  ListHostedZonesResponse.add_member(:hosted_zones, Shapes::ShapeRef.new(shape: HostedZones, required: true, location_name: "HostedZones"))
@@ -46,6 +46,12 @@ module Aws::Route53
46
46
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-b") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
47
47
  return Aws::Endpoints::Endpoint.new(url: "https://route53.sc2s.sgov.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-isob-east-1"}]})
48
48
  end
49
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-e") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
50
+ return Aws::Endpoints::Endpoint.new(url: "https://route53.cloud.adc-e.uk", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"eu-isoe-west-1"}]})
51
+ end
52
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-f") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
53
+ return Aws::Endpoints::Endpoint.new(url: "https://route53.csp.hci.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-isof-south-1"}]})
54
+ end
49
55
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
50
56
  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"))
51
57
  return Aws::Endpoints::Endpoint.new(url: "https://route53-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
@@ -53,7 +59,7 @@ module Aws::Route53
53
59
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
54
60
  end
55
61
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
56
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
62
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
57
63
  return Aws::Endpoints::Endpoint.new(url: "https://route53-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
58
64
  end
59
65
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -1205,6 +1205,10 @@ module Aws::Route53
1205
1205
  # * If you send a `CreateHealthCheck` request with a unique
1206
1206
  # `CallerReference` but settings identical to an existing health
1207
1207
  # check, Route 53 creates the health check.
1208
+ #
1209
+ # Route 53 does not store the `CallerReference` for a deleted health
1210
+ # check indefinitely. The `CallerReference` for a deleted health check
1211
+ # will be deleted after a number of days.
1208
1212
  # @return [String]
1209
1213
  #
1210
1214
  # @!attribute [rw] health_check_config
@@ -2325,6 +2329,8 @@ module Aws::Route53
2325
2329
  # Amazon Route 53 uses the two-letter country codes that are specified
2326
2330
  # in [ISO standard 3166-1 alpha-2][1].
2327
2331
  #
2332
+ # Route 53 also supports the contry code **UA** forr Ukraine.
2333
+ #
2328
2334
  #
2329
2335
  #
2330
2336
  # [1]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
@@ -2575,6 +2581,8 @@ module Aws::Route53
2575
2581
  # Amazon Route 53 uses the two-letter country codes that are specified
2576
2582
  # in [ISO standard 3166-1 alpha-2][1].
2577
2583
  #
2584
+ # Route 53 also supports the contry code **UA** forr Ukraine.
2585
+ #
2578
2586
  #
2579
2587
  #
2580
2588
  # [1]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
@@ -4633,8 +4641,9 @@ module Aws::Route53
4633
4641
  # @!attribute [rw] max_items
4634
4642
  # The maximum number of health checks that you want `ListHealthChecks`
4635
4643
  # to return in response to the current request. Amazon Route 53
4636
- # returns a maximum of 100 items. If you set `MaxItems` to a value
4637
- # greater than 100, Route 53 returns only the first 100 health checks.
4644
+ # returns a maximum of 1000 items. If you set `MaxItems` to a value
4645
+ # greater than 1000, Route 53 returns only the first 1000 health
4646
+ # checks.
4638
4647
  # @return [Integer]
4639
4648
  #
4640
4649
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHealthChecksRequest AWS API Documentation
@@ -4906,12 +4915,17 @@ module Aws::Route53
4906
4915
  # set, specify the ID of that reusable delegation set.
4907
4916
  # @return [String]
4908
4917
  #
4918
+ # @!attribute [rw] hosted_zone_type
4919
+ # (Optional) Specifies if the hosted zone is private.
4920
+ # @return [String]
4921
+ #
4909
4922
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHostedZonesRequest AWS API Documentation
4910
4923
  #
4911
4924
  class ListHostedZonesRequest < Struct.new(
4912
4925
  :marker,
4913
4926
  :max_items,
4914
- :delegation_set_id)
4927
+ :delegation_set_id,
4928
+ :hosted_zone_type)
4915
4929
  SENSITIVE = []
4916
4930
  include Aws::Structure
4917
4931
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-route53/customizations'
53
53
  # @!group service
54
54
  module Aws::Route53
55
55
 
56
- GEM_VERSION = '1.79.0'
56
+ GEM_VERSION = '1.81.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.81.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-09-27 00:00:00.000000000 Z
11
+ date: 2023-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core