aws-sdk-route53 1.0.0.rc3 → 1.0.0.rc4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -241,40 +241,11 @@ module Aws::Route53
241
241
  # @return [String]
242
242
  #
243
243
  # @!attribute [rw] evaluate_target_health
244
- # *Applies only to alias, weighted alias, latency alias, and failover
245
- # alias record sets:* If you set the value of `EvaluateTargetHealth`
246
- # to `true` for the resource record set or sets in an alias, weighted
247
- # alias, latency alias, or failover alias resource record set, and if
248
- # you specify a value for ` HealthCheck$Id ` for every resource record
249
- # set that is referenced by these alias resource record sets, the
250
- # alias resource record sets inherit the health of the referenced
251
- # resource record sets.
252
- #
253
- # In this configuration, when Amazon Route 53 receives a DNS query for
254
- # an alias resource record set:
255
- #
256
- # * Amazon Route 53 looks at the resource record sets that are
257
- # referenced by the alias resource record sets to determine which
258
- # health checks they're using.
259
- #
260
- # * Amazon Route 53 checks the current status of each health check.
261
- # (Amazon Route 53 periodically checks the health of the endpoint
262
- # that is specified in a health check; it doesn't perform the
263
- # health check when the DNS query arrives.)
264
- #
265
- # * Based on the status of the health checks, Amazon Route 53
266
- # determines which resource record sets are healthy. Unhealthy
267
- # resource record sets are immediately removed from consideration.
268
- # In addition, if all of the resource record sets that are
269
- # referenced by an alias resource record set are unhealthy, that
270
- # alias resource record set also is immediately removed from
271
- # consideration.
272
- #
273
- # * Based on the configuration of the alias resource record sets
274
- # (weighted alias or latency alias, for example) and the
275
- # configuration of the resource record sets that they reference,
276
- # Amazon Route 53 chooses a resource record set from the healthy
277
- # resource record sets, and responds to the query.
244
+ # *Applies only to alias, failover alias, geolocation alias, latency
245
+ # alias, and weighted alias resource record sets:* When
246
+ # `EvaluateTargetHealth` is `true`, an alias resource record set
247
+ # inherits the health of the referenced AWS resource, such as an ELB
248
+ # load balancer, or the referenced resource record set.
278
249
  #
279
250
  # Note the following:
280
251
  #
@@ -286,7 +257,7 @@ module Aws::Route53
286
257
  # example, a group of weighted resource record sets), but it is not
287
258
  # another alias resource record set, we recommend that you associate
288
259
  # a health check with all of the resource record sets in the alias
289
- # target.For more information, see [What Happens When You Omit
260
+ # target. For more information, see [What Happens When You Omit
290
261
  # Health Checks?][1] in the *Amazon Route 53 Developer Guide*.
291
262
  #
292
263
  # * If you specify an Elastic Beanstalk environment in `HostedZoneId`
@@ -303,21 +274,20 @@ module Aws::Route53
303
274
  # If the environment contains a single EC2 instance, there are no
304
275
  # special requirements.
305
276
  #
306
- # * If you specify an ELB load balancer in ` AliasTarget `, Elastic
307
- # Load Balancing routes queries only to the healthy EC2 instances
308
- # that are registered with the load balancer. If no EC2 instances
309
- # are healthy or if the load balancer itself is unhealthy, and if
310
- # `EvaluateTargetHealth` is true for the corresponding alias
311
- # resource record set, Amazon Route 53 routes queries to other
312
- # resources. When you create a load balancer, you configure settings
313
- # for Elastic Load Balancing health checks; they're not Amazon
314
- # Route 53 health checks, but they perform a similar function. Do
315
- # not create Amazon Route 53 health checks for the EC2 instances
316
- # that you register with an ELB load balancer.
277
+ # * If you specify an ELB load balancer in ` AliasTarget `, ELB routes
278
+ # queries only to the healthy EC2 instances that are registered with
279
+ # the load balancer. If no EC2 instances are healthy or if the load
280
+ # balancer itself is unhealthy, and if `EvaluateTargetHealth` is
281
+ # true for the corresponding alias resource record set, Amazon Route
282
+ # 53 routes queries to other resources. When you create a load
283
+ # balancer, you configure settings for ELB health checks; they're
284
+ # not Amazon Route 53 health checks, but they perform a similar
285
+ # function. Do not create Amazon Route 53 health checks for the EC2
286
+ # instances that you register with an ELB load balancer.
317
287
  #
318
288
  # For more information, see [How Health Checks Work in More Complex
319
289
  # Amazon Route 53 Configurations][2] in the *Amazon Route 53
320
- # Developers Guide*.
290
+ # Developer Guide*.
321
291
  #
322
292
  # * We recommend that you set `EvaluateTargetHealth` to true only when
323
293
  # you have enough idle capacity to handle the failure of one or more
@@ -574,9 +544,10 @@ module Aws::Route53
574
544
  # @return [String]
575
545
  #
576
546
  # @!attribute [rw] submitted_at
577
- # The date and time the change request was submitted, in Coordinated
578
- # Universal Time (UTC) format: `YYYY-MM-DDThh:mm:ssZ`. For more
579
- # information, see the Wikipedia entry [ISO 8601][1].
547
+ # The date and time that the change request was submitted in [ISO 8601
548
+ # format][1] and Coordinated Universal Time (UTC). For example, the
549
+ # value `2017-03-27T17:48:16.751Z` represents March 27, 2017 at
550
+ # 17:48:16.751 UTC.
580
551
  #
581
552
  #
582
553
  #
@@ -713,8 +684,8 @@ module Aws::Route53
713
684
  #
714
685
  # @!attribute [rw] add_tags
715
686
  # A complex type that contains a list of the tags that you want to add
716
- # to the specified health check or hosted zone and/or the tags for
717
- # which you want to edit the `Value` element.
687
+ # to the specified health check or hosted zone and/or the tags that
688
+ # you want to edit `Value` for.
718
689
  #
719
690
  # You can add a maximum of 10 tags to a health check or a hosted zone.
720
691
  # @return [Array<Types::Tag>]
@@ -786,7 +757,7 @@ module Aws::Route53
786
757
  # @!attribute [rw] dimensions
787
758
  # For the metric that the CloudWatch alarm is associated with, a
788
759
  # complex type that contains information about the dimensions for the
789
- # metric.For information, see [Amazon CloudWatch Namespaces,
760
+ # metric. For information, see [Amazon CloudWatch Namespaces,
790
761
  # Dimensions, and Metrics Reference][1] in the *Amazon CloudWatch User
791
762
  # Guide*.
792
763
  #
@@ -840,10 +811,29 @@ module Aws::Route53
840
811
  # }
841
812
  #
842
813
  # @!attribute [rw] caller_reference
843
- # A unique string that identifies the request and that allows failed
844
- # `CreateHealthCheck` requests to be retried without the risk of
845
- # executing the operation twice. You must use a unique
846
- # `CallerReference` string every time you create a health check.
814
+ # A unique string that identifies the request and that allows you to
815
+ # retry a failed `CreateHealthCheck` request without the risk of
816
+ # creating two identical health checks:
817
+ #
818
+ # * If you send a `CreateHealthCheck` request with the same
819
+ # `CallerReference` and settings as a previous request, and if the
820
+ # health check doesn't exist, Amazon Route 53 creates the health
821
+ # check. If the health check does exist, Amazon Route 53 returns the
822
+ # settings for the existing health check.
823
+ #
824
+ # * If you send a `CreateHealthCheck` request with the same
825
+ # `CallerReference` as a deleted health check, regardless of the
826
+ # settings, Amazon Route 53 returns a `HealthCheckAlreadyExists`
827
+ # error.
828
+ #
829
+ # * If you send a `CreateHealthCheck` request with the same
830
+ # `CallerReference` as an existing health check but with different
831
+ # settings, Amazon Route 53 returns a `HealthCheckAlreadyExists`
832
+ # error.
833
+ #
834
+ # * If you send a `CreateHealthCheck` request with a unique
835
+ # `CallerReference` but settings identical to an existing health
836
+ # check, Amazon Route 53 creates the health check.
847
837
  # @return [String]
848
838
  #
849
839
  # @!attribute [rw] health_check_config
@@ -879,7 +869,8 @@ module Aws::Route53
879
869
  include Aws::Structure
880
870
  end
881
871
 
882
- # A complex type containing the hosted zone request information.
872
+ # A complex type that contains information about the request to create a
873
+ # hosted zone.
883
874
  #
884
875
  # @note When making an API call, you may pass CreateHostedZoneRequest
885
876
  # data as a hash:
@@ -910,28 +901,37 @@ module Aws::Route53
910
901
  # registered with your DNS registrar. If your domain name is
911
902
  # registered with a registrar other than Amazon Route 53, change the
912
903
  # name servers for your domain to the set of `NameServers` that
913
- # `CreateHostedZone` returns in the DelegationSet element.
904
+ # `CreateHostedZone` returns in `DelegationSet`.
914
905
  # @return [String]
915
906
  #
916
907
  # @!attribute [rw] vpc
917
- # The VPC that you want your hosted zone to be associated with. By
918
- # providing this parameter, your newly created hosted can't be
919
- # resolved anywhere other than the given VPC.
908
+ # (Private hosted zones only) A complex type that contains information
909
+ # about the Amazon VPC that you're associating with this hosted zone.
910
+ #
911
+ # You can specify only one Amazon VPC when you create a private hosted
912
+ # zone. To associate additional Amazon VPCs with the hosted zone, use
913
+ # AssociateVPCWithHostedZone after you create a hosted zone.
920
914
  # @return [Types::VPC]
921
915
  #
922
916
  # @!attribute [rw] caller_reference
923
917
  # A unique string that identifies the request and that allows failed
924
918
  # `CreateHostedZone` requests to be retried without the risk of
925
919
  # executing the operation twice. You must use a unique
926
- # `CallerReference` string every time you create a hosted zone.
927
- # `CallerReference` can be any unique string, for example, a date/time
928
- # stamp.
920
+ # `CallerReference` string every time you submit a `CreateHostedZone`
921
+ # request. `CallerReference` can be any unique string, for example, a
922
+ # date/time stamp.
929
923
  # @return [String]
930
924
  #
931
925
  # @!attribute [rw] hosted_zone_config
932
- # (Optional) A complex type that contains an optional comment about
933
- # your hosted zone. If you don't want to specify a comment, omit both
934
- # the `HostedZoneConfig` and `Comment` elements.
926
+ # (Optional) A complex type that contains the following optional
927
+ # values:
928
+ #
929
+ # * For public and private hosted zones, an optional comment
930
+ #
931
+ # * For private hosted zones, an optional `PrivateZone` element
932
+ #
933
+ # If you don't specify a comment or the `PrivateZone` element, omit
934
+ # `HostedZoneConfig` and the other elements.
935
935
  # @return [Types::HostedZoneConfig]
936
936
  #
937
937
  # @!attribute [rw] delegation_set_id
@@ -939,18 +939,6 @@ module Aws::Route53
939
939
  # zone, the ID that Amazon Route 53 assigned to the reusable
940
940
  # delegation set when you created it. For more information about
941
941
  # reusable delegation sets, see CreateReusableDelegationSet.
942
- #
943
- # Type
944
- #
945
- # : String
946
- #
947
- # Default
948
- #
949
- # : None
950
- #
951
- # Parent
952
- #
953
- # : `CreatedHostedZoneRequest`
954
942
  # @return [String]
955
943
  #
956
944
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateHostedZoneRequest AWS API Documentation
@@ -973,7 +961,8 @@ module Aws::Route53
973
961
  # @return [Types::HostedZone]
974
962
  #
975
963
  # @!attribute [rw] change_info
976
- # A complex type that describes the changes made to your hosted zone.
964
+ # A complex type that contains information about the
965
+ # `CreateHostedZone` request.
977
966
  # @return [Types::ChangeInfo]
978
967
  #
979
968
  # @!attribute [rw] delegation_set
@@ -1178,8 +1167,8 @@ module Aws::Route53
1178
1167
  include Aws::Structure
1179
1168
  end
1180
1169
 
1181
- # A complex type that contains information about the traffic policy for
1182
- # which you want to create a new version.
1170
+ # A complex type that contains information about the traffic policy that
1171
+ # you want to create a new version for.
1183
1172
  #
1184
1173
  # @note When making an API call, you may pass CreateTrafficPolicyVersionRequest
1185
1174
  # data as a hash:
@@ -1290,24 +1279,21 @@ module Aws::Route53
1290
1279
  include Aws::Structure
1291
1280
  end
1292
1281
 
1293
- # A complex type that describes the name servers for this hosted zone.
1282
+ # A complex type that lists the name servers in a delegation set, as
1283
+ # well as the `CallerReference` and the `ID` for the delegation set.
1294
1284
  #
1295
1285
  # @!attribute [rw] id
1296
1286
  # The ID that Amazon Route 53 assigns to a reusable delegation set.
1297
1287
  # @return [String]
1298
1288
  #
1299
1289
  # @!attribute [rw] caller_reference
1300
- # A unique string that identifies the request, and that allows you to
1301
- # retry failed `CreateReusableDelegationSet` requests without the risk
1302
- # of executing the operation twice. You must use a unique
1303
- # `CallerReference` string every time you submit a
1304
- # `CreateReusableDelegationSet` request. `CallerReference` can be any
1305
- # unique string, for example, a date/time stamp.
1290
+ # The value that you specified for `CallerReference` when you created
1291
+ # the reusable delegation set.
1306
1292
  # @return [String]
1307
1293
  #
1308
1294
  # @!attribute [rw] name_servers
1309
1295
  # A complex type that contains a list of the authoritative name
1310
- # servers for the hosted zone.
1296
+ # servers for a hosted zone or for a reusable delegation set.
1311
1297
  # @return [Array<String>]
1312
1298
  #
1313
1299
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DelegationSet AWS API Documentation
@@ -1319,8 +1305,7 @@ module Aws::Route53
1319
1305
  include Aws::Structure
1320
1306
  end
1321
1307
 
1322
- # This action deletes a health check. Send a `DELETE` request to the
1323
- # `/2013-04-01/DeleteHealthCheckRequest` resource.
1308
+ # This action deletes a health check.
1324
1309
  #
1325
1310
  # @note When making an API call, you may pass DeleteHealthCheckRequest
1326
1311
  # data as a hash:
@@ -1346,8 +1331,7 @@ module Aws::Route53
1346
1331
  #
1347
1332
  class DeleteHealthCheckResponse < Aws::EmptyStructure; end
1348
1333
 
1349
- # A complex type that contains information about the hosted zone that
1350
- # you want to delete.
1334
+ # A request to delete a hosted zone.
1351
1335
  #
1352
1336
  # @note When making an API call, you may pass DeleteHostedZoneRequest
1353
1337
  # data as a hash:
@@ -1367,11 +1351,12 @@ module Aws::Route53
1367
1351
  include Aws::Structure
1368
1352
  end
1369
1353
 
1370
- # A complex type containing the response information for the request.
1354
+ # A complex type that contains the response to a `DeleteHostedZone`
1355
+ # request.
1371
1356
  #
1372
1357
  # @!attribute [rw] change_info
1373
1358
  # A complex type that contains the ID, the status, and the date and
1374
- # time of your delete request.
1359
+ # time of a request to delete a hosted zone.
1375
1360
  # @return [Types::ChangeInfo]
1376
1361
  #
1377
1362
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteHostedZoneResponse AWS API Documentation
@@ -1381,7 +1366,7 @@ module Aws::Route53
1381
1366
  include Aws::Structure
1382
1367
  end
1383
1368
 
1384
- # A complex type containing the information for the delete request.
1369
+ # A request to delete a reusable delegation set.
1385
1370
  #
1386
1371
  # @note When making an API call, you may pass DeleteReusableDelegationSetRequest
1387
1372
  # data as a hash:
@@ -1391,7 +1376,7 @@ module Aws::Route53
1391
1376
  # }
1392
1377
  #
1393
1378
  # @!attribute [rw] id
1394
- # The ID of the reusable delegation set you want to delete.
1379
+ # The ID of the reusable delegation set that you want to delete.
1395
1380
  # @return [String]
1396
1381
  #
1397
1382
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteReusableDelegationSetRequest AWS API Documentation
@@ -1407,8 +1392,7 @@ module Aws::Route53
1407
1392
  #
1408
1393
  class DeleteReusableDelegationSetResponse < Aws::EmptyStructure; end
1409
1394
 
1410
- # A complex type that contains information about the traffic policy
1411
- # instance that you want to delete.
1395
+ # A request to delete a specified traffic policy instance.
1412
1396
  #
1413
1397
  # @note When making an API call, you may pass DeleteTrafficPolicyInstanceRequest
1414
1398
  # data as a hash:
@@ -1676,7 +1660,7 @@ module Aws::Route53
1676
1660
  #
1677
1661
  # @!attribute [rw] id
1678
1662
  # The ID of the change batch request. The value that you specify here
1679
- # is the value that `ChangeResourceRecordSets` returned in the Id
1663
+ # is the value that `ChangeResourceRecordSets` returned in the `Id`
1680
1664
  # element when you submitted the request.
1681
1665
  # @return [String]
1682
1666
  #
@@ -1717,8 +1701,9 @@ module Aws::Route53
1717
1701
  include Aws::Structure
1718
1702
  end
1719
1703
 
1720
- # A complex type that contains information about the request to get a
1721
- # geo location.
1704
+ # A request for information about whether a specified geographic
1705
+ # location is supported for Amazon Route 53 geolocation resource record
1706
+ # sets.
1722
1707
  #
1723
1708
  # @note When making an API call, you may pass GetGeoLocationRequest
1724
1709
  # data as a hash:
@@ -1791,8 +1776,8 @@ module Aws::Route53
1791
1776
  include Aws::Structure
1792
1777
  end
1793
1778
 
1794
- # To retrieve a count of all your health checks, send a `GET` request to
1795
- # the `/2013-04-01/healthcheckcount` resource.
1779
+ # A request for the number of health checks that are associated with the
1780
+ # current AWS account.
1796
1781
  #
1797
1782
  # @api private
1798
1783
  #
@@ -1800,7 +1785,7 @@ module Aws::Route53
1800
1785
  #
1801
1786
  class GetHealthCheckCountRequest < Aws::EmptyStructure; end
1802
1787
 
1803
- # A complex type that contains the response to a `healthcheckcount`
1788
+ # A complex type that contains the response to a `GetHealthCheckCount`
1804
1789
  # request.
1805
1790
  #
1806
1791
  # @!attribute [rw] health_check_count
@@ -1814,21 +1799,7 @@ module Aws::Route53
1814
1799
  include Aws::Structure
1815
1800
  end
1816
1801
 
1817
- # This action gets the reason that a specified health check failed most
1818
- # recently.
1819
- #
1820
- # To get the reason for the last failure of a health check, send a GET
1821
- # request to the /2013-04-01/healthcheck/health check
1822
- # ID/lastfailurereason resource.
1823
- #
1824
- # For information about viewing the last failure reason for a health
1825
- # check using the Amazon Route 53 console, see [Viewing Health Check
1826
- # Status and the Reason for Health Check Failures][1] in the *Amazon
1827
- # Route 53 Developer Guide*.
1828
- #
1829
- #
1830
- #
1831
- # [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-monitor-view-status.html
1802
+ # A request for the reason that a health check failed most recently.
1832
1803
  #
1833
1804
  # @note When making an API call, you may pass GetHealthCheckLastFailureReasonRequest
1834
1805
  # data as a hash:
@@ -1865,18 +1836,7 @@ module Aws::Route53
1865
1836
  include Aws::Structure
1866
1837
  end
1867
1838
 
1868
- # This action gets information about a specified health check.
1869
- #
1870
- # Send a `GET` request to the `/Amazon Route 53 API
1871
- # version/gethealthcheckrequest` resource.
1872
- #
1873
- # For information about getting information about a health check using
1874
- # the Amazon Route 53 console, see [Amazon Route 53 Health Checks and
1875
- # DNS Failover][1] in the *Amazon Route 53 Developer Guide*.
1876
- #
1877
- #
1878
- #
1879
- # [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html
1839
+ # A request to get information about a specified health check.
1880
1840
  #
1881
1841
  # @note When making an API call, you may pass GetHealthCheckRequest
1882
1842
  # data as a hash:
@@ -1914,8 +1874,7 @@ module Aws::Route53
1914
1874
  include Aws::Structure
1915
1875
  end
1916
1876
 
1917
- # A complex type that contains information about the request to get
1918
- # health check status for a health check.
1877
+ # A request to get the status for a health check.
1919
1878
  #
1920
1879
  # @note When making an API call, you may pass GetHealthCheckStatusRequest
1921
1880
  # data as a hash:
@@ -1925,7 +1884,7 @@ module Aws::Route53
1925
1884
  # }
1926
1885
  #
1927
1886
  # @!attribute [rw] health_check_id
1928
- # The ID for the health check for which you want the current status.
1887
+ # The ID for the health check that you want the current status for.
1929
1888
  # When you created the health check, `CreateHealthCheck` returned the
1930
1889
  # ID in the response, in the `HealthCheckId` element.
1931
1890
  #
@@ -1960,8 +1919,8 @@ module Aws::Route53
1960
1919
  include Aws::Structure
1961
1920
  end
1962
1921
 
1963
- # To retrieve a count of all your hosted zones, send a `GET` request to
1964
- # the `/2013-04-01/hostedzonecount` resource.
1922
+ # A request to retrieve a count of all the hosted zones that are
1923
+ # associated with the current AWS account.
1965
1924
  #
1966
1925
  # @api private
1967
1926
  #
@@ -1969,12 +1928,12 @@ module Aws::Route53
1969
1928
  #
1970
1929
  class GetHostedZoneCountRequest < Aws::EmptyStructure; end
1971
1930
 
1972
- # A complex type that contains the response to a `hostedzonecount`
1931
+ # A complex type that contains the response to a `GetHostedZoneCount`
1973
1932
  # request.
1974
1933
  #
1975
1934
  # @!attribute [rw] hosted_zone_count
1976
- # The total number of public and private hosted zones associated with
1977
- # the current AWS account.
1935
+ # The total number of public and private hosted zones that are
1936
+ # associated with the current AWS account.
1978
1937
  # @return [Integer]
1979
1938
  #
1980
1939
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZoneCountResponse AWS API Documentation
@@ -1984,7 +1943,7 @@ module Aws::Route53
1984
1943
  include Aws::Structure
1985
1944
  end
1986
1945
 
1987
- # The input for a GetHostedZone request.
1946
+ # A request to get information about a specified hosted zone.
1988
1947
  #
1989
1948
  # @note When making an API call, you may pass GetHostedZoneRequest
1990
1949
  # data as a hash:
@@ -1994,8 +1953,7 @@ module Aws::Route53
1994
1953
  # }
1995
1954
  #
1996
1955
  # @!attribute [rw] id
1997
- # The ID of the hosted zone for which you want to get a list of the
1998
- # name servers in the delegation set.
1956
+ # The ID of the hosted zone that you want to get information about.
1999
1957
  # @return [String]
2000
1958
  #
2001
1959
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZoneRequest AWS API Documentation
@@ -2005,21 +1963,21 @@ module Aws::Route53
2005
1963
  include Aws::Structure
2006
1964
  end
2007
1965
 
2008
- # A complex type containing the response information for the hosted
2009
- # zone.
1966
+ # A complex type that contain the response to a `GetHostedZone` request.
2010
1967
  #
2011
1968
  # @!attribute [rw] hosted_zone
2012
- # A complex type that contains general information about the hosted
2013
- # zone.
1969
+ # A complex type that contains general information about the specified
1970
+ # hosted zone.
2014
1971
  # @return [Types::HostedZone]
2015
1972
  #
2016
1973
  # @!attribute [rw] delegation_set
2017
- # A complex type that describes the name servers for this hosted zone.
1974
+ # A complex type that lists the Amazon Route 53 name servers for the
1975
+ # specified hosted zone.
2018
1976
  # @return [Types::DelegationSet]
2019
1977
  #
2020
1978
  # @!attribute [rw] vp_cs
2021
- # A complex type that contains information about VPCs associated with
2022
- # the specified hosted zone.
1979
+ # A complex type that contains information about the VPCs that are
1980
+ # associated with the specified hosted zone.
2023
1981
  # @return [Array<Types::VPC>]
2024
1982
  #
2025
1983
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZoneResponse AWS API Documentation
@@ -2031,7 +1989,8 @@ module Aws::Route53
2031
1989
  include Aws::Structure
2032
1990
  end
2033
1991
 
2034
- # The input for a `GetReusableDelegationSet` request.
1992
+ # A request to get information about a specified reusable delegation
1993
+ # set.
2035
1994
  #
2036
1995
  # @note When making an API call, you may pass GetReusableDelegationSetRequest
2037
1996
  # data as a hash:
@@ -2041,8 +2000,8 @@ module Aws::Route53
2041
2000
  # }
2042
2001
  #
2043
2002
  # @!attribute [rw] id
2044
- # The ID of the reusable delegation set for which you want to get a
2045
- # list of the name server.
2003
+ # The ID of the reusable delegation set that you want to get a list of
2004
+ # name servers for.
2046
2005
  # @return [String]
2047
2006
  #
2048
2007
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetReusableDelegationSetRequest AWS API Documentation
@@ -2093,10 +2052,6 @@ module Aws::Route53
2093
2052
 
2094
2053
  # Gets information about a specified traffic policy instance.
2095
2054
  #
2096
- # To get information about a traffic policy instance, send a `GET`
2097
- # request to the `/Amazon Route 53 API version/trafficpolicyinstance/Id
2098
- # ` resource.
2099
- #
2100
2055
  # @note When making an API call, you may pass GetTrafficPolicyInstanceRequest
2101
2056
  # data as a hash:
2102
2057
  #
@@ -2131,9 +2086,7 @@ module Aws::Route53
2131
2086
  include Aws::Structure
2132
2087
  end
2133
2088
 
2134
- # Gets information about a specific traffic policy version. To get the
2135
- # information, send a GET request to the /2013-04-01/trafficpolicy
2136
- # resource, and specify the ID and the version of the traffic policy.
2089
+ # Gets information about a specific traffic policy version.
2137
2090
  #
2138
2091
  # @note When making an API call, you may pass GetTrafficPolicyRequest
2139
2092
  # data as a hash:
@@ -2294,7 +2247,7 @@ module Aws::Route53
2294
2247
  #
2295
2248
  # @!attribute [rw] port
2296
2249
  # The port on the endpoint on which you want Amazon Route 53 to
2297
- # perform health checks. Specify a value for Port only when you
2250
+ # perform health checks. Specify a value for `Port` only when you
2298
2251
  # specify a value for `IPAddress`.
2299
2252
  # @return [Integer]
2300
2253
  #
@@ -2344,8 +2297,12 @@ module Aws::Route53
2344
2297
  # checks that Amazon Route 53 health checkers consider to be healthy
2345
2298
  # and compares that number with the value of `HealthThreshold`.
2346
2299
  #
2347
- # For more information about how Amazon Route 53 determines whether an
2348
- # endpoint is healthy, see the introduction to this topic.
2300
+ # For more information, see [How Amazon Route 53 Determines Whether an
2301
+ # Endpoint Is Healthy][1] in the *Amazon Route 53 Developer Guide*.
2302
+ #
2303
+ #
2304
+ #
2305
+ # [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html
2349
2306
  # @return [String]
2350
2307
  #
2351
2308
  # @!attribute [rw] resource_path
@@ -2561,8 +2518,8 @@ module Aws::Route53
2561
2518
  # * `Unhealthy`\: Amazon Route 53 considers the health check to be
2562
2519
  # unhealthy.
2563
2520
  #
2564
- # * `LastKnownStatus`\: Amazon Route 53uses the status of the health
2565
- # check from the last time CloudWatch had sufficient data to
2521
+ # * `LastKnownStatus`\: Amazon Route 53 uses the status of the health
2522
+ # check from the last time that CloudWatch had sufficient data to
2566
2523
  # determine the alarm state. For new health checks that have no last
2567
2524
  # known status, the default status for the health check is healthy.
2568
2525
  # @return [String]
@@ -2594,7 +2551,7 @@ module Aws::Route53
2594
2551
  #
2595
2552
  # @!attribute [rw] region
2596
2553
  # The region of the Amazon Route 53 health checker that provided the
2597
- # status in StatusReport.
2554
+ # status in `StatusReport`.
2598
2555
  # @return [String]
2599
2556
  #
2600
2557
  # @!attribute [rw] ip_address
@@ -2689,16 +2646,8 @@ module Aws::Route53
2689
2646
  include Aws::Structure
2690
2647
  end
2691
2648
 
2692
- # To get a list of geographic locations that Amazon Route 53 supports
2693
- # for geolocation, send a `GET` request to the `/Amazon Route 53 API
2694
- # version/geolocations` resource. The response to this request includes
2695
- # a `GeoLocationDetails` element for each location that Amazon Route 53
2696
- # supports.
2697
- #
2698
- # Countries are listed first, and continents are listed last. If Amazon
2699
- # Route 53 supports subdivisions for a country (for example, states or
2700
- # provinces), the subdivisions for that country are listed in
2701
- # alphabetical order immediately after the corresponding country.
2649
+ # A request to get a list of geographic locations that Amazon Route 53
2650
+ # supports for geolocation resource record sets.
2702
2651
  #
2703
2652
  # @note When making an API call, you may pass ListGeoLocationsRequest
2704
2653
  # data as a hash:
@@ -2788,22 +2737,21 @@ module Aws::Route53
2788
2737
  # @!attribute [rw] next_continent_code
2789
2738
  # If `IsTruncated` is `true`, you can make a follow-up request to
2790
2739
  # display more locations. Enter the value of `NextContinentCode` in
2791
- # the `StartContinentCode` parameter in another `GET`
2792
- # `ListGeoLocations` request.
2740
+ # the `StartContinentCode` parameter in another `ListGeoLocations`
2741
+ # request.
2793
2742
  # @return [String]
2794
2743
  #
2795
2744
  # @!attribute [rw] next_country_code
2796
2745
  # If `IsTruncated` is `true`, you can make a follow-up request to
2797
2746
  # display more locations. Enter the value of `NextCountryCode` in the
2798
- # `StartCountryCode` parameter in another `GET` `ListGeoLocations`
2799
- # request.
2747
+ # `StartCountryCode` parameter in another `ListGeoLocations` request.
2800
2748
  # @return [String]
2801
2749
  #
2802
2750
  # @!attribute [rw] next_subdivision_code
2803
2751
  # If `IsTruncated` is `true`, you can make a follow-up request to
2804
2752
  # display more locations. Enter the value of `NextSubdivisionCode` in
2805
- # the `StartSubdivisionCode` parameter in another `GET`
2806
- # `ListGeoLocations` request.
2753
+ # the `StartSubdivisionCode` parameter in another `ListGeoLocations`
2754
+ # request.
2807
2755
  # @return [String]
2808
2756
  #
2809
2757
  # @!attribute [rw] max_items
@@ -2822,19 +2770,8 @@ module Aws::Route53
2822
2770
  include Aws::Structure
2823
2771
  end
2824
2772
 
2825
- # To retrieve a list of your health checks, send a `GET` request to the
2826
- # `/2013-04-01/healthcheck` resource. The response to this request
2827
- # includes a `HealthChecks` element with zero or more `HealthCheck`
2828
- # child elements. By default, the list of health checks is displayed on
2829
- # a single page. You can control the length of the page that is
2830
- # displayed by using the `MaxItems` parameter. You can use the `Marker`
2831
- # parameter to control the health check that the list begins with.
2832
- #
2833
- # <note markdown="1"> Amazon Route 53 returns a maximum of 100 items. If you set `MaxItems`
2834
- # to a value greater than 100, Amazon Route 53 returns only the first
2835
- # 100.
2836
- #
2837
- # </note>
2773
+ # A request to retrieve a list of the health checks that are associated
2774
+ # with the current AWS account.
2838
2775
  #
2839
2776
  # @note When making an API call, you may pass ListHealthChecksRequest
2840
2777
  # data as a hash:
@@ -2845,33 +2782,24 @@ module Aws::Route53
2845
2782
  # }
2846
2783
  #
2847
2784
  # @!attribute [rw] marker
2848
- # If the response to a `ListHealthChecks` is more than one page,
2849
- # marker is the health check ID for the first health check on the next
2850
- # page of results. For more information, see
2851
- # ListHealthChecksResponse$MaxItems.
2785
+ # If the value of `IsTruncated` in the previous response was `true`,
2786
+ # you have more health checks. To get another group, submit another
2787
+ # `ListHealthChecks` request.
2788
+ #
2789
+ # For the value of `marker`, specify the value of `NextMarker` from
2790
+ # the previous response, which is the ID of the first health check
2791
+ # that Amazon Route 53 will return if you submit another request.
2792
+ #
2793
+ # If the value of `IsTruncated` in the previous response was `false`,
2794
+ # there are no more health checks to get.
2852
2795
  # @return [String]
2853
2796
  #
2854
2797
  # @!attribute [rw] max_items
2855
- # The maximum number of `HealthCheck` elements you want
2856
- # `ListHealthChecks` to return on each page of the response body. If
2857
- # the AWS account includes more `HealthCheck` elements than the value
2858
- # of `maxitems`, the response is broken into pages. Each page contains
2859
- # the number of `HealthCheck` elements specified by `maxitems`.
2860
- #
2861
- # For example, suppose you specify `10` for `maxitems` and the current
2862
- # AWS account has `51` health checks. In the response,
2863
- # `ListHealthChecks` sets ListHealthChecksResponse$IsTruncated to true
2864
- # and includes the ListHealthChecksResponse$NextMarker element. To
2865
- # access the second and subsequent pages, you resend the `GET`
2866
- # `ListHealthChecks` request, add the ListHealthChecksResponse$Marker
2867
- # parameter to the request, and specify the value of the
2868
- # ListHealthChecksResponse$NextMarker element from the previous
2869
- # response. On the last (sixth) page of the response, which contains
2870
- # only one HealthCheck element:
2871
- #
2872
- # * The value of ListHealthChecksResponse$IsTruncated is `false`.
2873
- #
2874
- # * ListHealthChecksResponse$NextMarker is omitted.
2798
+ # The maximum number of health checks that you want `ListHealthChecks`
2799
+ # to return in response to the current request. Amazon Route 53
2800
+ # returns a maximum of 100 items. If you set `MaxItems` to a value
2801
+ # greater than 100, Amazon Route 53 returns only the first 100 health
2802
+ # checks.
2875
2803
  # @return [Integer]
2876
2804
  #
2877
2805
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHealthChecksRequest AWS API Documentation
@@ -2892,25 +2820,22 @@ module Aws::Route53
2892
2820
  #
2893
2821
  # @!attribute [rw] marker
2894
2822
  # For the second and subsequent calls to `ListHealthChecks`, `Marker`
2895
- # is the value that you specified for the marker parameter in the
2823
+ # is the value that you specified for the `marker` parameter in the
2896
2824
  # previous request.
2897
2825
  # @return [String]
2898
2826
  #
2899
2827
  # @!attribute [rw] is_truncated
2900
2828
  # A flag that indicates whether there are more health checks to be
2901
2829
  # listed. If the response was truncated, you can get the next group of
2902
- # `maxitems` health checks by calling `ListHealthChecks` again and
2903
- # specifying the value of the `NextMarker` element in the marker
2904
- # parameter.
2905
- #
2906
- # Valid Values: `true` \| `false`
2830
+ # health checks by submitting another `ListHealthChecks` request and
2831
+ # specifying the value of `NextMarker` in the `marker` parameter.
2907
2832
  # @return [Boolean]
2908
2833
  #
2909
2834
  # @!attribute [rw] next_marker
2910
2835
  # If `IsTruncated` is `true`, the value of `NextMarker` identifies the
2911
- # first health check in the next group of `maxitems` health checks.
2912
- # Call `ListHealthChecks` again and specify the value of `NextMarker`
2913
- # in the marker parameter.
2836
+ # first health check that Amazon Route 53 returns if you submit
2837
+ # another `ListHealthChecks` request and specify the value of
2838
+ # `NextMarker` in the `marker` parameter.
2914
2839
  # @return [String]
2915
2840
  #
2916
2841
  # @!attribute [rw] max_items
@@ -2929,63 +2854,8 @@ module Aws::Route53
2929
2854
  include Aws::Structure
2930
2855
  end
2931
2856
 
2932
- # To retrieve a list of your public and private hosted zones in ASCII
2933
- # order by domain name, send a `GET` request to the `/Amazon Route 53
2934
- # API version/hostedzonesbyname` resource. The response to this request
2935
- # includes a `HostedZone` child element for each hosted zone that was
2936
- # created by the current AWS account. `ListHostedZonesByName` sorts
2937
- # hosted zones by name with the labels reversed, for example:
2938
- #
2939
- # `com.example.www.`
2940
- #
2941
- # Note the trailing dot, which can change the sort order in some
2942
- # circumstances.
2943
- #
2944
- # If the domain name includes escape characters or Punycode,
2945
- # `ListHostedZonesByName` alphabetizes the domain name using the escaped
2946
- # or Punycoded value, which is the format that Amazon Route 53 saves in
2947
- # its database. For example, to create a hosted zone for exämple.com,
2948
- # you specify `ex\344mple.com` for the domain name.
2949
- # `ListHostedZonesByName` alphabetizes it as: `com.ex\344mple`. The
2950
- # labels are reversed, and it's alphabetized using the escaped value.
2951
- # For more information about valid domain name formats, including
2952
- # internationalized domain names, see [DNS Domain Name Format][1] in the
2953
- # *Amazon Route 53 Developer Guide*.
2954
- #
2955
- # Amazon Route 53 returns up to 100 items in each response. If you have
2956
- # a lot of hosted zones, you can use the `MaxItems` parameter to list
2957
- # them in groups of up to 100. The response includes values that help
2958
- # you navigate from one group of `MaxItems` hosted zones to the next:
2959
- #
2960
- # * The `DNSName` and `HostedZoneId` elements in the response contain
2961
- # the values, if any, that you specified for the `dnsname` and
2962
- # `hostedzoneid` parameters in the request that produced the current
2963
- # response.
2964
- #
2965
- # * The `MaxItems` element in the response contains the value, if any,
2966
- # that you specified for the `maxitems` parameter in the request that
2967
- # produced the current response.
2968
- #
2969
- # * If the value of `IsTruncated` in the response is true, there are
2970
- # more hosted zones associated with the current Amazon Route 53
2971
- # account.
2972
- #
2973
- # If `IsTruncated` is `false`, this response includes the last hosted
2974
- # zone that is associated with the current account. The `NextDNSName`
2975
- # element and `NextHostedZoneId` elements are omitted from the
2976
- # response.
2977
- #
2978
- # * The `NextDNSName` and `NextHostedZoneId` elements in the response
2979
- # contain the domain name and the hosted zone ID of the next hosted
2980
- # zone that is associated with the current AWS account. If you want to
2981
- # list more hosted zones, make another call to
2982
- # `ListHostedZonesByName`, and specify the value of `NextDNSName` and
2983
- # `NextHostedZoneId` in the `dnsname` and `hostedzoneid` parameters,
2984
- # respectively.
2985
- #
2986
- #
2987
- #
2988
- # [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html
2857
+ # Retrieves a list of the public and private hosted zones that are
2858
+ # associated with the current AWS account in ASCII order by domain name.
2989
2859
  #
2990
2860
  # @note When making an API call, you may pass ListHostedZonesByNameRequest
2991
2861
  # data as a hash:
@@ -3102,37 +2972,8 @@ module Aws::Route53
3102
2972
  include Aws::Structure
3103
2973
  end
3104
2974
 
3105
- # To retrieve a list of your public and private hosted zones, send a
3106
- # `GET` request to the `/2013-04-01/hostedzone` resource. The response
3107
- # to this request includes a HostedZone child element for each hosted
3108
- # zone that was created by the current AWS account.
3109
- #
3110
- # Amazon Route 53 returns a maximum of 100 items in each response. If
3111
- # you have a lot of hosted zones, you can use the maxitems parameter to
3112
- # list them in groups of up to 100. The response includes four values
3113
- # that help you navigate from one group of maxitems hosted zones to the
3114
- # next:
3115
- #
3116
- # * `MaxItems` is the value that you specified for the `maxitems`
3117
- # parameter in the request that produced the current response.
3118
- #
3119
- # * If the value of `IsTruncated` in the response is `true`, there are
3120
- # more hosted zones associated with the current AWS account.
3121
- #
3122
- # If `IsTruncated` is `false`, this response includes the last hosted
3123
- # zone that is associated with the current account.
3124
- #
3125
- # * `NextMarker` is the hosted zone ID of the next hosted zone that is
3126
- # associated with the current AWS account. If you want to list more
3127
- # hosted zones, make another call to `ListHostedZones`, and specify
3128
- # the value of the `NextMarker` element in the marker parameter.
3129
- #
3130
- # If `IsTruncated` is `false`, the `NextMarker` element is omitted
3131
- # from the response.
3132
- #
3133
- # * If you're making the second or subsequent call to
3134
- # `ListHostedZones`, the `Marker` element matches the value that you
3135
- # specified in the `marker` parameter in the previous request.
2975
+ # A request to retrieve a list of the public and private hosted zones
2976
+ # that are associated with the current AWS account.
3136
2977
  #
3137
2978
  # @note When making an API call, you may pass ListHostedZonesRequest
3138
2979
  # data as a hash:
@@ -3144,23 +2985,24 @@ module Aws::Route53
3144
2985
  # }
3145
2986
  #
3146
2987
  # @!attribute [rw] marker
3147
- # (Optional) If you have more hosted zones than the value of
3148
- # `maxitems`, `ListHostedZones` returns only the first `maxitems`
3149
- # hosted zones. To get the next group of `maxitems` hosted zones,
3150
- # submit another request to `ListHostedZones`. For the value of
3151
- # marker, specify the value of the `NextMarker` element that was
3152
- # returned in the previous response.
2988
+ # If the value of `IsTruncated` in the previous response was `true`,
2989
+ # you have more hosted zones. To get more hosted zones, submit another
2990
+ # `ListHostedZones` request.
2991
+ #
2992
+ # For the value of `marker`, specify the value of `NextMarker` from
2993
+ # the previous response, which is the ID of the first hosted zone that
2994
+ # Amazon Route 53 will return if you submit another request.
3153
2995
  #
3154
- # Hosted zones are listed in the order in which they were created.
2996
+ # If the value of `IsTruncated` in the previous response was `false`,
2997
+ # there are no more hosted zones to get.
3155
2998
  # @return [String]
3156
2999
  #
3157
3000
  # @!attribute [rw] max_items
3158
- # (Optional) The maximum number of hosted zones to be included in the
3159
- # response body for this request. If you have more than `maxitems`
3160
- # hosted zones, the value of the `IsTruncated` element in the response
3161
- # is `true`, and the value of the `NextMarker` element is the hosted
3162
- # zone ID of the first hosted zone in the next group of `maxitems`
3163
- # hosted zones.
3001
+ # (Optional) The maximum number of hosted zones that you want Amazon
3002
+ # Route 53 to return. If you have more than `maxitems` hosted zones,
3003
+ # the value of `IsTruncated` in the response is `true`, and the value
3004
+ # of `NextMarker` is the hosted zone ID of the first hosted zone that
3005
+ # Amazon Route 53 will return if you submit another request.
3164
3006
  # @return [Integer]
3165
3007
  #
3166
3008
  # @!attribute [rw] delegation_set_id
@@ -3185,23 +3027,22 @@ module Aws::Route53
3185
3027
  #
3186
3028
  # @!attribute [rw] marker
3187
3029
  # For the second and subsequent calls to `ListHostedZones`, `Marker`
3188
- # is the value that you specified for the marker parameter in the
3030
+ # is the value that you specified for the `marker` parameter in the
3189
3031
  # request that produced the current response.
3190
3032
  # @return [String]
3191
3033
  #
3192
3034
  # @!attribute [rw] is_truncated
3193
3035
  # A flag indicating whether there are more hosted zones to be listed.
3194
- # If the response was truncated, you can get the next group of
3195
- # `maxitems` hosted zones by calling `ListHostedZones` again and
3196
- # specifying the value of the `NextMarker` element in the marker
3197
- # parameter.
3036
+ # If the response was truncated, you can get more hosted zones by
3037
+ # submitting another `ListHostedZones` request and specifying the
3038
+ # value of `NextMarker` in the `marker` parameter.
3198
3039
  # @return [Boolean]
3199
3040
  #
3200
3041
  # @!attribute [rw] next_marker
3201
3042
  # If `IsTruncated` is `true`, the value of `NextMarker` identifies the
3202
- # first hosted zone in the next group of `maxitems` hosted zones. Call
3203
- # `ListHostedZones` again and specify the value of `NextMarker` in the
3204
- # `marker` parameter.
3043
+ # first hosted zone in the next group of hosted zones. Submit another
3044
+ # `ListHostedZones` request, and specify the value of `NextMarker`
3045
+ # from the response in the `marker` parameter.
3205
3046
  #
3206
3047
  # This element is present only if `IsTruncated` is `true`.
3207
3048
  # @return [String]
@@ -3222,7 +3063,8 @@ module Aws::Route53
3222
3063
  include Aws::Structure
3223
3064
  end
3224
3065
 
3225
- # The input for a ListResourceRecordSets request.
3066
+ # A request for the resource record sets that are associated with a
3067
+ # specified hosted zone.
3226
3068
  #
3227
3069
  # @note When making an API call, you may pass ListResourceRecordSetsRequest
3228
3070
  # data as a hash:
@@ -3237,12 +3079,12 @@ module Aws::Route53
3237
3079
  #
3238
3080
  # @!attribute [rw] hosted_zone_id
3239
3081
  # The ID of the hosted zone that contains the resource record sets
3240
- # that you want to get.
3082
+ # that you want to list.
3241
3083
  # @return [String]
3242
3084
  #
3243
3085
  # @!attribute [rw] start_record_name
3244
- # The first name in the lexicographic ordering of domain names that
3245
- # you want the `ListResourceRecordSets` request to list.
3086
+ # The first name in the lexicographic ordering of resource record sets
3087
+ # that you want to list.
3246
3088
  # @return [String]
3247
3089
  #
3248
3090
  # @!attribute [rw] start_record_type
@@ -3349,20 +3191,8 @@ module Aws::Route53
3349
3191
  include Aws::Structure
3350
3192
  end
3351
3193
 
3352
- # To retrieve a list of your reusable delegation sets, send a `GET`
3353
- # request to the `/2013-04-01/delegationset` resource. The response to
3354
- # this request includes a `DelegationSets` element with zero or more
3355
- # `DelegationSet` child elements. By default, the list of reusable
3356
- # delegation sets is displayed on a single page. You can control the
3357
- # length of the page that is displayed by using the `MaxItems`
3358
- # parameter. You can use the `Marker` parameter to control the
3359
- # delegation set that the list begins with.
3360
- #
3361
- # <note markdown="1"> Amazon Route 53 returns a maximum of 100 items. If you set `MaxItems`
3362
- # to a value greater than 100, Amazon Route 53 returns only the first
3363
- # 100.
3364
- #
3365
- # </note>
3194
+ # A request to get a list of the reusable delegation sets that are
3195
+ # associated with the current AWS account.
3366
3196
  #
3367
3197
  # @note When making an API call, you may pass ListReusableDelegationSetsRequest
3368
3198
  # data as a hash:
@@ -3373,15 +3203,24 @@ module Aws::Route53
3373
3203
  # }
3374
3204
  #
3375
3205
  # @!attribute [rw] marker
3376
- # If you're making the second or subsequent call to
3377
- # `ListReusableDelegationSets`, the `Marker` element matches the value
3378
- # that you specified in the `marker` parameter in the previous
3379
- # request.
3206
+ # If the value of `IsTruncated` in the previous response was `true`,
3207
+ # you have more reusable delegation sets. To get another group, submit
3208
+ # another `ListReusableDelegationSets` request.
3209
+ #
3210
+ # For the value of `marker`, specify the value of `NextMarker` from
3211
+ # the previous response, which is the ID of the first reusable
3212
+ # delegation set that Amazon Route 53 will return if you submit
3213
+ # another request.
3214
+ #
3215
+ # If the value of `IsTruncated` in the previous response was `false`,
3216
+ # there are no more reusable delegation sets to get.
3380
3217
  # @return [String]
3381
3218
  #
3382
3219
  # @!attribute [rw] max_items
3383
- # The value that you specified for the `maxitems` parameter in the
3384
- # request that produced the current response.
3220
+ # The number of reusable delegation sets that you want Amazon Route 53
3221
+ # to return in the response to this request. If you specify a value
3222
+ # greater than 100, Amazon Route 53 returns only the first 100
3223
+ # reusable delegation sets.
3385
3224
  # @return [Integer]
3386
3225
  #
3387
3226
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListReusableDelegationSetsRequest AWS API Documentation
@@ -3402,23 +3241,20 @@ module Aws::Route53
3402
3241
  #
3403
3242
  # @!attribute [rw] marker
3404
3243
  # For the second and subsequent calls to `ListReusableDelegationSets`,
3405
- # `Marker` is the value that you specified for the marker parameter in
3406
- # the request that produced the current response.
3244
+ # `Marker` is the value that you specified for the `marker` parameter
3245
+ # in the request that produced the current response.
3407
3246
  # @return [String]
3408
3247
  #
3409
3248
  # @!attribute [rw] is_truncated
3410
3249
  # A flag that indicates whether there are more reusable delegation
3411
- # sets to be listed. If the response is truncated, you can get the
3412
- # next group of `maxitems` reusable delegation sets by calling
3413
- # `ListReusableDelegationSets` again and specifying the value of the
3414
- # `NextMarker` element in the `marker` parameter.
3250
+ # sets to be listed.
3415
3251
  # @return [Boolean]
3416
3252
  #
3417
3253
  # @!attribute [rw] next_marker
3418
3254
  # If `IsTruncated` is `true`, the value of `NextMarker` identifies the
3419
- # first reusable delegation set in the next group of `maxitems`
3420
- # reusable delegation sets. Call `ListReusableDelegationSets` again
3421
- # and specify the value of `NextMarker` in the `marker` parameter.
3255
+ # next reusable delegation set that Amazon Route 53 will return if you
3256
+ # submit another `ListReusableDelegationSets` request and specify the
3257
+ # value of `NextMarker` in the `marker` parameter.
3422
3258
  # @return [String]
3423
3259
  #
3424
3260
  # @!attribute [rw] max_items
@@ -3542,27 +3378,24 @@ module Aws::Route53
3542
3378
  # }
3543
3379
  #
3544
3380
  # @!attribute [rw] traffic_policy_id_marker
3545
- # (Conditional) For your first request to `ListTrafficPolicies`, do
3546
- # not include the `TrafficPolicyIdMarker` parameter.
3381
+ # (Conditional) For your first request to `ListTrafficPolicies`,
3382
+ # don't include the `TrafficPolicyIdMarker` parameter.
3547
3383
  #
3548
3384
  # If you have more traffic policies than the value of `MaxItems`,
3549
3385
  # `ListTrafficPolicies` returns only the first `MaxItems` traffic
3550
- # policies. To get the next group of `MaxItems` policies, submit
3551
- # another request to `ListTrafficPolicies`. For the value of
3552
- # `TrafficPolicyIdMarker`, specify the value of the
3553
- # `TrafficPolicyIdMarker` element that was returned in the previous
3554
- # response.
3555
- #
3556
- # Policies are listed in the order in which they were created.
3386
+ # policies. To get the next group of policies, submit another request
3387
+ # to `ListTrafficPolicies`. For the value of `TrafficPolicyIdMarker`,
3388
+ # specify the value of `TrafficPolicyIdMarker` that was returned in
3389
+ # the previous response.
3557
3390
  # @return [String]
3558
3391
  #
3559
3392
  # @!attribute [rw] max_items
3560
- # (Optional) The maximum number of traffic policies to be included in
3561
- # the response body for this request. If you have more than `MaxItems`
3562
- # traffic policies, the value of the `IsTruncated` element in the
3563
- # response is `true`, and the value of the `TrafficPolicyIdMarker`
3564
- # element is the ID of the first traffic policy in the next group of
3565
- # `MaxItems` traffic policies.
3393
+ # (Optional) The maximum number of traffic policies that you want
3394
+ # Amazon Route 53 to return in response to this request. If you have
3395
+ # more than `MaxItems` traffic policies, the value of `IsTruncated` in
3396
+ # the response is `true`, and the value of `TrafficPolicyIdMarker` is
3397
+ # the ID of the first traffic policy that Amazon Route 53 will return
3398
+ # if you submit another request.
3566
3399
  # @return [Integer]
3567
3400
  #
3568
3401
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTrafficPoliciesRequest AWS API Documentation
@@ -3583,11 +3416,9 @@ module Aws::Route53
3583
3416
  # @!attribute [rw] is_truncated
3584
3417
  # A flag that indicates whether there are more traffic policies to be
3585
3418
  # listed. If the response was truncated, you can get the next group of
3586
- # `MaxItems` traffic policies by calling `ListTrafficPolicies` again
3587
- # and specifying the value of the `TrafficPolicyIdMarker` element in
3588
- # the `TrafficPolicyIdMarker` request parameter.
3589
- #
3590
- # Valid Values: `true` \| `false`
3419
+ # traffic policies by submitting another `ListTrafficPolicies` request
3420
+ # and specifying the value of `TrafficPolicyIdMarker` in the
3421
+ # `TrafficPolicyIdMarker` request parameter.
3591
3422
  # @return [Boolean]
3592
3423
  #
3593
3424
  # @!attribute [rw] traffic_policy_id_marker
@@ -3598,7 +3429,7 @@ module Aws::Route53
3598
3429
  #
3599
3430
  # @!attribute [rw] max_items
3600
3431
  # The value that you specified for the `MaxItems` parameter in the
3601
- # call to `ListTrafficPolicies` that produced the current response.
3432
+ # `ListTrafficPolicies` request that produced the current response.
3602
3433
  # @return [Integer]
3603
3434
  #
3604
3435
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTrafficPoliciesResponse AWS API Documentation
@@ -3625,39 +3456,34 @@ module Aws::Route53
3625
3456
  # }
3626
3457
  #
3627
3458
  # @!attribute [rw] hosted_zone_id
3628
- # The ID of the hosted zone for which you want to list traffic policy
3629
- # instances.
3459
+ # The ID of the hosted zone that you want to list traffic policy
3460
+ # instances for.
3630
3461
  # @return [String]
3631
3462
  #
3632
3463
  # @!attribute [rw] traffic_policy_instance_name_marker
3633
- # For the first request to `ListTrafficPolicyInstancesByHostedZone`,
3634
- # omit this value.
3635
- #
3636
- # If the value of `IsTruncated` in the previous response was `true`,
3637
- # `TrafficPolicyInstanceNameMarker` is the name of the first traffic
3638
- # policy instance in the next group of `MaxItems` traffic policy
3639
- # instances.
3640
- #
3641
- # If the value of `IsTruncated` in the previous response was `false`,
3642
- # there are no more traffic policy instances to get for this hosted
3643
- # zone.
3464
+ # If the value of `IsTruncated` in the previous response is true, you
3465
+ # have more traffic policy instances. To get more traffic policy
3466
+ # instances, submit another `ListTrafficPolicyInstances` request. For
3467
+ # the value of `trafficpolicyinstancename`, specify the value of
3468
+ # `TrafficPolicyInstanceNameMarker` from the previous response, which
3469
+ # is the name of the first traffic policy instance in the next group
3470
+ # of traffic policy instances.
3644
3471
  #
3645
3472
  # If the value of `IsTruncated` in the previous response was `false`,
3646
- # omit this value.
3473
+ # there are no more traffic policy instances to get.
3647
3474
  # @return [String]
3648
3475
  #
3649
3476
  # @!attribute [rw] traffic_policy_instance_type_marker
3650
- # For the first request to `ListTrafficPolicyInstancesByHostedZone`,
3651
- # omit this value.
3652
- #
3653
- # If the value of `IsTruncated` in the previous response was `true`,
3654
- # `TrafficPolicyInstanceTypeMarker` is the DNS type of the first
3655
- # traffic policy instance in the next group of `MaxItems` traffic
3656
- # policy instances.
3477
+ # If the value of `IsTruncated` in the previous response is true, you
3478
+ # have more traffic policy instances. To get more traffic policy
3479
+ # instances, submit another `ListTrafficPolicyInstances` request. For
3480
+ # the value of `trafficpolicyinstancetype`, specify the value of
3481
+ # `TrafficPolicyInstanceTypeMarker` from the previous response, which
3482
+ # is the type of the first traffic policy instance in the next group
3483
+ # of traffic policy instances.
3657
3484
  #
3658
3485
  # If the value of `IsTruncated` in the previous response was `false`,
3659
- # there are no more traffic policy instances to get for this hosted
3660
- # zone.
3486
+ # there are no more traffic policy instances to get.
3661
3487
  # @return [String]
3662
3488
  #
3663
3489
  # @!attribute [rw] max_items
@@ -3667,7 +3493,8 @@ module Aws::Route53
3667
3493
  # the response is `true`, and the values of `HostedZoneIdMarker`,
3668
3494
  # `TrafficPolicyInstanceNameMarker`, and
3669
3495
  # `TrafficPolicyInstanceTypeMarker` represent the first traffic policy
3670
- # instance in the next group of `MaxItems` traffic policy instances.
3496
+ # instance that Amazon Route 53 will return if you submit another
3497
+ # request.
3671
3498
  # @return [Integer]
3672
3499
  #
3673
3500
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTrafficPolicyInstancesByHostedZoneRequest AWS API Documentation
@@ -3690,30 +3517,29 @@ module Aws::Route53
3690
3517
  # @!attribute [rw] traffic_policy_instance_name_marker
3691
3518
  # If `IsTruncated` is `true`, `TrafficPolicyInstanceNameMarker` is the
3692
3519
  # name of the first traffic policy instance in the next group of
3693
- # `MaxItems` traffic policy instances.
3520
+ # traffic policy instances.
3694
3521
  # @return [String]
3695
3522
  #
3696
3523
  # @!attribute [rw] traffic_policy_instance_type_marker
3697
3524
  # If `IsTruncated` is true, `TrafficPolicyInstanceTypeMarker` is the
3698
3525
  # DNS type of the resource record sets that are associated with the
3699
- # first traffic policy instance in the next group of `MaxItems`
3700
- # traffic policy instances.
3526
+ # first traffic policy instance in the next group of traffic policy
3527
+ # instances.
3701
3528
  # @return [String]
3702
3529
  #
3703
3530
  # @!attribute [rw] is_truncated
3704
3531
  # A flag that indicates whether there are more traffic policy
3705
3532
  # instances to be listed. If the response was truncated, you can get
3706
- # the next group of `MaxItems` traffic policy instances by calling
3707
- # `ListTrafficPolicyInstancesByHostedZone` again and specifying the
3708
- # values of the `HostedZoneIdMarker`,
3709
- # `TrafficPolicyInstanceNameMarker`, and
3710
- # `TrafficPolicyInstanceTypeMarker` elements in the corresponding
3711
- # request parameters.
3533
+ # the next group of traffic policy instances by submitting another
3534
+ # `ListTrafficPolicyInstancesByHostedZone` request and specifying the
3535
+ # values of `HostedZoneIdMarker`, `TrafficPolicyInstanceNameMarker`,
3536
+ # and `TrafficPolicyInstanceTypeMarker` in the corresponding request
3537
+ # parameters.
3712
3538
  # @return [Boolean]
3713
3539
  #
3714
3540
  # @!attribute [rw] max_items
3715
3541
  # The value that you specified for the `MaxItems` parameter in the
3716
- # call to `ListTrafficPolicyInstancesByHostedZone` that produced the
3542
+ # `ListTrafficPolicyInstancesByHostedZone` request that produced the
3717
3543
  # current response.
3718
3544
  # @return [Integer]
3719
3545
  #
@@ -3755,51 +3581,48 @@ module Aws::Route53
3755
3581
  # @return [Integer]
3756
3582
  #
3757
3583
  # @!attribute [rw] hosted_zone_id_marker
3758
- # For the first request to `ListTrafficPolicyInstancesByPolicy`, omit
3759
- # this value.
3760
- #
3761
3584
  # If the value of `IsTruncated` in the previous response was `true`,
3762
- # `HostedZoneIdMarker` is the ID of the hosted zone for the first
3763
- # traffic policy instance in the next group of `MaxItems` traffic
3764
- # policy instances.
3585
+ # you have more traffic policy instances. To get more traffic policy
3586
+ # instances, submit another `ListTrafficPolicyInstancesByPolicy`
3587
+ # request.
3765
3588
  #
3766
- # If the value of `IsTruncated` in the previous response was `false`,
3767
- # there are no more traffic policy instances to get for this hosted
3768
- # zone.
3589
+ # For the value of `hostedzoneid`, specify the value of
3590
+ # `HostedZoneIdMarker` from the previous response, which is the hosted
3591
+ # zone ID of the first traffic policy instance that Amazon Route 53
3592
+ # will return if you submit another request.
3769
3593
  #
3770
3594
  # If the value of `IsTruncated` in the previous response was `false`,
3771
- # omit this value.
3595
+ # there are no more traffic policy instances to get.
3772
3596
  # @return [String]
3773
3597
  #
3774
3598
  # @!attribute [rw] traffic_policy_instance_name_marker
3775
- # For the first request to `ListTrafficPolicyInstancesByPolicy`, omit
3776
- # this value.
3777
- #
3778
3599
  # If the value of `IsTruncated` in the previous response was `true`,
3779
- # `TrafficPolicyInstanceNameMarker` is the name of the first traffic
3780
- # policy instance in the next group of `MaxItems` traffic policy
3781
- # instances.
3600
+ # you have more traffic policy instances. To get more traffic policy
3601
+ # instances, submit another `ListTrafficPolicyInstancesByPolicy`
3602
+ # request.
3782
3603
  #
3783
- # If the value of `IsTruncated` in the previous response was `false`,
3784
- # there are no more traffic policy instances to get for this hosted
3785
- # zone.
3604
+ # For the value of `trafficpolicyinstancename`, specify the value of
3605
+ # `TrafficPolicyInstanceNameMarker` from the previous response, which
3606
+ # is the name of the first traffic policy instance that Amazon Route
3607
+ # 53 will return if you submit another request.
3786
3608
  #
3787
3609
  # If the value of `IsTruncated` in the previous response was `false`,
3788
- # omit this value.
3610
+ # there are no more traffic policy instances to get.
3789
3611
  # @return [String]
3790
3612
  #
3791
3613
  # @!attribute [rw] traffic_policy_instance_type_marker
3792
- # For the first request to `ListTrafficPolicyInstancesByPolicy`, omit
3793
- # this value.
3794
- #
3795
3614
  # If the value of `IsTruncated` in the previous response was `true`,
3796
- # `TrafficPolicyInstanceTypeMarker` is the DNS type of the first
3797
- # traffic policy instance in the next group of `MaxItems` traffic
3798
- # policy instances.
3615
+ # you have more traffic policy instances. To get more traffic policy
3616
+ # instances, submit another `ListTrafficPolicyInstancesByPolicy`
3617
+ # request.
3618
+ #
3619
+ # For the value of `trafficpolicyinstancetype`, specify the value of
3620
+ # `TrafficPolicyInstanceTypeMarker` from the previous response, which
3621
+ # is the name of the first traffic policy instance that Amazon Route
3622
+ # 53 will return if you submit another request.
3799
3623
  #
3800
3624
  # If the value of `IsTruncated` in the previous response was `false`,
3801
- # there are no more traffic policy instances to get for this hosted
3802
- # zone.
3625
+ # there are no more traffic policy instances to get.
3803
3626
  # @return [String]
3804
3627
  #
3805
3628
  # @!attribute [rw] max_items
@@ -3809,7 +3632,8 @@ module Aws::Route53
3809
3632
  # the response is `true`, and the values of `HostedZoneIdMarker`,
3810
3633
  # `TrafficPolicyInstanceNameMarker`, and
3811
3634
  # `TrafficPolicyInstanceTypeMarker` represent the first traffic policy
3812
- # instance in the next group of `MaxItems` traffic policy instances.
3635
+ # instance that Amazon Route 53 will return if you submit another
3636
+ # request.
3813
3637
  # @return [Integer]
3814
3638
  #
3815
3639
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTrafficPolicyInstancesByPolicyRequest AWS API Documentation
@@ -3834,7 +3658,7 @@ module Aws::Route53
3834
3658
  # @!attribute [rw] hosted_zone_id_marker
3835
3659
  # If `IsTruncated` is `true`, `HostedZoneIdMarker` is the ID of the
3836
3660
  # hosted zone of the first traffic policy instance in the next group
3837
- # of `MaxItems` traffic policy instances.
3661
+ # of traffic policy instances.
3838
3662
  # @return [String]
3839
3663
  #
3840
3664
  # @!attribute [rw] traffic_policy_instance_name_marker
@@ -3853,7 +3677,7 @@ module Aws::Route53
3853
3677
  # @!attribute [rw] is_truncated
3854
3678
  # A flag that indicates whether there are more traffic policy
3855
3679
  # instances to be listed. If the response was truncated, you can get
3856
- # the next group of `MaxItems` traffic policy instances by calling
3680
+ # the next group of traffic policy instances by calling
3857
3681
  # `ListTrafficPolicyInstancesByPolicy` again and specifying the values
3858
3682
  # of the `HostedZoneIdMarker`, `TrafficPolicyInstanceNameMarker`, and
3859
3683
  # `TrafficPolicyInstanceTypeMarker` elements in the corresponding
@@ -3892,53 +3716,50 @@ module Aws::Route53
3892
3716
  # }
3893
3717
  #
3894
3718
  # @!attribute [rw] hosted_zone_id_marker
3895
- # For the first request to `ListTrafficPolicyInstances`, omit this
3896
- # value.
3897
- #
3898
3719
  # If the value of `IsTruncated` in the previous response was `true`,
3899
- # you have more traffic policy instances. To get the next group of
3900
- # `MaxItems` traffic policy instances, submit another
3901
- # `ListTrafficPolicyInstances` request. For the value of
3902
- # `HostedZoneIdMarker`, specify the value of `HostedZoneIdMarker` from
3903
- # the previous response, which is the hosted zone ID of the first
3904
- # traffic policy instance in the next group of `MaxItems` traffic
3905
- # policy instances.
3720
+ # you have more traffic policy instances. To get more traffic policy
3721
+ # instances, submit another `ListTrafficPolicyInstances` request. For
3722
+ # the value of `HostedZoneId`, specify the value of
3723
+ # `HostedZoneIdMarker` from the previous response, which is the hosted
3724
+ # zone ID of the first traffic policy instance in the next group of
3725
+ # traffic policy instances.
3906
3726
  #
3907
3727
  # If the value of `IsTruncated` in the previous response was `false`,
3908
3728
  # there are no more traffic policy instances to get.
3909
3729
  # @return [String]
3910
3730
  #
3911
3731
  # @!attribute [rw] traffic_policy_instance_name_marker
3912
- # For the first request to `ListTrafficPolicyInstances`, omit this
3913
- # value.
3914
- #
3915
3732
  # If the value of `IsTruncated` in the previous response was `true`,
3916
- # `TrafficPolicyInstanceNameMarker` is the name of the first traffic
3917
- # policy instance in the next group of `MaxItems` traffic policy
3918
- # instances.
3733
+ # you have more traffic policy instances. To get more traffic policy
3734
+ # instances, submit another `ListTrafficPolicyInstances` request. For
3735
+ # the value of `trafficpolicyinstancename`, specify the value of
3736
+ # `TrafficPolicyInstanceNameMarker` from the previous response, which
3737
+ # is the name of the first traffic policy instance in the next group
3738
+ # of traffic policy instances.
3919
3739
  #
3920
3740
  # If the value of `IsTruncated` in the previous response was `false`,
3921
3741
  # there are no more traffic policy instances to get.
3922
3742
  # @return [String]
3923
3743
  #
3924
3744
  # @!attribute [rw] traffic_policy_instance_type_marker
3925
- # For the first request to `ListTrafficPolicyInstances`, omit this
3926
- # value.
3927
- #
3928
3745
  # If the value of `IsTruncated` in the previous response was `true`,
3929
- # `TrafficPolicyInstanceTypeMarker` is the DNS type of the first
3930
- # traffic policy instance in the next group of `MaxItems` traffic
3931
- # policy instances.
3746
+ # you have more traffic policy instances. To get more traffic policy
3747
+ # instances, submit another `ListTrafficPolicyInstances` request. For
3748
+ # the value of `trafficpolicyinstancetype`, specify the value of
3749
+ # `TrafficPolicyInstanceTypeMarker` from the previous response, which
3750
+ # is the type of the first traffic policy instance in the next group
3751
+ # of traffic policy instances.
3932
3752
  #
3933
3753
  # If the value of `IsTruncated` in the previous response was `false`,
3934
3754
  # there are no more traffic policy instances to get.
3935
3755
  # @return [String]
3936
3756
  #
3937
3757
  # @!attribute [rw] max_items
3938
- # The maximum number of traffic policy instances to be included in the
3939
- # response body for this request. If you have more than `MaxItems`
3940
- # traffic policy instances, the value of the `IsTruncated` element in
3941
- # the response is `true`, and the values of `HostedZoneIdMarker`,
3758
+ # The maximum number of traffic policy instances that you want Amazon
3759
+ # Route 53 to return in response to a `ListTrafficPolicyInstances`
3760
+ # request. If you have more than `MaxItems` traffic policy instances,
3761
+ # the value of the `IsTruncated` element in the response is `true`,
3762
+ # and the values of `HostedZoneIdMarker`,
3942
3763
  # `TrafficPolicyInstanceNameMarker`, and
3943
3764
  # `TrafficPolicyInstanceTypeMarker` represent the first traffic policy
3944
3765
  # instance in the next group of `MaxItems` traffic policy instances.
@@ -3963,31 +3784,32 @@ module Aws::Route53
3963
3784
  #
3964
3785
  # @!attribute [rw] hosted_zone_id_marker
3965
3786
  # If `IsTruncated` is `true`, `HostedZoneIdMarker` is the ID of the
3966
- # hosted zone of the first traffic policy instance in the next group
3967
- # of `MaxItems` traffic policy instances.
3787
+ # hosted zone of the first traffic policy instance that Amazon Route
3788
+ # 53 will return if you submit another `ListTrafficPolicyInstances`
3789
+ # request.
3968
3790
  # @return [String]
3969
3791
  #
3970
3792
  # @!attribute [rw] traffic_policy_instance_name_marker
3971
3793
  # If `IsTruncated` is `true`, `TrafficPolicyInstanceNameMarker` is the
3972
- # name of the first traffic policy instance in the next group of
3973
- # `MaxItems` traffic policy instances.
3794
+ # name of the first traffic policy instance that Amazon Route 53 will
3795
+ # return if you submit another `ListTrafficPolicyInstances` request.
3974
3796
  # @return [String]
3975
3797
  #
3976
3798
  # @!attribute [rw] traffic_policy_instance_type_marker
3977
3799
  # If `IsTruncated` is `true`, `TrafficPolicyInstanceTypeMarker` is the
3978
3800
  # DNS type of the resource record sets that are associated with the
3979
- # first traffic policy instance in the next group of `MaxItems`
3980
- # traffic policy instances.
3801
+ # first traffic policy instance that Amazon Route 53 will return if
3802
+ # you submit another `ListTrafficPolicyInstances` request.
3981
3803
  # @return [String]
3982
3804
  #
3983
3805
  # @!attribute [rw] is_truncated
3984
3806
  # A flag that indicates whether there are more traffic policy
3985
3807
  # instances to be listed. If the response was truncated, you can get
3986
- # the next group of `MaxItems` traffic policy instances by calling
3808
+ # more traffic policy instances by calling
3987
3809
  # `ListTrafficPolicyInstances` again and specifying the values of the
3988
3810
  # `HostedZoneIdMarker`, `TrafficPolicyInstanceNameMarker`, and
3989
- # `TrafficPolicyInstanceTypeMarker` elements in the corresponding
3990
- # request parameters.
3811
+ # `TrafficPolicyInstanceTypeMarker` in the corresponding request
3812
+ # parameters.
3991
3813
  # @return [Boolean]
3992
3814
  #
3993
3815
  # @!attribute [rw] max_items
@@ -4026,29 +3848,25 @@ module Aws::Route53
4026
3848
  # @return [String]
4027
3849
  #
4028
3850
  # @!attribute [rw] traffic_policy_version_marker
4029
- # For your first request to `ListTrafficPolicyVersions`, do not
3851
+ # For your first request to `ListTrafficPolicyVersions`, don't
4030
3852
  # include the `TrafficPolicyVersionMarker` parameter.
4031
3853
  #
4032
3854
  # If you have more traffic policy versions than the value of
4033
3855
  # `MaxItems`, `ListTrafficPolicyVersions` returns only the first group
4034
- # of `MaxItems` versions. To get the next group of `MaxItems` traffic
4035
- # policy versions, submit another request to
4036
- # `ListTrafficPolicyVersions`. For the value of
4037
- # `TrafficPolicyVersionMarker`, specify the value of the
4038
- # `TrafficPolicyVersionMarker` element that was returned in the
4039
- # previous response.
4040
- #
4041
- # Traffic policy versions are listed in sequential order.
3856
+ # of `MaxItems` versions. To get more traffic policy versions, submit
3857
+ # another `ListTrafficPolicyVersions` request. For the value of
3858
+ # `TrafficPolicyVersionMarker`, specify the value of
3859
+ # `TrafficPolicyVersionMarker` in the previous response.
4042
3860
  # @return [String]
4043
3861
  #
4044
3862
  # @!attribute [rw] max_items
4045
3863
  # The maximum number of traffic policy versions that you want Amazon
4046
3864
  # Route 53 to include in the response body for this request. If the
4047
3865
  # specified traffic policy has more than `MaxItems` versions, the
4048
- # value of the `IsTruncated` element in the response is `true`, and
4049
- # the value of the `TrafficPolicyVersionMarker` element is the ID of
4050
- # the first version in the next group of `MaxItems` traffic policy
4051
- # versions.
3866
+ # value of `IsTruncated` in the response is `true`, and the value of
3867
+ # the `TrafficPolicyVersionMarker` element is the ID of the first
3868
+ # version that Amazon Route 53 will return if you submit another
3869
+ # request.
4052
3870
  # @return [Integer]
4053
3871
  #
4054
3872
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTrafficPolicyVersionsRequest AWS API Documentation
@@ -4070,15 +3888,15 @@ module Aws::Route53
4070
3888
  # @!attribute [rw] is_truncated
4071
3889
  # A flag that indicates whether there are more traffic policies to be
4072
3890
  # listed. If the response was truncated, you can get the next group of
4073
- # `maxitems` traffic policies by calling `ListTrafficPolicyVersions`
4074
- # again and specifying the value of the `NextMarker` element in the
4075
- # `marker` parameter.
3891
+ # traffic policies by submitting another `ListTrafficPolicyVersions`
3892
+ # request and specifying the value of `NextMarker` in the `marker`
3893
+ # parameter.
4076
3894
  # @return [Boolean]
4077
3895
  #
4078
3896
  # @!attribute [rw] traffic_policy_version_marker
4079
3897
  # If `IsTruncated` is `true`, the value of
4080
- # `TrafficPolicyVersionMarker` identifies the first traffic policy in
4081
- # the next group of `MaxItems` traffic policies. Call
3898
+ # `TrafficPolicyVersionMarker` identifies the first traffic policy
3899
+ # that Amazon Route 53 will return if you submit another request. Call
4082
3900
  # `ListTrafficPolicyVersions` again and specify the value of
4083
3901
  # `TrafficPolicyVersionMarker` in the `TrafficPolicyVersionMarker`
4084
3902
  # request parameter.
@@ -4088,7 +3906,7 @@ module Aws::Route53
4088
3906
  #
4089
3907
  # @!attribute [rw] max_items
4090
3908
  # The value that you specified for the `maxitems` parameter in the
4091
- # call to `ListTrafficPolicyVersions` that produced the current
3909
+ # `ListTrafficPolicyVersions` request that produced the current
4092
3910
  # response.
4093
3911
  # @return [Integer]
4094
3912
  #
@@ -4123,14 +3941,15 @@ module Aws::Route53
4123
3941
  # *Optional*\: If a response includes a `NextToken` element, there are
4124
3942
  # more VPCs that can be associated with the specified hosted zone. To
4125
3943
  # get the next page of results, submit another request, and include
4126
- # the value of the `NextToken` element in from the response in the
4127
- # `NextToken` parameter in another `ListVPCAssociationAuthorizations`
4128
- # request.
3944
+ # the value of `NextToken` from the response in the `nexttoken`
3945
+ # parameter in another `ListVPCAssociationAuthorizations` request.
4129
3946
  # @return [String]
4130
3947
  #
4131
3948
  # @!attribute [rw] max_results
4132
3949
  # *Optional*\: An integer that specifies the maximum number of VPCs
4133
- # that you want Amazon Route 53 to return.
3950
+ # that you want Amazon Route 53 to return. If you don't specify a
3951
+ # value for `MaxResults`, Amazon Route 53 returns up to 50 VPCs per
3952
+ # page.
4134
3953
  # @return [String]
4135
3954
  #
4136
3955
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListVPCAssociationAuthorizationsRequest AWS API Documentation
@@ -4154,11 +3973,8 @@ module Aws::Route53
4154
3973
  # VPCs that can be associated with the specified hosted zone. To get
4155
3974
  # the next page of VPCs, submit another
4156
3975
  # `ListVPCAssociationAuthorizations` request, and include the value of
4157
- # the `NextToken` element from the response in the `NextToken` request
4158
- # parameter:
4159
- #
4160
- # `/2013-04-01/hostedzone/hosted zone
4161
- # ID/authorizevpcassociation?MaxItems=VPCs per page&NextToken= `
3976
+ # the `NextToken` element from the response in the `nexttoken` request
3977
+ # parameter.
4162
3978
  # @return [String]
4163
3979
  #
4164
3980
  # @!attribute [rw] vp_cs
@@ -4263,7 +4079,7 @@ module Aws::Route53
4263
4079
  # Developer Guide*.
4264
4080
  #
4265
4081
  # You can use the asterisk (*) wildcard to replace the leftmost label
4266
- # in a domain name. For example, `*.example.com`. Note the following:
4082
+ # in a domain name, for example, `*.example.com`. Note the following:
4267
4083
  #
4268
4084
  # * The * must replace the entire label. For example, you can't
4269
4085
  # specify `*prod.example.com` or `prod*.example.com`.
@@ -4394,8 +4210,8 @@ module Aws::Route53
4394
4210
  #
4395
4211
  # @!attribute [rw] region
4396
4212
  # *Latency-based resource record sets only:* The Amazon EC2 Region
4397
- # where the resource that is specified in this resource record set
4398
- # resides. The resource typically is an AWS resource, such as an EC2
4213
+ # where you created the resource that this resource record set refers
4214
+ # to. The resource typically is an AWS resource, such as an EC2
4399
4215
  # instance or an ELB load balancer, and is referred to by an IP
4400
4216
  # address or a DNS domain name, depending on the record type.
4401
4217
  #
@@ -4421,8 +4237,8 @@ module Aws::Route53
4421
4237
  #
4422
4238
  # * You aren't required to create latency resource record sets for
4423
4239
  # all Amazon EC2 Regions. Amazon Route 53 will choose the region
4424
- # with the best latency from among the regions for which you create
4425
- # latency resource record sets.
4240
+ # with the best latency from among the regions that you create
4241
+ # latency resource record sets for.
4426
4242
  #
4427
4243
  # * You can't create non-latency resource record sets that have the
4428
4244
  # same values for the `Name` and `Type` elements as latency resource
@@ -4522,8 +4338,6 @@ module Aws::Route53
4522
4338
  #
4523
4339
  # * [Configuring Failover in a Private Hosted Zone][2]
4524
4340
  #
4525
- # Valid values: `PRIMARY` \| `SECONDARY`
4526
- #
4527
4341
  #
4528
4342
  #
4529
4343
  # [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html
@@ -4542,9 +4356,8 @@ module Aws::Route53
4542
4356
  # that you specify a `TTL` of 60 seconds or less so clients respond
4543
4357
  # quickly to changes in health status.
4544
4358
  #
4545
- # * All of the resource record sets in a group of weighted, latency,
4546
- # geolocation, or failover resource record sets must have the same
4547
- # value for `TTL`.
4359
+ # * All of the resource record sets in a group of weighted resource
4360
+ # record sets must have the same value for `TTL`.
4548
4361
  #
4549
4362
  # * If a group of weighted resource record sets includes one or more
4550
4363
  # weighted alias resource record sets for which the alias target is
@@ -4744,10 +4557,10 @@ module Aws::Route53
4744
4557
  # @return [String]
4745
4558
  #
4746
4559
  # @!attribute [rw] checked_time
4747
- # The time at which the health checker performed the health check in
4748
- # [ISO 8601 format][1] and Coordinated Universal Time (UTC). For
4749
- # example, the value `2014-10-27T17:48:16.751Z` represents October 27,
4750
- # 2014 at 17:48:16.751 UTC.
4560
+ # The date and time that the health checker performed the health check
4561
+ # in [ISO 8601 format][1] and Coordinated Universal Time (UTC). For
4562
+ # example, the value `2017-03-27T17:48:16.751Z` represents March 27,
4563
+ # 2017 at 17:48:16.751 UTC.
4751
4564
  #
4752
4565
  #
4753
4566
  #
@@ -4780,8 +4593,8 @@ module Aws::Route53
4780
4593
  # * **Add a tag to a health check or hosted zone**\: `Key` is the name
4781
4594
  # that you want to give the new tag.
4782
4595
  #
4783
- # * **Edit a tag**\: `Key` is the name of the tag whose `Value`
4784
- # element you want to remove.
4596
+ # * **Edit a tag**\: `Key` is the name of the tag that you want to
4597
+ # change the `Value` for.
4785
4598
  #
4786
4599
  # * <b> Delete a key</b>\: `Key` is the name of the tag you want to
4787
4600
  # remove.
@@ -4816,43 +4629,6 @@ module Aws::Route53
4816
4629
  # specify the IP address of a DNS resolver, an EDNS0 client subnet IP
4817
4630
  # address, and a subnet mask.
4818
4631
  #
4819
- # **Parameters**
4820
- #
4821
- # hostedzoneid
4822
- #
4823
- # : The ID of the hosted zone that you want Amazon Route 53 to simulate
4824
- # a query for.
4825
- #
4826
- # recordname
4827
- #
4828
- # : The name of the resource record set that you want Amazon Route 53 to
4829
- # simulate a query for.
4830
- #
4831
- # recordtype
4832
- #
4833
- # : The type of the resource record set.
4834
- #
4835
- # resolverip (optional)
4836
- #
4837
- # : If you want to simulate a request from a specific DNS resolver,
4838
- # specify the IP address for that resolver. If you omit this value,
4839
- # `TestDNSAnswer` uses the IP address of a DNS resolver in the AWS US
4840
- # East region.
4841
- #
4842
- # edns0clientsubnetip (optional)
4843
- #
4844
- # : If the resolver that you specified for `resolverip` supports EDNS0,
4845
- # specify the IP address of a client in the applicable location.
4846
- #
4847
- # edns0clientsubnetmask (optional)
4848
- #
4849
- # : If you specify an IP address for `edns0clientsubnetip`, you can
4850
- # optionally specify the number of bits of the IP address that you
4851
- # want the checking tool to include in the DNS query. For example, if
4852
- # you specify `192.0.2.44` for `edns0clientsubnetip` and `24` for
4853
- # `edns0clientsubnetmask`, the checking tool will simulate a request
4854
- # from `192.0.2.0/24`. The default value is 24 bits.
4855
- #
4856
4632
  # @note When making an API call, you may pass TestDNSAnswerRequest
4857
4633
  # data as a hash:
4858
4634
  #
@@ -4883,12 +4659,14 @@ module Aws::Route53
4883
4659
  # If you want to simulate a request from a specific DNS resolver,
4884
4660
  # specify the IP address for that resolver. If you omit this value,
4885
4661
  # `TestDnsAnswer` uses the IP address of a DNS resolver in the AWS US
4886
- # East region.
4662
+ # East (N. Virginia) Region (`us-east-1`).
4887
4663
  # @return [String]
4888
4664
  #
4889
4665
  # @!attribute [rw] edns0_client_subnet_ip
4890
4666
  # If the resolver that you specified for resolverip supports EDNS0,
4891
- # specify the IP address of a client in the applicable location.
4667
+ # specify the IPv4 or IPv6 address of a client in the applicable
4668
+ # location, for example, `192.0.2.44` or
4669
+ # `2001:db8:85a3::8a2e:370:7334`.
4892
4670
  # @return [String]
4893
4671
  #
4894
4672
  # @!attribute [rw] edns0_client_subnet_mask
@@ -4897,7 +4675,8 @@ module Aws::Route53
4897
4675
  # want the checking tool to include in the DNS query. For example, if
4898
4676
  # you specify `192.0.2.44` for `edns0clientsubnetip` and `24` for
4899
4677
  # `edns0clientsubnetmask`, the checking tool will simulate a request
4900
- # from 192.0.2.0/24. The default value is 24 bits.
4678
+ # from 192.0.2.0/24. The default value is 24 bits for IPv4 addresses
4679
+ # and 64 bits for IPv6 addresses.
4901
4680
  # @return [String]
4902
4681
  #
4903
4682
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TestDNSAnswerRequest AWS API Documentation
@@ -5132,7 +4911,8 @@ module Aws::Route53
5132
4911
  include Aws::Structure
5133
4912
  end
5134
4913
 
5135
- # A complex type that contains the health check request information.
4914
+ # A complex type that contains information about a request to update a
4915
+ # health check.
5136
4916
  #
5137
4917
  # @note When making an API call, you may pass UpdateHealthCheckRequest
5138
4918
  # data as a hash:
@@ -5166,7 +4946,7 @@ module Aws::Route53
5166
4946
  #
5167
4947
  # @!attribute [rw] health_check_version
5168
4948
  # A sequential counter that Amazon Route 53 sets to `1` when you
5169
- # create a health check and increments by `1` each time you update
4949
+ # create a health check and increments by 1 each time you update
5170
4950
  # settings for the health check.
5171
4951
  #
5172
4952
  # We recommend that you use `GetHealthCheck` or `ListHealthChecks` to
@@ -5175,7 +4955,7 @@ module Aws::Route53
5175
4955
  # `UpdateHealthCheck` request. This prevents Amazon Route 53 from
5176
4956
  # overwriting an intervening update:
5177
4957
  #
5178
- # * f the value in the `UpdateHealthCheck` request matches the value
4958
+ # * If the value in the `UpdateHealthCheck` request matches the value
5179
4959
  # of `HealthCheckVersion` in the health check, Amazon Route 53
5180
4960
  # updates the health check with the new settings.
5181
4961
  #
@@ -5209,8 +4989,13 @@ module Aws::Route53
5209
4989
  # Elastic IP address, associate it with your EC2 instance, and specify
5210
4990
  # the Elastic IP address for `IPAddress`. This ensures that the IP
5211
4991
  # address of your instance never changes. For more information, see
5212
- # [Elastic IP Addresses (EIP)][1] in the *Amazon EC2 User Guide for
5213
- # Linux Instances*.
4992
+ # the applicable documentation:
4993
+ #
4994
+ # * Linux: [Elastic IP Addresses (EIP)][1] in the *Amazon EC2 User
4995
+ # Guide for Linux Instances*
4996
+ #
4997
+ # * Windows: [Elastic IP Addresses (EIP)][2] in the *Amazon EC2 User
4998
+ # Guide for Windows Instances*
5214
4999
  #
5215
5000
  # <note markdown="1"> If a health check already has a value for `IPAddress`, you can
5216
5001
  # change the value. However, you can't update an existing health
@@ -5226,18 +5011,19 @@ module Aws::Route53
5226
5011
  # multicast ranges. For more information about IP addresses for which
5227
5012
  # you can't create health checks, see the following documents:
5228
5013
  #
5229
- # * [RFC 5735, Special Use IPv4 Addresses][2]
5014
+ # * [RFC 5735, Special Use IPv4 Addresses][3]
5230
5015
  #
5231
- # * [RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space][3]
5016
+ # * [RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space][4]
5232
5017
  #
5233
- # * [RFC 5156, Special-Use IPv6 Addresses][4]
5018
+ # * [RFC 5156, Special-Use IPv6 Addresses][5]
5234
5019
  #
5235
5020
  #
5236
5021
  #
5237
5022
  # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html
5238
- # [2]: https://tools.ietf.org/html/rfc5735
5239
- # [3]: https://tools.ietf.org/html/rfc6598
5240
- # [4]: https://tools.ietf.org/html/rfc5156
5023
+ # [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-ip-addresses-eip.html
5024
+ # [3]: https://tools.ietf.org/html/rfc5735
5025
+ # [4]: https://tools.ietf.org/html/rfc6598
5026
+ # [5]: https://tools.ietf.org/html/rfc5156
5241
5027
  # @return [String]
5242
5028
  #
5243
5029
  # @!attribute [rw] port
@@ -5281,12 +5067,12 @@ module Aws::Route53
5281
5067
  #
5282
5068
  # * If you specify a value of `443` for `Port` and `HTTPS` or
5283
5069
  # `HTTPS_STR_MATCH` for `Type`, Amazon Route 53 passes the value of
5284
- # `FullyQualifiedDomainName` to the endpoint in the Host header.
5070
+ # `FullyQualifiedDomainName` to the endpoint in the `Host` header.
5285
5071
  #
5286
5072
  # * If you specify another value for `Port` and any value except `TCP`
5287
5073
  # for `Type`, Amazon Route 53 passes <i>
5288
5074
  # <code>FullyQualifiedDomainName</code>\:<code>Port</code> </i> to
5289
- # the endpoint in the Host header.
5075
+ # the endpoint in the `Host` header.
5290
5076
  #
5291
5077
  # If you don't specify a value for `FullyQualifiedDomainName`, Amazon
5292
5078
  # Route 53 substitutes the value of `IPAddress` in the `Host` header
@@ -5409,9 +5195,9 @@ module Aws::Route53
5409
5195
  # @return [Boolean]
5410
5196
  #
5411
5197
  # @!attribute [rw] regions
5412
- # A complex type that contains one Region element for each region from
5413
- # which you want Amazon Route 53 health checkers to check the
5414
- # specified endpoint.
5198
+ # A complex type that contains one `Region` element for each region
5199
+ # that you want Amazon Route 53 health checkers to check the specified
5200
+ # endpoint from.
5415
5201
  # @return [Array<String>]
5416
5202
  #
5417
5203
  # @!attribute [rw] alarm_identifier
@@ -5470,7 +5256,7 @@ module Aws::Route53
5470
5256
  include Aws::Structure
5471
5257
  end
5472
5258
 
5473
- # A complex type that contains the hosted zone request information.
5259
+ # A request to update the comment for a hosted zone.
5474
5260
  #
5475
5261
  # @note When making an API call, you may pass UpdateHostedZoneCommentRequest
5476
5262
  # data as a hash:
@@ -5481,7 +5267,7 @@ module Aws::Route53
5481
5267
  # }
5482
5268
  #
5483
5269
  # @!attribute [rw] id
5484
- # The ID for the hosted zone for which you want to update the comment.
5270
+ # The ID for the hosted zone that you want to update the comment for.
5485
5271
  # @return [String]
5486
5272
  #
5487
5273
  # @!attribute [rw] comment
@@ -5499,7 +5285,7 @@ module Aws::Route53
5499
5285
  end
5500
5286
 
5501
5287
  # A complex type that contains the response to the
5502
- # UpdateHostedZoneCommentRequest.
5288
+ # `UpdateHostedZoneComment` request.
5503
5289
  #
5504
5290
  # @!attribute [rw] hosted_zone
5505
5291
  # A complex type that contains general information about the hosted
@@ -5513,8 +5299,8 @@ module Aws::Route53
5513
5299
  include Aws::Structure
5514
5300
  end
5515
5301
 
5516
- # A complex type that contains information about the traffic policy for
5517
- # which you want to update the comment.
5302
+ # A complex type that contains information about the traffic policy that
5303
+ # you want to update the comment for.
5518
5304
  #
5519
5305
  # @note When making an API call, you may pass UpdateTrafficPolicyCommentRequest
5520
5306
  # data as a hash:
@@ -5526,13 +5312,13 @@ module Aws::Route53
5526
5312
  # }
5527
5313
  #
5528
5314
  # @!attribute [rw] id
5529
- # The value of `Id` for the traffic policy for which you want to
5530
- # update the comment.
5315
+ # The value of `Id` for the traffic policy that you want to update the
5316
+ # comment for.
5531
5317
  # @return [String]
5532
5318
  #
5533
5319
  # @!attribute [rw] version
5534
- # The value of `Version` for the traffic policy for which you want to
5535
- # update the comment.
5320
+ # The value of `Version` for the traffic policy that you want to
5321
+ # update the comment for.
5536
5322
  # @return [Integer]
5537
5323
  #
5538
5324
  # @!attribute [rw] comment
@@ -5623,8 +5409,8 @@ module Aws::Route53
5623
5409
  include Aws::Structure
5624
5410
  end
5625
5411
 
5626
- # A complex type that contains information about an Amazon VPC that is
5627
- # associated with a private hosted zone.
5412
+ # (Private hosted zones only) A complex type that contains information
5413
+ # about an Amazon VPC.
5628
5414
  #
5629
5415
  # @note When making an API call, you may pass VPC
5630
5416
  # data as a hash:
@@ -5635,12 +5421,12 @@ module Aws::Route53
5635
5421
  # }
5636
5422
  #
5637
5423
  # @!attribute [rw] vpc_region
5638
- # The region in which you created the VPC that you want to associate
5639
- # with the specified Amazon Route 53 hosted zone.
5424
+ # (Private hosted zones only) The region in which you created an
5425
+ # Amazon VPC.
5640
5426
  # @return [String]
5641
5427
  #
5642
5428
  # @!attribute [rw] vpc_id
5643
- # The ID of an Amazon VPC.
5429
+ # (Private hosted zones only) The ID of an Amazon VPC.
5644
5430
  # @return [String]
5645
5431
  #
5646
5432
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/VPC AWS API Documentation