aws-sdk-route53 1.33.0 → 1.38.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: 30b652b42e117d1ab4e4a2dbd3aac3adffe034f12206ac098a3d60c10310b457
4
- data.tar.gz: 97e0a065d2e686722b8747bc79f89f09eb4291a2c7d61f9709bf696f3d8e0e8e
3
+ metadata.gz: f545e07d30e9ce4dfa7f6ac445554c1ecb85f4bfd8d971440ce3110f677c8a0c
4
+ data.tar.gz: f64687ed40b61bc97934db8b895c631822be9f62e7f384048de69fcc70555d8b
5
5
  SHA512:
6
- metadata.gz: 7f44af7ad66aed522ef10753ac167521de4e1bdfd1a1c0275d6cbd74212b6889a69cffbeb1178d2ac9784b805631d381596448976107815c314bb7233b0054f5
7
- data.tar.gz: 57b30b8ec435ebb7f729252dd38e5ced918634d22348cfffd7c2d4c320371ac31343c93831e90719e039fe8850c538c4aed2cb2acb2ebe71448f1494aaf38638
6
+ metadata.gz: b7b93aa70f274f6dc728b7e57ebcb0273f6e79fcb9c20bd1ceb958712f8af80246f46ac2e5954388e41e4d6cb8222b42105925127ae759a52c245c2fc86f5d3b
7
+ data.tar.gz: c394ac73036bea85906231e8c191e78dd7222ecdb3ee0583c96d104d74ce37a1c31e73d2243d59826f46eb3bbcb385b6be5865dea9ca68cb71081ec0151c527c
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-route53/customizations'
46
48
  # @service
47
49
  module Aws::Route53
48
50
 
49
- GEM_VERSION = '1.33.0'
51
+ GEM_VERSION = '1.38.0'
50
52
 
51
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_xml.rb'
29
32
  require 'aws-sdk-route53/plugins/id_fix.rb'
@@ -70,6 +73,7 @@ module Aws::Route53
70
73
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
71
74
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
72
75
  add_plugin(Aws::Plugins::TransferEncoding)
76
+ add_plugin(Aws::Plugins::HttpChecksum)
73
77
  add_plugin(Aws::Plugins::SignatureV4)
74
78
  add_plugin(Aws::Plugins::Protocols::RestXml)
75
79
  add_plugin(Aws::Route53::Plugins::IdFix)
@@ -107,7 +111,7 @@ module Aws::Route53
107
111
  # @option options [required, String] :region
108
112
  # The AWS region to connect to. The configured `:region` is
109
113
  # used to determine the service `:endpoint`. When not passed,
110
- # a default `:region` is search for in the following locations:
114
+ # a default `:region` is searched for in the following locations:
111
115
  #
112
116
  # * `Aws.config[:region]`
113
117
  # * `ENV['AWS_REGION']`
@@ -163,7 +167,7 @@ module Aws::Route53
163
167
  # @option options [String] :endpoint
164
168
  # The client endpoint is normally constructed from the `:region`
165
169
  # option. You should only configure an `:endpoint` when connecting
166
- # to test endpoints. This should be avalid HTTP(S) URI.
170
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
167
171
  #
168
172
  # @option options [Integer] :endpoint_cache_max_entries (1000)
169
173
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -178,7 +182,7 @@ module Aws::Route53
178
182
  # requests fetching endpoints information. Defaults to 60 sec.
179
183
  #
180
184
  # @option options [Boolean] :endpoint_discovery (false)
181
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
185
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
182
186
  #
183
187
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
184
188
  # The log formatter.
@@ -384,7 +388,7 @@ module Aws::Route53
384
388
  # resp = client.associate_vpc_with_hosted_zone({
385
389
  # hosted_zone_id: "ResourceId", # required
386
390
  # vpc: { # required
387
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1
391
+ # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
388
392
  # vpc_id: "VPCId",
389
393
  # },
390
394
  # comment: "AssociateVPCComment",
@@ -1114,7 +1118,7 @@ module Aws::Route53
1114
1118
  # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
1115
1119
  # set_identifier: "ResourceRecordSetIdentifier",
1116
1120
  # weight: 1,
1117
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1
1121
+ # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
1118
1122
  # geo_location: {
1119
1123
  # continent_code: "GeoLocationContinentCode",
1120
1124
  # country_code: "GeoLocationCountryCode",
@@ -1335,7 +1339,7 @@ module Aws::Route53
1335
1339
  # enable_sni: false,
1336
1340
  # regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
1337
1341
  # alarm_identifier: {
1338
- # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
1342
+ # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
1339
1343
  # name: "AlarmName", # required
1340
1344
  # },
1341
1345
  # insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
@@ -1365,7 +1369,7 @@ module Aws::Route53
1365
1369
  # resp.health_check.health_check_config.enable_sni #=> Boolean
1366
1370
  # resp.health_check.health_check_config.regions #=> Array
1367
1371
  # resp.health_check.health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
1368
- # resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
1372
+ # resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
1369
1373
  # resp.health_check.health_check_config.alarm_identifier.name #=> String
1370
1374
  # resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
1371
1375
  # resp.health_check.health_check_version #=> Integer
@@ -1504,7 +1508,7 @@ module Aws::Route53
1504
1508
  # resp = client.create_hosted_zone({
1505
1509
  # name: "DNSName", # required
1506
1510
  # vpc: {
1507
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1
1511
+ # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
1508
1512
  # vpc_id: "VPCId",
1509
1513
  # },
1510
1514
  # caller_reference: "Nonce", # required
@@ -1533,7 +1537,7 @@ module Aws::Route53
1533
1537
  # resp.delegation_set.caller_reference #=> String
1534
1538
  # resp.delegation_set.name_servers #=> Array
1535
1539
  # resp.delegation_set.name_servers[0] #=> String
1536
- # resp.vpc.vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "af-south-1"
1540
+ # resp.vpc.vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "af-south-1", "eu-south-1"
1537
1541
  # resp.vpc.vpc_id #=> String
1538
1542
  # resp.location #=> String
1539
1543
  #
@@ -2028,7 +2032,7 @@ module Aws::Route53
2028
2032
  # resp = client.create_vpc_association_authorization({
2029
2033
  # hosted_zone_id: "ResourceId", # required
2030
2034
  # vpc: { # required
2031
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1
2035
+ # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
2032
2036
  # vpc_id: "VPCId",
2033
2037
  # },
2034
2038
  # })
@@ -2036,7 +2040,7 @@ module Aws::Route53
2036
2040
  # @example Response structure
2037
2041
  #
2038
2042
  # resp.hosted_zone_id #=> String
2039
- # resp.vpc.vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "af-south-1"
2043
+ # resp.vpc.vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "af-south-1", "eu-south-1"
2040
2044
  # resp.vpc.vpc_id #=> String
2041
2045
  #
2042
2046
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateVPCAssociationAuthorization AWS API Documentation
@@ -2328,7 +2332,7 @@ module Aws::Route53
2328
2332
  # resp = client.delete_vpc_association_authorization({
2329
2333
  # hosted_zone_id: "ResourceId", # required
2330
2334
  # vpc: { # required
2331
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1
2335
+ # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
2332
2336
  # vpc_id: "VPCId",
2333
2337
  # },
2334
2338
  # })
@@ -2342,16 +2346,33 @@ module Aws::Route53
2342
2346
  req.send_request(options)
2343
2347
  end
2344
2348
 
2345
- # Disassociates a VPC from a Amazon Route 53 private hosted zone. Note
2346
- # the following:
2349
+ # Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an
2350
+ # Amazon Route 53 private hosted zone. Note the following:
2347
2351
  #
2348
- # * You can't disassociate the last VPC from a private hosted zone.
2352
+ # * You can't disassociate the last Amazon VPC from a private hosted
2353
+ # zone.
2349
2354
  #
2350
2355
  # * You can't convert a private hosted zone into a public hosted zone.
2351
2356
  #
2352
2357
  # * You can submit a `DisassociateVPCFromHostedZone` request using
2353
2358
  # either the account that created the hosted zone or the account that
2354
- # created the VPC.
2359
+ # created the Amazon VPC.
2360
+ #
2361
+ # * Some services, such as AWS Cloud Map and Amazon Elastic File System
2362
+ # (Amazon EFS) automatically create hosted zones and associate VPCs
2363
+ # with the hosted zones. A service can create a hosted zone using your
2364
+ # account or using its own account. You can disassociate a VPC from a
2365
+ # hosted zone only if the service created the hosted zone using your
2366
+ # account.
2367
+ #
2368
+ # When you run [DisassociateVPCFromHostedZone][1], if the hosted zone
2369
+ # has a value for `OwningAccount`, you can use
2370
+ # `DisassociateVPCFromHostedZone`. If the hosted zone has a value for
2371
+ # `OwningService`, you can't use `DisassociateVPCFromHostedZone`.
2372
+ #
2373
+ #
2374
+ #
2375
+ # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListHostedZonesByVPC.html
2355
2376
  #
2356
2377
  # @option params [required, String] :hosted_zone_id
2357
2378
  # The ID of the private hosted zone that you want to disassociate a VPC
@@ -2373,7 +2394,7 @@ module Aws::Route53
2373
2394
  # resp = client.disassociate_vpc_from_hosted_zone({
2374
2395
  # hosted_zone_id: "ResourceId", # required
2375
2396
  # vpc: { # required
2376
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1
2397
+ # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
2377
2398
  # vpc_id: "VPCId",
2378
2399
  # },
2379
2400
  # comment: "DisassociateVPCComment",
@@ -2665,7 +2686,7 @@ module Aws::Route53
2665
2686
  # resp.health_check.health_check_config.enable_sni #=> Boolean
2666
2687
  # resp.health_check.health_check_config.regions #=> Array
2667
2688
  # resp.health_check.health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
2668
- # resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
2689
+ # resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
2669
2690
  # resp.health_check.health_check_config.alarm_identifier.name #=> String
2670
2691
  # resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
2671
2692
  # resp.health_check.health_check_version #=> Integer
@@ -2854,7 +2875,7 @@ module Aws::Route53
2854
2875
  # resp.delegation_set.name_servers #=> Array
2855
2876
  # resp.delegation_set.name_servers[0] #=> String
2856
2877
  # resp.vp_cs #=> Array
2857
- # resp.vp_cs[0].vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "af-south-1"
2878
+ # resp.vp_cs[0].vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "af-south-1", "eu-south-1"
2858
2879
  # resp.vp_cs[0].vpc_id #=> String
2859
2880
  #
2860
2881
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZone AWS API Documentation
@@ -3319,7 +3340,7 @@ module Aws::Route53
3319
3340
  # resp.health_checks[0].health_check_config.enable_sni #=> Boolean
3320
3341
  # resp.health_checks[0].health_check_config.regions #=> Array
3321
3342
  # resp.health_checks[0].health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
3322
- # resp.health_checks[0].health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
3343
+ # resp.health_checks[0].health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
3323
3344
  # resp.health_checks[0].health_check_config.alarm_identifier.name #=> String
3324
3345
  # resp.health_checks[0].health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
3325
3346
  # resp.health_checks[0].health_check_version #=> Integer
@@ -3555,6 +3576,80 @@ module Aws::Route53
3555
3576
  req.send_request(options)
3556
3577
  end
3557
3578
 
3579
+ # Lists all the private hosted zones that a specified VPC is associated
3580
+ # with, regardless of which AWS account or AWS service owns the hosted
3581
+ # zones. The `HostedZoneOwner` structure in the response contains one of
3582
+ # the following values:
3583
+ #
3584
+ # * An `OwningAccount` element, which contains the account number of
3585
+ # either the current AWS account or another AWS account. Some
3586
+ # services, such as AWS Cloud Map, create hosted zones using the
3587
+ # current account.
3588
+ #
3589
+ # * An `OwningService` element, which identifies the AWS service that
3590
+ # created and owns the hosted zone. For example, if a hosted zone was
3591
+ # created by Amazon Elastic File System (Amazon EFS), the value of
3592
+ # `Owner` is `efs.amazonaws.com`.
3593
+ #
3594
+ # @option params [required, String] :vpc_id
3595
+ # The ID of the Amazon VPC that you want to list hosted zones for.
3596
+ #
3597
+ # @option params [required, String] :vpc_region
3598
+ # For the Amazon VPC that you specified for `VPCId`, the AWS Region that
3599
+ # you created the VPC in.
3600
+ #
3601
+ # @option params [Integer] :max_items
3602
+ # (Optional) The maximum number of hosted zones that you want Amazon
3603
+ # Route 53 to return. If the specified VPC is associated with more than
3604
+ # `MaxItems` hosted zones, the response includes a `NextToken` element.
3605
+ # `NextToken` contains the hosted zone ID of the first hosted zone that
3606
+ # Route 53 will return if you submit another request.
3607
+ #
3608
+ # @option params [String] :next_token
3609
+ # If the previous response included a `NextToken` element, the specified
3610
+ # VPC is associated with more hosted zones. To get more hosted zones,
3611
+ # submit another `ListHostedZonesByVPC` request.
3612
+ #
3613
+ # For the value of `NextToken`, specify the value of `NextToken` from
3614
+ # the previous response.
3615
+ #
3616
+ # If the previous response didn't include a `NextToken` element, there
3617
+ # are no more hosted zones to get.
3618
+ #
3619
+ # @return [Types::ListHostedZonesByVPCResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3620
+ #
3621
+ # * {Types::ListHostedZonesByVPCResponse#hosted_zone_summaries #hosted_zone_summaries} => Array<Types::HostedZoneSummary>
3622
+ # * {Types::ListHostedZonesByVPCResponse#max_items #max_items} => Integer
3623
+ # * {Types::ListHostedZonesByVPCResponse#next_token #next_token} => String
3624
+ #
3625
+ # @example Request syntax with placeholder values
3626
+ #
3627
+ # resp = client.list_hosted_zones_by_vpc({
3628
+ # vpc_id: "VPCId", # required
3629
+ # vpc_region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
3630
+ # max_items: 1,
3631
+ # next_token: "PaginationToken",
3632
+ # })
3633
+ #
3634
+ # @example Response structure
3635
+ #
3636
+ # resp.hosted_zone_summaries #=> Array
3637
+ # resp.hosted_zone_summaries[0].hosted_zone_id #=> String
3638
+ # resp.hosted_zone_summaries[0].name #=> String
3639
+ # resp.hosted_zone_summaries[0].owner.owning_account #=> String
3640
+ # resp.hosted_zone_summaries[0].owner.owning_service #=> String
3641
+ # resp.max_items #=> Integer
3642
+ # resp.next_token #=> String
3643
+ #
3644
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHostedZonesByVPC AWS API Documentation
3645
+ #
3646
+ # @overload list_hosted_zones_by_vpc(params = {})
3647
+ # @param [Hash] params ({})
3648
+ def list_hosted_zones_by_vpc(params = {}, options = {})
3649
+ req = build_request(:list_hosted_zones_by_vpc, params)
3650
+ req.send_request(options)
3651
+ end
3652
+
3558
3653
  # Lists the configurations for DNS query logging that are associated
3559
3654
  # with the current AWS account or the configuration that is associated
3560
3655
  # with a specified hosted zone.
@@ -3789,7 +3884,7 @@ module Aws::Route53
3789
3884
  # resp.resource_record_sets[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
3790
3885
  # resp.resource_record_sets[0].set_identifier #=> String
3791
3886
  # resp.resource_record_sets[0].weight #=> Integer
3792
- # resp.resource_record_sets[0].region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-north-1", "cn-northwest-1", "ap-east-1", "me-south-1", "ap-south-1", "af-south-1"
3887
+ # resp.resource_record_sets[0].region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-north-1", "cn-northwest-1", "ap-east-1", "me-south-1", "ap-south-1", "af-south-1", "eu-south-1"
3793
3888
  # resp.resource_record_sets[0].geo_location.continent_code #=> String
3794
3889
  # resp.resource_record_sets[0].geo_location.country_code #=> String
3795
3890
  # resp.resource_record_sets[0].geo_location.subdivision_code #=> String
@@ -4462,7 +4557,7 @@ module Aws::Route53
4462
4557
  # resp.hosted_zone_id #=> String
4463
4558
  # resp.next_token #=> String
4464
4559
  # resp.vp_cs #=> Array
4465
- # resp.vp_cs[0].vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "af-south-1"
4560
+ # resp.vp_cs[0].vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "af-south-1", "eu-south-1"
4466
4561
  # resp.vp_cs[0].vpc_id #=> String
4467
4562
  #
4468
4563
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListVPCAssociationAuthorizations AWS API Documentation
@@ -4912,7 +5007,7 @@ module Aws::Route53
4912
5007
  # enable_sni: false,
4913
5008
  # regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
4914
5009
  # alarm_identifier: {
4915
- # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
5010
+ # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
4916
5011
  # name: "AlarmName", # required
4917
5012
  # },
4918
5013
  # insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
@@ -4942,7 +5037,7 @@ module Aws::Route53
4942
5037
  # resp.health_check.health_check_config.enable_sni #=> Boolean
4943
5038
  # resp.health_check.health_check_config.regions #=> Array
4944
5039
  # resp.health_check.health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
4945
- # resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
5040
+ # resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
4946
5041
  # resp.health_check.health_check_config.alarm_identifier.name #=> String
4947
5042
  # resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
4948
5043
  # resp.health_check.health_check_version #=> Integer
@@ -5134,7 +5229,7 @@ module Aws::Route53
5134
5229
  params: params,
5135
5230
  config: config)
5136
5231
  context[:gem_name] = 'aws-sdk-route53'
5137
- context[:gem_version] = '1.33.0'
5232
+ context[:gem_version] = '1.38.0'
5138
5233
  Seahorse::Client::Request.new(handlers, context)
5139
5234
  end
5140
5235
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -11,6 +13,7 @@ module Aws::Route53
11
13
 
12
14
  include Seahorse::Model
13
15
 
16
+ AWSAccountID = Shapes::StringShape.new(name: 'AWSAccountID')
14
17
  AccountLimit = Shapes::StructureShape.new(name: 'AccountLimit')
15
18
  AccountLimitType = Shapes::StringShape.new(name: 'AccountLimitType')
16
19
  AlarmIdentifier = Shapes::StructureShape.new(name: 'AlarmIdentifier')
@@ -160,7 +163,11 @@ module Aws::Route53
160
163
  HostedZoneNotEmpty = Shapes::StructureShape.new(name: 'HostedZoneNotEmpty')
161
164
  HostedZoneNotFound = Shapes::StructureShape.new(name: 'HostedZoneNotFound')
162
165
  HostedZoneNotPrivate = Shapes::StructureShape.new(name: 'HostedZoneNotPrivate')
166
+ HostedZoneOwner = Shapes::StructureShape.new(name: 'HostedZoneOwner')
167
+ HostedZoneOwningService = Shapes::StringShape.new(name: 'HostedZoneOwningService')
163
168
  HostedZoneRRSetCount = Shapes::IntegerShape.new(name: 'HostedZoneRRSetCount')
169
+ HostedZoneSummaries = Shapes::ListShape.new(name: 'HostedZoneSummaries')
170
+ HostedZoneSummary = Shapes::StructureShape.new(name: 'HostedZoneSummary')
164
171
  HostedZones = Shapes::ListShape.new(name: 'HostedZones')
165
172
  IPAddress = Shapes::StringShape.new(name: 'IPAddress')
166
173
  IPAddressCidr = Shapes::StringShape.new(name: 'IPAddressCidr')
@@ -186,6 +193,8 @@ module Aws::Route53
186
193
  ListHealthChecksResponse = Shapes::StructureShape.new(name: 'ListHealthChecksResponse')
187
194
  ListHostedZonesByNameRequest = Shapes::StructureShape.new(name: 'ListHostedZonesByNameRequest')
188
195
  ListHostedZonesByNameResponse = Shapes::StructureShape.new(name: 'ListHostedZonesByNameResponse')
196
+ ListHostedZonesByVPCRequest = Shapes::StructureShape.new(name: 'ListHostedZonesByVPCRequest')
197
+ ListHostedZonesByVPCResponse = Shapes::StructureShape.new(name: 'ListHostedZonesByVPCResponse')
189
198
  ListHostedZonesRequest = Shapes::StructureShape.new(name: 'ListHostedZonesRequest')
190
199
  ListHostedZonesResponse = Shapes::StructureShape.new(name: 'ListHostedZonesResponse')
191
200
  ListQueryLoggingConfigsRequest = Shapes::StructureShape.new(name: 'ListQueryLoggingConfigsRequest')
@@ -750,6 +759,17 @@ module Aws::Route53
750
759
  HostedZoneNotPrivate.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
751
760
  HostedZoneNotPrivate.struct_class = Types::HostedZoneNotPrivate
752
761
 
762
+ HostedZoneOwner.add_member(:owning_account, Shapes::ShapeRef.new(shape: AWSAccountID, location_name: "OwningAccount"))
763
+ HostedZoneOwner.add_member(:owning_service, Shapes::ShapeRef.new(shape: HostedZoneOwningService, location_name: "OwningService"))
764
+ HostedZoneOwner.struct_class = Types::HostedZoneOwner
765
+
766
+ HostedZoneSummaries.member = Shapes::ShapeRef.new(shape: HostedZoneSummary, location_name: "HostedZoneSummary")
767
+
768
+ HostedZoneSummary.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "HostedZoneId"))
769
+ HostedZoneSummary.add_member(:name, Shapes::ShapeRef.new(shape: DNSName, required: true, location_name: "Name"))
770
+ HostedZoneSummary.add_member(:owner, Shapes::ShapeRef.new(shape: HostedZoneOwner, required: true, location_name: "Owner"))
771
+ HostedZoneSummary.struct_class = Types::HostedZoneSummary
772
+
753
773
  HostedZones.member = Shapes::ShapeRef.new(shape: HostedZone, location_name: "HostedZone")
754
774
 
755
775
  IncompatibleVersion.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
@@ -829,6 +849,17 @@ module Aws::Route53
829
849
  ListHostedZonesByNameResponse.add_member(:max_items, Shapes::ShapeRef.new(shape: PageMaxItems, required: true, location_name: "MaxItems"))
830
850
  ListHostedZonesByNameResponse.struct_class = Types::ListHostedZonesByNameResponse
831
851
 
852
+ ListHostedZonesByVPCRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VPCId, required: true, location: "querystring", location_name: "vpcid"))
853
+ ListHostedZonesByVPCRequest.add_member(:vpc_region, Shapes::ShapeRef.new(shape: VPCRegion, required: true, location: "querystring", location_name: "vpcregion"))
854
+ ListHostedZonesByVPCRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: PageMaxItems, location: "querystring", location_name: "maxitems"))
855
+ ListHostedZonesByVPCRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nexttoken"))
856
+ ListHostedZonesByVPCRequest.struct_class = Types::ListHostedZonesByVPCRequest
857
+
858
+ ListHostedZonesByVPCResponse.add_member(:hosted_zone_summaries, Shapes::ShapeRef.new(shape: HostedZoneSummaries, required: true, location_name: "HostedZoneSummaries"))
859
+ ListHostedZonesByVPCResponse.add_member(:max_items, Shapes::ShapeRef.new(shape: PageMaxItems, required: true, location_name: "MaxItems"))
860
+ ListHostedZonesByVPCResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
861
+ ListHostedZonesByVPCResponse.struct_class = Types::ListHostedZonesByVPCResponse
862
+
832
863
  ListHostedZonesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: PageMarker, location: "querystring", location_name: "marker"))
833
864
  ListHostedZonesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: PageMaxItems, location: "querystring", location_name: "maxitems"))
834
865
  ListHostedZonesRequest.add_member(:delegation_set_id, Shapes::ShapeRef.new(shape: ResourceId, location: "querystring", location_name: "delegationsetid"))
@@ -1233,6 +1264,7 @@ module Aws::Route53
1233
1264
  o.errors << Shapes::ShapeRef.new(shape: PublicZoneVPCAssociation)
1234
1265
  o.errors << Shapes::ShapeRef.new(shape: ConflictingDomainExists)
1235
1266
  o.errors << Shapes::ShapeRef.new(shape: LimitsExceeded)
1267
+ o.errors << Shapes::ShapeRef.new(shape: PriorRequestNotComplete)
1236
1268
  end)
1237
1269
 
1238
1270
  api.add_operation(:change_resource_record_sets, Seahorse::Model::Operation.new.tap do |o|
@@ -1744,6 +1776,16 @@ module Aws::Route53
1744
1776
  o.errors << Shapes::ShapeRef.new(shape: InvalidDomainName)
1745
1777
  end)
1746
1778
 
1779
+ api.add_operation(:list_hosted_zones_by_vpc, Seahorse::Model::Operation.new.tap do |o|
1780
+ o.name = "ListHostedZonesByVPC"
1781
+ o.http_method = "GET"
1782
+ o.http_request_uri = "/2013-04-01/hostedzonesbyvpc"
1783
+ o.input = Shapes::ShapeRef.new(shape: ListHostedZonesByVPCRequest)
1784
+ o.output = Shapes::ShapeRef.new(shape: ListHostedZonesByVPCResponse)
1785
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
1786
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationToken)
1787
+ end)
1788
+
1747
1789
  api.add_operation(:list_query_logging_configs, Seahorse::Model::Operation.new.tap do |o|
1748
1790
  o.name = "ListQueryLoggingConfigs"
1749
1791
  o.http_method = "GET"
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Aws
2
4
  module Route53
3
5
  module Plugins
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -57,7 +59,7 @@ module Aws::Route53
57
59
  # data as a hash:
58
60
  #
59
61
  # {
60
- # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
62
+ # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
61
63
  # name: "AlarmName", # required
62
64
  # }
63
65
  #
@@ -521,7 +523,7 @@ module Aws::Route53
521
523
  # {
522
524
  # hosted_zone_id: "ResourceId", # required
523
525
  # vpc: { # required
524
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1
526
+ # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
525
527
  # vpc_id: "VPCId",
526
528
  # },
527
529
  # comment: "AssociateVPCComment",
@@ -579,7 +581,7 @@ module Aws::Route53
579
581
  # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
580
582
  # set_identifier: "ResourceRecordSetIdentifier",
581
583
  # weight: 1,
582
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1
584
+ # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
583
585
  # geo_location: {
584
586
  # continent_code: "GeoLocationContinentCode",
585
587
  # country_code: "GeoLocationCountryCode",
@@ -656,7 +658,7 @@ module Aws::Route53
656
658
  # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
657
659
  # set_identifier: "ResourceRecordSetIdentifier",
658
660
  # weight: 1,
659
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1
661
+ # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
660
662
  # geo_location: {
661
663
  # continent_code: "GeoLocationContinentCode",
662
664
  # country_code: "GeoLocationCountryCode",
@@ -762,7 +764,7 @@ module Aws::Route53
762
764
  # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
763
765
  # set_identifier: "ResourceRecordSetIdentifier",
764
766
  # weight: 1,
765
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1
767
+ # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
766
768
  # geo_location: {
767
769
  # continent_code: "GeoLocationContinentCode",
768
770
  # country_code: "GeoLocationCountryCode",
@@ -1045,7 +1047,7 @@ module Aws::Route53
1045
1047
  # enable_sni: false,
1046
1048
  # regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
1047
1049
  # alarm_identifier: {
1048
- # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
1050
+ # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
1049
1051
  # name: "AlarmName", # required
1050
1052
  # },
1051
1053
  # insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
@@ -1117,7 +1119,7 @@ module Aws::Route53
1117
1119
  # {
1118
1120
  # name: "DNSName", # required
1119
1121
  # vpc: {
1120
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1
1122
+ # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
1121
1123
  # vpc_id: "VPCId",
1122
1124
  # },
1123
1125
  # caller_reference: "Nonce", # required
@@ -1543,7 +1545,7 @@ module Aws::Route53
1543
1545
  # {
1544
1546
  # hosted_zone_id: "ResourceId", # required
1545
1547
  # vpc: { # required
1546
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1
1548
+ # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
1547
1549
  # vpc_id: "VPCId",
1548
1550
  # },
1549
1551
  # }
@@ -1864,7 +1866,7 @@ module Aws::Route53
1864
1866
  # {
1865
1867
  # hosted_zone_id: "ResourceId", # required
1866
1868
  # vpc: { # required
1867
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1
1869
+ # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
1868
1870
  # vpc_id: "VPCId",
1869
1871
  # },
1870
1872
  # }
@@ -1926,7 +1928,7 @@ module Aws::Route53
1926
1928
  # {
1927
1929
  # hosted_zone_id: "ResourceId", # required
1928
1930
  # vpc: { # required
1929
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1
1931
+ # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
1930
1932
  # vpc_id: "VPCId",
1931
1933
  # },
1932
1934
  # comment: "DisassociateVPCComment",
@@ -2879,7 +2881,7 @@ module Aws::Route53
2879
2881
  # enable_sni: false,
2880
2882
  # regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
2881
2883
  # alarm_identifier: {
2882
- # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
2884
+ # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
2883
2885
  # name: "AlarmName", # required
2884
2886
  # },
2885
2887
  # insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
@@ -3488,6 +3490,66 @@ module Aws::Route53
3488
3490
  include Aws::Structure
3489
3491
  end
3490
3492
 
3493
+ # A complex type that identifies a hosted zone that a specified Amazon
3494
+ # VPC is associated with and the owner of the hosted zone. If there is a
3495
+ # value for `OwningAccount`, there is no value for `OwningService`, and
3496
+ # vice versa.
3497
+ #
3498
+ # @!attribute [rw] owning_account
3499
+ # If the hosted zone was created by an AWS account, or was created by
3500
+ # an AWS service that creates hosted zones using the current account,
3501
+ # `OwningAccount` contains the account ID of that account. For
3502
+ # example, when you use AWS Cloud Map to create a hosted zone, Cloud
3503
+ # Map creates the hosted zone using the current AWS account.
3504
+ # @return [String]
3505
+ #
3506
+ # @!attribute [rw] owning_service
3507
+ # If an AWS service uses its own account to create a hosted zone and
3508
+ # associate the specified VPC with that hosted zone, `OwningService`
3509
+ # contains an abbreviation that identifies the service. For example,
3510
+ # if Amazon Elastic File System (Amazon EFS) created a hosted zone and
3511
+ # associated a VPC with the hosted zone, the value of `OwningService`
3512
+ # is `efs.amazonaws.com`.
3513
+ # @return [String]
3514
+ #
3515
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HostedZoneOwner AWS API Documentation
3516
+ #
3517
+ class HostedZoneOwner < Struct.new(
3518
+ :owning_account,
3519
+ :owning_service)
3520
+ include Aws::Structure
3521
+ end
3522
+
3523
+ # In the response to a `ListHostedZonesByVPC` request, the
3524
+ # `HostedZoneSummaries` element contains one `HostedZoneSummary` element
3525
+ # for each hosted zone that the specified Amazon VPC is associated with.
3526
+ # Each `HostedZoneSummary` element contains the hosted zone name and ID,
3527
+ # and information about who owns the hosted zone.
3528
+ #
3529
+ # @!attribute [rw] hosted_zone_id
3530
+ # The Route 53 hosted zone ID of a private hosted zone that the
3531
+ # specified VPC is associated with.
3532
+ # @return [String]
3533
+ #
3534
+ # @!attribute [rw] name
3535
+ # The name of the private hosted zone, such as `example.com`.
3536
+ # @return [String]
3537
+ #
3538
+ # @!attribute [rw] owner
3539
+ # The owner of a private hosted zone that the specified VPC is
3540
+ # associated with. The owner can be either an AWS account or an AWS
3541
+ # service.
3542
+ # @return [Types::HostedZoneOwner]
3543
+ #
3544
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HostedZoneSummary AWS API Documentation
3545
+ #
3546
+ class HostedZoneSummary < Struct.new(
3547
+ :hosted_zone_id,
3548
+ :name,
3549
+ :owner)
3550
+ include Aws::Structure
3551
+ end
3552
+
3491
3553
  # The resource you're trying to access is unsupported on this Amazon
3492
3554
  # Route 53 endpoint.
3493
3555
  #
@@ -4008,6 +4070,84 @@ module Aws::Route53
4008
4070
  include Aws::Structure
4009
4071
  end
4010
4072
 
4073
+ # Lists all the private hosted zones that a specified VPC is associated
4074
+ # with, regardless of which AWS account created the hosted zones.
4075
+ #
4076
+ # @note When making an API call, you may pass ListHostedZonesByVPCRequest
4077
+ # data as a hash:
4078
+ #
4079
+ # {
4080
+ # vpc_id: "VPCId", # required
4081
+ # vpc_region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
4082
+ # max_items: 1,
4083
+ # next_token: "PaginationToken",
4084
+ # }
4085
+ #
4086
+ # @!attribute [rw] vpc_id
4087
+ # The ID of the Amazon VPC that you want to list hosted zones for.
4088
+ # @return [String]
4089
+ #
4090
+ # @!attribute [rw] vpc_region
4091
+ # For the Amazon VPC that you specified for `VPCId`, the AWS Region
4092
+ # that you created the VPC in.
4093
+ # @return [String]
4094
+ #
4095
+ # @!attribute [rw] max_items
4096
+ # (Optional) The maximum number of hosted zones that you want Amazon
4097
+ # Route 53 to return. If the specified VPC is associated with more
4098
+ # than `MaxItems` hosted zones, the response includes a `NextToken`
4099
+ # element. `NextToken` contains the hosted zone ID of the first hosted
4100
+ # zone that Route 53 will return if you submit another request.
4101
+ # @return [Integer]
4102
+ #
4103
+ # @!attribute [rw] next_token
4104
+ # If the previous response included a `NextToken` element, the
4105
+ # specified VPC is associated with more hosted zones. To get more
4106
+ # hosted zones, submit another `ListHostedZonesByVPC` request.
4107
+ #
4108
+ # For the value of `NextToken`, specify the value of `NextToken` from
4109
+ # the previous response.
4110
+ #
4111
+ # If the previous response didn't include a `NextToken` element,
4112
+ # there are no more hosted zones to get.
4113
+ # @return [String]
4114
+ #
4115
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHostedZonesByVPCRequest AWS API Documentation
4116
+ #
4117
+ class ListHostedZonesByVPCRequest < Struct.new(
4118
+ :vpc_id,
4119
+ :vpc_region,
4120
+ :max_items,
4121
+ :next_token)
4122
+ include Aws::Structure
4123
+ end
4124
+
4125
+ # @!attribute [rw] hosted_zone_summaries
4126
+ # A list that contains one `HostedZoneSummary` element for each hosted
4127
+ # zone that the specified Amazon VPC is associated with. Each
4128
+ # `HostedZoneSummary` element contains the hosted zone name and ID,
4129
+ # and information about who owns the hosted zone.
4130
+ # @return [Array<Types::HostedZoneSummary>]
4131
+ #
4132
+ # @!attribute [rw] max_items
4133
+ # The value that you specified for `MaxItems` in the most recent
4134
+ # `ListHostedZonesByVPC` request.
4135
+ # @return [Integer]
4136
+ #
4137
+ # @!attribute [rw] next_token
4138
+ # The value that you specified for `NextToken` in the most recent
4139
+ # `ListHostedZonesByVPC` request.
4140
+ # @return [String]
4141
+ #
4142
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHostedZonesByVPCResponse AWS API Documentation
4143
+ #
4144
+ class ListHostedZonesByVPCResponse < Struct.new(
4145
+ :hosted_zone_summaries,
4146
+ :max_items,
4147
+ :next_token)
4148
+ include Aws::Structure
4149
+ end
4150
+
4011
4151
  # A request to retrieve a list of the public and private hosted zones
4012
4152
  # that are associated with the current AWS account.
4013
4153
  #
@@ -5382,7 +5522,7 @@ module Aws::Route53
5382
5522
  # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
5383
5523
  # set_identifier: "ResourceRecordSetIdentifier",
5384
5524
  # weight: 1,
5385
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1
5525
+ # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
5386
5526
  # geo_location: {
5387
5527
  # continent_code: "GeoLocationContinentCode",
5388
5528
  # country_code: "GeoLocationCountryCode",
@@ -6628,7 +6768,7 @@ module Aws::Route53
6628
6768
  # enable_sni: false,
6629
6769
  # regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
6630
6770
  # alarm_identifier: {
6631
- # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
6771
+ # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1
6632
6772
  # name: "AlarmName", # required
6633
6773
  # },
6634
6774
  # insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
@@ -7175,7 +7315,7 @@ module Aws::Route53
7175
7315
  # data as a hash:
7176
7316
  #
7177
7317
  # {
7178
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1
7318
+ # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
7179
7319
  # vpc_id: "VPCId",
7180
7320
  # }
7181
7321
  #
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
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.33.0
4
+ version: 1.38.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: 2020-04-28 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement