aws-sdk-route53 1.50.0 → 1.54.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53.rb +1 -1
- data/lib/aws-sdk-route53/client.rb +66 -61
- data/lib/aws-sdk-route53/types.rb +84 -65
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 267466428527d90131fcba6ef7d40e180c4ff6b7bf5a6d39d06170cd71992a7d
|
4
|
+
data.tar.gz: 2b22c7cd3c27ba6fd3c31c7e4c9ef81ec5d6bad0b6905509f90454d3f7f56d4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ffc4627c64928cfca9d240288d4fd3144054b572e8f98974b25ab71ca6d9f9b0dcefd5b98e8c5e4a928258ba3c1e52158a61f109d64017c2280955acfa98506
|
7
|
+
data.tar.gz: e4103048385e31eff7cf8f1894646002f16ad199c23ec50bf8c597141136fdf25df551cf9b2107ce1fa3baf4eace70f5b46e8efd3c1ffd6e7175fe5cc8ee4817
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.54.0 (2021-08-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation updates for route53
|
8
|
+
|
9
|
+
1.53.0 (2021-08-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for route53
|
13
|
+
|
14
|
+
1.52.0 (2021-07-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.51.0 (2021-07-28)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.50.0 (2021-07-27)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.54.0
|
data/lib/aws-sdk-route53.rb
CHANGED
@@ -373,12 +373,12 @@ module Aws::Route53
|
|
373
373
|
# already exist. You can't convert a public hosted zone into a private
|
374
374
|
# hosted zone.
|
375
375
|
#
|
376
|
-
# <note markdown="1"> If you want to associate a VPC that was created by using one
|
377
|
-
# with a private hosted zone that was created by
|
378
|
-
#
|
379
|
-
#
|
380
|
-
#
|
381
|
-
# request.
|
376
|
+
# <note markdown="1"> If you want to associate a VPC that was created by using one Amazon
|
377
|
+
# Web Services account with a private hosted zone that was created by
|
378
|
+
# using a different account, the Amazon Web Services account that
|
379
|
+
# created the private hosted zone must first submit a
|
380
|
+
# `CreateVPCAssociationAuthorization` request. Then the account that
|
381
|
+
# created the VPC must submit an `AssociateVPCWithHostedZone` request.
|
382
382
|
#
|
383
383
|
# </note>
|
384
384
|
#
|
@@ -1739,8 +1739,9 @@ module Aws::Route53
|
|
1739
1739
|
#
|
1740
1740
|
# * You must create the log group in the us-east-1 region.
|
1741
1741
|
#
|
1742
|
-
# * You must use the same account to create
|
1743
|
-
# hosted zone that you want to configure
|
1742
|
+
# * You must use the same Amazon Web Services account to create
|
1743
|
+
# the log group and the hosted zone that you want to configure
|
1744
|
+
# query logging for.
|
1744
1745
|
#
|
1745
1746
|
# * When you create log groups for query logging, we recommend
|
1746
1747
|
# that you use a consistent prefix, for example:
|
@@ -1884,7 +1885,8 @@ module Aws::Route53
|
|
1884
1885
|
end
|
1885
1886
|
|
1886
1887
|
# Creates a delegation set (a group of four name servers) that can be
|
1887
|
-
# reused by multiple hosted zones that were created by the same
|
1888
|
+
# reused by multiple hosted zones that were created by the same Amazon
|
1889
|
+
# Web Services account.
|
1888
1890
|
#
|
1889
1891
|
# You can also create a reusable delegation set that uses the four name
|
1890
1892
|
# servers that are associated with an existing hosted zone. Specify the
|
@@ -2158,12 +2160,12 @@ module Aws::Route53
|
|
2158
2160
|
req.send_request(options)
|
2159
2161
|
end
|
2160
2162
|
|
2161
|
-
# Authorizes the account that created a specified
|
2162
|
-
# `AssociateVPCWithHostedZone` request to associate the
|
2163
|
-
# specified hosted zone that was created by a different
|
2164
|
-
# submit a `CreateVPCAssociationAuthorization` request, you
|
2165
|
-
# account that created the hosted zone. After you authorize
|
2166
|
-
# association, use the account that created the VPC to submit an
|
2163
|
+
# Authorizes the Amazon Web Services account that created a specified
|
2164
|
+
# VPC to submit an `AssociateVPCWithHostedZone` request to associate the
|
2165
|
+
# VPC with a specified hosted zone that was created by a different
|
2166
|
+
# account. To submit a `CreateVPCAssociationAuthorization` request, you
|
2167
|
+
# must use the account that created the hosted zone. After you authorize
|
2168
|
+
# the association, use the account that created the VPC to submit an
|
2167
2169
|
# `AssociateVPCWithHostedZone` request.
|
2168
2170
|
#
|
2169
2171
|
# <note markdown="1"> If you want to associate multiple VPCs that you created by using one
|
@@ -2337,7 +2339,7 @@ module Aws::Route53
|
|
2337
2339
|
# hosted zone.
|
2338
2340
|
#
|
2339
2341
|
# * Use the `ListHostedZones` action to get a list of the hosted zones
|
2340
|
-
# associated with the current account.
|
2342
|
+
# associated with the current Amazon Web Services account.
|
2341
2343
|
#
|
2342
2344
|
#
|
2343
2345
|
#
|
@@ -2558,22 +2560,23 @@ module Aws::Route53
|
|
2558
2560
|
# the hosted zone to submit a `DeleteVPCAssociationAuthorization`
|
2559
2561
|
# request.
|
2560
2562
|
#
|
2561
|
-
# Sending this request only prevents the
|
2562
|
-
# from associating the VPC with the Amazon Route 53
|
2563
|
-
# future. If the VPC is already associated with the
|
2564
|
-
# `DeleteVPCAssociationAuthorization` won't disassociate
|
2565
|
-
# the hosted zone. If you want to delete an existing
|
2566
|
-
# `DisassociateVPCFromHostedZone`.
|
2563
|
+
# Sending this request only prevents the Amazon Web Services account
|
2564
|
+
# that created the VPC from associating the VPC with the Amazon Route 53
|
2565
|
+
# hosted zone in the future. If the VPC is already associated with the
|
2566
|
+
# hosted zone, `DeleteVPCAssociationAuthorization` won't disassociate
|
2567
|
+
# the VPC from the hosted zone. If you want to delete an existing
|
2568
|
+
# association, use `DisassociateVPCFromHostedZone`.
|
2567
2569
|
#
|
2568
2570
|
# @option params [required, String] :hosted_zone_id
|
2569
2571
|
# When removing authorization to associate a VPC that was created by one
|
2570
|
-
# account with a hosted zone that was created with a
|
2571
|
-
# the ID of the hosted zone.
|
2572
|
+
# Amazon Web Services account with a hosted zone that was created with a
|
2573
|
+
# different Amazon Web Services account, the ID of the hosted zone.
|
2572
2574
|
#
|
2573
2575
|
# @option params [required, Types::VPC] :vpc
|
2574
2576
|
# When removing authorization to associate a VPC that was created by one
|
2575
|
-
# account with a hosted zone that was created with a
|
2576
|
-
# a complex type that includes
|
2577
|
+
# Amazon Web Services account with a hosted zone that was created with a
|
2578
|
+
# different Amazon Web Services account, a complex type that includes
|
2579
|
+
# the ID and region of the VPC.
|
2577
2580
|
#
|
2578
2581
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2579
2582
|
#
|
@@ -2737,8 +2740,8 @@ module Aws::Route53
|
|
2737
2740
|
# Developer Guide*. To request a higher limit, [open a case][2].
|
2738
2741
|
#
|
2739
2742
|
# <note markdown="1"> You can also view account limits in Amazon Web Services Trusted
|
2740
|
-
# Advisor. Sign in to the Management Console and
|
2741
|
-
# Advisor console at
|
2743
|
+
# Advisor. Sign in to the Amazon Web Services Management Console and
|
2744
|
+
# open the Trusted Advisor console at
|
2742
2745
|
# [https://console.aws.amazon.com/trustedadvisor/][3]. Then choose
|
2743
2746
|
# **Service limits** in the navigation pane.
|
2744
2747
|
#
|
@@ -3080,7 +3083,7 @@ module Aws::Route53
|
|
3080
3083
|
end
|
3081
3084
|
|
3082
3085
|
# Retrieves the number of health checks that are associated with the
|
3083
|
-
# current account.
|
3086
|
+
# current Amazon Web Services account.
|
3084
3087
|
#
|
3085
3088
|
# @return [Types::GetHealthCheckCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3086
3089
|
#
|
@@ -3261,7 +3264,7 @@ module Aws::Route53
|
|
3261
3264
|
end
|
3262
3265
|
|
3263
3266
|
# Retrieves the number of hosted zones that are associated with the
|
3264
|
-
# current account.
|
3267
|
+
# current Amazon Web Services account.
|
3265
3268
|
#
|
3266
3269
|
# @return [Types::GetHostedZoneCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3267
3270
|
#
|
@@ -3546,7 +3549,7 @@ module Aws::Route53
|
|
3546
3549
|
end
|
3547
3550
|
|
3548
3551
|
# Gets the number of traffic policy instances that are associated with
|
3549
|
-
# the current account.
|
3552
|
+
# the current Amazon Web Services account.
|
3550
3553
|
#
|
3551
3554
|
# @return [Types::GetTrafficPolicyInstanceCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3552
3555
|
#
|
@@ -3662,7 +3665,7 @@ module Aws::Route53
|
|
3662
3665
|
end
|
3663
3666
|
|
3664
3667
|
# Retrieve a list of the health checks that are associated with the
|
3665
|
-
# current account.
|
3668
|
+
# current Amazon Web Services account.
|
3666
3669
|
#
|
3667
3670
|
# @option params [String] :marker
|
3668
3671
|
# If the value of `IsTruncated` in the previous response was `true`, you
|
@@ -3753,8 +3756,8 @@ module Aws::Route53
|
|
3753
3756
|
end
|
3754
3757
|
|
3755
3758
|
# Retrieves a list of the public and private hosted zones that are
|
3756
|
-
# associated with the current account. The response
|
3757
|
-
# `HostedZones` child element for each hosted zone.
|
3759
|
+
# associated with the current Amazon Web Services account. The response
|
3760
|
+
# includes a `HostedZones` child element for each hosted zone.
|
3758
3761
|
#
|
3759
3762
|
# Amazon Route 53 returns a maximum of 100 items in each response. If
|
3760
3763
|
# you have a lot of hosted zones, you can use the `maxitems` parameter
|
@@ -3829,7 +3832,7 @@ module Aws::Route53
|
|
3829
3832
|
|
3830
3833
|
# Retrieves a list of your hosted zones in lexicographic order. The
|
3831
3834
|
# response includes a `HostedZones` child element for each hosted zone
|
3832
|
-
# created by the current account.
|
3835
|
+
# created by the current Amazon Web Services account.
|
3833
3836
|
#
|
3834
3837
|
# `ListHostedZonesByName` sorts hosted zones by name with the labels
|
3835
3838
|
# reversed. For example:
|
@@ -3867,7 +3870,8 @@ module Aws::Route53
|
|
3867
3870
|
# produced the current response.
|
3868
3871
|
#
|
3869
3872
|
# * If the value of `IsTruncated` in the response is true, there are
|
3870
|
-
# more hosted zones associated with the current
|
3873
|
+
# more hosted zones associated with the current Amazon Web Services
|
3874
|
+
# account.
|
3871
3875
|
#
|
3872
3876
|
# If `IsTruncated` is false, this response includes the last hosted
|
3873
3877
|
# zone that is associated with the current account. The `NextDNSName`
|
@@ -3876,8 +3880,8 @@ module Aws::Route53
|
|
3876
3880
|
#
|
3877
3881
|
# * The `NextDNSName` and `NextHostedZoneId` elements in the response
|
3878
3882
|
# contain the domain name and the hosted zone ID of the next hosted
|
3879
|
-
# zone that is associated with the current
|
3880
|
-
# list more hosted zones, make another call to
|
3883
|
+
# zone that is associated with the current Amazon Web Services
|
3884
|
+
# account. If you want to list more hosted zones, make another call to
|
3881
3885
|
# `ListHostedZonesByName`, and specify the value of `NextDNSName` and
|
3882
3886
|
# `NextHostedZoneId` in the `dnsname` and `hostedzoneid` parameters,
|
3883
3887
|
# respectively.
|
@@ -3891,10 +3895,10 @@ module Aws::Route53
|
|
3891
3895
|
# the `dnsname` parameter only if you want to specify the name of the
|
3892
3896
|
# first hosted zone in the response. If you don't include the `dnsname`
|
3893
3897
|
# parameter, Amazon Route 53 returns all of the hosted zones that were
|
3894
|
-
# created by the current account, in ASCII order.
|
3895
|
-
# requests, include both `dnsname` and `hostedzoneid`
|
3896
|
-
# `dnsname`, specify the value of `NextDNSName` from the
|
3897
|
-
# response.
|
3898
|
+
# created by the current Amazon Web Services account, in ASCII order.
|
3899
|
+
# For subsequent requests, include both `dnsname` and `hostedzoneid`
|
3900
|
+
# parameters. For `dnsname`, specify the value of `NextDNSName` from the
|
3901
|
+
# previous response.
|
3898
3902
|
#
|
3899
3903
|
# @option params [String] :hosted_zone_id
|
3900
3904
|
# (Optional) For your first request to `ListHostedZonesByName`, do not
|
@@ -3961,13 +3965,14 @@ module Aws::Route53
|
|
3961
3965
|
end
|
3962
3966
|
|
3963
3967
|
# Lists all the private hosted zones that a specified VPC is associated
|
3964
|
-
# with, regardless of which account or Amazon Web
|
3965
|
-
# the hosted zones. The `HostedZoneOwner`
|
3966
|
-
# contains one of the following values:
|
3968
|
+
# with, regardless of which Amazon Web Services account or Amazon Web
|
3969
|
+
# Services service owns the hosted zones. The `HostedZoneOwner`
|
3970
|
+
# structure in the response contains one of the following values:
|
3967
3971
|
#
|
3968
3972
|
# * An `OwningAccount` element, which contains the account number of
|
3969
|
-
# either the current account or another
|
3970
|
-
# as Cloud Map, create hosted
|
3973
|
+
# either the current Amazon Web Services account or another Amazon Web
|
3974
|
+
# Services account. Some services, such as Cloud Map, create hosted
|
3975
|
+
# zones using the current account.
|
3971
3976
|
#
|
3972
3977
|
# * An `OwningService` element, which identifies the Amazon Web Services
|
3973
3978
|
# service that created and owns the hosted zone. For example, if a
|
@@ -4034,8 +4039,8 @@ module Aws::Route53
|
|
4034
4039
|
end
|
4035
4040
|
|
4036
4041
|
# Lists the configurations for DNS query logging that are associated
|
4037
|
-
# with the current account or the configuration that
|
4038
|
-
# a specified hosted zone.
|
4042
|
+
# with the current Amazon Web Services account or the configuration that
|
4043
|
+
# is associated with a specified hosted zone.
|
4039
4044
|
#
|
4040
4045
|
# For more information about DNS query logs, see
|
4041
4046
|
# [CreateQueryLoggingConfig][1]. Additional information, including the
|
@@ -4053,12 +4058,12 @@ module Aws::Route53
|
|
4053
4058
|
#
|
4054
4059
|
# If you don't specify a hosted zone ID, `ListQueryLoggingConfigs`
|
4055
4060
|
# returns all of the configurations that are associated with the current
|
4056
|
-
# account.
|
4061
|
+
# Amazon Web Services account.
|
4057
4062
|
#
|
4058
4063
|
# @option params [String] :next_token
|
4059
|
-
# (Optional) If the current account has more than
|
4060
|
-
# logging configurations, use `NextToken` to get the
|
4061
|
-
# subsequent pages of results.
|
4064
|
+
# (Optional) If the current Amazon Web Services account has more than
|
4065
|
+
# `MaxResults` query logging configurations, use `NextToken` to get the
|
4066
|
+
# second and subsequent pages of results.
|
4062
4067
|
#
|
4063
4068
|
# For the first `ListQueryLoggingConfigs` request, omit this value.
|
4064
4069
|
#
|
@@ -4069,9 +4074,9 @@ module Aws::Route53
|
|
4069
4074
|
# @option params [String] :max_results
|
4070
4075
|
# (Optional) The maximum number of query logging configurations that you
|
4071
4076
|
# want Amazon Route 53 to return in response to the current request. If
|
4072
|
-
# the current account has more than `MaxResults`
|
4073
|
-
# value of [NextToken][1] in the response to get
|
4074
|
-
# results.
|
4077
|
+
# the current Amazon Web Services account has more than `MaxResults`
|
4078
|
+
# configurations, use the value of [NextToken][1] in the response to get
|
4079
|
+
# the next page of results.
|
4075
4080
|
#
|
4076
4081
|
# If you don't specify a value for `MaxResults`, Route 53 returns up to
|
4077
4082
|
# 100 configurations.
|
@@ -4297,7 +4302,7 @@ module Aws::Route53
|
|
4297
4302
|
end
|
4298
4303
|
|
4299
4304
|
# Retrieves a list of the reusable delegation sets that are associated
|
4300
|
-
# with the current account.
|
4305
|
+
# with the current Amazon Web Services account.
|
4301
4306
|
#
|
4302
4307
|
# @option params [String] :marker
|
4303
4308
|
# If the value of `IsTruncated` in the previous response was `true`, you
|
@@ -4450,8 +4455,8 @@ module Aws::Route53
|
|
4450
4455
|
end
|
4451
4456
|
|
4452
4457
|
# Gets information about the latest version for every traffic policy
|
4453
|
-
# that is associated with the current
|
4454
|
-
# the order that they were created in.
|
4458
|
+
# that is associated with the current Amazon Web Services account.
|
4459
|
+
# Policies are listed in the order that they were created in.
|
4455
4460
|
#
|
4456
4461
|
# For information about how of deleting a traffic policy affects the
|
4457
4462
|
# response from `ListTrafficPolicies`, see [DeleteTrafficPolicy][1].
|
@@ -4515,7 +4520,7 @@ module Aws::Route53
|
|
4515
4520
|
end
|
4516
4521
|
|
4517
4522
|
# Gets information about the traffic policy instances that you created
|
4518
|
-
# by using the current account.
|
4523
|
+
# by using the current Amazon Web Services account.
|
4519
4524
|
#
|
4520
4525
|
# <note markdown="1"> After you submit an `UpdateTrafficPolicyInstance` request, there's a
|
4521
4526
|
# brief delay while Amazon Route 53 creates the resource record sets
|
@@ -5620,7 +5625,7 @@ module Aws::Route53
|
|
5620
5625
|
params: params,
|
5621
5626
|
config: config)
|
5622
5627
|
context[:gem_name] = 'aws-sdk-route53'
|
5623
|
-
context[:gem_version] = '1.
|
5628
|
+
context[:gem_version] = '1.54.0'
|
5624
5629
|
Seahorse::Client::Request.new(handlers, context)
|
5625
5630
|
end
|
5626
5631
|
|
@@ -223,10 +223,10 @@ module Aws::Route53
|
|
223
223
|
# in. Note that there are separate columns for Application and
|
224
224
|
# Classic Load Balancers and for Network Load Balancers.
|
225
225
|
#
|
226
|
-
# * **Management Console**\: Go to the Amazon
|
227
|
-
# **Load Balancers** in the navigation pane,
|
228
|
-
# balancer, and get the value of the **Hosted
|
229
|
-
# **Description** tab.
|
226
|
+
# * **Amazon Web Services Management Console**\: Go to the Amazon
|
227
|
+
# EC2 page, choose **Load Balancers** in the navigation pane,
|
228
|
+
# select the load balancer, and get the value of the **Hosted
|
229
|
+
# zone** field on the **Description** tab.
|
230
230
|
#
|
231
231
|
# * **Elastic Load Balancing API**\: Use `DescribeLoadBalancers` to
|
232
232
|
# get the applicable value. For more information, see the
|
@@ -355,10 +355,10 @@ module Aws::Route53
|
|
355
355
|
# can use the following methods to get the value of the CNAME
|
356
356
|
# attribute:
|
357
357
|
#
|
358
|
-
# * *Management Console*\: For information about
|
359
|
-
# value by using the console, see [Using Custom
|
360
|
-
# Elastic Beanstalk][4] in the *Elastic Beanstalk
|
361
|
-
# Guide*.
|
358
|
+
# * *Amazon Web Services Management Console*\: For information about
|
359
|
+
# how to get the value by using the console, see [Using Custom
|
360
|
+
# Domains with Elastic Beanstalk][4] in the *Elastic Beanstalk
|
361
|
+
# Developer Guide*.
|
362
362
|
#
|
363
363
|
# * *Elastic Beanstalk API*\: Use the `DescribeEnvironments` action
|
364
364
|
# to get the value of the `CNAME` attribute. For more information,
|
@@ -372,13 +372,13 @@ module Aws::Route53
|
|
372
372
|
# ELB load balancer
|
373
373
|
#
|
374
374
|
# : Specify the DNS name that is associated with the load balancer.
|
375
|
-
# Get the DNS name by using the
|
376
|
-
# the CLI.
|
375
|
+
# Get the DNS name by using the Amazon Web Services Management
|
376
|
+
# Console, the ELB API, or the CLI.
|
377
377
|
#
|
378
|
-
# * **Management Console**\: Go to the EC2 page,
|
379
|
-
# Balancers** in the navigation pane, choose the
|
380
|
-
# choose the **Description** tab, and get the value
|
381
|
-
# name** field.
|
378
|
+
# * **Amazon Web Services Management Console**\: Go to the EC2 page,
|
379
|
+
# choose **Load Balancers** in the navigation pane, choose the
|
380
|
+
# load balancer, choose the **Description** tab, and get the value
|
381
|
+
# of the **DNS name** field.
|
382
382
|
#
|
383
383
|
# If you're routing traffic to a Classic Load Balancer, get the
|
384
384
|
# value that begins with **dualstack**. If you're routing traffic
|
@@ -2182,8 +2182,9 @@ module Aws::Route53
|
|
2182
2182
|
class DeleteTrafficPolicyResponse < Aws::EmptyStructure; end
|
2183
2183
|
|
2184
2184
|
# A complex type that contains information about the request to remove
|
2185
|
-
# authorization to associate a VPC that was created by one
|
2186
|
-
# a hosted zone that was created with a different
|
2185
|
+
# authorization to associate a VPC that was created by one Amazon Web
|
2186
|
+
# Services account with a hosted zone that was created with a different
|
2187
|
+
# Amazon Web Services account.
|
2187
2188
|
#
|
2188
2189
|
# @note When making an API call, you may pass DeleteVPCAssociationAuthorizationRequest
|
2189
2190
|
# data as a hash:
|
@@ -2198,14 +2199,16 @@ module Aws::Route53
|
|
2198
2199
|
#
|
2199
2200
|
# @!attribute [rw] hosted_zone_id
|
2200
2201
|
# When removing authorization to associate a VPC that was created by
|
2201
|
-
# one account with a hosted zone that was created
|
2202
|
-
# account, the ID of the hosted
|
2202
|
+
# one Amazon Web Services account with a hosted zone that was created
|
2203
|
+
# with a different Amazon Web Services account, the ID of the hosted
|
2204
|
+
# zone.
|
2203
2205
|
# @return [String]
|
2204
2206
|
#
|
2205
2207
|
# @!attribute [rw] vpc
|
2206
2208
|
# When removing authorization to associate a VPC that was created by
|
2207
|
-
# one account with a hosted zone that was created
|
2208
|
-
#
|
2209
|
+
# one Amazon Web Services account with a hosted zone that was created
|
2210
|
+
# with a different Amazon Web Services account, a complex type that
|
2211
|
+
# includes the ID and region of the VPC.
|
2209
2212
|
# @return [Types::VPC]
|
2210
2213
|
#
|
2211
2214
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteVPCAssociationAuthorizationRequest AWS API Documentation
|
@@ -2730,7 +2733,7 @@ module Aws::Route53
|
|
2730
2733
|
end
|
2731
2734
|
|
2732
2735
|
# A request for the number of health checks that are associated with the
|
2733
|
-
# current account.
|
2736
|
+
# current Amazon Web Services account.
|
2734
2737
|
#
|
2735
2738
|
# @api private
|
2736
2739
|
#
|
@@ -2742,7 +2745,8 @@ module Aws::Route53
|
|
2742
2745
|
# request.
|
2743
2746
|
#
|
2744
2747
|
# @!attribute [rw] health_check_count
|
2745
|
-
# The number of health checks associated with the current
|
2748
|
+
# The number of health checks associated with the current Amazon Web
|
2749
|
+
# Services account.
|
2746
2750
|
# @return [Integer]
|
2747
2751
|
#
|
2748
2752
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHealthCheckCountResponse AWS API Documentation
|
@@ -2828,7 +2832,7 @@ module Aws::Route53
|
|
2828
2832
|
#
|
2829
2833
|
# @!attribute [rw] health_check
|
2830
2834
|
# A complex type that contains information about one health check that
|
2831
|
-
# is associated with the current account.
|
2835
|
+
# is associated with the current Amazon Web Services account.
|
2832
2836
|
# @return [Types::HealthCheck]
|
2833
2837
|
#
|
2834
2838
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHealthCheckResponse AWS API Documentation
|
@@ -2887,7 +2891,7 @@ module Aws::Route53
|
|
2887
2891
|
end
|
2888
2892
|
|
2889
2893
|
# A request to retrieve a count of all the hosted zones that are
|
2890
|
-
# associated with the current account.
|
2894
|
+
# associated with the current Amazon Web Services account.
|
2891
2895
|
#
|
2892
2896
|
# @api private
|
2893
2897
|
#
|
@@ -2900,7 +2904,7 @@ module Aws::Route53
|
|
2900
2904
|
#
|
2901
2905
|
# @!attribute [rw] hosted_zone_count
|
2902
2906
|
# The total number of public and private hosted zones that are
|
2903
|
-
# associated with the current account.
|
2907
|
+
# associated with the current Amazon Web Services account.
|
2904
2908
|
# @return [Integer]
|
2905
2909
|
#
|
2906
2910
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZoneCountResponse AWS API Documentation
|
@@ -3149,7 +3153,7 @@ module Aws::Route53
|
|
3149
3153
|
end
|
3150
3154
|
|
3151
3155
|
# Request to get the number of traffic policy instances that are
|
3152
|
-
# associated with the current account.
|
3156
|
+
# associated with the current Amazon Web Services account.
|
3153
3157
|
#
|
3154
3158
|
# @api private
|
3155
3159
|
#
|
@@ -3162,7 +3166,7 @@ module Aws::Route53
|
|
3162
3166
|
#
|
3163
3167
|
# @!attribute [rw] traffic_policy_instance_count
|
3164
3168
|
# The number of traffic policy instances that are associated with the
|
3165
|
-
# current account.
|
3169
|
+
# current Amazon Web Services account.
|
3166
3170
|
# @return [Integer]
|
3167
3171
|
#
|
3168
3172
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetTrafficPolicyInstanceCountResponse AWS API Documentation
|
@@ -3514,7 +3518,7 @@ module Aws::Route53
|
|
3514
3518
|
# 53 substitutes the value of `IPAddress` in the `Host` header in each
|
3515
3519
|
# of the preceding cases.
|
3516
3520
|
#
|
3517
|
-
#
|
3521
|
+
# **If you don't specify a value for** `IPAddress`\:
|
3518
3522
|
#
|
3519
3523
|
# Route 53 sends a DNS request to the domain that you specify for
|
3520
3524
|
# `FullyQualifiedDomainName` at the interval that you specify for
|
@@ -3724,8 +3728,15 @@ module Aws::Route53
|
|
3724
3728
|
# @return [String]
|
3725
3729
|
#
|
3726
3730
|
# @!attribute [rw] routing_control_arn
|
3727
|
-
# The Amazon Resource Name (ARN) for
|
3731
|
+
# The Amazon Resource Name (ARN) for the Route 53 Application Recovery
|
3728
3732
|
# Controller routing control.
|
3733
|
+
#
|
3734
|
+
# For more information about Route 53 Application Recovery Controller,
|
3735
|
+
# see [Route 53 Application Recovery Controller Developer Guide.][1].
|
3736
|
+
#
|
3737
|
+
#
|
3738
|
+
#
|
3739
|
+
# [1]: https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route-53-recovery.html
|
3729
3740
|
# @return [String]
|
3730
3741
|
#
|
3731
3742
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HealthCheckConfig AWS API Documentation
|
@@ -3983,11 +3994,12 @@ module Aws::Route53
|
|
3983
3994
|
# vice versa.
|
3984
3995
|
#
|
3985
3996
|
# @!attribute [rw] owning_account
|
3986
|
-
# If the hosted zone was created by an account, or
|
3987
|
-
# Amazon Web Services service that creates hosted
|
3988
|
-
# current account, `OwningAccount` contains the
|
3989
|
-
# account. For example, when you use Cloud Map to
|
3990
|
-
# zone, Cloud Map creates the hosted zone using the
|
3997
|
+
# If the hosted zone was created by an Amazon Web Services account, or
|
3998
|
+
# was created by an Amazon Web Services service that creates hosted
|
3999
|
+
# zones using the current account, `OwningAccount` contains the
|
4000
|
+
# account ID of that account. For example, when you use Cloud Map to
|
4001
|
+
# create a hosted zone, Cloud Map creates the hosted zone using the
|
4002
|
+
# current Amazon Web Services account.
|
3991
4003
|
# @return [String]
|
3992
4004
|
#
|
3993
4005
|
# @!attribute [rw] owning_service
|
@@ -4039,8 +4051,8 @@ module Aws::Route53
|
|
4039
4051
|
#
|
4040
4052
|
# @!attribute [rw] owner
|
4041
4053
|
# The owner of a private hosted zone that the specified VPC is
|
4042
|
-
# associated with. The owner can be either an
|
4043
|
-
# Services service.
|
4054
|
+
# associated with. The owner can be either an Amazon Web Services
|
4055
|
+
# account or an Amazon Web Services service.
|
4044
4056
|
# @return [Types::HostedZoneOwner]
|
4045
4057
|
#
|
4046
4058
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HostedZoneSummary AWS API Documentation
|
@@ -4698,7 +4710,7 @@ module Aws::Route53
|
|
4698
4710
|
end
|
4699
4711
|
|
4700
4712
|
# A request to retrieve a list of the health checks that are associated
|
4701
|
-
# with the current account.
|
4713
|
+
# with the current Amazon Web Services account.
|
4702
4714
|
#
|
4703
4715
|
# @note When making an API call, you may pass ListHealthChecksRequest
|
4704
4716
|
# data as a hash:
|
@@ -4742,7 +4754,8 @@ module Aws::Route53
|
|
4742
4754
|
#
|
4743
4755
|
# @!attribute [rw] health_checks
|
4744
4756
|
# A complex type that contains one `HealthCheck` element for each
|
4745
|
-
# health check that is associated with the current
|
4757
|
+
# health check that is associated with the current Amazon Web Services
|
4758
|
+
# account.
|
4746
4759
|
# @return [Array<Types::HealthCheck>]
|
4747
4760
|
#
|
4748
4761
|
# @!attribute [rw] marker
|
@@ -4783,7 +4796,8 @@ module Aws::Route53
|
|
4783
4796
|
end
|
4784
4797
|
|
4785
4798
|
# Retrieves a list of the public and private hosted zones that are
|
4786
|
-
# associated with the current account in ASCII order
|
4799
|
+
# associated with the current Amazon Web Services account in ASCII order
|
4800
|
+
# by domain name.
|
4787
4801
|
#
|
4788
4802
|
# @note When making an API call, you may pass ListHostedZonesByNameRequest
|
4789
4803
|
# data as a hash:
|
@@ -4799,10 +4813,10 @@ module Aws::Route53
|
|
4799
4813
|
# include the `dnsname` parameter only if you want to specify the name
|
4800
4814
|
# of the first hosted zone in the response. If you don't include the
|
4801
4815
|
# `dnsname` parameter, Amazon Route 53 returns all of the hosted zones
|
4802
|
-
# that were created by the current account, in
|
4803
|
-
# subsequent requests, include both `dnsname` and
|
4804
|
-
# parameters. For `dnsname`, specify the value of
|
4805
|
-
# the previous response.
|
4816
|
+
# that were created by the current Amazon Web Services account, in
|
4817
|
+
# ASCII order. For subsequent requests, include both `dnsname` and
|
4818
|
+
# `hostedzoneid` parameters. For `dnsname`, specify the value of
|
4819
|
+
# `NextDNSName` from the previous response.
|
4806
4820
|
# @return [String]
|
4807
4821
|
#
|
4808
4822
|
# @!attribute [rw] hosted_zone_id
|
@@ -4903,7 +4917,8 @@ module Aws::Route53
|
|
4903
4917
|
end
|
4904
4918
|
|
4905
4919
|
# Lists all the private hosted zones that a specified VPC is associated
|
4906
|
-
# with, regardless of which account created the
|
4920
|
+
# with, regardless of which Amazon Web Services account created the
|
4921
|
+
# hosted zones.
|
4907
4922
|
#
|
4908
4923
|
# @note When making an API call, you may pass ListHostedZonesByVPCRequest
|
4909
4924
|
# data as a hash:
|
@@ -4984,7 +4999,7 @@ module Aws::Route53
|
|
4984
4999
|
end
|
4985
5000
|
|
4986
5001
|
# A request to retrieve a list of the public and private hosted zones
|
4987
|
-
# that are associated with the current account.
|
5002
|
+
# that are associated with the current Amazon Web Services account.
|
4988
5003
|
#
|
4989
5004
|
# @note When making an API call, you may pass ListHostedZonesRequest
|
4990
5005
|
# data as a hash:
|
@@ -5091,13 +5106,13 @@ module Aws::Route53
|
|
5091
5106
|
#
|
5092
5107
|
# If you don't specify a hosted zone ID, `ListQueryLoggingConfigs`
|
5093
5108
|
# returns all of the configurations that are associated with the
|
5094
|
-
# current account.
|
5109
|
+
# current Amazon Web Services account.
|
5095
5110
|
# @return [String]
|
5096
5111
|
#
|
5097
5112
|
# @!attribute [rw] next_token
|
5098
|
-
# (Optional) If the current account has more than
|
5099
|
-
# logging configurations, use `NextToken` to get
|
5100
|
-
# subsequent pages of results.
|
5113
|
+
# (Optional) If the current Amazon Web Services account has more than
|
5114
|
+
# `MaxResults` query logging configurations, use `NextToken` to get
|
5115
|
+
# the second and subsequent pages of results.
|
5101
5116
|
#
|
5102
5117
|
# For the first `ListQueryLoggingConfigs` request, omit this value.
|
5103
5118
|
#
|
@@ -5109,9 +5124,9 @@ module Aws::Route53
|
|
5109
5124
|
# @!attribute [rw] max_results
|
5110
5125
|
# (Optional) The maximum number of query logging configurations that
|
5111
5126
|
# you want Amazon Route 53 to return in response to the current
|
5112
|
-
# request. If the current account has more than
|
5113
|
-
# configurations, use the value of [NextToken][1] in the
|
5114
|
-
# get the next page of results.
|
5127
|
+
# request. If the current Amazon Web Services account has more than
|
5128
|
+
# `MaxResults` configurations, use the value of [NextToken][1] in the
|
5129
|
+
# response to get the next page of results.
|
5115
5130
|
#
|
5116
5131
|
# If you don't specify a value for `MaxResults`, Route 53 returns up
|
5117
5132
|
# to 100 configurations.
|
@@ -5134,7 +5149,7 @@ module Aws::Route53
|
|
5134
5149
|
# @!attribute [rw] query_logging_configs
|
5135
5150
|
# An array that contains one [QueryLoggingConfig][1] element for each
|
5136
5151
|
# configuration for DNS query logging that is associated with the
|
5137
|
-
# current account.
|
5152
|
+
# current Amazon Web Services account.
|
5138
5153
|
#
|
5139
5154
|
#
|
5140
5155
|
#
|
@@ -5143,8 +5158,8 @@ module Aws::Route53
|
|
5143
5158
|
#
|
5144
5159
|
# @!attribute [rw] next_token
|
5145
5160
|
# If a response includes the last of the query logging configurations
|
5146
|
-
# that are associated with the current account,
|
5147
|
-
# appear in the response.
|
5161
|
+
# that are associated with the current Amazon Web Services account,
|
5162
|
+
# `NextToken` doesn't appear in the response.
|
5148
5163
|
#
|
5149
5164
|
# If a response doesn't include the last of the configurations, you
|
5150
5165
|
# can get more configurations by submitting another
|
@@ -5313,7 +5328,7 @@ module Aws::Route53
|
|
5313
5328
|
end
|
5314
5329
|
|
5315
5330
|
# A request to get a list of the reusable delegation sets that are
|
5316
|
-
# associated with the current account.
|
5331
|
+
# associated with the current Amazon Web Services account.
|
5317
5332
|
#
|
5318
5333
|
# @note When making an API call, you may pass ListReusableDelegationSetsRequest
|
5319
5334
|
# data as a hash:
|
@@ -5354,11 +5369,12 @@ module Aws::Route53
|
|
5354
5369
|
end
|
5355
5370
|
|
5356
5371
|
# A complex type that contains information about the reusable delegation
|
5357
|
-
# sets that are associated with the current account.
|
5372
|
+
# sets that are associated with the current Amazon Web Services account.
|
5358
5373
|
#
|
5359
5374
|
# @!attribute [rw] delegation_sets
|
5360
5375
|
# A complex type that contains one `DelegationSet` element for each
|
5361
|
-
# reusable delegation set that was created by the current
|
5376
|
+
# reusable delegation set that was created by the current Amazon Web
|
5377
|
+
# Services account.
|
5362
5378
|
# @return [Array<Types::DelegationSet>]
|
5363
5379
|
#
|
5364
5380
|
# @!attribute [rw] marker
|
@@ -5494,7 +5510,8 @@ module Aws::Route53
|
|
5494
5510
|
end
|
5495
5511
|
|
5496
5512
|
# A complex type that contains the information about the request to list
|
5497
|
-
# the traffic policies that are associated with the current
|
5513
|
+
# the traffic policies that are associated with the current Amazon Web
|
5514
|
+
# Services account.
|
5498
5515
|
#
|
5499
5516
|
# @note When making an API call, you may pass ListTrafficPoliciesRequest
|
5500
5517
|
# data as a hash:
|
@@ -5538,7 +5555,8 @@ module Aws::Route53
|
|
5538
5555
|
#
|
5539
5556
|
# @!attribute [rw] traffic_policy_summaries
|
5540
5557
|
# A list that contains one `TrafficPolicySummary` element for each
|
5541
|
-
# traffic policy that was created by the current
|
5558
|
+
# traffic policy that was created by the current Amazon Web Services
|
5559
|
+
# account.
|
5542
5560
|
# @return [Array<Types::TrafficPolicySummary>]
|
5543
5561
|
#
|
5544
5562
|
# @!attribute [rw] is_truncated
|
@@ -5836,7 +5854,7 @@ module Aws::Route53
|
|
5836
5854
|
end
|
5837
5855
|
|
5838
5856
|
# A request to get information about the traffic policy instances that
|
5839
|
-
# you created by using the current account.
|
5857
|
+
# you created by using the current Amazon Web Services account.
|
5840
5858
|
#
|
5841
5859
|
# @note When making an API call, you may pass ListTrafficPolicyInstancesRequest
|
5842
5860
|
# data as a hash:
|
@@ -7268,8 +7286,8 @@ module Aws::Route53
|
|
7268
7286
|
# with the Amazon Web Services Support Center.
|
7269
7287
|
#
|
7270
7288
|
# You have reached the maximum number of active health checks for an
|
7271
|
-
# account. To request a higher limit, [create a
|
7272
|
-
# Web Services Support Center.
|
7289
|
+
# Amazon Web Services account. To request a higher limit, [create a
|
7290
|
+
# case][3] with the Amazon Web Services Support Center.
|
7273
7291
|
#
|
7274
7292
|
#
|
7275
7293
|
#
|
@@ -7612,7 +7630,8 @@ module Aws::Route53
|
|
7612
7630
|
end
|
7613
7631
|
|
7614
7632
|
# A complex type that contains information about the latest version of
|
7615
|
-
# one traffic policy that is associated with the current
|
7633
|
+
# one traffic policy that is associated with the current Amazon Web
|
7634
|
+
# Services account.
|
7616
7635
|
#
|
7617
7636
|
# @!attribute [rw] id
|
7618
7637
|
# The ID that Amazon Route 53 assigned to the traffic policy when you
|
@@ -7636,7 +7655,7 @@ module Aws::Route53
|
|
7636
7655
|
#
|
7637
7656
|
# @!attribute [rw] traffic_policy_count
|
7638
7657
|
# The number of traffic policies that are associated with the current
|
7639
|
-
# account.
|
7658
|
+
# Amazon Web Services account.
|
7640
7659
|
# @return [Integer]
|
7641
7660
|
#
|
7642
7661
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TrafficPolicySummary AWS API Documentation
|
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.
|
4
|
+
version: 1.54.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: 2021-
|
11
|
+
date: 2021-08-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.
|
22
|
+
version: 3.119.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.
|
32
|
+
version: 3.119.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|