aws-sdk-route53 1.69.0 → 1.70.0

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.
@@ -52,14 +52,6 @@ module Aws::Route53
52
52
  include Aws::Structure
53
53
  end
54
54
 
55
- # @note When making an API call, you may pass ActivateKeySigningKeyRequest
56
- # data as a hash:
57
- #
58
- # {
59
- # hosted_zone_id: "ResourceId", # required
60
- # name: "SigningKeyName", # required
61
- # }
62
- #
63
55
  # @!attribute [rw] hosted_zone_id
64
56
  # A unique string used to identify a hosted zone.
65
57
  # @return [String]
@@ -96,14 +88,6 @@ module Aws::Route53
96
88
  # Amazon Route 53 health checkers to use to determine whether the
97
89
  # specified health check is healthy.
98
90
  #
99
- # @note When making an API call, you may pass AlarmIdentifier
100
- # data as a hash:
101
- #
102
- # {
103
- # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1
104
- # name: "AlarmName", # required
105
- # }
106
- #
107
91
  # @!attribute [rw] region
108
92
  # For the CloudWatch alarm that you want Route 53 health checkers to
109
93
  # use to determine whether this health check is healthy, the region
@@ -165,15 +149,6 @@ module Aws::Route53
165
149
  #
166
150
  # [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html
167
151
  #
168
- # @note When making an API call, you may pass AliasTarget
169
- # data as a hash:
170
- #
171
- # {
172
- # hosted_zone_id: "ResourceId", # required
173
- # dns_name: "DNSName", # required
174
- # evaluate_target_health: false, # required
175
- # }
176
- #
177
152
  # @!attribute [rw] hosted_zone_id
178
153
  # *Alias resource records sets only*\: The value used depends on where
179
154
  # you want to route traffic:
@@ -556,18 +531,6 @@ module Aws::Route53
556
531
  # A complex type that contains information about the request to
557
532
  # associate a VPC with a private hosted zone.
558
533
  #
559
- # @note When making an API call, you may pass AssociateVPCWithHostedZoneRequest
560
- # data as a hash:
561
- #
562
- # {
563
- # hosted_zone_id: "ResourceId", # required
564
- # vpc: { # required
565
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1, eu-south-2
566
- # vpc_id: "VPCId",
567
- # },
568
- # comment: "AssociateVPCComment",
569
- # }
570
- #
571
534
  # @!attribute [rw] hosted_zone_id
572
535
  # The ID of the private hosted zone that you want to associate an
573
536
  # Amazon VPC with.
@@ -612,44 +575,6 @@ module Aws::Route53
612
575
 
613
576
  # The information for each resource record set that you want to change.
614
577
  #
615
- # @note When making an API call, you may pass Change
616
- # data as a hash:
617
- #
618
- # {
619
- # action: "CREATE", # required, accepts CREATE, DELETE, UPSERT
620
- # resource_record_set: { # required
621
- # name: "DNSName", # required
622
- # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
623
- # set_identifier: "ResourceRecordSetIdentifier",
624
- # weight: 1,
625
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, af-south-1, eu-south-1, eu-south-2
626
- # geo_location: {
627
- # continent_code: "GeoLocationContinentCode",
628
- # country_code: "GeoLocationCountryCode",
629
- # subdivision_code: "GeoLocationSubdivisionCode",
630
- # },
631
- # failover: "PRIMARY", # accepts PRIMARY, SECONDARY
632
- # multi_value_answer: false,
633
- # ttl: 1,
634
- # resource_records: [
635
- # {
636
- # value: "RData", # required
637
- # },
638
- # ],
639
- # alias_target: {
640
- # hosted_zone_id: "ResourceId", # required
641
- # dns_name: "DNSName", # required
642
- # evaluate_target_health: false, # required
643
- # },
644
- # health_check_id: "HealthCheckId",
645
- # traffic_policy_instance_id: "TrafficPolicyInstanceId",
646
- # cidr_routing_config: {
647
- # collection_id: "UUID", # required
648
- # location_name: "CidrLocationNameDefaultAllowed", # required
649
- # },
650
- # },
651
- # }
652
- #
653
578
  # @!attribute [rw] action
654
579
  # The action to perform:
655
580
  #
@@ -691,49 +616,6 @@ module Aws::Route53
691
616
 
692
617
  # The information for a change request.
693
618
  #
694
- # @note When making an API call, you may pass ChangeBatch
695
- # data as a hash:
696
- #
697
- # {
698
- # comment: "ResourceDescription",
699
- # changes: [ # required
700
- # {
701
- # action: "CREATE", # required, accepts CREATE, DELETE, UPSERT
702
- # resource_record_set: { # required
703
- # name: "DNSName", # required
704
- # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
705
- # set_identifier: "ResourceRecordSetIdentifier",
706
- # weight: 1,
707
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, af-south-1, eu-south-1, eu-south-2
708
- # geo_location: {
709
- # continent_code: "GeoLocationContinentCode",
710
- # country_code: "GeoLocationCountryCode",
711
- # subdivision_code: "GeoLocationSubdivisionCode",
712
- # },
713
- # failover: "PRIMARY", # accepts PRIMARY, SECONDARY
714
- # multi_value_answer: false,
715
- # ttl: 1,
716
- # resource_records: [
717
- # {
718
- # value: "RData", # required
719
- # },
720
- # ],
721
- # alias_target: {
722
- # hosted_zone_id: "ResourceId", # required
723
- # dns_name: "DNSName", # required
724
- # evaluate_target_health: false, # required
725
- # },
726
- # health_check_id: "HealthCheckId",
727
- # traffic_policy_instance_id: "TrafficPolicyInstanceId",
728
- # cidr_routing_config: {
729
- # collection_id: "UUID", # required
730
- # location_name: "CidrLocationNameDefaultAllowed", # required
731
- # },
732
- # },
733
- # },
734
- # ],
735
- # }
736
- #
737
619
  # @!attribute [rw] comment
738
620
  # *Optional:* Any comments you want to include about a change batch
739
621
  # request.
@@ -752,21 +634,6 @@ module Aws::Route53
752
634
  include Aws::Structure
753
635
  end
754
636
 
755
- # @note When making an API call, you may pass ChangeCidrCollectionRequest
756
- # data as a hash:
757
- #
758
- # {
759
- # id: "UUID", # required
760
- # collection_version: 1,
761
- # changes: [ # required
762
- # {
763
- # location_name: "CidrLocationNameDefaultNotAllowed", # required
764
- # action: "PUT", # required, accepts PUT, DELETE_IF_EXISTS
765
- # cidr_list: ["Cidr"], # required
766
- # },
767
- # ],
768
- # }
769
- #
770
637
  # @!attribute [rw] id
771
638
  # The UUID of the CIDR collection to update.
772
639
  # @return [String]
@@ -866,52 +733,6 @@ module Aws::Route53
866
733
  # A complex type that contains change information for the resource
867
734
  # record set.
868
735
  #
869
- # @note When making an API call, you may pass ChangeResourceRecordSetsRequest
870
- # data as a hash:
871
- #
872
- # {
873
- # hosted_zone_id: "ResourceId", # required
874
- # change_batch: { # required
875
- # comment: "ResourceDescription",
876
- # changes: [ # required
877
- # {
878
- # action: "CREATE", # required, accepts CREATE, DELETE, UPSERT
879
- # resource_record_set: { # required
880
- # name: "DNSName", # required
881
- # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
882
- # set_identifier: "ResourceRecordSetIdentifier",
883
- # weight: 1,
884
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, af-south-1, eu-south-1, eu-south-2
885
- # geo_location: {
886
- # continent_code: "GeoLocationContinentCode",
887
- # country_code: "GeoLocationCountryCode",
888
- # subdivision_code: "GeoLocationSubdivisionCode",
889
- # },
890
- # failover: "PRIMARY", # accepts PRIMARY, SECONDARY
891
- # multi_value_answer: false,
892
- # ttl: 1,
893
- # resource_records: [
894
- # {
895
- # value: "RData", # required
896
- # },
897
- # ],
898
- # alias_target: {
899
- # hosted_zone_id: "ResourceId", # required
900
- # dns_name: "DNSName", # required
901
- # evaluate_target_health: false, # required
902
- # },
903
- # health_check_id: "HealthCheckId",
904
- # traffic_policy_instance_id: "TrafficPolicyInstanceId",
905
- # cidr_routing_config: {
906
- # collection_id: "UUID", # required
907
- # location_name: "CidrLocationNameDefaultAllowed", # required
908
- # },
909
- # },
910
- # },
911
- # ],
912
- # },
913
- # }
914
- #
915
736
  # @!attribute [rw] hosted_zone_id
916
737
  # The ID of the hosted zone that contains the resource record sets
917
738
  # that you want to change.
@@ -956,21 +777,6 @@ module Aws::Route53
956
777
  # A complex type that contains information about the tags that you want
957
778
  # to add, edit, or delete.
958
779
  #
959
- # @note When making an API call, you may pass ChangeTagsForResourceRequest
960
- # data as a hash:
961
- #
962
- # {
963
- # resource_type: "healthcheck", # required, accepts healthcheck, hostedzone
964
- # resource_id: "TagResourceId", # required
965
- # add_tags: [
966
- # {
967
- # key: "TagKey",
968
- # value: "TagValue",
969
- # },
970
- # ],
971
- # remove_tag_keys: ["TagKey"],
972
- # }
973
- #
974
780
  # @!attribute [rw] resource_type
975
781
  # The type of the resource.
976
782
  #
@@ -1096,15 +902,6 @@ module Aws::Route53
1096
902
  # A complex type that contains information about the CIDR collection
1097
903
  # change.
1098
904
  #
1099
- # @note When making an API call, you may pass CidrCollectionChange
1100
- # data as a hash:
1101
- #
1102
- # {
1103
- # location_name: "CidrLocationNameDefaultNotAllowed", # required
1104
- # action: "PUT", # required, accepts PUT, DELETE_IF_EXISTS
1105
- # cidr_list: ["Cidr"], # required
1106
- # }
1107
- #
1108
905
  # @!attribute [rw] location_name
1109
906
  # Name of the location that is associated with the CIDR collection.
1110
907
  # @return [String]
@@ -1160,14 +957,6 @@ module Aws::Route53
1160
957
  # A `LocationName` with an asterisk “*” can be used to create a default
1161
958
  # CIDR record. `CollectionId` is still required for default record.
1162
959
  #
1163
- # @note When making an API call, you may pass CidrRoutingConfig
1164
- # data as a hash:
1165
- #
1166
- # {
1167
- # collection_id: "UUID", # required
1168
- # location_name: "CidrLocationNameDefaultAllowed", # required
1169
- # }
1170
- #
1171
960
  # @!attribute [rw] collection_id
1172
961
  # The CIDR collection ID.
1173
962
  # @return [String]
@@ -1355,14 +1144,6 @@ module Aws::Route53
1355
1144
  include Aws::Structure
1356
1145
  end
1357
1146
 
1358
- # @note When making an API call, you may pass CreateCidrCollectionRequest
1359
- # data as a hash:
1360
- #
1361
- # {
1362
- # name: "CollectionName", # required
1363
- # caller_reference: "CidrNonce", # required
1364
- # }
1365
- #
1366
1147
  # @!attribute [rw] name
1367
1148
  # A unique identifier for the account that can be used to reference
1368
1149
  # the collection from other API calls.
@@ -1402,36 +1183,6 @@ module Aws::Route53
1402
1183
 
1403
1184
  # A complex type that contains the health check request information.
1404
1185
  #
1405
- # @note When making an API call, you may pass CreateHealthCheckRequest
1406
- # data as a hash:
1407
- #
1408
- # {
1409
- # caller_reference: "HealthCheckNonce", # required
1410
- # health_check_config: { # required
1411
- # ip_address: "IPAddress",
1412
- # port: 1,
1413
- # type: "HTTP", # required, accepts HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, TCP, CALCULATED, CLOUDWATCH_METRIC, RECOVERY_CONTROL
1414
- # resource_path: "ResourcePath",
1415
- # fully_qualified_domain_name: "FullyQualifiedDomainName",
1416
- # search_string: "SearchString",
1417
- # request_interval: 1,
1418
- # failure_threshold: 1,
1419
- # measure_latency: false,
1420
- # inverted: false,
1421
- # disabled: false,
1422
- # health_threshold: 1,
1423
- # child_health_checks: ["HealthCheckId"],
1424
- # enable_sni: false,
1425
- # regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
1426
- # alarm_identifier: {
1427
- # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1
1428
- # name: "AlarmName", # required
1429
- # },
1430
- # insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
1431
- # routing_control_arn: "RoutingControlArn",
1432
- # },
1433
- # }
1434
- #
1435
1186
  # @!attribute [rw] caller_reference
1436
1187
  # A unique string that identifies the request and that allows you to
1437
1188
  # retry a failed `CreateHealthCheck` request without the risk of
@@ -1493,23 +1244,6 @@ module Aws::Route53
1493
1244
  # A complex type that contains information about the request to create a
1494
1245
  # public or private hosted zone.
1495
1246
  #
1496
- # @note When making an API call, you may pass CreateHostedZoneRequest
1497
- # data as a hash:
1498
- #
1499
- # {
1500
- # name: "DNSName", # required
1501
- # vpc: {
1502
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1, eu-south-2
1503
- # vpc_id: "VPCId",
1504
- # },
1505
- # caller_reference: "Nonce", # required
1506
- # hosted_zone_config: {
1507
- # comment: "ResourceDescription",
1508
- # private_zone: false,
1509
- # },
1510
- # delegation_set_id: "ResourceId",
1511
- # }
1512
- #
1513
1247
  # @!attribute [rw] name
1514
1248
  # The name of the domain. Specify a fully qualified domain name, for
1515
1249
  # example, *www.example.com*. The trailing dot is optional; Amazon
@@ -1622,17 +1356,6 @@ module Aws::Route53
1622
1356
  include Aws::Structure
1623
1357
  end
1624
1358
 
1625
- # @note When making an API call, you may pass CreateKeySigningKeyRequest
1626
- # data as a hash:
1627
- #
1628
- # {
1629
- # caller_reference: "Nonce", # required
1630
- # hosted_zone_id: "ResourceId", # required
1631
- # key_management_service_arn: "SigningKeyString", # required
1632
- # name: "SigningKeyName", # required
1633
- # status: "SigningKeyStatus", # required
1634
- # }
1635
- #
1636
1359
  # @!attribute [rw] caller_reference
1637
1360
  # A unique string that identifies the request.
1638
1361
  # @return [String]
@@ -1734,14 +1457,6 @@ module Aws::Route53
1734
1457
  include Aws::Structure
1735
1458
  end
1736
1459
 
1737
- # @note When making an API call, you may pass CreateQueryLoggingConfigRequest
1738
- # data as a hash:
1739
- #
1740
- # {
1741
- # hosted_zone_id: "ResourceId", # required
1742
- # cloud_watch_logs_log_group_arn: "CloudWatchLogsLogGroupArn", # required
1743
- # }
1744
- #
1745
1460
  # @!attribute [rw] hosted_zone_id
1746
1461
  # The ID of the hosted zone that you want to log queries for. You can
1747
1462
  # log queries only for public hosted zones.
@@ -1794,14 +1509,6 @@ module Aws::Route53
1794
1509
  include Aws::Structure
1795
1510
  end
1796
1511
 
1797
- # @note When making an API call, you may pass CreateReusableDelegationSetRequest
1798
- # data as a hash:
1799
- #
1800
- # {
1801
- # caller_reference: "Nonce", # required
1802
- # hosted_zone_id: "ResourceId",
1803
- # }
1804
- #
1805
1512
  # @!attribute [rw] caller_reference
1806
1513
  # A unique string that identifies the request, and that allows you to
1807
1514
  # retry failed `CreateReusableDelegationSet` requests without the risk
@@ -1845,17 +1552,6 @@ module Aws::Route53
1845
1552
  # A complex type that contains information about the resource record
1846
1553
  # sets that you want to create based on a specified traffic policy.
1847
1554
  #
1848
- # @note When making an API call, you may pass CreateTrafficPolicyInstanceRequest
1849
- # data as a hash:
1850
- #
1851
- # {
1852
- # hosted_zone_id: "ResourceId", # required
1853
- # name: "DNSName", # required
1854
- # ttl: 1, # required
1855
- # traffic_policy_id: "TrafficPolicyId", # required
1856
- # traffic_policy_version: 1, # required
1857
- # }
1858
- #
1859
1555
  # @!attribute [rw] hosted_zone_id
1860
1556
  # The ID of the hosted zone that you want Amazon Route 53 to create
1861
1557
  # resource record sets in by using the configuration in a traffic
@@ -1921,15 +1617,6 @@ module Aws::Route53
1921
1617
  # A complex type that contains information about the traffic policy that
1922
1618
  # you want to create.
1923
1619
  #
1924
- # @note When making an API call, you may pass CreateTrafficPolicyRequest
1925
- # data as a hash:
1926
- #
1927
- # {
1928
- # name: "TrafficPolicyName", # required
1929
- # document: "TrafficPolicyDocument", # required
1930
- # comment: "TrafficPolicyComment",
1931
- # }
1932
- #
1933
1620
  # @!attribute [rw] name
1934
1621
  # The name of the traffic policy.
1935
1622
  # @return [String]
@@ -1981,15 +1668,6 @@ module Aws::Route53
1981
1668
  # A complex type that contains information about the traffic policy that
1982
1669
  # you want to create a new version for.
1983
1670
  #
1984
- # @note When making an API call, you may pass CreateTrafficPolicyVersionRequest
1985
- # data as a hash:
1986
- #
1987
- # {
1988
- # id: "TrafficPolicyId", # required
1989
- # document: "TrafficPolicyDocument", # required
1990
- # comment: "TrafficPolicyComment",
1991
- # }
1992
- #
1993
1671
  # @!attribute [rw] id
1994
1672
  # The ID of the traffic policy for which you want to create a new
1995
1673
  # version.
@@ -2047,17 +1725,6 @@ module Aws::Route53
2047
1725
  # Authorization is only required when a private hosted zone and a VPC
2048
1726
  # were created by using different accounts.
2049
1727
  #
2050
- # @note When making an API call, you may pass CreateVPCAssociationAuthorizationRequest
2051
- # data as a hash:
2052
- #
2053
- # {
2054
- # hosted_zone_id: "ResourceId", # required
2055
- # vpc: { # required
2056
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1, eu-south-2
2057
- # vpc_id: "VPCId",
2058
- # },
2059
- # }
2060
- #
2061
1728
  # @!attribute [rw] hosted_zone_id
2062
1729
  # The ID of the private hosted zone that you want to authorize
2063
1730
  # associating a VPC with.
@@ -2162,14 +1829,6 @@ module Aws::Route53
2162
1829
  include Aws::Structure
2163
1830
  end
2164
1831
 
2165
- # @note When making an API call, you may pass DeactivateKeySigningKeyRequest
2166
- # data as a hash:
2167
- #
2168
- # {
2169
- # hosted_zone_id: "ResourceId", # required
2170
- # name: "SigningKeyName", # required
2171
- # }
2172
- #
2173
1832
  # @!attribute [rw] hosted_zone_id
2174
1833
  # A unique string used to identify a hosted zone.
2175
1834
  # @return [String]
@@ -2298,13 +1957,6 @@ module Aws::Route53
2298
1957
  include Aws::Structure
2299
1958
  end
2300
1959
 
2301
- # @note When making an API call, you may pass DeleteCidrCollectionRequest
2302
- # data as a hash:
2303
- #
2304
- # {
2305
- # id: "UUID", # required
2306
- # }
2307
- #
2308
1960
  # @!attribute [rw] id
2309
1961
  # The UUID of the collection to delete.
2310
1962
  # @return [String]
@@ -2323,13 +1975,6 @@ module Aws::Route53
2323
1975
 
2324
1976
  # This action deletes a health check.
2325
1977
  #
2326
- # @note When making an API call, you may pass DeleteHealthCheckRequest
2327
- # data as a hash:
2328
- #
2329
- # {
2330
- # health_check_id: "HealthCheckId", # required
2331
- # }
2332
- #
2333
1978
  # @!attribute [rw] health_check_id
2334
1979
  # The ID of the health check that you want to delete.
2335
1980
  # @return [String]
@@ -2350,13 +1995,6 @@ module Aws::Route53
2350
1995
 
2351
1996
  # A request to delete a hosted zone.
2352
1997
  #
2353
- # @note When making an API call, you may pass DeleteHostedZoneRequest
2354
- # data as a hash:
2355
- #
2356
- # {
2357
- # id: "ResourceId", # required
2358
- # }
2359
- #
2360
1998
  # @!attribute [rw] id
2361
1999
  # The ID of the hosted zone you want to delete.
2362
2000
  # @return [String]
@@ -2385,14 +2023,6 @@ module Aws::Route53
2385
2023
  include Aws::Structure
2386
2024
  end
2387
2025
 
2388
- # @note When making an API call, you may pass DeleteKeySigningKeyRequest
2389
- # data as a hash:
2390
- #
2391
- # {
2392
- # hosted_zone_id: "ResourceId", # required
2393
- # name: "SigningKeyName", # required
2394
- # }
2395
- #
2396
2026
  # @!attribute [rw] hosted_zone_id
2397
2027
  # A unique string used to identify a hosted zone.
2398
2028
  # @return [String]
@@ -2423,13 +2053,6 @@ module Aws::Route53
2423
2053
  include Aws::Structure
2424
2054
  end
2425
2055
 
2426
- # @note When making an API call, you may pass DeleteQueryLoggingConfigRequest
2427
- # data as a hash:
2428
- #
2429
- # {
2430
- # id: "QueryLoggingConfigId", # required
2431
- # }
2432
- #
2433
2056
  # @!attribute [rw] id
2434
2057
  # The ID of the configuration that you want to delete.
2435
2058
  # @return [String]
@@ -2448,13 +2071,6 @@ module Aws::Route53
2448
2071
 
2449
2072
  # A request to delete a reusable delegation set.
2450
2073
  #
2451
- # @note When making an API call, you may pass DeleteReusableDelegationSetRequest
2452
- # data as a hash:
2453
- #
2454
- # {
2455
- # id: "ResourceId", # required
2456
- # }
2457
- #
2458
2074
  # @!attribute [rw] id
2459
2075
  # The ID of the reusable delegation set that you want to delete.
2460
2076
  # @return [String]
@@ -2475,13 +2091,6 @@ module Aws::Route53
2475
2091
 
2476
2092
  # A request to delete a specified traffic policy instance.
2477
2093
  #
2478
- # @note When making an API call, you may pass DeleteTrafficPolicyInstanceRequest
2479
- # data as a hash:
2480
- #
2481
- # {
2482
- # id: "TrafficPolicyInstanceId", # required
2483
- # }
2484
- #
2485
2094
  # @!attribute [rw] id
2486
2095
  # The ID of the traffic policy instance that you want to delete.
2487
2096
  #
@@ -2506,14 +2115,6 @@ module Aws::Route53
2506
2115
 
2507
2116
  # A request to delete a specified traffic policy version.
2508
2117
  #
2509
- # @note When making an API call, you may pass DeleteTrafficPolicyRequest
2510
- # data as a hash:
2511
- #
2512
- # {
2513
- # id: "TrafficPolicyId", # required
2514
- # version: 1, # required
2515
- # }
2516
- #
2517
2118
  # @!attribute [rw] id
2518
2119
  # The ID of the traffic policy that you want to delete.
2519
2120
  # @return [String]
@@ -2542,17 +2143,6 @@ module Aws::Route53
2542
2143
  # Services account with a hosted zone that was created with a different
2543
2144
  # Amazon Web Services account.
2544
2145
  #
2545
- # @note When making an API call, you may pass DeleteVPCAssociationAuthorizationRequest
2546
- # data as a hash:
2547
- #
2548
- # {
2549
- # hosted_zone_id: "ResourceId", # required
2550
- # vpc: { # required
2551
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1, eu-south-2
2552
- # vpc_id: "VPCId",
2553
- # },
2554
- # }
2555
- #
2556
2146
  # @!attribute [rw] hosted_zone_id
2557
2147
  # When removing authorization to associate a VPC that was created by
2558
2148
  # one Amazon Web Services account with a hosted zone that was created
@@ -2604,13 +2194,6 @@ module Aws::Route53
2604
2194
  include Aws::Structure
2605
2195
  end
2606
2196
 
2607
- # @note When making an API call, you may pass DisableHostedZoneDNSSECRequest
2608
- # data as a hash:
2609
- #
2610
- # {
2611
- # hosted_zone_id: "ResourceId", # required
2612
- # }
2613
- #
2614
2197
  # @!attribute [rw] hosted_zone_id
2615
2198
  # A unique string used to identify a hosted zone.
2616
2199
  # @return [String]
@@ -2639,18 +2222,6 @@ module Aws::Route53
2639
2222
  # A complex type that contains information about the VPC that you want
2640
2223
  # to disassociate from a specified private hosted zone.
2641
2224
  #
2642
- # @note When making an API call, you may pass DisassociateVPCFromHostedZoneRequest
2643
- # data as a hash:
2644
- #
2645
- # {
2646
- # hosted_zone_id: "ResourceId", # required
2647
- # vpc: { # required
2648
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1, eu-south-2
2649
- # vpc_id: "VPCId",
2650
- # },
2651
- # comment: "DisassociateVPCComment",
2652
- # }
2653
- #
2654
2225
  # @!attribute [rw] hosted_zone_id
2655
2226
  # The ID of the private hosted zone that you want to disassociate a
2656
2227
  # VPC from.
@@ -2691,13 +2262,6 @@ module Aws::Route53
2691
2262
  include Aws::Structure
2692
2263
  end
2693
2264
 
2694
- # @note When making an API call, you may pass EnableHostedZoneDNSSECRequest
2695
- # data as a hash:
2696
- #
2697
- # {
2698
- # hosted_zone_id: "ResourceId", # required
2699
- # }
2700
- #
2701
2265
  # @!attribute [rw] hosted_zone_id
2702
2266
  # A unique string used to identify a hosted zone.
2703
2267
  # @return [String]
@@ -2725,15 +2289,6 @@ module Aws::Route53
2725
2289
 
2726
2290
  # A complex type that contains information about a geographic location.
2727
2291
  #
2728
- # @note When making an API call, you may pass GeoLocation
2729
- # data as a hash:
2730
- #
2731
- # {
2732
- # continent_code: "GeoLocationContinentCode",
2733
- # country_code: "GeoLocationCountryCode",
2734
- # subdivision_code: "GeoLocationSubdivisionCode",
2735
- # }
2736
- #
2737
2292
  # @!attribute [rw] continent_code
2738
2293
  # The two-letter code for the continent.
2739
2294
  #
@@ -2847,13 +2402,6 @@ module Aws::Route53
2847
2402
  # A complex type that contains information about the request to create a
2848
2403
  # hosted zone.
2849
2404
  #
2850
- # @note When making an API call, you may pass GetAccountLimitRequest
2851
- # data as a hash:
2852
- #
2853
- # {
2854
- # type: "MAX_HEALTH_CHECKS_BY_OWNER", # required, accepts MAX_HEALTH_CHECKS_BY_OWNER, MAX_HOSTED_ZONES_BY_OWNER, MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER, MAX_REUSABLE_DELEGATION_SETS_BY_OWNER, MAX_TRAFFIC_POLICIES_BY_OWNER
2855
- # }
2856
- #
2857
2405
  # @!attribute [rw] type
2858
2406
  # The limit that you want to get. Valid values include the following:
2859
2407
  #
@@ -2912,13 +2460,6 @@ module Aws::Route53
2912
2460
 
2913
2461
  # The input for a GetChange request.
2914
2462
  #
2915
- # @note When making an API call, you may pass GetChangeRequest
2916
- # data as a hash:
2917
- #
2918
- # {
2919
- # id: "ChangeId", # required
2920
- # }
2921
- #
2922
2463
  # @!attribute [rw] id
2923
2464
  # The ID of the change batch request. The value that you specify here
2924
2465
  # is the value that `ChangeResourceRecordSets` returned in the `Id`
@@ -2971,13 +2512,6 @@ module Aws::Route53
2971
2512
  include Aws::Structure
2972
2513
  end
2973
2514
 
2974
- # @note When making an API call, you may pass GetDNSSECRequest
2975
- # data as a hash:
2976
- #
2977
- # {
2978
- # hosted_zone_id: "ResourceId", # required
2979
- # }
2980
- #
2981
2515
  # @!attribute [rw] hosted_zone_id
2982
2516
  # A unique string used to identify a hosted zone.
2983
2517
  # @return [String]
@@ -3011,15 +2545,6 @@ module Aws::Route53
3011
2545
  # location is supported for Amazon Route 53 geolocation resource record
3012
2546
  # sets.
3013
2547
  #
3014
- # @note When making an API call, you may pass GetGeoLocationRequest
3015
- # data as a hash:
3016
- #
3017
- # {
3018
- # continent_code: "GeoLocationContinentCode",
3019
- # country_code: "GeoLocationCountryCode",
3020
- # subdivision_code: "GeoLocationSubdivisionCode",
3021
- # }
3022
- #
3023
2548
  # @!attribute [rw] continent_code
3024
2549
  # For geolocation resource record sets, a two-letter abbreviation that
3025
2550
  # identifies a continent. Amazon Route 53 supports the following
@@ -3115,13 +2640,6 @@ module Aws::Route53
3115
2640
 
3116
2641
  # A request for the reason that a health check failed most recently.
3117
2642
  #
3118
- # @note When making an API call, you may pass GetHealthCheckLastFailureReasonRequest
3119
- # data as a hash:
3120
- #
3121
- # {
3122
- # health_check_id: "HealthCheckId", # required
3123
- # }
3124
- #
3125
2643
  # @!attribute [rw] health_check_id
3126
2644
  # The ID for the health check for which you want the last failure
3127
2645
  # reason. When you created the health check, `CreateHealthCheck`
@@ -3161,13 +2679,6 @@ module Aws::Route53
3161
2679
 
3162
2680
  # A request to get information about a specified health check.
3163
2681
  #
3164
- # @note When making an API call, you may pass GetHealthCheckRequest
3165
- # data as a hash:
3166
- #
3167
- # {
3168
- # health_check_id: "HealthCheckId", # required
3169
- # }
3170
- #
3171
2682
  # @!attribute [rw] health_check_id
3172
2683
  # The identifier that Amazon Route 53 assigned to the health check
3173
2684
  # when you created it. When you add or update a resource record set,
@@ -3201,13 +2712,6 @@ module Aws::Route53
3201
2712
 
3202
2713
  # A request to get the status for a health check.
3203
2714
  #
3204
- # @note When making an API call, you may pass GetHealthCheckStatusRequest
3205
- # data as a hash:
3206
- #
3207
- # {
3208
- # health_check_id: "HealthCheckId", # required
3209
- # }
3210
- #
3211
2715
  # @!attribute [rw] health_check_id
3212
2716
  # The ID for the health check that you want the current status for.
3213
2717
  # When you created the health check, `CreateHealthCheck` returned the
@@ -3274,14 +2778,6 @@ module Aws::Route53
3274
2778
  # A complex type that contains information about the request to create a
3275
2779
  # hosted zone.
3276
2780
  #
3277
- # @note When making an API call, you may pass GetHostedZoneLimitRequest
3278
- # data as a hash:
3279
- #
3280
- # {
3281
- # type: "MAX_RRSETS_BY_ZONE", # required, accepts MAX_RRSETS_BY_ZONE, MAX_VPCS_ASSOCIATED_BY_ZONE
3282
- # hosted_zone_id: "ResourceId", # required
3283
- # }
3284
- #
3285
2781
  # @!attribute [rw] type
3286
2782
  # The limit that you want to get. Valid values include the following:
3287
2783
  #
@@ -3334,13 +2830,6 @@ module Aws::Route53
3334
2830
 
3335
2831
  # A request to get information about a specified hosted zone.
3336
2832
  #
3337
- # @note When making an API call, you may pass GetHostedZoneRequest
3338
- # data as a hash:
3339
- #
3340
- # {
3341
- # id: "ResourceId", # required
3342
- # }
3343
- #
3344
2833
  # @!attribute [rw] id
3345
2834
  # The ID of the hosted zone that you want to get information about.
3346
2835
  # @return [String]
@@ -3380,13 +2869,6 @@ module Aws::Route53
3380
2869
  include Aws::Structure
3381
2870
  end
3382
2871
 
3383
- # @note When making an API call, you may pass GetQueryLoggingConfigRequest
3384
- # data as a hash:
3385
- #
3386
- # {
3387
- # id: "QueryLoggingConfigId", # required
3388
- # }
3389
- #
3390
2872
  # @!attribute [rw] id
3391
2873
  # The ID of the configuration for DNS query logging that you want to
3392
2874
  # get information about.
@@ -3421,14 +2903,6 @@ module Aws::Route53
3421
2903
  # A complex type that contains information about the request to create a
3422
2904
  # hosted zone.
3423
2905
  #
3424
- # @note When making an API call, you may pass GetReusableDelegationSetLimitRequest
3425
- # data as a hash:
3426
- #
3427
- # {
3428
- # type: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET", # required, accepts MAX_ZONES_BY_REUSABLE_DELEGATION_SET
3429
- # delegation_set_id: "ResourceId", # required
3430
- # }
3431
- #
3432
2906
  # @!attribute [rw] type
3433
2907
  # Specify `MAX_ZONES_BY_REUSABLE_DELEGATION_SET` to get the maximum
3434
2908
  # number of hosted zones that you can associate with the specified
@@ -3472,13 +2946,6 @@ module Aws::Route53
3472
2946
  # A request to get information about a specified reusable delegation
3473
2947
  # set.
3474
2948
  #
3475
- # @note When making an API call, you may pass GetReusableDelegationSetRequest
3476
- # data as a hash:
3477
- #
3478
- # {
3479
- # id: "ResourceId", # required
3480
- # }
3481
- #
3482
2949
  # @!attribute [rw] id
3483
2950
  # The ID of the reusable delegation set that you want to get a list of
3484
2951
  # name servers for.
@@ -3535,13 +3002,6 @@ module Aws::Route53
3535
3002
 
3536
3003
  # Gets information about a specified traffic policy instance.
3537
3004
  #
3538
- # @note When making an API call, you may pass GetTrafficPolicyInstanceRequest
3539
- # data as a hash:
3540
- #
3541
- # {
3542
- # id: "TrafficPolicyInstanceId", # required
3543
- # }
3544
- #
3545
3005
  # @!attribute [rw] id
3546
3006
  # The ID of the traffic policy instance that you want to get
3547
3007
  # information about.
@@ -3573,14 +3033,6 @@ module Aws::Route53
3573
3033
 
3574
3034
  # Gets information about a specific traffic policy version.
3575
3035
  #
3576
- # @note When making an API call, you may pass GetTrafficPolicyRequest
3577
- # data as a hash:
3578
- #
3579
- # {
3580
- # id: "TrafficPolicyId", # required
3581
- # version: 1, # required
3582
- # }
3583
- #
3584
3036
  # @!attribute [rw] id
3585
3037
  # The ID of the traffic policy that you want to get information about.
3586
3038
  # @return [String]
@@ -3689,33 +3141,6 @@ module Aws::Route53
3689
3141
 
3690
3142
  # A complex type that contains information about the health check.
3691
3143
  #
3692
- # @note When making an API call, you may pass HealthCheckConfig
3693
- # data as a hash:
3694
- #
3695
- # {
3696
- # ip_address: "IPAddress",
3697
- # port: 1,
3698
- # type: "HTTP", # required, accepts HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, TCP, CALCULATED, CLOUDWATCH_METRIC, RECOVERY_CONTROL
3699
- # resource_path: "ResourcePath",
3700
- # fully_qualified_domain_name: "FullyQualifiedDomainName",
3701
- # search_string: "SearchString",
3702
- # request_interval: 1,
3703
- # failure_threshold: 1,
3704
- # measure_latency: false,
3705
- # inverted: false,
3706
- # disabled: false,
3707
- # health_threshold: 1,
3708
- # child_health_checks: ["HealthCheckId"],
3709
- # enable_sni: false,
3710
- # regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
3711
- # alarm_identifier: {
3712
- # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1
3713
- # name: "AlarmName", # required
3714
- # },
3715
- # insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
3716
- # routing_control_arn: "RoutingControlArn",
3717
- # }
3718
- #
3719
3144
  # @!attribute [rw] ip_address
3720
3145
  # The IPv4 or IPv6 IP address of the endpoint that you want Amazon
3721
3146
  # Route 53 to perform health checks on. If you don't specify a value
@@ -4251,14 +3676,6 @@ module Aws::Route53
4251
3676
  # zone. If you don't want to specify a comment, omit both the
4252
3677
  # `HostedZoneConfig` and `Comment` elements.
4253
3678
  #
4254
- # @note When making an API call, you may pass HostedZoneConfig
4255
- # data as a hash:
4256
- #
4257
- # {
4258
- # comment: "ResourceDescription",
4259
- # private_zone: false,
4260
- # }
4261
- #
4262
3679
  # @!attribute [rw] comment
4263
3680
  # Any comments that you want to include about the hosted zone.
4264
3681
  # @return [String]
@@ -4943,16 +4360,6 @@ module Aws::Route53
4943
4360
  include Aws::Structure
4944
4361
  end
4945
4362
 
4946
- # @note When making an API call, you may pass ListCidrBlocksRequest
4947
- # data as a hash:
4948
- #
4949
- # {
4950
- # collection_id: "UUID", # required
4951
- # location_name: "CidrLocationNameDefaultNotAllowed",
4952
- # next_token: "PaginationToken",
4953
- # max_results: "MaxResults",
4954
- # }
4955
- #
4956
4363
  # @!attribute [rw] collection_id
4957
4364
  # The UUID of the CIDR collection.
4958
4365
  # @return [String]
@@ -5002,14 +4409,6 @@ module Aws::Route53
5002
4409
  include Aws::Structure
5003
4410
  end
5004
4411
 
5005
- # @note When making an API call, you may pass ListCidrCollectionsRequest
5006
- # data as a hash:
5007
- #
5008
- # {
5009
- # next_token: "PaginationToken",
5010
- # max_results: "MaxResults",
5011
- # }
5012
- #
5013
4412
  # @!attribute [rw] next_token
5014
4413
  # An opaque pagination token to indicate where the service is to begin
5015
4414
  # enumerating results.
@@ -5052,15 +4451,6 @@ module Aws::Route53
5052
4451
  include Aws::Structure
5053
4452
  end
5054
4453
 
5055
- # @note When making an API call, you may pass ListCidrLocationsRequest
5056
- # data as a hash:
5057
- #
5058
- # {
5059
- # collection_id: "UUID", # required
5060
- # next_token: "PaginationToken",
5061
- # max_results: "MaxResults",
5062
- # }
5063
- #
5064
4454
  # @!attribute [rw] collection_id
5065
4455
  # The CIDR collection ID.
5066
4456
  # @return [String]
@@ -5113,16 +4503,6 @@ module Aws::Route53
5113
4503
  # A request to get a list of geographic locations that Amazon Route 53
5114
4504
  # supports for geolocation resource record sets.
5115
4505
  #
5116
- # @note When making an API call, you may pass ListGeoLocationsRequest
5117
- # data as a hash:
5118
- #
5119
- # {
5120
- # start_continent_code: "GeoLocationContinentCode",
5121
- # start_country_code: "GeoLocationCountryCode",
5122
- # start_subdivision_code: "GeoLocationSubdivisionCode",
5123
- # max_items: 1,
5124
- # }
5125
- #
5126
4506
  # @!attribute [rw] start_continent_code
5127
4507
  # The code for the continent with which you want to start listing
5128
4508
  # locations that Amazon Route 53 supports for geolocation. If Route 53
@@ -5231,14 +4611,6 @@ module Aws::Route53
5231
4611
  # A request to retrieve a list of the health checks that are associated
5232
4612
  # with the current Amazon Web Services account.
5233
4613
  #
5234
- # @note When making an API call, you may pass ListHealthChecksRequest
5235
- # data as a hash:
5236
- #
5237
- # {
5238
- # marker: "PageMarker",
5239
- # max_items: 1,
5240
- # }
5241
- #
5242
4614
  # @!attribute [rw] marker
5243
4615
  # If the value of `IsTruncated` in the previous response was `true`,
5244
4616
  # you have more health checks. To get another group, submit another
@@ -5318,15 +4690,6 @@ module Aws::Route53
5318
4690
  # associated with the current Amazon Web Services account in ASCII order
5319
4691
  # by domain name.
5320
4692
  #
5321
- # @note When making an API call, you may pass ListHostedZonesByNameRequest
5322
- # data as a hash:
5323
- #
5324
- # {
5325
- # dns_name: "DNSName",
5326
- # hosted_zone_id: "ResourceId",
5327
- # max_items: 1,
5328
- # }
5329
- #
5330
4693
  # @!attribute [rw] dns_name
5331
4694
  # (Optional) For your first request to `ListHostedZonesByName`,
5332
4695
  # include the `dnsname` parameter only if you want to specify the name
@@ -5439,16 +4802,6 @@ module Aws::Route53
5439
4802
  # with, regardless of which Amazon Web Services account created the
5440
4803
  # hosted zones.
5441
4804
  #
5442
- # @note When making an API call, you may pass ListHostedZonesByVPCRequest
5443
- # data as a hash:
5444
- #
5445
- # {
5446
- # vpc_id: "VPCId", # required
5447
- # vpc_region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1, eu-south-2
5448
- # max_items: 1,
5449
- # next_token: "PaginationToken",
5450
- # }
5451
- #
5452
4805
  # @!attribute [rw] vpc_id
5453
4806
  # The ID of the Amazon VPC that you want to list hosted zones for.
5454
4807
  # @return [String]
@@ -5520,15 +4873,6 @@ module Aws::Route53
5520
4873
  # A request to retrieve a list of the public and private hosted zones
5521
4874
  # that are associated with the current Amazon Web Services account.
5522
4875
  #
5523
- # @note When making an API call, you may pass ListHostedZonesRequest
5524
- # data as a hash:
5525
- #
5526
- # {
5527
- # marker: "PageMarker",
5528
- # max_items: 1,
5529
- # delegation_set_id: "ResourceId",
5530
- # }
5531
- #
5532
4876
  # @!attribute [rw] marker
5533
4877
  # If the value of `IsTruncated` in the previous response was `true`,
5534
4878
  # you have more hosted zones. To get more hosted zones, submit another
@@ -5610,15 +4954,6 @@ module Aws::Route53
5610
4954
  include Aws::Structure
5611
4955
  end
5612
4956
 
5613
- # @note When making an API call, you may pass ListQueryLoggingConfigsRequest
5614
- # data as a hash:
5615
- #
5616
- # {
5617
- # hosted_zone_id: "ResourceId",
5618
- # next_token: "PaginationToken",
5619
- # max_results: "MaxResults",
5620
- # }
5621
- #
5622
4957
  # @!attribute [rw] hosted_zone_id
5623
4958
  # (Optional) If you want to list the query logging configuration that
5624
4959
  # is associated with a hosted zone, specify the ID in `HostedZoneId`.
@@ -5703,17 +5038,6 @@ module Aws::Route53
5703
5038
  # A request for the resource record sets that are associated with a
5704
5039
  # specified hosted zone.
5705
5040
  #
5706
- # @note When making an API call, you may pass ListResourceRecordSetsRequest
5707
- # data as a hash:
5708
- #
5709
- # {
5710
- # hosted_zone_id: "ResourceId", # required
5711
- # start_record_name: "DNSName",
5712
- # start_record_type: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
5713
- # start_record_identifier: "ResourceRecordSetIdentifier",
5714
- # max_items: 1,
5715
- # }
5716
- #
5717
5041
  # @!attribute [rw] hosted_zone_id
5718
5042
  # The ID of the hosted zone that contains the resource record sets
5719
5043
  # that you want to list.
@@ -5849,14 +5173,6 @@ module Aws::Route53
5849
5173
  # A request to get a list of the reusable delegation sets that are
5850
5174
  # associated with the current Amazon Web Services account.
5851
5175
  #
5852
- # @note When making an API call, you may pass ListReusableDelegationSetsRequest
5853
- # data as a hash:
5854
- #
5855
- # {
5856
- # marker: "PageMarker",
5857
- # max_items: 1,
5858
- # }
5859
- #
5860
5176
  # @!attribute [rw] marker
5861
5177
  # If the value of `IsTruncated` in the previous response was `true`,
5862
5178
  # you have more reusable delegation sets. To get another group, submit
@@ -5935,14 +5251,6 @@ module Aws::Route53
5935
5251
  # A complex type containing information about a request for a list of
5936
5252
  # the tags that are associated with an individual resource.
5937
5253
  #
5938
- # @note When making an API call, you may pass ListTagsForResourceRequest
5939
- # data as a hash:
5940
- #
5941
- # {
5942
- # resource_type: "healthcheck", # required, accepts healthcheck, hostedzone
5943
- # resource_id: "TagResourceId", # required
5944
- # }
5945
- #
5946
5254
  # @!attribute [rw] resource_type
5947
5255
  # The type of the resource.
5948
5256
  #
@@ -5983,14 +5291,6 @@ module Aws::Route53
5983
5291
  # A complex type that contains information about the health checks or
5984
5292
  # hosted zones for which you want to list tags.
5985
5293
  #
5986
- # @note When making an API call, you may pass ListTagsForResourcesRequest
5987
- # data as a hash:
5988
- #
5989
- # {
5990
- # resource_type: "healthcheck", # required, accepts healthcheck, hostedzone
5991
- # resource_ids: ["TagResourceId"], # required
5992
- # }
5993
- #
5994
5294
  # @!attribute [rw] resource_type
5995
5295
  # The type of the resources.
5996
5296
  #
@@ -6032,14 +5332,6 @@ module Aws::Route53
6032
5332
  # the traffic policies that are associated with the current Amazon Web
6033
5333
  # Services account.
6034
5334
  #
6035
- # @note When making an API call, you may pass ListTrafficPoliciesRequest
6036
- # data as a hash:
6037
- #
6038
- # {
6039
- # traffic_policy_id_marker: "TrafficPolicyId",
6040
- # max_items: 1,
6041
- # }
6042
- #
6043
5335
  # @!attribute [rw] traffic_policy_id_marker
6044
5336
  # (Conditional) For your first request to `ListTrafficPolicies`,
6045
5337
  # don't include the `TrafficPolicyIdMarker` parameter.
@@ -6111,16 +5403,6 @@ module Aws::Route53
6111
5403
  # A request for the traffic policy instances that you created in a
6112
5404
  # specified hosted zone.
6113
5405
  #
6114
- # @note When making an API call, you may pass ListTrafficPolicyInstancesByHostedZoneRequest
6115
- # data as a hash:
6116
- #
6117
- # {
6118
- # hosted_zone_id: "ResourceId", # required
6119
- # traffic_policy_instance_name_marker: "DNSName",
6120
- # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
6121
- # max_items: 1,
6122
- # }
6123
- #
6124
5406
  # @!attribute [rw] hosted_zone_id
6125
5407
  # The ID of the hosted zone that you want to list traffic policy
6126
5408
  # instances for.
@@ -6225,18 +5507,6 @@ module Aws::Route53
6225
5507
  # A complex type that contains the information about the request to list
6226
5508
  # your traffic policy instances.
6227
5509
  #
6228
- # @note When making an API call, you may pass ListTrafficPolicyInstancesByPolicyRequest
6229
- # data as a hash:
6230
- #
6231
- # {
6232
- # traffic_policy_id: "TrafficPolicyId", # required
6233
- # traffic_policy_version: 1, # required
6234
- # hosted_zone_id_marker: "ResourceId",
6235
- # traffic_policy_instance_name_marker: "DNSName",
6236
- # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
6237
- # max_items: 1,
6238
- # }
6239
- #
6240
5510
  # @!attribute [rw] traffic_policy_id
6241
5511
  # The ID of the traffic policy for which you want to list traffic
6242
5512
  # policy instances.
@@ -6375,16 +5645,6 @@ module Aws::Route53
6375
5645
  # A request to get information about the traffic policy instances that
6376
5646
  # you created by using the current Amazon Web Services account.
6377
5647
  #
6378
- # @note When making an API call, you may pass ListTrafficPolicyInstancesRequest
6379
- # data as a hash:
6380
- #
6381
- # {
6382
- # hosted_zone_id_marker: "ResourceId",
6383
- # traffic_policy_instance_name_marker: "DNSName",
6384
- # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
6385
- # max_items: 1,
6386
- # }
6387
- #
6388
5648
  # @!attribute [rw] hosted_zone_id_marker
6389
5649
  # If the value of `IsTruncated` in the previous response was `true`,
6390
5650
  # you have more traffic policy instances. To get more traffic policy
@@ -6504,15 +5764,6 @@ module Aws::Route53
6504
5764
  # A complex type that contains the information about the request to list
6505
5765
  # your traffic policies.
6506
5766
  #
6507
- # @note When making an API call, you may pass ListTrafficPolicyVersionsRequest
6508
- # data as a hash:
6509
- #
6510
- # {
6511
- # id: "TrafficPolicyId", # required
6512
- # traffic_policy_version_marker: "TrafficPolicyVersionMarker",
6513
- # max_items: 1,
6514
- # }
6515
- #
6516
5767
  # @!attribute [rw] id
6517
5768
  # Specify the value of `Id` of the traffic policy for which you want
6518
5769
  # to list all versions.
@@ -6595,15 +5846,6 @@ module Aws::Route53
6595
5846
  # A complex type that contains information about that can be associated
6596
5847
  # with your hosted zone.
6597
5848
  #
6598
- # @note When making an API call, you may pass ListVPCAssociationAuthorizationsRequest
6599
- # data as a hash:
6600
- #
6601
- # {
6602
- # hosted_zone_id: "ResourceId", # required
6603
- # next_token: "PaginationToken",
6604
- # max_results: "MaxResults",
6605
- # }
6606
- #
6607
5849
  # @!attribute [rw] hosted_zone_id
6608
5850
  # The ID of the hosted zone for which you want a list of VPCs that can
6609
5851
  # be associated with the hosted zone.
@@ -6935,13 +6177,6 @@ module Aws::Route53
6935
6177
  #
6936
6178
  # </note>
6937
6179
  #
6938
- # @note When making an API call, you may pass ResourceRecord
6939
- # data as a hash:
6940
- #
6941
- # {
6942
- # value: "RData", # required
6943
- # }
6944
- #
6945
6180
  # @!attribute [rw] value
6946
6181
  # The current or new DNS record value, not to exceed 4,000 characters.
6947
6182
  # In the case of a `DELETE` action, if the current value does not
@@ -6971,41 +6206,6 @@ module Aws::Route53
6971
6206
 
6972
6207
  # Information about the resource record set to create or delete.
6973
6208
  #
6974
- # @note When making an API call, you may pass ResourceRecordSet
6975
- # data as a hash:
6976
- #
6977
- # {
6978
- # name: "DNSName", # required
6979
- # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
6980
- # set_identifier: "ResourceRecordSetIdentifier",
6981
- # weight: 1,
6982
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, af-south-1, eu-south-1, eu-south-2
6983
- # geo_location: {
6984
- # continent_code: "GeoLocationContinentCode",
6985
- # country_code: "GeoLocationCountryCode",
6986
- # subdivision_code: "GeoLocationSubdivisionCode",
6987
- # },
6988
- # failover: "PRIMARY", # accepts PRIMARY, SECONDARY
6989
- # multi_value_answer: false,
6990
- # ttl: 1,
6991
- # resource_records: [
6992
- # {
6993
- # value: "RData", # required
6994
- # },
6995
- # ],
6996
- # alias_target: {
6997
- # hosted_zone_id: "ResourceId", # required
6998
- # dns_name: "DNSName", # required
6999
- # evaluate_target_health: false, # required
7000
- # },
7001
- # health_check_id: "HealthCheckId",
7002
- # traffic_policy_instance_id: "TrafficPolicyInstanceId",
7003
- # cidr_routing_config: {
7004
- # collection_id: "UUID", # required
7005
- # location_name: "CidrLocationNameDefaultAllowed", # required
7006
- # },
7007
- # }
7008
- #
7009
6209
  # @!attribute [rw] name
7010
6210
  # For `ChangeResourceRecordSets` requests, the name of the record that
7011
6211
  # you want to create, update, or delete. For `ListResourceRecordSets`
@@ -7654,14 +6854,6 @@ module Aws::Route53
7654
6854
  # A complex type that contains information about a tag that you want to
7655
6855
  # add or edit for the specified health check or hosted zone.
7656
6856
  #
7657
- # @note When making an API call, you may pass Tag
7658
- # data as a hash:
7659
- #
7660
- # {
7661
- # key: "TagKey",
7662
- # value: "TagValue",
7663
- # }
7664
- #
7665
6857
  # @!attribute [rw] key
7666
6858
  # The value of `Key` depends on the operation that you want to
7667
6859
  # perform:
@@ -7706,18 +6898,6 @@ module Aws::Route53
7706
6898
  # specify the IP address of a DNS resolver, an EDNS0 client subnet IP
7707
6899
  # address, and a subnet mask.
7708
6900
  #
7709
- # @note When making an API call, you may pass TestDNSAnswerRequest
7710
- # data as a hash:
7711
- #
7712
- # {
7713
- # hosted_zone_id: "ResourceId", # required
7714
- # record_name: "DNSName", # required
7715
- # record_type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
7716
- # resolver_ip: "IPAddress",
7717
- # edns0_client_subnet_ip: "IPAddress",
7718
- # edns0_client_subnet_mask: "SubnetMask",
7719
- # }
7720
- #
7721
6901
  # @!attribute [rw] hosted_zone_id
7722
6902
  # The ID of the hosted zone that you want Amazon Route 53 to simulate
7723
6903
  # a query for.
@@ -8239,32 +7419,6 @@ module Aws::Route53
8239
7419
  # A complex type that contains information about a request to update a
8240
7420
  # health check.
8241
7421
  #
8242
- # @note When making an API call, you may pass UpdateHealthCheckRequest
8243
- # data as a hash:
8244
- #
8245
- # {
8246
- # health_check_id: "HealthCheckId", # required
8247
- # health_check_version: 1,
8248
- # ip_address: "IPAddress",
8249
- # port: 1,
8250
- # resource_path: "ResourcePath",
8251
- # fully_qualified_domain_name: "FullyQualifiedDomainName",
8252
- # search_string: "SearchString",
8253
- # failure_threshold: 1,
8254
- # inverted: false,
8255
- # disabled: false,
8256
- # health_threshold: 1,
8257
- # child_health_checks: ["HealthCheckId"],
8258
- # enable_sni: false,
8259
- # regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
8260
- # alarm_identifier: {
8261
- # region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1
8262
- # name: "AlarmName", # required
8263
- # },
8264
- # insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
8265
- # reset_elements: ["FullyQualifiedDomainName"], # accepts FullyQualifiedDomainName, Regions, ResourcePath, ChildHealthChecks
8266
- # }
8267
- #
8268
7422
  # @!attribute [rw] health_check_id
8269
7423
  # The ID for the health check for which you want detailed information.
8270
7424
  # When you created the health check, `CreateHealthCheck` returned the
@@ -8649,14 +7803,6 @@ module Aws::Route53
8649
7803
 
8650
7804
  # A request to update the comment for a hosted zone.
8651
7805
  #
8652
- # @note When making an API call, you may pass UpdateHostedZoneCommentRequest
8653
- # data as a hash:
8654
- #
8655
- # {
8656
- # id: "ResourceId", # required
8657
- # comment: "ResourceDescription",
8658
- # }
8659
- #
8660
7806
  # @!attribute [rw] id
8661
7807
  # The ID for the hosted zone that you want to update the comment for.
8662
7808
  # @return [String]
@@ -8695,15 +7841,6 @@ module Aws::Route53
8695
7841
  # A complex type that contains information about the traffic policy that
8696
7842
  # you want to update the comment for.
8697
7843
  #
8698
- # @note When making an API call, you may pass UpdateTrafficPolicyCommentRequest
8699
- # data as a hash:
8700
- #
8701
- # {
8702
- # id: "TrafficPolicyId", # required
8703
- # version: 1, # required
8704
- # comment: "TrafficPolicyComment", # required
8705
- # }
8706
- #
8707
7844
  # @!attribute [rw] id
8708
7845
  # The value of `Id` for the traffic policy that you want to update the
8709
7846
  # comment for.
@@ -8748,16 +7885,6 @@ module Aws::Route53
8748
7885
  # sets that you want to update based on a specified traffic policy
8749
7886
  # instance.
8750
7887
  #
8751
- # @note When making an API call, you may pass UpdateTrafficPolicyInstanceRequest
8752
- # data as a hash:
8753
- #
8754
- # {
8755
- # id: "TrafficPolicyInstanceId", # required
8756
- # ttl: 1, # required
8757
- # traffic_policy_id: "TrafficPolicyId", # required
8758
- # traffic_policy_version: 1, # required
8759
- # }
8760
- #
8761
7888
  # @!attribute [rw] id
8762
7889
  # The ID of the traffic policy instance that you want to update.
8763
7890
  # @return [String]
@@ -8817,14 +7944,6 @@ module Aws::Route53
8817
7944
  #
8818
7945
  # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateHostedZone.html
8819
7946
  #
8820
- # @note When making an API call, you may pass VPC
8821
- # data as a hash:
8822
- #
8823
- # {
8824
- # vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1, eu-south-2
8825
- # vpc_id: "VPCId",
8826
- # }
8827
- #
8828
7947
  # @!attribute [rw] vpc_region
8829
7948
  # (Private hosted zones only) The region that an Amazon VPC was
8830
7949
  # created in.