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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-route53.rb +1 -1
- data/lib/aws-sdk-route53/client.rb +365 -628
- data/lib/aws-sdk-route53/types.rb +393 -607
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9077b45837bee4a0018cc003dca5684323324fec
|
4
|
+
data.tar.gz: fa1b18d657e6117e1bed9e2fa28caa6c2766ecfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b67a489394cc5af17a8bfe2722f7e57618ad911f360a59827bca90dfeb6b084b4ea99698842d394d599309ab30313eee5b65a9c2f93eb79c4f4edae4f916c28
|
7
|
+
data.tar.gz: 4c0aa1af5e14ee846e5153ac881d95b31ad294e87b4a571bb027b4f640bd72d8adf04581506d89ff9b3ca2cecb97fc786267c10c64189eb6f3d57972f5b8b00e
|
data/lib/aws-sdk-route53.rb
CHANGED
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
|
18
18
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
19
19
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
20
20
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
21
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
21
22
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
22
23
|
require 'aws-sdk-core/plugins/protocols/rest_xml.rb'
|
23
24
|
require 'aws-sdk-route53/plugins/id_fix.rb'
|
@@ -46,6 +47,7 @@ module Aws::Route53
|
|
46
47
|
add_plugin(Aws::Plugins::ResponsePaging)
|
47
48
|
add_plugin(Aws::Plugins::StubResponses)
|
48
49
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
50
|
+
add_plugin(Aws::Plugins::JsonvalueConverter)
|
49
51
|
add_plugin(Aws::Plugins::SignatureV4)
|
50
52
|
add_plugin(Aws::Plugins::Protocols::RestXml)
|
51
53
|
add_plugin(Aws::Route53::Plugins::IdFix)
|
@@ -151,12 +153,6 @@ module Aws::Route53
|
|
151
153
|
# already exist. You can't convert a public hosted zone into a private
|
152
154
|
# hosted zone.
|
153
155
|
#
|
154
|
-
# Send a `POST` request to the `/2013-04-01/hostedzone/hosted zone
|
155
|
-
# ID/associatevpc` resource. The request body must include a document
|
156
|
-
# with an `AssociateVPCWithHostedZoneRequest` element. The response
|
157
|
-
# contains a `ChangeInfo` data type that you can use to track the
|
158
|
-
# progress of the request.
|
159
|
-
#
|
160
156
|
# <note markdown="1"> If you want to associate a VPC that was created by using one AWS
|
161
157
|
# account with a private hosted zone that was created by using a
|
162
158
|
# different account, the AWS account that created the private hosted
|
@@ -211,11 +207,11 @@ module Aws::Route53
|
|
211
207
|
req.send_request(options)
|
212
208
|
end
|
213
209
|
|
214
|
-
#
|
215
|
-
#
|
216
|
-
#
|
217
|
-
#
|
218
|
-
#
|
210
|
+
# Creates, changes, or deletes a resource record set, which contains
|
211
|
+
# authoritative DNS information for a specified domain name or subdomain
|
212
|
+
# name. For example, you can use `ChangeResourceRecordSets` to create a
|
213
|
+
# resource record set that routes traffic for test.example.com to a web
|
214
|
+
# server that has an IP address of 192.0.2.44.
|
219
215
|
#
|
220
216
|
# **Change Batches and Transactional Changes**
|
221
217
|
#
|
@@ -394,8 +390,8 @@ module Aws::Route53
|
|
394
390
|
#
|
395
391
|
# @option params [Array<Types::Tag>] :add_tags
|
396
392
|
# A complex type that contains a list of the tags that you want to add
|
397
|
-
# to the specified health check or hosted zone and/or the tags
|
398
|
-
#
|
393
|
+
# to the specified health check or hosted zone and/or the tags that you
|
394
|
+
# want to edit `Value` for.
|
399
395
|
#
|
400
396
|
# You can add a maximum of 10 tags to a health check or a hosted zone.
|
401
397
|
#
|
@@ -431,20 +427,19 @@ module Aws::Route53
|
|
431
427
|
|
432
428
|
# Creates a new health check.
|
433
429
|
#
|
434
|
-
# To create a new health check, send a `POST` request to the
|
435
|
-
# `/2013-04-01/healthcheck` resource. The request body must include a
|
436
|
-
# document with a `CreateHealthCheckRequest` element. The response
|
437
|
-
# returns the `CreateHealthCheckResponse` element, containing the health
|
438
|
-
# check ID specified when adding health check to a resource record set.
|
439
430
|
# For information about adding health checks to resource record sets,
|
440
431
|
# see ResourceRecordSet$HealthCheckId in ChangeResourceRecordSets.
|
441
432
|
#
|
433
|
+
# **ELB Load Balancers**
|
434
|
+
#
|
442
435
|
# If you're registering EC2 instances with an Elastic Load Balancing
|
443
436
|
# (ELB) load balancer, do not create Amazon Route 53 health checks for
|
444
437
|
# the EC2 instances. When you register an EC2 instance with a load
|
445
438
|
# balancer, you configure settings for an ELB health check, which
|
446
439
|
# performs a similar function to an Amazon Route 53 health check.
|
447
440
|
#
|
441
|
+
# **Private Hosted Zones**
|
442
|
+
#
|
448
443
|
# You can associate health checks with failover resource record sets in
|
449
444
|
# a private hosted zone. Note the following:
|
450
445
|
#
|
@@ -470,10 +465,29 @@ module Aws::Route53
|
|
470
465
|
# [1]: http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatch.html
|
471
466
|
#
|
472
467
|
# @option params [required, String] :caller_reference
|
473
|
-
# A unique string that identifies the request and that allows
|
474
|
-
# `CreateHealthCheck`
|
475
|
-
#
|
476
|
-
#
|
468
|
+
# A unique string that identifies the request and that allows you to
|
469
|
+
# retry a failed `CreateHealthCheck` request without the risk of
|
470
|
+
# creating two identical health checks:
|
471
|
+
#
|
472
|
+
# * If you send a `CreateHealthCheck` request with the same
|
473
|
+
# `CallerReference` and settings as a previous request, and if the
|
474
|
+
# health check doesn't exist, Amazon Route 53 creates the health
|
475
|
+
# check. If the health check does exist, Amazon Route 53 returns the
|
476
|
+
# settings for the existing health check.
|
477
|
+
#
|
478
|
+
# * If you send a `CreateHealthCheck` request with the same
|
479
|
+
# `CallerReference` as a deleted health check, regardless of the
|
480
|
+
# settings, Amazon Route 53 returns a `HealthCheckAlreadyExists`
|
481
|
+
# error.
|
482
|
+
#
|
483
|
+
# * If you send a `CreateHealthCheck` request with the same
|
484
|
+
# `CallerReference` as an existing health check but with different
|
485
|
+
# settings, Amazon Route 53 returns a `HealthCheckAlreadyExists`
|
486
|
+
# error.
|
487
|
+
#
|
488
|
+
# * If you send a `CreateHealthCheck` request with a unique
|
489
|
+
# `CallerReference` but settings identical to an existing health
|
490
|
+
# check, Amazon Route 53 creates the health check.
|
477
491
|
#
|
478
492
|
# @option params [required, Types::HealthCheckConfig] :health_check_config
|
479
493
|
# A complex type that contains the response to a `CreateHealthCheck`
|
@@ -556,21 +570,16 @@ module Aws::Route53
|
|
556
570
|
req.send_request(options)
|
557
571
|
end
|
558
572
|
|
559
|
-
# Creates a new public hosted zone,
|
560
|
-
# System (DNS) routes traffic on the Internet for a domain,
|
561
|
-
# example.com, and its subdomains.
|
562
|
-
#
|
563
|
-
# Public hosted zones can't be converted to a private hosted zone or
|
564
|
-
# vice versa. Instead, create a new hosted zone with the same name and
|
565
|
-
# create new resource record sets.
|
573
|
+
# Creates a new public hosted zone, which you use to specify how the
|
574
|
+
# Domain Name System (DNS) routes traffic on the Internet for a domain,
|
575
|
+
# such as example.com, and its subdomains.
|
566
576
|
#
|
567
|
-
#
|
568
|
-
#
|
569
|
-
#
|
570
|
-
# containing metadata about the hosted zone.
|
577
|
+
# You can't convert a public hosted zones to a private hosted zone or
|
578
|
+
# vice versa. Instead, you must create a new hosted zone with the same
|
579
|
+
# name and create new resource record sets.
|
571
580
|
#
|
572
|
-
#
|
573
|
-
#
|
581
|
+
# For more information about charges for hosted zones, see [Amazon Route
|
582
|
+
# 53 Pricing][1].
|
574
583
|
#
|
575
584
|
# Note the following:
|
576
585
|
#
|
@@ -581,20 +590,21 @@ module Aws::Route53
|
|
581
590
|
# records, see [NS and SOA Records that Amazon Route 53 Creates for a
|
582
591
|
# Hosted Zone][2] in the *Amazon Route 53 Developer Guide*.
|
583
592
|
#
|
593
|
+
# If you want to use the same name servers for multiple hosted zones,
|
594
|
+
# you can optionally associate a reusable delegation set with the
|
595
|
+
# hosted zone. See the `DelegationSetId` element.
|
596
|
+
#
|
584
597
|
# * If your domain is registered with a registrar other than Amazon
|
585
598
|
# Route 53, you must update the name servers with your registrar to
|
586
599
|
# make Amazon Route 53 your DNS service. For more information, see
|
587
600
|
# [Configuring Amazon Route 53 as your DNS Service][3] in the *Amazon
|
588
|
-
# Route 53 Developer
|
589
|
-
#
|
590
|
-
# After creating a zone, its initial status is `PENDING`. This means
|
591
|
-
# that it is not yet available on all DNS servers. The status of the
|
592
|
-
# zone changes to `INSYNC` when the NS and SOA records are available on
|
593
|
-
# all Amazon Route 53 DNS servers.
|
601
|
+
# Route 53 Developer Guide*.
|
594
602
|
#
|
595
|
-
# When
|
596
|
-
#
|
597
|
-
#
|
603
|
+
# When you submit a `CreateHostedZone` request, the initial status of
|
604
|
+
# the hosted zone is `PENDING`. This means that the NS and SOA records
|
605
|
+
# are not yet available on all Amazon Route 53 DNS servers. When the NS
|
606
|
+
# and SOA records are available, the status of the zone changes to
|
607
|
+
# `INSYNC`.
|
598
608
|
#
|
599
609
|
#
|
600
610
|
#
|
@@ -614,24 +624,33 @@ module Aws::Route53
|
|
614
624
|
# registered with your DNS registrar. If your domain name is registered
|
615
625
|
# with a registrar other than Amazon Route 53, change the name servers
|
616
626
|
# for your domain to the set of `NameServers` that `CreateHostedZone`
|
617
|
-
# returns in
|
627
|
+
# returns in `DelegationSet`.
|
618
628
|
#
|
619
629
|
# @option params [Types::VPC] :vpc
|
620
|
-
#
|
621
|
-
#
|
622
|
-
#
|
630
|
+
# (Private hosted zones only) A complex type that contains information
|
631
|
+
# about the Amazon VPC that you're associating with this hosted zone.
|
632
|
+
#
|
633
|
+
# You can specify only one Amazon VPC when you create a private hosted
|
634
|
+
# zone. To associate additional Amazon VPCs with the hosted zone, use
|
635
|
+
# AssociateVPCWithHostedZone after you create a hosted zone.
|
623
636
|
#
|
624
637
|
# @option params [required, String] :caller_reference
|
625
638
|
# A unique string that identifies the request and that allows failed
|
626
639
|
# `CreateHostedZone` requests to be retried without the risk of
|
627
640
|
# executing the operation twice. You must use a unique `CallerReference`
|
628
|
-
# string every time you
|
629
|
-
# any unique string, for example, a date/time
|
641
|
+
# string every time you submit a `CreateHostedZone` request.
|
642
|
+
# `CallerReference` can be any unique string, for example, a date/time
|
643
|
+
# stamp.
|
630
644
|
#
|
631
645
|
# @option params [Types::HostedZoneConfig] :hosted_zone_config
|
632
|
-
# (Optional) A complex type that contains
|
633
|
-
#
|
634
|
-
#
|
646
|
+
# (Optional) A complex type that contains the following optional values:
|
647
|
+
#
|
648
|
+
# * For public and private hosted zones, an optional comment
|
649
|
+
#
|
650
|
+
# * For private hosted zones, an optional `PrivateZone` element
|
651
|
+
#
|
652
|
+
# If you don't specify a comment or the `PrivateZone` element, omit
|
653
|
+
# `HostedZoneConfig` and the other elements.
|
635
654
|
#
|
636
655
|
# @option params [String] :delegation_set_id
|
637
656
|
# If you want to associate a reusable delegation set with this hosted
|
@@ -639,18 +658,6 @@ module Aws::Route53
|
|
639
658
|
# set when you created it. For more information about reusable
|
640
659
|
# delegation sets, see CreateReusableDelegationSet.
|
641
660
|
#
|
642
|
-
# Type
|
643
|
-
#
|
644
|
-
# : String
|
645
|
-
#
|
646
|
-
# Default
|
647
|
-
#
|
648
|
-
# : None
|
649
|
-
#
|
650
|
-
# Parent
|
651
|
-
#
|
652
|
-
# : `CreatedHostedZoneRequest`
|
653
|
-
#
|
654
661
|
# @return [Types::CreateHostedZoneResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
655
662
|
#
|
656
663
|
# * {Types::CreateHostedZoneResponse#hosted_zone #hosted_zone} => Types::HostedZone
|
@@ -709,18 +716,14 @@ module Aws::Route53
|
|
709
716
|
# `CreateReusableDelegationSet` marks the delegation set associated with
|
710
717
|
# that zone as reusable
|
711
718
|
#
|
712
|
-
# Send a `POST` request to the `/2013-04-01/delegationset` resource. The
|
713
|
-
# request body must include a document with a
|
714
|
-
# `CreateReusableDelegationSetRequest` element.
|
715
|
-
#
|
716
719
|
# <note markdown="1"> A reusable delegation set can't be associated with a private hosted
|
717
|
-
# zone
|
720
|
+
# zone.
|
718
721
|
#
|
719
722
|
# </note>
|
720
723
|
#
|
721
|
-
# For
|
722
|
-
#
|
723
|
-
#
|
724
|
+
# For information on how to use a reusable delegation set to configure
|
725
|
+
# white label name servers, see [Configuring White Label Name
|
726
|
+
# Servers][1].
|
724
727
|
#
|
725
728
|
#
|
726
729
|
#
|
@@ -771,12 +774,6 @@ module Aws::Route53
|
|
771
774
|
# resource record sets for one domain name (such as example.com) or one
|
772
775
|
# subdomain name (such as www.example.com).
|
773
776
|
#
|
774
|
-
# Send a `POST` request to the `/2013-04-01/trafficpolicy` resource. The
|
775
|
-
# request body must include a document with a
|
776
|
-
# `CreateTrafficPolicyRequest` element. The response includes the
|
777
|
-
# `CreateTrafficPolicyResponse` element, which contains information
|
778
|
-
# about the new traffic policy.
|
779
|
-
#
|
780
777
|
# @option params [required, String] :name
|
781
778
|
# The name of the traffic policy.
|
782
779
|
#
|
@@ -832,12 +829,6 @@ module Aws::Route53
|
|
832
829
|
# domain or subdomain name by using the resource record sets that
|
833
830
|
# `CreateTrafficPolicyInstance` created.
|
834
831
|
#
|
835
|
-
# Send a `POST` request to the `/2013-04-01/trafficpolicyinstance`
|
836
|
-
# resource. The request body must include a document with a
|
837
|
-
# `CreateTrafficPolicyRequest` element. The response returns the
|
838
|
-
# `CreateTrafficPolicyInstanceResponse` element, which contains
|
839
|
-
# information about the traffic policy instance.
|
840
|
-
#
|
841
832
|
# @option params [required, String] :hosted_zone_id
|
842
833
|
# The ID of the hosted zone in which you want Amazon Route 53 to create
|
843
834
|
# resource record sets by using the configuration in a traffic policy.
|
@@ -906,12 +897,6 @@ module Aws::Route53
|
|
906
897
|
# of 1000 versions of a traffic policy. If you reach the limit and need
|
907
898
|
# to create another version, you'll need to start a new traffic policy.
|
908
899
|
#
|
909
|
-
# Send a `POST` request to the `/2013-04-01/trafficpolicy/` resource.
|
910
|
-
# The request body includes a document with a
|
911
|
-
# `CreateTrafficPolicyVersionRequest` element. The response returns the
|
912
|
-
# `CreateTrafficPolicyVersionResponse` element, which contains
|
913
|
-
# information about the new version of the traffic policy.
|
914
|
-
#
|
915
900
|
# @option params [required, String] :id
|
916
901
|
# The ID of the traffic policy for which you want to create a new
|
917
902
|
# version.
|
@@ -971,11 +956,6 @@ module Aws::Route53
|
|
971
956
|
#
|
972
957
|
# </note>
|
973
958
|
#
|
974
|
-
# Send a `POST` request to the `/2013-04-01/hostedzone/hosted zone
|
975
|
-
# ID/authorizevpcassociation` resource. The request body must include a
|
976
|
-
# document with a `CreateVPCAssociationAuthorizationRequest` element.
|
977
|
-
# The response contains information about the authorization.
|
978
|
-
#
|
979
959
|
# @option params [required, String] :hosted_zone_id
|
980
960
|
# The ID of the private hosted zone that you want to authorize
|
981
961
|
# associating a VPC with.
|
@@ -1014,8 +994,7 @@ module Aws::Route53
|
|
1014
994
|
req.send_request(options)
|
1015
995
|
end
|
1016
996
|
|
1017
|
-
# Deletes a health check.
|
1018
|
-
# `/2013-04-01/healthcheck/health check ID ` resource.
|
997
|
+
# Deletes a health check.
|
1019
998
|
#
|
1020
999
|
# Amazon Route 53 does not prevent you from deleting a health check even
|
1021
1000
|
# if the health check is associated with one or more resource record
|
@@ -1023,8 +1002,8 @@ module Aws::Route53
|
|
1023
1002
|
# associated resource record sets, the future status of the health check
|
1024
1003
|
# can't be predicted and may change. This will affect the routing of
|
1025
1004
|
# DNS queries for your DNS failover configuration. For more information,
|
1026
|
-
# see [Replacing and Deleting Health Checks][1] in the Amazon Route 53
|
1027
|
-
# Developer Guide
|
1005
|
+
# see [Replacing and Deleting Health Checks][1] in the *Amazon Route 53
|
1006
|
+
# Developer Guide*.
|
1028
1007
|
#
|
1029
1008
|
#
|
1030
1009
|
#
|
@@ -1050,17 +1029,40 @@ module Aws::Route53
|
|
1050
1029
|
req.send_request(options)
|
1051
1030
|
end
|
1052
1031
|
|
1053
|
-
# Deletes a hosted zone.
|
1054
|
-
#
|
1055
|
-
#
|
1056
|
-
#
|
1057
|
-
#
|
1058
|
-
#
|
1059
|
-
#
|
1060
|
-
#
|
1032
|
+
# Deletes a hosted zone.
|
1033
|
+
#
|
1034
|
+
# If the name servers for the hosted zone are associated with a domain
|
1035
|
+
# and if you want to make the domain unavailable on the Internet, we
|
1036
|
+
# recommend that you delete the name servers from the domain to prevent
|
1037
|
+
# future DNS queries from possibly being misrouted. If the domain is
|
1038
|
+
# registered with Amazon Route 53, see `UpdateDomainNameservers`. If the
|
1039
|
+
# domain is registered with another registrar, use the method provided
|
1040
|
+
# by the registrar to delete name servers for the domain.
|
1041
|
+
#
|
1042
|
+
# Some domain registries don't allow you to remove all of the name
|
1043
|
+
# servers for a domain. If the registry for your domain requires one or
|
1044
|
+
# more name servers, we recommend that you delete the hosted zone only
|
1045
|
+
# if you transfer DNS service to another service provider, and you
|
1046
|
+
# replace the name servers for the domain with name servers from the new
|
1047
|
+
# provider.
|
1048
|
+
#
|
1049
|
+
# You can delete a hosted zone only if it contains only the default SOA
|
1050
|
+
# record and NS resource record sets. If the hosted zone contains other
|
1051
|
+
# resource record sets, you must delete them before you can delete the
|
1052
|
+
# hosted zone. If you try to delete a hosted zone that contains other
|
1053
|
+
# resource record sets, the request fails, and Amazon Route 53 returns a
|
1061
1054
|
# `HostedZoneNotEmpty` error. For information about deleting records
|
1062
1055
|
# from your hosted zone, see ChangeResourceRecordSets.
|
1063
1056
|
#
|
1057
|
+
# To verify that the hosted zone has been deleted, do one of the
|
1058
|
+
# following:
|
1059
|
+
#
|
1060
|
+
# * Use the `GetHostedZone` action to request information about the
|
1061
|
+
# hosted zone.
|
1062
|
+
#
|
1063
|
+
# * Use the `ListHostedZones` action to get a list of the hosted zones
|
1064
|
+
# associated with the current AWS account.
|
1065
|
+
#
|
1064
1066
|
# @option params [required, String] :id
|
1065
1067
|
# The ID of the hosted zone you want to delete.
|
1066
1068
|
#
|
@@ -1090,18 +1092,17 @@ module Aws::Route53
|
|
1090
1092
|
req.send_request(options)
|
1091
1093
|
end
|
1092
1094
|
|
1093
|
-
# Deletes a reusable delegation set.
|
1094
|
-
# `/2013-04-01/delegationset/delegation set ID ` resource.
|
1095
|
+
# Deletes a reusable delegation set.
|
1095
1096
|
#
|
1096
|
-
# You can delete a reusable delegation set only if
|
1097
|
-
#
|
1097
|
+
# You can delete a reusable delegation set only if it isn't associated
|
1098
|
+
# with any hosted zones.
|
1098
1099
|
#
|
1099
1100
|
# To verify that the reusable delegation set is not associated with any
|
1100
|
-
# hosted zones,
|
1101
|
-
# ID of the reusable delegation set that you want to delete.
|
1101
|
+
# hosted zones, submit a GetReusableDelegationSet request and specify
|
1102
|
+
# the ID of the reusable delegation set that you want to delete.
|
1102
1103
|
#
|
1103
1104
|
# @option params [required, String] :id
|
1104
|
-
# The ID of the reusable delegation set you want to delete.
|
1105
|
+
# The ID of the reusable delegation set that you want to delete.
|
1105
1106
|
#
|
1106
1107
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1107
1108
|
#
|
@@ -1122,9 +1123,6 @@ module Aws::Route53
|
|
1122
1123
|
|
1123
1124
|
# Deletes a traffic policy.
|
1124
1125
|
#
|
1125
|
-
# Send a `DELETE` request to the `/Amazon Route 53 API
|
1126
|
-
# version/trafficpolicy` resource.
|
1127
|
-
#
|
1128
1126
|
# @option params [required, String] :id
|
1129
1127
|
# The ID of the traffic policy that you want to delete.
|
1130
1128
|
#
|
@@ -1152,9 +1150,6 @@ module Aws::Route53
|
|
1152
1150
|
# Deletes a traffic policy instance and all of the resource record sets
|
1153
1151
|
# that Amazon Route 53 created when you created the instance.
|
1154
1152
|
#
|
1155
|
-
# Send a `DELETE` request to the `/Amazon Route 53 API
|
1156
|
-
# version/trafficpolicy/traffic policy instance ID ` resource.
|
1157
|
-
#
|
1158
1153
|
# <note markdown="1"> In the Amazon Route 53 console, traffic policy instances are known as
|
1159
1154
|
# policy records.
|
1160
1155
|
#
|
@@ -1197,10 +1192,6 @@ module Aws::Route53
|
|
1197
1192
|
# the hosted zone. If you want to delete an existing association, use
|
1198
1193
|
# `DisassociateVPCFromHostedZone`.
|
1199
1194
|
#
|
1200
|
-
# Send a `DELETE` request to the `/2013-04-01/hostedzone/hosted zone
|
1201
|
-
# ID/deauthorizevpcassociation` resource. The request body must include
|
1202
|
-
# a document with a `DeleteVPCAssociationAuthorizationRequest` element.
|
1203
|
-
#
|
1204
1195
|
# @option params [required, String] :hosted_zone_id
|
1205
1196
|
# When removing authorization to associate a VPC that was created by one
|
1206
1197
|
# AWS account with a hosted zone that was created with a different AWS
|
@@ -1238,11 +1229,6 @@ module Aws::Route53
|
|
1238
1229
|
#
|
1239
1230
|
# </note>
|
1240
1231
|
#
|
1241
|
-
# Send a `POST` request to the `/2013-04-01/hostedzone/hosted zone
|
1242
|
-
# ID/disassociatevpc` resource. The request body must include a document
|
1243
|
-
# with a `DisassociateVPCFromHostedZoneRequest` element. The response
|
1244
|
-
# includes a `DisassociateVPCFromHostedZoneResponse` element.
|
1245
|
-
#
|
1246
1232
|
# You can't disassociate a VPC from a private hosted zone when only one
|
1247
1233
|
# VPC is associated with the hosted zone. You also can't convert a
|
1248
1234
|
# private hosted zone into a public hosted zone.
|
@@ -1293,15 +1279,15 @@ module Aws::Route53
|
|
1293
1279
|
# one of the following values:
|
1294
1280
|
#
|
1295
1281
|
# * `PENDING` indicates that the changes in this request have not
|
1296
|
-
#
|
1282
|
+
# propagated to all Amazon Route 53 DNS servers. This is the initial
|
1297
1283
|
# status of all change batch requests.
|
1298
1284
|
#
|
1299
|
-
# * `INSYNC` indicates that the changes have
|
1285
|
+
# * `INSYNC` indicates that the changes have propagated to all Amazon
|
1300
1286
|
# Route 53 DNS servers.
|
1301
1287
|
#
|
1302
1288
|
# @option params [required, String] :id
|
1303
1289
|
# The ID of the change batch request. The value that you specify here is
|
1304
|
-
# the value that `ChangeResourceRecordSets` returned in the Id element
|
1290
|
+
# the value that `ChangeResourceRecordSets` returned in the `Id` element
|
1305
1291
|
# when you submitted the request.
|
1306
1292
|
#
|
1307
1293
|
# @return [Types::GetChangeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -1357,9 +1343,25 @@ module Aws::Route53
|
|
1357
1343
|
req.send_request(options)
|
1358
1344
|
end
|
1359
1345
|
|
1360
|
-
#
|
1361
|
-
#
|
1362
|
-
#
|
1346
|
+
# Gets information about whether a specified geographic location is
|
1347
|
+
# supported for Amazon Route 53 geolocation resource record sets.
|
1348
|
+
#
|
1349
|
+
# Use the following syntax to determine whether a continent is supported
|
1350
|
+
# for geolocation:
|
1351
|
+
#
|
1352
|
+
# `GET /2013-04-01/geolocation?ContinentCode=two-letter abbreviation for
|
1353
|
+
# a continent `
|
1354
|
+
#
|
1355
|
+
# Use the following syntax to determine whether a country is supported
|
1356
|
+
# for geolocation:
|
1357
|
+
#
|
1358
|
+
# `GET /2013-04-01/geolocation?CountryCode=two-character country code `
|
1359
|
+
#
|
1360
|
+
# Use the following syntax to determine whether a subdivision of a
|
1361
|
+
# country is supported for geolocation:
|
1362
|
+
#
|
1363
|
+
# `GET /2013-04-01/geolocation?CountryCode=two-character country
|
1364
|
+
# code&SubdivisionCode=subdivision code `
|
1363
1365
|
#
|
1364
1366
|
# @option params [String] :continent_code
|
1365
1367
|
# Amazon Route 53 supports the following continent codes:
|
@@ -1426,15 +1428,7 @@ module Aws::Route53
|
|
1426
1428
|
req.send_request(options)
|
1427
1429
|
end
|
1428
1430
|
|
1429
|
-
# Gets information about a specified health check.
|
1430
|
-
# to the `/2013-04-01/healthcheck/health check ID ` resource. For more
|
1431
|
-
# information about using the console to perform this operation, see
|
1432
|
-
# [Amazon Route 53 Health Checks and DNS Failover][1] in the Amazon
|
1433
|
-
# Route 53 Developer Guide.
|
1434
|
-
#
|
1435
|
-
#
|
1436
|
-
#
|
1437
|
-
# [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html
|
1431
|
+
# Gets information about a specified health check.
|
1438
1432
|
#
|
1439
1433
|
# @option params [required, String] :health_check_id
|
1440
1434
|
# The identifier that Amazon Route 53 assigned to the health check when
|
@@ -1496,8 +1490,8 @@ module Aws::Route53
|
|
1496
1490
|
req.send_request(options)
|
1497
1491
|
end
|
1498
1492
|
|
1499
|
-
#
|
1500
|
-
#
|
1493
|
+
# Retrieves the number of health checks that are associated with the
|
1494
|
+
# current AWS account.
|
1501
1495
|
#
|
1502
1496
|
# @return [Types::GetHealthCheckCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1503
1497
|
#
|
@@ -1516,10 +1510,7 @@ module Aws::Route53
|
|
1516
1510
|
req.send_request(options)
|
1517
1511
|
end
|
1518
1512
|
|
1519
|
-
#
|
1520
|
-
# failed most recently (if at all), you can get the failure reason for
|
1521
|
-
# the most recent failure. Send a `GET` request to the `/Amazon Route 53
|
1522
|
-
# API version/healthcheck/health check ID/lastfailurereason` resource.
|
1513
|
+
# Gets the reason that a specified health check failed most recently.
|
1523
1514
|
#
|
1524
1515
|
# @option params [required, String] :health_check_id
|
1525
1516
|
# The ID for the health check for which you want the last failure
|
@@ -1553,14 +1544,12 @@ module Aws::Route53
|
|
1553
1544
|
req.send_request(options)
|
1554
1545
|
end
|
1555
1546
|
|
1556
|
-
# Gets status of a specified health check.
|
1557
|
-
# `/2013-04-01/healthcheck/health check ID/status` resource. You can use
|
1558
|
-
# this call to get a health check's current status.
|
1547
|
+
# Gets status of a specified health check.
|
1559
1548
|
#
|
1560
1549
|
# @option params [required, String] :health_check_id
|
1561
|
-
# The ID for the health check
|
1562
|
-
#
|
1563
|
-
#
|
1550
|
+
# The ID for the health check that you want the current status for. When
|
1551
|
+
# you created the health check, `CreateHealthCheck` returned the ID in
|
1552
|
+
# the response, in the `HealthCheckId` element.
|
1564
1553
|
#
|
1565
1554
|
# <note markdown="1"> If you want to check the status of a calculated health check, you must
|
1566
1555
|
# use the Amazon Route 53 console or the CloudWatch console. You can't
|
@@ -1596,13 +1585,11 @@ module Aws::Route53
|
|
1596
1585
|
req.send_request(options)
|
1597
1586
|
end
|
1598
1587
|
|
1599
|
-
#
|
1600
|
-
#
|
1601
|
-
# `/Amazon Route 53 API version/hostedzone/hosted zone ID ` resource.
|
1588
|
+
# Gets information about a specified hosted zone including the four name
|
1589
|
+
# servers assigned to the hosted zone.
|
1602
1590
|
#
|
1603
1591
|
# @option params [required, String] :id
|
1604
|
-
# The ID of the hosted zone
|
1605
|
-
# servers in the delegation set.
|
1592
|
+
# The ID of the hosted zone that you want to get information about.
|
1606
1593
|
#
|
1607
1594
|
# @return [Types::GetHostedZoneResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1608
1595
|
#
|
@@ -1641,8 +1628,8 @@ module Aws::Route53
|
|
1641
1628
|
req.send_request(options)
|
1642
1629
|
end
|
1643
1630
|
|
1644
|
-
# Retrieves
|
1645
|
-
#
|
1631
|
+
# Retrieves the number of hosted zones that are associated with the
|
1632
|
+
# current AWS account.
|
1646
1633
|
#
|
1647
1634
|
# @return [Types::GetHostedZoneCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1648
1635
|
#
|
@@ -1661,12 +1648,13 @@ module Aws::Route53
|
|
1661
1648
|
req.send_request(options)
|
1662
1649
|
end
|
1663
1650
|
|
1664
|
-
# Retrieves
|
1665
|
-
#
|
1651
|
+
# Retrieves information about a specified reusable delegation set,
|
1652
|
+
# including the four name servers that are assigned to the delegation
|
1653
|
+
# set.
|
1666
1654
|
#
|
1667
1655
|
# @option params [required, String] :id
|
1668
|
-
# The ID of the reusable delegation set
|
1669
|
-
#
|
1656
|
+
# The ID of the reusable delegation set that you want to get a list of
|
1657
|
+
# name servers for.
|
1670
1658
|
#
|
1671
1659
|
# @return [Types::GetReusableDelegationSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1672
1660
|
#
|
@@ -1696,9 +1684,6 @@ module Aws::Route53
|
|
1696
1684
|
|
1697
1685
|
# Gets information about a specific traffic policy version.
|
1698
1686
|
#
|
1699
|
-
# Send a `GET` request to the `/Amazon Route 53 API
|
1700
|
-
# version/trafficpolicy` resource.
|
1701
|
-
#
|
1702
1687
|
# @option params [required, String] :id
|
1703
1688
|
# The ID of the traffic policy that you want to get information about.
|
1704
1689
|
#
|
@@ -1737,9 +1722,6 @@ module Aws::Route53
|
|
1737
1722
|
|
1738
1723
|
# Gets information about a specified traffic policy instance.
|
1739
1724
|
#
|
1740
|
-
# Send a `GET` request to the `/Amazon Route 53 API
|
1741
|
-
# version/trafficpolicyinstance` resource.
|
1742
|
-
#
|
1743
1725
|
# <note markdown="1"> After you submit a `CreateTrafficPolicyInstance` or an
|
1744
1726
|
# `UpdateTrafficPolicyInstance` request, there's a brief delay while
|
1745
1727
|
# Amazon Route 53 creates the resource record sets that are specified in
|
@@ -1791,9 +1773,6 @@ module Aws::Route53
|
|
1791
1773
|
# Gets the number of traffic policy instances that are associated with
|
1792
1774
|
# the current AWS account.
|
1793
1775
|
#
|
1794
|
-
# To get the number of traffic policy instances, send a `GET` request to
|
1795
|
-
# the `/2013-04-01/trafficpolicyinstancecount` resource.
|
1796
|
-
#
|
1797
1776
|
# @return [Types::GetTrafficPolicyInstanceCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1798
1777
|
#
|
1799
1778
|
# * {Types::GetTrafficPolicyInstanceCountResponse#traffic_policy_instance_count #traffic_policy_instance_count} => Integer
|
@@ -1811,10 +1790,7 @@ module Aws::Route53
|
|
1811
1790
|
req.send_request(options)
|
1812
1791
|
end
|
1813
1792
|
|
1814
|
-
# Retrieves a list of supported geo locations.
|
1815
|
-
# the `/2013-04-01/geolocations` resource. The response to this request
|
1816
|
-
# includes a `GeoLocationDetailsList` element for each location that
|
1817
|
-
# Amazon Route 53 supports.
|
1793
|
+
# Retrieves a list of supported geo locations.
|
1818
1794
|
#
|
1819
1795
|
# Countries are listed first, and continents are listed last. If Amazon
|
1820
1796
|
# Route 53 supports subdivisions for a country (for example, states or
|
@@ -1908,47 +1884,26 @@ module Aws::Route53
|
|
1908
1884
|
req.send_request(options)
|
1909
1885
|
end
|
1910
1886
|
|
1911
|
-
# Retrieve a list of
|
1912
|
-
#
|
1913
|
-
# includes a `HealthChecks` element with zero or more `HealthCheck`
|
1914
|
-
# child elements. By default, the list of health checks is displayed on
|
1915
|
-
# a single page. You can control the length of the page that is
|
1916
|
-
# displayed by using the `MaxItems` parameter. You can use the `Marker`
|
1917
|
-
# parameter to control the health check that the list begins with.
|
1918
|
-
#
|
1919
|
-
# For information about listing health checks using the Amazon Route 53
|
1920
|
-
# console, see [Amazon Route 53 Health Checks and DNS Failover][1].
|
1921
|
-
#
|
1887
|
+
# Retrieve a list of the health checks that are associated with the
|
1888
|
+
# current AWS account.
|
1922
1889
|
#
|
1890
|
+
# @option params [String] :marker
|
1891
|
+
# If the value of `IsTruncated` in the previous response was `true`, you
|
1892
|
+
# have more health checks. To get another group, submit another
|
1893
|
+
# `ListHealthChecks` request.
|
1923
1894
|
#
|
1924
|
-
#
|
1895
|
+
# For the value of `marker`, specify the value of `NextMarker` from the
|
1896
|
+
# previous response, which is the ID of the first health check that
|
1897
|
+
# Amazon Route 53 will return if you submit another request.
|
1925
1898
|
#
|
1926
|
-
#
|
1927
|
-
#
|
1928
|
-
# is the health check ID for the first health check on the next page of
|
1929
|
-
# results. For more information, see ListHealthChecksResponse$MaxItems.
|
1899
|
+
# If the value of `IsTruncated` in the previous response was `false`,
|
1900
|
+
# there are no more health checks to get.
|
1930
1901
|
#
|
1931
1902
|
# @option params [Integer] :max_items
|
1932
|
-
# The maximum number of
|
1933
|
-
#
|
1934
|
-
#
|
1935
|
-
#
|
1936
|
-
# number of `HealthCheck` elements specified by `maxitems`.
|
1937
|
-
#
|
1938
|
-
# For example, suppose you specify `10` for `maxitems` and the current
|
1939
|
-
# AWS account has `51` health checks. In the response,
|
1940
|
-
# `ListHealthChecks` sets ListHealthChecksResponse$IsTruncated to true
|
1941
|
-
# and includes the ListHealthChecksResponse$NextMarker element. To
|
1942
|
-
# access the second and subsequent pages, you resend the `GET`
|
1943
|
-
# `ListHealthChecks` request, add the ListHealthChecksResponse$Marker
|
1944
|
-
# parameter to the request, and specify the value of the
|
1945
|
-
# ListHealthChecksResponse$NextMarker element from the previous
|
1946
|
-
# response. On the last (sixth) page of the response, which contains
|
1947
|
-
# only one HealthCheck element:
|
1948
|
-
#
|
1949
|
-
# * The value of ListHealthChecksResponse$IsTruncated is `false`.
|
1950
|
-
#
|
1951
|
-
# * ListHealthChecksResponse$NextMarker is omitted.
|
1903
|
+
# The maximum number of health checks that you want `ListHealthChecks`
|
1904
|
+
# to return in response to the current request. Amazon Route 53 returns
|
1905
|
+
# a maximum of 100 items. If you set `MaxItems` to a value greater than
|
1906
|
+
# 100, Amazon Route 53 returns only the first 100 health checks.
|
1952
1907
|
#
|
1953
1908
|
# @return [Types::ListHealthChecksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1954
1909
|
#
|
@@ -2014,51 +1969,32 @@ module Aws::Route53
|
|
2014
1969
|
req.send_request(options)
|
2015
1970
|
end
|
2016
1971
|
|
2017
|
-
#
|
2018
|
-
#
|
2019
|
-
#
|
2020
|
-
# zone created by the current AWS account.
|
1972
|
+
# Retrieves a list of the public and private hosted zones that are
|
1973
|
+
# associated with the current AWS account. The response includes a
|
1974
|
+
# `HostedZones` child element for each hosted zone.
|
2021
1975
|
#
|
2022
1976
|
# Amazon Route 53 returns a maximum of 100 items in each response. If
|
2023
1977
|
# you have a lot of hosted zones, you can use the `maxitems` parameter
|
2024
|
-
# to list them in groups of up to 100.
|
2025
|
-
# that help navigate from one group of `maxitems` hosted zones to the
|
2026
|
-
# next:
|
2027
|
-
#
|
2028
|
-
# * `MaxItems` is the value specified for the `maxitems` parameter in
|
2029
|
-
# the request that produced the current response.
|
2030
|
-
#
|
2031
|
-
# * If the value of `IsTruncated` in the response is true, there are
|
2032
|
-
# more hosted zones associated with the current AWS account.
|
2033
|
-
#
|
2034
|
-
# * `NextMarker` is the hosted zone ID of the next hosted zone that is
|
2035
|
-
# associated with the current AWS account. If you want to list more
|
2036
|
-
# hosted zones, make another call to `ListHostedZones`, and specify
|
2037
|
-
# the value of the `NextMarker` element in the marker parameter.
|
2038
|
-
#
|
2039
|
-
# If `IsTruncated` is false, the `NextMarker` element is omitted from
|
2040
|
-
# the response.
|
2041
|
-
#
|
2042
|
-
# * If you're making the second or subsequent call to
|
2043
|
-
# `ListHostedZones`, the `Marker` element matches the value that you
|
2044
|
-
# specified in the `marker` parameter in the previous request.
|
1978
|
+
# to list them in groups of up to 100.
|
2045
1979
|
#
|
2046
1980
|
# @option params [String] :marker
|
2047
|
-
#
|
2048
|
-
#
|
2049
|
-
#
|
2050
|
-
# to `ListHostedZones`. For the value of marker, specify the value of
|
2051
|
-
# the `NextMarker` element that was returned in the previous response.
|
1981
|
+
# If the value of `IsTruncated` in the previous response was `true`, you
|
1982
|
+
# have more hosted zones. To get more hosted zones, submit another
|
1983
|
+
# `ListHostedZones` request.
|
2052
1984
|
#
|
2053
|
-
#
|
1985
|
+
# For the value of `marker`, specify the value of `NextMarker` from the
|
1986
|
+
# previous response, which is the ID of the first hosted zone that
|
1987
|
+
# Amazon Route 53 will return if you submit another request.
|
1988
|
+
#
|
1989
|
+
# If the value of `IsTruncated` in the previous response was `false`,
|
1990
|
+
# there are no more hosted zones to get.
|
2054
1991
|
#
|
2055
1992
|
# @option params [Integer] :max_items
|
2056
|
-
# (Optional) The maximum number of hosted zones
|
2057
|
-
#
|
2058
|
-
#
|
2059
|
-
#
|
2060
|
-
#
|
2061
|
-
# hosted zones.
|
1993
|
+
# (Optional) The maximum number of hosted zones that you want Amazon
|
1994
|
+
# Route 53 to return. If you have more than `maxitems` hosted zones, the
|
1995
|
+
# value of `IsTruncated` in the response is `true`, and the value of
|
1996
|
+
# `NextMarker` is the hosted zone ID of the first hosted zone that
|
1997
|
+
# Amazon Route 53 will return if you submit another request.
|
2062
1998
|
#
|
2063
1999
|
# @option params [String] :delegation_set_id
|
2064
2000
|
# If you're using reusable delegation sets and you want to list all of
|
@@ -2104,17 +2040,14 @@ module Aws::Route53
|
|
2104
2040
|
req.send_request(options)
|
2105
2041
|
end
|
2106
2042
|
|
2107
|
-
# Retrieves a list of your hosted zones in lexicographic order.
|
2108
|
-
# `GET` request to the `/2013-04-01/hostedzonesbyname` resource. The
|
2043
|
+
# Retrieves a list of your hosted zones in lexicographic order. The
|
2109
2044
|
# response includes a `HostedZones` child element for each hosted zone
|
2110
2045
|
# created by the current AWS account.
|
2111
2046
|
#
|
2112
2047
|
# `ListHostedZonesByName` sorts hosted zones by name with the labels
|
2113
2048
|
# reversed. For example:
|
2114
2049
|
#
|
2115
|
-
#
|
2116
|
-
#
|
2117
|
-
# ^
|
2050
|
+
# `com.example.www.`
|
2118
2051
|
#
|
2119
2052
|
# Note the trailing dot, which can change the sort order in some
|
2120
2053
|
# circumstances.
|
@@ -2122,18 +2055,16 @@ module Aws::Route53
|
|
2122
2055
|
# If the domain name includes escape characters or Punycode,
|
2123
2056
|
# `ListHostedZonesByName` alphabetizes the domain name using the escaped
|
2124
2057
|
# or Punycoded value, which is the format that Amazon Route 53 saves in
|
2125
|
-
# its database. For example, to create a hosted zone for
|
2126
|
-
# specify ex\\344mple.com for the domain name.
|
2127
|
-
# alphabetizes it as:
|
2058
|
+
# its database. For example, to create a hosted zone for exämple.com,
|
2059
|
+
# you specify ex\\344mple.com for the domain name.
|
2060
|
+
# `ListHostedZonesByName` alphabetizes it as:
|
2128
2061
|
#
|
2129
|
-
#
|
2130
|
-
#
|
2131
|
-
# ^
|
2062
|
+
# `com.ex\344mple.`
|
2132
2063
|
#
|
2133
2064
|
# The labels are reversed and alphabetized using the escaped value. For
|
2134
2065
|
# more information about valid domain name formats, including
|
2135
2066
|
# internationalized domain names, see [DNS Domain Name Format][1] in the
|
2136
|
-
# Amazon Route 53 Developer Guide
|
2067
|
+
# *Amazon Route 53 Developer Guide*.
|
2137
2068
|
#
|
2138
2069
|
# Amazon Route 53 returns up to 100 items in each response. If you have
|
2139
2070
|
# a lot of hosted zones, use the `MaxItems` parameter to list them in
|
@@ -2291,11 +2222,11 @@ module Aws::Route53
|
|
2291
2222
|
#
|
2292
2223
|
# @option params [required, String] :hosted_zone_id
|
2293
2224
|
# The ID of the hosted zone that contains the resource record sets that
|
2294
|
-
# you want to
|
2225
|
+
# you want to list.
|
2295
2226
|
#
|
2296
2227
|
# @option params [String] :start_record_name
|
2297
|
-
# The first name in the lexicographic ordering of
|
2298
|
-
#
|
2228
|
+
# The first name in the lexicographic ordering of resource record sets
|
2229
|
+
# that you want to list.
|
2299
2230
|
#
|
2300
2231
|
# @option params [String] :start_record_type
|
2301
2232
|
# The type of resource record set to begin the record listing from.
|
@@ -2391,28 +2322,26 @@ module Aws::Route53
|
|
2391
2322
|
req.send_request(options)
|
2392
2323
|
end
|
2393
2324
|
|
2394
|
-
#
|
2395
|
-
#
|
2396
|
-
# this request includes a `DelegationSets` element with zero, one, or
|
2397
|
-
# multiple `DelegationSet` child elements. By default, the list of
|
2398
|
-
# delegation sets is displayed on a single page. You can control the
|
2399
|
-
# length of the page that is displayed by using the `MaxItems`
|
2400
|
-
# parameter. You can use the `Marker` parameter to control the
|
2401
|
-
# delegation set that the list begins with.
|
2325
|
+
# Retrieves a list of the reusable delegation sets that are associated
|
2326
|
+
# with the current AWS account.
|
2402
2327
|
#
|
2403
|
-
#
|
2404
|
-
#
|
2328
|
+
# @option params [String] :marker
|
2329
|
+
# If the value of `IsTruncated` in the previous response was `true`, you
|
2330
|
+
# have more reusable delegation sets. To get another group, submit
|
2331
|
+
# another `ListReusableDelegationSets` request.
|
2405
2332
|
#
|
2406
|
-
#
|
2333
|
+
# For the value of `marker`, specify the value of `NextMarker` from the
|
2334
|
+
# previous response, which is the ID of the first reusable delegation
|
2335
|
+
# set that Amazon Route 53 will return if you submit another request.
|
2407
2336
|
#
|
2408
|
-
#
|
2409
|
-
#
|
2410
|
-
# `ListReusableDelegationSets`, the `Marker` element matches the value
|
2411
|
-
# that you specified in the `marker` parameter in the previous request.
|
2337
|
+
# If the value of `IsTruncated` in the previous response was `false`,
|
2338
|
+
# there are no more reusable delegation sets to get.
|
2412
2339
|
#
|
2413
2340
|
# @option params [Integer] :max_items
|
2414
|
-
# The
|
2415
|
-
#
|
2341
|
+
# The number of reusable delegation sets that you want Amazon Route 53
|
2342
|
+
# to return in the response to this request. If you specify a value
|
2343
|
+
# greater than 100, Amazon Route 53 returns only the first 100 reusable
|
2344
|
+
# delegation sets.
|
2416
2345
|
#
|
2417
2346
|
# @return [Types::ListReusableDelegationSetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2418
2347
|
#
|
@@ -2549,62 +2478,27 @@ module Aws::Route53
|
|
2549
2478
|
end
|
2550
2479
|
|
2551
2480
|
# Gets information about the latest version for every traffic policy
|
2552
|
-
# that is associated with the current AWS account.
|
2553
|
-
#
|
2554
|
-
#
|
2555
|
-
# Amazon Route 53 returns a maximum of 100 items in each response. If
|
2556
|
-
# you have a lot of traffic policies, you can use the `maxitems`
|
2557
|
-
# parameter to list them in groups of up to 100.
|
2558
|
-
#
|
2559
|
-
# The response includes three values that help you navigate from one
|
2560
|
-
# group of `maxitems` traffic policies to the next:
|
2561
|
-
#
|
2562
|
-
# * **IsTruncated**
|
2563
|
-
#
|
2564
|
-
# If the value of `IsTruncated` in the response is `true`, there are
|
2565
|
-
# more traffic policies associated with the current AWS account.
|
2566
|
-
#
|
2567
|
-
# If `IsTruncated` is `false`, this response includes the last traffic
|
2568
|
-
# policy that is associated with the current account.
|
2569
|
-
#
|
2570
|
-
# * **TrafficPolicyIdMarker**
|
2571
|
-
#
|
2572
|
-
# If `IsTruncated` is `true`, `TrafficPolicyIdMarker` is the ID of the
|
2573
|
-
# first traffic policy in the next group of `MaxItems` traffic
|
2574
|
-
# policies. If you want to list more traffic policies, make another
|
2575
|
-
# call to `ListTrafficPolicies`, and specify the value of the
|
2576
|
-
# `TrafficPolicyIdMarker` element from the response in the
|
2577
|
-
# `TrafficPolicyIdMarker` request parameter.
|
2578
|
-
#
|
2579
|
-
# If `IsTruncated` is `false`, the `TrafficPolicyIdMarker` element is
|
2580
|
-
# omitted from the response.
|
2581
|
-
#
|
2582
|
-
# * **MaxItems**
|
2583
|
-
#
|
2584
|
-
# The value that you specified for the `MaxItems` parameter in the
|
2585
|
-
# request that produced the current response.
|
2481
|
+
# that is associated with the current AWS account. Policies are listed
|
2482
|
+
# in the order in which they were created.
|
2586
2483
|
#
|
2587
2484
|
# @option params [String] :traffic_policy_id_marker
|
2588
|
-
# (Conditional) For your first request to `ListTrafficPolicies`,
|
2485
|
+
# (Conditional) For your first request to `ListTrafficPolicies`, don't
|
2589
2486
|
# include the `TrafficPolicyIdMarker` parameter.
|
2590
2487
|
#
|
2591
2488
|
# If you have more traffic policies than the value of `MaxItems`,
|
2592
2489
|
# `ListTrafficPolicies` returns only the first `MaxItems` traffic
|
2593
|
-
# policies. To get the next group of
|
2594
|
-
#
|
2595
|
-
#
|
2596
|
-
#
|
2597
|
-
# response.
|
2598
|
-
#
|
2599
|
-
# Policies are listed in the order in which they were created.
|
2490
|
+
# policies. To get the next group of policies, submit another request to
|
2491
|
+
# `ListTrafficPolicies`. For the value of `TrafficPolicyIdMarker`,
|
2492
|
+
# specify the value of `TrafficPolicyIdMarker` that was returned in the
|
2493
|
+
# previous response.
|
2600
2494
|
#
|
2601
2495
|
# @option params [Integer] :max_items
|
2602
|
-
# (Optional) The maximum number of traffic policies
|
2603
|
-
#
|
2604
|
-
# traffic policies, the value of
|
2605
|
-
# response is `true`, and the value of
|
2606
|
-
#
|
2607
|
-
#
|
2496
|
+
# (Optional) The maximum number of traffic policies that you want Amazon
|
2497
|
+
# Route 53 to return in response to this request. If you have more than
|
2498
|
+
# `MaxItems` traffic policies, the value of `IsTruncated` in the
|
2499
|
+
# response is `true`, and the value of `TrafficPolicyIdMarker` is the ID
|
2500
|
+
# of the first traffic policy that Amazon Route 53 will return if you
|
2501
|
+
# submit another request.
|
2608
2502
|
#
|
2609
2503
|
# @return [Types::ListTrafficPoliciesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2610
2504
|
#
|
@@ -2651,90 +2545,54 @@ module Aws::Route53
|
|
2651
2545
|
#
|
2652
2546
|
# </note>
|
2653
2547
|
#
|
2654
|
-
# Send a `GET` request to the `/Amazon Route 53 API
|
2655
|
-
# version/trafficpolicyinstance` resource.
|
2656
|
-
#
|
2657
2548
|
# Amazon Route 53 returns a maximum of 100 items in each response. If
|
2658
2549
|
# you have a lot of traffic policy instances, you can use the `MaxItems`
|
2659
2550
|
# parameter to list them in groups of up to 100.
|
2660
2551
|
#
|
2661
|
-
# The response includes five values that help you navigate from one
|
2662
|
-
# group of `MaxItems` traffic policy instances to the next:
|
2663
|
-
#
|
2664
|
-
# * **IsTruncated**
|
2665
|
-
#
|
2666
|
-
# If the value of `IsTruncated` in the response is `true`, there are
|
2667
|
-
# more traffic policy instances associated with the current AWS
|
2668
|
-
# account.
|
2669
|
-
#
|
2670
|
-
# If `IsTruncated` is `false`, this response includes the last traffic
|
2671
|
-
# policy instance that is associated with the current account.
|
2672
|
-
#
|
2673
|
-
# * **MaxItems**
|
2674
|
-
#
|
2675
|
-
# The value that you specified for the `MaxItems` parameter in the
|
2676
|
-
# request that produced the current response.
|
2677
|
-
#
|
2678
|
-
# * **HostedZoneIdMarker**, **TrafficPolicyInstanceNameMarker**, and
|
2679
|
-
# **TrafficPolicyInstanceTypeMarker**
|
2680
|
-
#
|
2681
|
-
# If `IsTruncated` is `true`, these three values in the response
|
2682
|
-
# represent the first traffic policy instance in the next group of
|
2683
|
-
# `MaxItems` traffic policy instances. To list more traffic policy
|
2684
|
-
# instances, make another call to `ListTrafficPolicyInstances`, and
|
2685
|
-
# specify these values in the corresponding request parameters.
|
2686
|
-
#
|
2687
|
-
# If `IsTruncated` is `false`, all three elements are omitted from the
|
2688
|
-
# response.
|
2689
|
-
#
|
2690
2552
|
# @option params [String] :hosted_zone_id_marker
|
2691
|
-
# For the first request to `ListTrafficPolicyInstances`, omit this
|
2692
|
-
# value.
|
2693
|
-
#
|
2694
2553
|
# If the value of `IsTruncated` in the previous response was `true`, you
|
2695
|
-
# have more traffic policy instances. To get
|
2696
|
-
#
|
2697
|
-
# `
|
2698
|
-
#
|
2699
|
-
#
|
2700
|
-
# traffic policy instance in the next group of `MaxItems` traffic policy
|
2701
|
-
# instances.
|
2554
|
+
# have more traffic policy instances. To get more traffic policy
|
2555
|
+
# instances, submit another `ListTrafficPolicyInstances` request. For
|
2556
|
+
# the value of `HostedZoneId`, specify the value of `HostedZoneIdMarker`
|
2557
|
+
# from the previous response, which is the hosted zone ID of the first
|
2558
|
+
# traffic policy instance in the next group of traffic policy instances.
|
2702
2559
|
#
|
2703
2560
|
# If the value of `IsTruncated` in the previous response was `false`,
|
2704
2561
|
# there are no more traffic policy instances to get.
|
2705
2562
|
#
|
2706
2563
|
# @option params [String] :traffic_policy_instance_name_marker
|
2707
|
-
#
|
2708
|
-
#
|
2709
|
-
#
|
2710
|
-
#
|
2711
|
-
# `TrafficPolicyInstanceNameMarker`
|
2712
|
-
# policy instance in the next group of
|
2713
|
-
# instances.
|
2564
|
+
# If the value of `IsTruncated` in the previous response was `true`, you
|
2565
|
+
# have more traffic policy instances. To get more traffic policy
|
2566
|
+
# instances, submit another `ListTrafficPolicyInstances` request. For
|
2567
|
+
# the value of `trafficpolicyinstancename`, specify the value of
|
2568
|
+
# `TrafficPolicyInstanceNameMarker` from the previous response, which is
|
2569
|
+
# the name of the first traffic policy instance in the next group of
|
2570
|
+
# traffic policy instances.
|
2714
2571
|
#
|
2715
2572
|
# If the value of `IsTruncated` in the previous response was `false`,
|
2716
2573
|
# there are no more traffic policy instances to get.
|
2717
2574
|
#
|
2718
2575
|
# @option params [String] :traffic_policy_instance_type_marker
|
2719
|
-
#
|
2720
|
-
#
|
2721
|
-
#
|
2722
|
-
#
|
2723
|
-
# `TrafficPolicyInstanceTypeMarker`
|
2724
|
-
# policy instance in the next group of
|
2725
|
-
# instances.
|
2576
|
+
# If the value of `IsTruncated` in the previous response was `true`, you
|
2577
|
+
# have more traffic policy instances. To get more traffic policy
|
2578
|
+
# instances, submit another `ListTrafficPolicyInstances` request. For
|
2579
|
+
# the value of `trafficpolicyinstancetype`, specify the value of
|
2580
|
+
# `TrafficPolicyInstanceTypeMarker` from the previous response, which is
|
2581
|
+
# the type of the first traffic policy instance in the next group of
|
2582
|
+
# traffic policy instances.
|
2726
2583
|
#
|
2727
2584
|
# If the value of `IsTruncated` in the previous response was `false`,
|
2728
2585
|
# there are no more traffic policy instances to get.
|
2729
2586
|
#
|
2730
2587
|
# @option params [Integer] :max_items
|
2731
|
-
# The maximum number of traffic policy instances
|
2732
|
-
#
|
2733
|
-
#
|
2734
|
-
# the
|
2735
|
-
# `TrafficPolicyInstanceNameMarker`,
|
2736
|
-
# `TrafficPolicyInstanceTypeMarker` represent the first traffic
|
2737
|
-
# instance in the next group of `MaxItems` traffic policy
|
2588
|
+
# The maximum number of traffic policy instances that you want Amazon
|
2589
|
+
# Route 53 to return in response to a `ListTrafficPolicyInstances`
|
2590
|
+
# request. If you have more than `MaxItems` traffic policy instances,
|
2591
|
+
# the value of the `IsTruncated` element in the response is `true`, and
|
2592
|
+
# the values of `HostedZoneIdMarker`, `TrafficPolicyInstanceNameMarker`,
|
2593
|
+
# and `TrafficPolicyInstanceTypeMarker` represent the first traffic
|
2594
|
+
# policy instance in the next group of `MaxItems` traffic policy
|
2595
|
+
# instances.
|
2738
2596
|
#
|
2739
2597
|
# @return [Types::ListTrafficPolicyInstancesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2740
2598
|
#
|
@@ -2784,74 +2642,45 @@ module Aws::Route53
|
|
2784
2642
|
# Gets information about the traffic policy instances that you created
|
2785
2643
|
# in a specified hosted zone.
|
2786
2644
|
#
|
2787
|
-
# <note markdown="1"> After you submit
|
2788
|
-
#
|
2789
|
-
#
|
2790
|
-
# information, see the `State`
|
2645
|
+
# <note markdown="1"> After you submit a `CreateTrafficPolicyInstance` or an
|
2646
|
+
# `UpdateTrafficPolicyInstance` request, there's a brief delay while
|
2647
|
+
# Amazon Route 53 creates the resource record sets that are specified in
|
2648
|
+
# the traffic policy definition. For more information, see the `State`
|
2649
|
+
# response element.
|
2791
2650
|
#
|
2792
2651
|
# </note>
|
2793
2652
|
#
|
2794
|
-
# Send a `GET` request to the `/Amazon Route 53 API
|
2795
|
-
# version/trafficpolicyinstance` resource and include the ID of the
|
2796
|
-
# hosted zone.
|
2797
|
-
#
|
2798
2653
|
# Amazon Route 53 returns a maximum of 100 items in each response. If
|
2799
2654
|
# you have a lot of traffic policy instances, you can use the `MaxItems`
|
2800
2655
|
# parameter to list them in groups of up to 100.
|
2801
2656
|
#
|
2802
|
-
# The response includes four values that help you navigate from one
|
2803
|
-
# group of `MaxItems` traffic policy instances to the next:
|
2804
|
-
#
|
2805
|
-
# * **IsTruncated**
|
2806
|
-
#
|
2807
|
-
# If the value of `IsTruncated in the response is true, there are more
|
2808
|
-
# traffic policy instances associated with the current AWS
|
2809
|
-
# account.</p> If IsTruncated is false, this response includes the
|
2810
|
-
# last traffic policy instance that is associated with the current
|
2811
|
-
# account. </li> MaxItems The value that you specified for the
|
2812
|
-
# MaxItems parameter in the request that produced the current
|
2813
|
-
# response. TrafficPolicyInstanceNameMarker and
|
2814
|
-
# TrafficPolicyInstanceTypeMarker If IsTruncated is true, these two
|
2815
|
-
# values in the response represent the first traffic policy instance
|
2816
|
-
# in the next group of MaxItems traffic policy instances. To list more
|
2817
|
-
# traffic policy instances, make another call to
|
2818
|
-
# ListTrafficPolicyInstancesByHostedZone, and specify these values in
|
2819
|
-
# the corresponding request parameters. If IsTruncated is false, all
|
2820
|
-
# three elements are omitted from the response. </ul>
|
2821
|
-
# `
|
2822
|
-
#
|
2823
2657
|
# @option params [required, String] :hosted_zone_id
|
2824
|
-
# The ID of the hosted zone
|
2825
|
-
# instances.
|
2658
|
+
# The ID of the hosted zone that you want to list traffic policy
|
2659
|
+
# instances for.
|
2826
2660
|
#
|
2827
2661
|
# @option params [String] :traffic_policy_instance_name_marker
|
2828
|
-
#
|
2829
|
-
#
|
2830
|
-
#
|
2831
|
-
#
|
2832
|
-
# `TrafficPolicyInstanceNameMarker`
|
2833
|
-
# policy instance in the next group of
|
2834
|
-
# instances.
|
2662
|
+
# If the value of `IsTruncated` in the previous response is true, you
|
2663
|
+
# have more traffic policy instances. To get more traffic policy
|
2664
|
+
# instances, submit another `ListTrafficPolicyInstances` request. For
|
2665
|
+
# the value of `trafficpolicyinstancename`, specify the value of
|
2666
|
+
# `TrafficPolicyInstanceNameMarker` from the previous response, which is
|
2667
|
+
# the name of the first traffic policy instance in the next group of
|
2668
|
+
# traffic policy instances.
|
2835
2669
|
#
|
2836
2670
|
# If the value of `IsTruncated` in the previous response was `false`,
|
2837
|
-
# there are no more traffic policy instances to get
|
2838
|
-
# zone.
|
2839
|
-
#
|
2840
|
-
# If the value of `IsTruncated` in the previous response was `false`,
|
2841
|
-
# omit this value.
|
2671
|
+
# there are no more traffic policy instances to get.
|
2842
2672
|
#
|
2843
2673
|
# @option params [String] :traffic_policy_instance_type_marker
|
2844
|
-
#
|
2845
|
-
#
|
2846
|
-
#
|
2847
|
-
#
|
2848
|
-
# `TrafficPolicyInstanceTypeMarker`
|
2849
|
-
# policy instance in the next group of
|
2850
|
-
# instances.
|
2674
|
+
# If the value of `IsTruncated` in the previous response is true, you
|
2675
|
+
# have more traffic policy instances. To get more traffic policy
|
2676
|
+
# instances, submit another `ListTrafficPolicyInstances` request. For
|
2677
|
+
# the value of `trafficpolicyinstancetype`, specify the value of
|
2678
|
+
# `TrafficPolicyInstanceTypeMarker` from the previous response, which is
|
2679
|
+
# the type of the first traffic policy instance in the next group of
|
2680
|
+
# traffic policy instances.
|
2851
2681
|
#
|
2852
2682
|
# If the value of `IsTruncated` in the previous response was `false`,
|
2853
|
-
# there are no more traffic policy instances to get
|
2854
|
-
# zone.
|
2683
|
+
# there are no more traffic policy instances to get.
|
2855
2684
|
#
|
2856
2685
|
# @option params [Integer] :max_items
|
2857
2686
|
# The maximum number of traffic policy instances to be included in the
|
@@ -2860,7 +2689,8 @@ module Aws::Route53
|
|
2860
2689
|
# the response is `true`, and the values of `HostedZoneIdMarker`,
|
2861
2690
|
# `TrafficPolicyInstanceNameMarker`, and
|
2862
2691
|
# `TrafficPolicyInstanceTypeMarker` represent the first traffic policy
|
2863
|
-
# instance
|
2692
|
+
# instance that Amazon Route 53 will return if you submit another
|
2693
|
+
# request.
|
2864
2694
|
#
|
2865
2695
|
# @return [Types::ListTrafficPolicyInstancesByHostedZoneResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2866
2696
|
#
|
@@ -2916,44 +2746,10 @@ module Aws::Route53
|
|
2916
2746
|
#
|
2917
2747
|
# </note>
|
2918
2748
|
#
|
2919
|
-
# Send a `GET` request to the `/Route 53 API
|
2920
|
-
# version/trafficpolicyinstance` resource and include the ID and version
|
2921
|
-
# of the traffic policy.
|
2922
|
-
#
|
2923
2749
|
# Amazon Route 53 returns a maximum of 100 items in each response. If
|
2924
2750
|
# you have a lot of traffic policy instances, you can use the `MaxItems`
|
2925
2751
|
# parameter to list them in groups of up to 100.
|
2926
2752
|
#
|
2927
|
-
# The response includes five values that help you navigate from one
|
2928
|
-
# group of `MaxItems` traffic policy instances to the next:
|
2929
|
-
#
|
2930
|
-
# * **IsTruncated**
|
2931
|
-
#
|
2932
|
-
# If the value of `IsTruncated` in the response is `true`, there are
|
2933
|
-
# more traffic policy instances associated with the specified traffic
|
2934
|
-
# policy.
|
2935
|
-
#
|
2936
|
-
# If `IsTruncated` is `false`, this response includes the last traffic
|
2937
|
-
# policy instance that is associated with the specified traffic
|
2938
|
-
# policy.
|
2939
|
-
#
|
2940
|
-
# * **MaxItems**
|
2941
|
-
#
|
2942
|
-
# The value that you specified for the `MaxItems` parameter in the
|
2943
|
-
# request that produced the current response.
|
2944
|
-
#
|
2945
|
-
# * **HostedZoneIdMarker**, **TrafficPolicyInstanceNameMarker**, and
|
2946
|
-
# **TrafficPolicyInstanceTypeMarker**
|
2947
|
-
#
|
2948
|
-
# If `IsTruncated` is `true`, these values in the response represent
|
2949
|
-
# the first traffic policy instance in the next group of `MaxItems`
|
2950
|
-
# traffic policy instances. To list more traffic policy instances,
|
2951
|
-
# make another call to `ListTrafficPolicyInstancesByPolicy`, and
|
2952
|
-
# specify these values in the corresponding request parameters.
|
2953
|
-
#
|
2954
|
-
# If `IsTruncated` is `false`, all three elements are omitted from the
|
2955
|
-
# response.
|
2956
|
-
#
|
2957
2753
|
# @option params [required, String] :traffic_policy_id
|
2958
2754
|
# The ID of the traffic policy for which you want to list traffic policy
|
2959
2755
|
# instances.
|
@@ -2964,49 +2760,46 @@ module Aws::Route53
|
|
2964
2760
|
# policy that is specified by `TrafficPolicyId`.
|
2965
2761
|
#
|
2966
2762
|
# @option params [String] :hosted_zone_id_marker
|
2967
|
-
#
|
2968
|
-
#
|
2969
|
-
#
|
2970
|
-
#
|
2971
|
-
# `HostedZoneIdMarker` is the ID of the hosted zone for the first
|
2972
|
-
# traffic policy instance in the next group of `MaxItems` traffic policy
|
2973
|
-
# instances.
|
2763
|
+
# If the value of `IsTruncated` in the previous response was `true`, you
|
2764
|
+
# have more traffic policy instances. To get more traffic policy
|
2765
|
+
# instances, submit another `ListTrafficPolicyInstancesByPolicy`
|
2766
|
+
# request.
|
2974
2767
|
#
|
2975
|
-
#
|
2976
|
-
#
|
2977
|
-
# zone
|
2768
|
+
# For the value of `hostedzoneid`, specify the value of
|
2769
|
+
# `HostedZoneIdMarker` from the previous response, which is the hosted
|
2770
|
+
# zone ID of the first traffic policy instance that Amazon Route 53 will
|
2771
|
+
# return if you submit another request.
|
2978
2772
|
#
|
2979
2773
|
# If the value of `IsTruncated` in the previous response was `false`,
|
2980
|
-
#
|
2774
|
+
# there are no more traffic policy instances to get.
|
2981
2775
|
#
|
2982
2776
|
# @option params [String] :traffic_policy_instance_name_marker
|
2983
|
-
#
|
2984
|
-
#
|
2777
|
+
# If the value of `IsTruncated` in the previous response was `true`, you
|
2778
|
+
# have more traffic policy instances. To get more traffic policy
|
2779
|
+
# instances, submit another `ListTrafficPolicyInstancesByPolicy`
|
2780
|
+
# request.
|
2985
2781
|
#
|
2986
|
-
#
|
2987
|
-
# `TrafficPolicyInstanceNameMarker`
|
2988
|
-
#
|
2989
|
-
#
|
2782
|
+
# For the value of `trafficpolicyinstancename`, specify the value of
|
2783
|
+
# `TrafficPolicyInstanceNameMarker` from the previous response, which is
|
2784
|
+
# the name of the first traffic policy instance that Amazon Route 53
|
2785
|
+
# will return if you submit another request.
|
2990
2786
|
#
|
2991
2787
|
# If the value of `IsTruncated` in the previous response was `false`,
|
2992
|
-
# there are no more traffic policy instances to get
|
2993
|
-
# zone.
|
2994
|
-
#
|
2995
|
-
# If the value of `IsTruncated` in the previous response was `false`,
|
2996
|
-
# omit this value.
|
2788
|
+
# there are no more traffic policy instances to get.
|
2997
2789
|
#
|
2998
2790
|
# @option params [String] :traffic_policy_instance_type_marker
|
2999
|
-
#
|
3000
|
-
#
|
2791
|
+
# If the value of `IsTruncated` in the previous response was `true`, you
|
2792
|
+
# have more traffic policy instances. To get more traffic policy
|
2793
|
+
# instances, submit another `ListTrafficPolicyInstancesByPolicy`
|
2794
|
+
# request.
|
3001
2795
|
#
|
3002
|
-
#
|
3003
|
-
# `TrafficPolicyInstanceTypeMarker`
|
3004
|
-
#
|
3005
|
-
#
|
2796
|
+
# For the value of `trafficpolicyinstancetype`, specify the value of
|
2797
|
+
# `TrafficPolicyInstanceTypeMarker` from the previous response, which is
|
2798
|
+
# the name of the first traffic policy instance that Amazon Route 53
|
2799
|
+
# will return if you submit another request.
|
3006
2800
|
#
|
3007
2801
|
# If the value of `IsTruncated` in the previous response was `false`,
|
3008
|
-
# there are no more traffic policy instances to get
|
3009
|
-
# zone.
|
2802
|
+
# there are no more traffic policy instances to get.
|
3010
2803
|
#
|
3011
2804
|
# @option params [Integer] :max_items
|
3012
2805
|
# The maximum number of traffic policy instances to be included in the
|
@@ -3015,7 +2808,8 @@ module Aws::Route53
|
|
3015
2808
|
# the response is `true`, and the values of `HostedZoneIdMarker`,
|
3016
2809
|
# `TrafficPolicyInstanceNameMarker`, and
|
3017
2810
|
# `TrafficPolicyInstanceTypeMarker` represent the first traffic policy
|
3018
|
-
# instance
|
2811
|
+
# instance that Amazon Route 53 will return if you submit another
|
2812
|
+
# request.
|
3019
2813
|
#
|
3020
2814
|
# @return [Types::ListTrafficPolicyInstancesByPolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3021
2815
|
#
|
@@ -3067,67 +2861,31 @@ module Aws::Route53
|
|
3067
2861
|
# Gets information about all of the versions for a specified traffic
|
3068
2862
|
# policy.
|
3069
2863
|
#
|
3070
|
-
#
|
3071
|
-
#
|
3072
|
-
# policy for which you want to list versions.
|
3073
|
-
#
|
3074
|
-
# Amazon Route 53 returns a maximum of 100 items in each response. If
|
3075
|
-
# you have a lot of traffic policies, you can use the `maxitems`
|
3076
|
-
# parameter to list them in groups of up to 100.
|
3077
|
-
#
|
3078
|
-
# The response includes three values that help you navigate from one
|
3079
|
-
# group of `maxitems` traffic policies to the next:
|
3080
|
-
#
|
3081
|
-
# * **IsTruncated**
|
3082
|
-
#
|
3083
|
-
# If the value of `IsTruncated` in the response is `true`, there are
|
3084
|
-
# more traffic policy versions associated with the specified traffic
|
3085
|
-
# policy.
|
3086
|
-
#
|
3087
|
-
# If `IsTruncated` is `false`, this response includes the last traffic
|
3088
|
-
# policy version that is associated with the specified traffic policy.
|
3089
|
-
#
|
3090
|
-
# * **TrafficPolicyVersionMarker**
|
3091
|
-
#
|
3092
|
-
# The ID of the next traffic policy version that is associated with
|
3093
|
-
# the current AWS account. If you want to list more traffic policies,
|
3094
|
-
# make another call to `ListTrafficPolicyVersions`, and specify the
|
3095
|
-
# value of the `TrafficPolicyVersionMarker` element in the
|
3096
|
-
# `TrafficPolicyVersionMarker` request parameter.
|
3097
|
-
#
|
3098
|
-
# If `IsTruncated` is `false`, Amazon Route 53 omits the
|
3099
|
-
# `TrafficPolicyVersionMarker` element from the response.
|
3100
|
-
#
|
3101
|
-
# * **MaxItems**
|
3102
|
-
#
|
3103
|
-
# The value that you specified for the `MaxItems` parameter in the
|
3104
|
-
# request that produced the current response.
|
2864
|
+
# Traffic policy versions are listed in numerical order by
|
2865
|
+
# `VersionNumber`.
|
3105
2866
|
#
|
3106
2867
|
# @option params [required, String] :id
|
3107
2868
|
# Specify the value of `Id` of the traffic policy for which you want to
|
3108
2869
|
# list all versions.
|
3109
2870
|
#
|
3110
2871
|
# @option params [String] :traffic_policy_version_marker
|
3111
|
-
# For your first request to `ListTrafficPolicyVersions`,
|
2872
|
+
# For your first request to `ListTrafficPolicyVersions`, don't include
|
3112
2873
|
# the `TrafficPolicyVersionMarker` parameter.
|
3113
2874
|
#
|
3114
2875
|
# If you have more traffic policy versions than the value of `MaxItems`,
|
3115
2876
|
# `ListTrafficPolicyVersions` returns only the first group of `MaxItems`
|
3116
|
-
# versions. To get
|
3117
|
-
#
|
3118
|
-
#
|
3119
|
-
# `TrafficPolicyVersionMarker`
|
3120
|
-
# response.
|
3121
|
-
#
|
3122
|
-
# Traffic policy versions are listed in sequential order.
|
2877
|
+
# versions. To get more traffic policy versions, submit another
|
2878
|
+
# `ListTrafficPolicyVersions` request. For the value of
|
2879
|
+
# `TrafficPolicyVersionMarker`, specify the value of
|
2880
|
+
# `TrafficPolicyVersionMarker` in the previous response.
|
3123
2881
|
#
|
3124
2882
|
# @option params [Integer] :max_items
|
3125
2883
|
# The maximum number of traffic policy versions that you want Amazon
|
3126
2884
|
# Route 53 to include in the response body for this request. If the
|
3127
2885
|
# specified traffic policy has more than `MaxItems` versions, the value
|
3128
|
-
# of
|
3129
|
-
#
|
3130
|
-
#
|
2886
|
+
# of `IsTruncated` in the response is `true`, and the value of the
|
2887
|
+
# `TrafficPolicyVersionMarker` element is the ID of the first version
|
2888
|
+
# that Amazon Route 53 will return if you submit another request.
|
3131
2889
|
#
|
3132
2890
|
# @return [Types::ListTrafficPolicyVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3133
2891
|
#
|
@@ -3170,25 +2928,8 @@ module Aws::Route53
|
|
3170
2928
|
# can be associated with a specified hosted zone because you've
|
3171
2929
|
# submitted one or more `CreateVPCAssociationAuthorization` requests.
|
3172
2930
|
#
|
3173
|
-
#
|
3174
|
-
#
|
3175
|
-
# includes a `VPCs` element with a `VPC` child element for each VPC that
|
3176
|
-
# can be associated with the hosted zone.
|
3177
|
-
#
|
3178
|
-
# Amazon Route 53 returns up to 50 VPCs per page. To return fewer VPCs
|
3179
|
-
# per page, include the `MaxResults` parameter:
|
3180
|
-
#
|
3181
|
-
# `/2013-04-01/hostedzone/hosted zone
|
3182
|
-
# ID/authorizevpcassociation?MaxItems=VPCs per page `
|
3183
|
-
#
|
3184
|
-
# If the response includes a `NextToken` element, there are more VPCs to
|
3185
|
-
# list. To get the next page of VPCs, submit another
|
3186
|
-
# `ListVPCAssociationAuthorizations` request, and include the value of
|
3187
|
-
# the `NextToken` element from the response in the `NextToken` request
|
3188
|
-
# parameter:
|
3189
|
-
#
|
3190
|
-
# `/2013-04-01/hostedzone/hosted zone
|
3191
|
-
# ID/authorizevpcassociation?MaxItems=VPCs per page&NextToken= `
|
2931
|
+
# The response includes a `VPCs` element with a `VPC` child element for
|
2932
|
+
# each VPC that can be associated with the hosted zone.
|
3192
2933
|
#
|
3193
2934
|
# @option params [required, String] :hosted_zone_id
|
3194
2935
|
# The ID of the hosted zone for which you want a list of VPCs that can
|
@@ -3198,13 +2939,13 @@ module Aws::Route53
|
|
3198
2939
|
# *Optional*\: If a response includes a `NextToken` element, there are
|
3199
2940
|
# more VPCs that can be associated with the specified hosted zone. To
|
3200
2941
|
# get the next page of results, submit another request, and include the
|
3201
|
-
# value of
|
3202
|
-
#
|
3203
|
-
# request.
|
2942
|
+
# value of `NextToken` from the response in the `nexttoken` parameter in
|
2943
|
+
# another `ListVPCAssociationAuthorizations` request.
|
3204
2944
|
#
|
3205
2945
|
# @option params [String] :max_results
|
3206
2946
|
# *Optional*\: An integer that specifies the maximum number of VPCs that
|
3207
|
-
# you want Amazon Route 53 to return.
|
2947
|
+
# you want Amazon Route 53 to return. If you don't specify a value for
|
2948
|
+
# `MaxResults`, Amazon Route 53 returns up to 50 VPCs per page.
|
3208
2949
|
#
|
3209
2950
|
# @return [Types::ListVPCAssociationAuthorizationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3210
2951
|
#
|
@@ -3257,11 +2998,12 @@ module Aws::Route53
|
|
3257
2998
|
# If you want to simulate a request from a specific DNS resolver,
|
3258
2999
|
# specify the IP address for that resolver. If you omit this value,
|
3259
3000
|
# `TestDnsAnswer` uses the IP address of a DNS resolver in the AWS US
|
3260
|
-
# East
|
3001
|
+
# East (N. Virginia) Region (`us-east-1`).
|
3261
3002
|
#
|
3262
3003
|
# @option params [String] :edns0_client_subnet_ip
|
3263
3004
|
# If the resolver that you specified for resolverip supports EDNS0,
|
3264
|
-
# specify the
|
3005
|
+
# specify the IPv4 or IPv6 address of a client in the applicable
|
3006
|
+
# location, for example, `192.0.2.44` or `2001:db8:85a3::8a2e:370:7334`.
|
3265
3007
|
#
|
3266
3008
|
# @option params [String] :edns0_client_subnet_mask
|
3267
3009
|
# If you specify an IP address for `edns0clientsubnetip`, you can
|
@@ -3269,7 +3011,8 @@ module Aws::Route53
|
|
3269
3011
|
# the checking tool to include in the DNS query. For example, if you
|
3270
3012
|
# specify `192.0.2.44` for `edns0clientsubnetip` and `24` for
|
3271
3013
|
# `edns0clientsubnetmask`, the checking tool will simulate a request
|
3272
|
-
# from 192.0.2.0/24. The default value is 24 bits
|
3014
|
+
# from 192.0.2.0/24. The default value is 24 bits for IPv4 addresses and
|
3015
|
+
# 64 bits for IPv6 addresses.
|
3273
3016
|
#
|
3274
3017
|
# @return [Types::TestDNSAnswerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3275
3018
|
#
|
@@ -3310,13 +3053,12 @@ module Aws::Route53
|
|
3310
3053
|
req.send_request(options)
|
3311
3054
|
end
|
3312
3055
|
|
3313
|
-
# Updates an existing health check.
|
3056
|
+
# Updates an existing health check. Note that some values can't be
|
3057
|
+
# updated.
|
3314
3058
|
#
|
3315
|
-
#
|
3316
|
-
#
|
3317
|
-
#
|
3318
|
-
# updating health checks, see [Creating, Updating, and Deleting Health
|
3319
|
-
# Checks][1] in the Amazon Route 53 Developer Guide.
|
3059
|
+
# For more information about updating health checks, see [Creating,
|
3060
|
+
# Updating, and Deleting Health Checks][1] in the *Amazon Route 53
|
3061
|
+
# Developer Guide*.
|
3320
3062
|
#
|
3321
3063
|
#
|
3322
3064
|
#
|
@@ -3329,7 +3071,7 @@ module Aws::Route53
|
|
3329
3071
|
#
|
3330
3072
|
# @option params [Integer] :health_check_version
|
3331
3073
|
# A sequential counter that Amazon Route 53 sets to `1` when you create
|
3332
|
-
# a health check and increments by
|
3074
|
+
# a health check and increments by 1 each time you update settings for
|
3333
3075
|
# the health check.
|
3334
3076
|
#
|
3335
3077
|
# We recommend that you use `GetHealthCheck` or `ListHealthChecks` to
|
@@ -3338,7 +3080,7 @@ module Aws::Route53
|
|
3338
3080
|
# `UpdateHealthCheck` request. This prevents Amazon Route 53 from
|
3339
3081
|
# overwriting an intervening update:
|
3340
3082
|
#
|
3341
|
-
# *
|
3083
|
+
# * If the value in the `UpdateHealthCheck` request matches the value of
|
3342
3084
|
# `HealthCheckVersion` in the health check, Amazon Route 53 updates
|
3343
3085
|
# the health check with the new settings.
|
3344
3086
|
#
|
@@ -3370,9 +3112,14 @@ module Aws::Route53
|
|
3370
3112
|
# If the endpoint is an EC2 instance, we recommend that you create an
|
3371
3113
|
# Elastic IP address, associate it with your EC2 instance, and specify
|
3372
3114
|
# the Elastic IP address for `IPAddress`. This ensures that the IP
|
3373
|
-
# address of your instance never changes. For more information, see
|
3374
|
-
#
|
3375
|
-
#
|
3115
|
+
# address of your instance never changes. For more information, see the
|
3116
|
+
# applicable documentation:
|
3117
|
+
#
|
3118
|
+
# * Linux: [Elastic IP Addresses (EIP)][1] in the *Amazon EC2 User Guide
|
3119
|
+
# for Linux Instances*
|
3120
|
+
#
|
3121
|
+
# * Windows: [Elastic IP Addresses (EIP)][2] in the *Amazon EC2 User
|
3122
|
+
# Guide for Windows Instances*
|
3376
3123
|
#
|
3377
3124
|
# <note markdown="1"> If a health check already has a value for `IPAddress`, you can change
|
3378
3125
|
# the value. However, you can't update an existing health check to add
|
@@ -3388,18 +3135,19 @@ module Aws::Route53
|
|
3388
3135
|
# ranges. For more information about IP addresses for which you can't
|
3389
3136
|
# create health checks, see the following documents:
|
3390
3137
|
#
|
3391
|
-
# * [RFC 5735, Special Use IPv4 Addresses][
|
3138
|
+
# * [RFC 5735, Special Use IPv4 Addresses][3]
|
3392
3139
|
#
|
3393
|
-
# * [RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space][
|
3140
|
+
# * [RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space][4]
|
3394
3141
|
#
|
3395
|
-
# * [RFC 5156, Special-Use IPv6 Addresses][
|
3142
|
+
# * [RFC 5156, Special-Use IPv6 Addresses][5]
|
3396
3143
|
#
|
3397
3144
|
#
|
3398
3145
|
#
|
3399
3146
|
# [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html
|
3400
|
-
# [2]:
|
3401
|
-
# [3]: https://tools.ietf.org/html/
|
3402
|
-
# [4]: https://tools.ietf.org/html/
|
3147
|
+
# [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-ip-addresses-eip.html
|
3148
|
+
# [3]: https://tools.ietf.org/html/rfc5735
|
3149
|
+
# [4]: https://tools.ietf.org/html/rfc6598
|
3150
|
+
# [5]: https://tools.ietf.org/html/rfc5156
|
3403
3151
|
#
|
3404
3152
|
# @option params [Integer] :port
|
3405
3153
|
# The port on the endpoint on which you want Amazon Route 53 to perform
|
@@ -3440,12 +3188,12 @@ module Aws::Route53
|
|
3440
3188
|
#
|
3441
3189
|
# * If you specify a value of `443` for `Port` and `HTTPS` or
|
3442
3190
|
# `HTTPS_STR_MATCH` for `Type`, Amazon Route 53 passes the value of
|
3443
|
-
# `FullyQualifiedDomainName` to the endpoint in the Host header.
|
3191
|
+
# `FullyQualifiedDomainName` to the endpoint in the `Host` header.
|
3444
3192
|
#
|
3445
3193
|
# * If you specify another value for `Port` and any value except `TCP`
|
3446
3194
|
# for `Type`, Amazon Route 53 passes <i>
|
3447
3195
|
# <code>FullyQualifiedDomainName</code>\:<code>Port</code> </i> to the
|
3448
|
-
# endpoint in the Host header.
|
3196
|
+
# endpoint in the `Host` header.
|
3449
3197
|
#
|
3450
3198
|
# If you don't specify a value for `FullyQualifiedDomainName`, Amazon
|
3451
3199
|
# Route 53 substitutes the value of `IPAddress` in the `Host` header in
|
@@ -3561,9 +3309,9 @@ module Aws::Route53
|
|
3561
3309
|
# message.
|
3562
3310
|
#
|
3563
3311
|
# @option params [Array<String>] :regions
|
3564
|
-
# A complex type that contains one Region element for each region
|
3565
|
-
#
|
3566
|
-
# endpoint.
|
3312
|
+
# A complex type that contains one `Region` element for each region that
|
3313
|
+
# you want Amazon Route 53 health checkers to check the specified
|
3314
|
+
# endpoint from.
|
3567
3315
|
#
|
3568
3316
|
# @option params [Types::AlarmIdentifier] :alarm_identifier
|
3569
3317
|
# A complex type that identifies the CloudWatch alarm that you want
|
@@ -3657,11 +3405,10 @@ module Aws::Route53
|
|
3657
3405
|
req.send_request(options)
|
3658
3406
|
end
|
3659
3407
|
|
3660
|
-
# Updates the
|
3661
|
-
# `/2013-04-01/hostedzone/hosted zone ID ` resource.
|
3408
|
+
# Updates the comment for a specified hosted zone.
|
3662
3409
|
#
|
3663
3410
|
# @option params [required, String] :id
|
3664
|
-
# The ID for the hosted zone
|
3411
|
+
# The ID for the hosted zone that you want to update the comment for.
|
3665
3412
|
#
|
3666
3413
|
# @option params [String] :comment
|
3667
3414
|
# The new comment for the hosted zone. If you don't specify a value for
|
@@ -3699,18 +3446,13 @@ module Aws::Route53
|
|
3699
3446
|
|
3700
3447
|
# Updates the comment for a specified traffic policy version.
|
3701
3448
|
#
|
3702
|
-
# Send a `POST` request to the `/2013-04-01/trafficpolicy/` resource.
|
3703
|
-
#
|
3704
|
-
# The request body must include a document with an
|
3705
|
-
# `UpdateTrafficPolicyCommentRequest` element.
|
3706
|
-
#
|
3707
3449
|
# @option params [required, String] :id
|
3708
|
-
# The value of `Id` for the traffic policy
|
3709
|
-
#
|
3450
|
+
# The value of `Id` for the traffic policy that you want to update the
|
3451
|
+
# comment for.
|
3710
3452
|
#
|
3711
3453
|
# @option params [required, Integer] :version
|
3712
|
-
# The value of `Version` for the traffic policy
|
3713
|
-
#
|
3454
|
+
# The value of `Version` for the traffic policy that you want to update
|
3455
|
+
# the comment for.
|
3714
3456
|
#
|
3715
3457
|
# @option params [required, String] :comment
|
3716
3458
|
# The new comment for the specified traffic policy and version.
|
@@ -3748,11 +3490,6 @@ module Aws::Route53
|
|
3748
3490
|
# Updates the resource record sets in a specified hosted zone that were
|
3749
3491
|
# created based on the settings in a specified traffic policy version.
|
3750
3492
|
#
|
3751
|
-
# Send a `POST` request to the
|
3752
|
-
# `/2013-04-01/trafficpolicyinstance/traffic policy ID ` resource. The
|
3753
|
-
# request body must include a document with an
|
3754
|
-
# `UpdateTrafficPolicyInstanceRequest` element.
|
3755
|
-
#
|
3756
3493
|
# When you update a traffic policy instance, Amazon Route 53 continues
|
3757
3494
|
# to respond to DNS queries for the root resource record set name (such
|
3758
3495
|
# as example.com) while it replaces one group of resource record sets
|
@@ -3760,7 +3497,7 @@ module Aws::Route53
|
|
3760
3497
|
#
|
3761
3498
|
# 1. Amazon Route 53 creates a new group of resource record sets based
|
3762
3499
|
# on the specified traffic policy. This is true regardless of how
|
3763
|
-
#
|
3500
|
+
# significant the differences are between the existing resource
|
3764
3501
|
# record sets and the new resource record sets.
|
3765
3502
|
#
|
3766
3503
|
# 2. When all of the new resource record sets have been created, Amazon
|
@@ -3834,7 +3571,7 @@ module Aws::Route53
|
|
3834
3571
|
params: params,
|
3835
3572
|
config: config)
|
3836
3573
|
context[:gem_name] = 'aws-sdk-route53'
|
3837
|
-
context[:gem_version] = '1.0.0.
|
3574
|
+
context[:gem_version] = '1.0.0.rc4'
|
3838
3575
|
Seahorse::Client::Request.new(handlers, context)
|
3839
3576
|
end
|
3840
3577
|
|