aws-sdk-route53 1.52.0 → 1.53.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: 38bdccd1e9b12efcbd59af9abc5139361e140f1d831f994a3da12dc68eada54d
4
- data.tar.gz: 7fe8f2945cd30b983776246ed1e10b6ea93badd7e5ccf0b5a4dd38dbcfa2b416
3
+ metadata.gz: 30fe7f91218896fbdbfbf833c10dd31e9530e3309a6dd444072c00ce1dadf4f1
4
+ data.tar.gz: bc4a7933458bad3b91795316665f97d849f34a5fc75bcd176a42faeb4ed34534
5
5
  SHA512:
6
- metadata.gz: a01a9ce39bae36c055540f6202dbacbc4d3148a7ac46e25c5fa471855882717c5fe30e31efd9170b320891eeb2afdeab4701760d2c209b32b4184fc4b5b1a257
7
- data.tar.gz: 40b0808e1eeba2f6b82255db421b9e92991696bfc91ddbc3eb84d962765777372c4c731faf98340944fe15a0efc9d7515875b8fed523e2b8a327282fba184868
6
+ metadata.gz: e9c20e41633dc388d204eb6391b2d953e2b3177808a079ec389ffc649626ab121e9dc67f736ec3bad85a7d60291b04689438d322017552cc8e098cbfec7cbae0
7
+ data.tar.gz: a96660459b10fffdb803e1512aae053c82c8182176684e18b1ba6528a3296f00519278746fb0cbfce838c12ea00500e2799bfd4683fb8e7851cc326562ae877e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2021-08-11)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for route53
8
+
4
9
  1.52.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-route53/customizations'
49
49
  # @!group service
50
50
  module Aws::Route53
51
51
 
52
- GEM_VERSION = '1.52.0'
52
+ GEM_VERSION = '1.53.0'
53
53
 
54
54
  end
@@ -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 account
377
- # with a private hosted zone that was created by using a different
378
- # account, the account that created the private hosted zone must first
379
- # submit a `CreateVPCAssociationAuthorization` request. Then the account
380
- # that created the VPC must submit an `AssociateVPCWithHostedZone`
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 the log group and the
1743
- # hosted zone that you want to configure query logging for.
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 account.
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 VPC to submit an
2162
- # `AssociateVPCWithHostedZone` request to associate the VPC with a
2163
- # specified hosted zone that was created by a different account. To
2164
- # submit a `CreateVPCAssociationAuthorization` request, you must use the
2165
- # account that created the hosted zone. After you authorize the
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 account that created the VPC
2562
- # from associating the VPC with the Amazon Route 53 hosted zone in the
2563
- # future. If the VPC is already associated with the hosted zone,
2564
- # `DeleteVPCAssociationAuthorization` won't disassociate the VPC from
2565
- # the hosted zone. If you want to delete an existing association, use
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 different account,
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 different account,
2576
- # a complex type that includes the ID and region of the VPC.
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 open the Trusted
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 includes a
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 account.
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 account. If you want to
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. For subsequent
3895
- # requests, include both `dnsname` and `hostedzoneid` parameters. For
3896
- # `dnsname`, specify the value of `NextDNSName` from the previous
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 Services service owns
3965
- # the hosted zones. The `HostedZoneOwner` structure in the response
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 account. Some services, such
3970
- # as Cloud Map, create hosted zones using the current account.
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 is associated with
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 `MaxResults` query
4060
- # logging configurations, use `NextToken` to get the second and
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` configurations, use the
4073
- # value of [NextToken][1] in the response to get the next page of
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 account. Policies are listed in
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.52.0'
5628
+ context[:gem_version] = '1.53.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 EC2 page, choose
227
- # **Load Balancers** in the navigation pane, select the load
228
- # balancer, and get the value of the **Hosted zone** field on the
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 how to get the
359
- # value by using the console, see [Using Custom Domains with
360
- # Elastic Beanstalk][4] in the *Elastic Beanstalk Developer
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 Management Console, the ELB API, or
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, choose **Load
379
- # Balancers** in the navigation pane, choose the load balancer,
380
- # choose the **Description** tab, and get the value of the **DNS
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 account with
2186
- # a hosted zone that was created with a different account.
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 with a different
2202
- # account, the ID of the hosted zone.
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 with a different
2208
- # account, a complex type that includes the ID and region of the VPC.
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 account.
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
@@ -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 Route53 Application Recovery
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 was created by an
3987
- # Amazon Web Services service that creates hosted zones using the
3988
- # current account, `OwningAccount` contains the account ID of that
3989
- # account. For example, when you use Cloud Map to create a hosted
3990
- # zone, Cloud Map creates the hosted zone using the current account.
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 account or an Amazon Web
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 account.
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 by domain name.
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 ASCII order. For
4803
- # subsequent requests, include both `dnsname` and `hostedzoneid`
4804
- # parameters. For `dnsname`, specify the value of `NextDNSName` from
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 hosted zones.
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 `MaxResults` query
5099
- # logging configurations, use `NextToken` to get the second and
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 `MaxResults`
5113
- # configurations, use the value of [NextToken][1] in the response to
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, `NextToken` doesn't
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 account.
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 account.
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 account.
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 case][3] with the Amazon
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 account.
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.52.0
4
+ version: 1.53.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-07-30 00:00:00.000000000 Z
11
+ date: 2021-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core