aws-sdk-route53 1.102.0 → 1.104.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb555bce40eb5ee9079cf32aebc89078529b9e435325e52dd7d6e39fe95a55d9
4
- data.tar.gz: a268b5b2ce7038f3cb8ace2ec2e165330fe905d0037dda6894a23110492aab53
3
+ metadata.gz: 7b5f2ce489d5bd26c1d136d62366151f5f779d5abb910b62bb821bdeafdca551
4
+ data.tar.gz: 4843e8d6a3ec9befd45c7461d1ff4f19079aad43432c0211eb7aaf3ece061dba
5
5
  SHA512:
6
- metadata.gz: 20228c5cc00f0a4c210d48153f964e5936e7a1314bae798e49973ccea3557b2e8f968fd559e30c16426b2ffb2d019bc9f2900de488c00fea5704752f86bf7882
7
- data.tar.gz: 617ddff6ed379e236caa541c66455e78322f5c1964823a102fef947dffc558d19eb0994d732a8f3de896f69ae4f801edc93bfbd9ead9a6fb537fea213e09b3b4
6
+ metadata.gz: 8667a9ec4725efc4eaeda5c4efea5728cbf2e3c0ba2a4427a619758f81cb4ceb8e731460938cb3fa457c32b4105066b774d2d531ab4e7870b97171095c96d84e
7
+ data.tar.gz: 6fedc79d502217839e3df690d863cd346bba2f6d6fc8e5b5eb68f3c04e260291d16a2b67f661a095b4b9175af4ee9b5f3bc34e665a0c2f832ab0077bd0d2fc26
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2024-10-30)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types.
8
+
9
+ 1.103.0 (2024-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.102.0 (2024-09-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.104.0
@@ -570,7 +570,7 @@ module Aws::Route53
570
570
  # resp = client.associate_vpc_with_hosted_zone({
571
571
  # hosted_zone_id: "ResourceId", # required
572
572
  # vpc: { # required
573
- # 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, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
573
+ # 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, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
574
574
  # vpc_id: "VPCId",
575
575
  # },
576
576
  # comment: "AssociateVPCComment",
@@ -1374,7 +1374,7 @@ module Aws::Route53
1374
1374
  # action: "CREATE", # required, accepts CREATE, DELETE, UPSERT
1375
1375
  # resource_record_set: { # required
1376
1376
  # name: "DNSName", # required
1377
- # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
1377
+ # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS, TLSA, SSHFP, SVCB, HTTPS
1378
1378
  # set_identifier: "ResourceRecordSetIdentifier",
1379
1379
  # weight: 1,
1380
1380
  # 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, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
@@ -1856,7 +1856,7 @@ module Aws::Route53
1856
1856
  # resp = client.create_hosted_zone({
1857
1857
  # name: "DNSName", # required
1858
1858
  # vpc: {
1859
- # 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, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
1859
+ # 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, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
1860
1860
  # vpc_id: "VPCId",
1861
1861
  # },
1862
1862
  # caller_reference: "Nonce", # required
@@ -1885,7 +1885,7 @@ module Aws::Route53
1885
1885
  # resp.delegation_set.caller_reference #=> String
1886
1886
  # resp.delegation_set.name_servers #=> Array
1887
1887
  # resp.delegation_set.name_servers[0] #=> String
1888
- # resp.vpc.vpc_region #=> String, one of "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", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
1888
+ # resp.vpc.vpc_region #=> String, one of "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", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
1889
1889
  # resp.vpc.vpc_id #=> String
1890
1890
  # resp.location #=> String
1891
1891
  #
@@ -2061,12 +2061,13 @@ module Aws::Route53
2061
2061
  #
2062
2062
  # 2. Create a CloudWatch Logs resource policy, and give it the
2063
2063
  # permissions that Route 53 needs to create log streams and to
2064
- # send query logs to log streams. For the value of `Resource`,
2065
- # specify the ARN for the log group that you created in the
2066
- # previous step. To use the same resource policy for all the
2067
- # CloudWatch Logs log groups that you created for query logging
2068
- # configurations, replace the hosted zone name with `*`, for
2069
- # example:
2064
+ # send query logs to log streams. You must create the CloudWatch
2065
+ # Logs resource policy in the us-east-1 region. For the value of
2066
+ # `Resource`, specify the ARN for the log group that you created
2067
+ # in the previous step. To use the same resource policy for all
2068
+ # the CloudWatch Logs log groups that you created for query
2069
+ # logging configurations, replace the hosted zone name with `*`,
2070
+ # for example:
2070
2071
  #
2071
2072
  # `arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*`
2072
2073
  #
@@ -2340,7 +2341,7 @@ module Aws::Route53
2340
2341
  # resp.traffic_policy.id #=> String
2341
2342
  # resp.traffic_policy.version #=> Integer
2342
2343
  # resp.traffic_policy.name #=> String
2343
- # resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
2344
+ # resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
2344
2345
  # resp.traffic_policy.document #=> String
2345
2346
  # resp.traffic_policy.comment #=> String
2346
2347
  # resp.location #=> String
@@ -2420,7 +2421,7 @@ module Aws::Route53
2420
2421
  # resp.traffic_policy_instance.message #=> String
2421
2422
  # resp.traffic_policy_instance.traffic_policy_id #=> String
2422
2423
  # resp.traffic_policy_instance.traffic_policy_version #=> Integer
2423
- # resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
2424
+ # resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
2424
2425
  # resp.location #=> String
2425
2426
  #
2426
2427
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateTrafficPolicyInstance AWS API Documentation
@@ -2477,7 +2478,7 @@ module Aws::Route53
2477
2478
  # resp.traffic_policy.id #=> String
2478
2479
  # resp.traffic_policy.version #=> Integer
2479
2480
  # resp.traffic_policy.name #=> String
2480
- # resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
2481
+ # resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
2481
2482
  # resp.traffic_policy.document #=> String
2482
2483
  # resp.traffic_policy.comment #=> String
2483
2484
  # resp.location #=> String
@@ -2523,7 +2524,7 @@ module Aws::Route53
2523
2524
  # resp = client.create_vpc_association_authorization({
2524
2525
  # hosted_zone_id: "ResourceId", # required
2525
2526
  # vpc: { # required
2526
- # 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, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
2527
+ # 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, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
2527
2528
  # vpc_id: "VPCId",
2528
2529
  # },
2529
2530
  # })
@@ -2531,7 +2532,7 @@ module Aws::Route53
2531
2532
  # @example Response structure
2532
2533
  #
2533
2534
  # resp.hosted_zone_id #=> String
2534
- # resp.vpc.vpc_region #=> String, one of "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", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
2535
+ # resp.vpc.vpc_region #=> String, one of "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", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
2535
2536
  # resp.vpc.vpc_id #=> String
2536
2537
  #
2537
2538
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateVPCAssociationAuthorization AWS API Documentation
@@ -2949,7 +2950,7 @@ module Aws::Route53
2949
2950
  # resp = client.delete_vpc_association_authorization({
2950
2951
  # hosted_zone_id: "ResourceId", # required
2951
2952
  # vpc: { # required
2952
- # 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, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
2953
+ # 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, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
2953
2954
  # vpc_id: "VPCId",
2954
2955
  # },
2955
2956
  # })
@@ -3062,7 +3063,7 @@ module Aws::Route53
3062
3063
  # resp = client.disassociate_vpc_from_hosted_zone({
3063
3064
  # hosted_zone_id: "ResourceId", # required
3064
3065
  # vpc: { # required
3065
- # 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, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
3066
+ # 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, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
3066
3067
  # vpc_id: "VPCId",
3067
3068
  # },
3068
3069
  # comment: "DisassociateVPCComment",
@@ -3575,6 +3576,14 @@ module Aws::Route53
3575
3576
  # Gets information about a specified hosted zone including the four name
3576
3577
  # servers assigned to the hosted zone.
3577
3578
  #
3579
+ # `` returns the VPCs associated with the specified hosted zone and does
3580
+ # not reflect the VPC associations by Route 53 Profiles. To get the
3581
+ # associations to a Profile, call the [ListProfileAssociations][1] API.
3582
+ #
3583
+ #
3584
+ #
3585
+ # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53profiles_ListProfileAssociations.html
3586
+ #
3578
3587
  # @option params [required, String] :id
3579
3588
  # The ID of the hosted zone that you want to get information about.
3580
3589
  #
@@ -3635,7 +3644,7 @@ module Aws::Route53
3635
3644
  # resp.delegation_set.name_servers #=> Array
3636
3645
  # resp.delegation_set.name_servers[0] #=> String
3637
3646
  # resp.vp_cs #=> Array
3638
- # resp.vp_cs[0].vpc_region #=> String, one of "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", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
3647
+ # resp.vp_cs[0].vpc_region #=> String, one of "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", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
3639
3648
  # resp.vp_cs[0].vpc_id #=> String
3640
3649
  #
3641
3650
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZone AWS API Documentation
@@ -3869,7 +3878,7 @@ module Aws::Route53
3869
3878
  # resp.traffic_policy.id #=> String
3870
3879
  # resp.traffic_policy.version #=> Integer
3871
3880
  # resp.traffic_policy.name #=> String
3872
- # resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
3881
+ # resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
3873
3882
  # resp.traffic_policy.document #=> String
3874
3883
  # resp.traffic_policy.comment #=> String
3875
3884
  #
@@ -3920,7 +3929,7 @@ module Aws::Route53
3920
3929
  # resp.traffic_policy_instance.message #=> String
3921
3930
  # resp.traffic_policy_instance.traffic_policy_id #=> String
3922
3931
  # resp.traffic_policy_instance.traffic_policy_version #=> Integer
3923
- # resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
3932
+ # resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
3924
3933
  #
3925
3934
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetTrafficPolicyInstance AWS API Documentation
3926
3935
  #
@@ -4505,6 +4514,11 @@ module Aws::Route53
4505
4514
  # hosted zone was created by Amazon Elastic File System (Amazon EFS),
4506
4515
  # the value of `Owner` is `efs.amazonaws.com`.
4507
4516
  #
4517
+ # `ListHostedZonesByVPC` returns the hosted zones associated with the
4518
+ # specified VPC and does not reflect the hosted zone associations to
4519
+ # VPCs via Route 53 Profiles. To get the associations to a Profile, call
4520
+ # the [ListProfileResourceAssociations][1] API.
4521
+ #
4508
4522
  # <note markdown="1"> When listing private hosted zones, the hosted zone and the Amazon VPC
4509
4523
  # must belong to the same partition where the hosted zones were created.
4510
4524
  # A partition is a group of Amazon Web Services Regions. Each Amazon Web
@@ -4518,14 +4532,15 @@ module Aws::Route53
4518
4532
  #
4519
4533
  # * `aws-us-gov` - Amazon Web Services GovCloud (US) Region
4520
4534
  #
4521
- # For more information, see [Access Management][1] in the *Amazon Web
4535
+ # For more information, see [Access Management][2] in the *Amazon Web
4522
4536
  # Services General Reference*.
4523
4537
  #
4524
4538
  # </note>
4525
4539
  #
4526
4540
  #
4527
4541
  #
4528
- # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
4542
+ # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53profiles_ListProfileResourceAssociations.html
4543
+ # [2]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
4529
4544
  #
4530
4545
  # @option params [required, String] :vpc_id
4531
4546
  # The ID of the Amazon VPC that you want to list hosted zones for.
@@ -4562,7 +4577,7 @@ module Aws::Route53
4562
4577
  #
4563
4578
  # resp = client.list_hosted_zones_by_vpc({
4564
4579
  # vpc_id: "VPCId", # required
4565
- # 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, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
4580
+ # 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, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
4566
4581
  # max_items: 1,
4567
4582
  # next_token: "PaginationToken",
4568
4583
  # })
@@ -4808,7 +4823,7 @@ module Aws::Route53
4808
4823
  # resp = client.list_resource_record_sets({
4809
4824
  # hosted_zone_id: "ResourceId", # required
4810
4825
  # start_record_name: "DNSName",
4811
- # start_record_type: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
4826
+ # start_record_type: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS, TLSA, SSHFP, SVCB, HTTPS
4812
4827
  # start_record_identifier: "ResourceRecordSetIdentifier",
4813
4828
  # max_items: 1,
4814
4829
  # })
@@ -4817,7 +4832,7 @@ module Aws::Route53
4817
4832
  #
4818
4833
  # resp.resource_record_sets #=> Array
4819
4834
  # resp.resource_record_sets[0].name #=> String
4820
- # resp.resource_record_sets[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
4835
+ # resp.resource_record_sets[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
4821
4836
  # resp.resource_record_sets[0].set_identifier #=> String
4822
4837
  # resp.resource_record_sets[0].weight #=> Integer
4823
4838
  # resp.resource_record_sets[0].region #=> String, one of "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", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
@@ -4843,7 +4858,7 @@ module Aws::Route53
4843
4858
  # resp.resource_record_sets[0].geo_proximity_location.bias #=> Integer
4844
4859
  # resp.is_truncated #=> Boolean
4845
4860
  # resp.next_record_name #=> String
4846
- # resp.next_record_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
4861
+ # resp.next_record_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
4847
4862
  # resp.next_record_identifier #=> String
4848
4863
  # resp.max_items #=> Integer
4849
4864
  #
@@ -5058,7 +5073,7 @@ module Aws::Route53
5058
5073
  # resp.traffic_policy_summaries #=> Array
5059
5074
  # resp.traffic_policy_summaries[0].id #=> String
5060
5075
  # resp.traffic_policy_summaries[0].name #=> String
5061
- # resp.traffic_policy_summaries[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
5076
+ # resp.traffic_policy_summaries[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
5062
5077
  # resp.traffic_policy_summaries[0].latest_version #=> Integer
5063
5078
  # resp.traffic_policy_summaries[0].traffic_policy_count #=> Integer
5064
5079
  # resp.is_truncated #=> Boolean
@@ -5147,7 +5162,7 @@ module Aws::Route53
5147
5162
  # resp = client.list_traffic_policy_instances({
5148
5163
  # hosted_zone_id_marker: "ResourceId",
5149
5164
  # traffic_policy_instance_name_marker: "DNSName",
5150
- # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
5165
+ # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS, TLSA, SSHFP, SVCB, HTTPS
5151
5166
  # max_items: 1,
5152
5167
  # })
5153
5168
  #
@@ -5162,10 +5177,10 @@ module Aws::Route53
5162
5177
  # resp.traffic_policy_instances[0].message #=> String
5163
5178
  # resp.traffic_policy_instances[0].traffic_policy_id #=> String
5164
5179
  # resp.traffic_policy_instances[0].traffic_policy_version #=> Integer
5165
- # resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
5180
+ # resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
5166
5181
  # resp.hosted_zone_id_marker #=> String
5167
5182
  # resp.traffic_policy_instance_name_marker #=> String
5168
- # resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
5183
+ # resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
5169
5184
  # resp.is_truncated #=> Boolean
5170
5185
  # resp.max_items #=> Integer
5171
5186
  #
@@ -5244,7 +5259,7 @@ module Aws::Route53
5244
5259
  # resp = client.list_traffic_policy_instances_by_hosted_zone({
5245
5260
  # hosted_zone_id: "ResourceId", # required
5246
5261
  # traffic_policy_instance_name_marker: "DNSName",
5247
- # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
5262
+ # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS, TLSA, SSHFP, SVCB, HTTPS
5248
5263
  # max_items: 1,
5249
5264
  # })
5250
5265
  #
@@ -5259,9 +5274,9 @@ module Aws::Route53
5259
5274
  # resp.traffic_policy_instances[0].message #=> String
5260
5275
  # resp.traffic_policy_instances[0].traffic_policy_id #=> String
5261
5276
  # resp.traffic_policy_instances[0].traffic_policy_version #=> Integer
5262
- # resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
5277
+ # resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
5263
5278
  # resp.traffic_policy_instance_name_marker #=> String
5264
- # resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
5279
+ # resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
5265
5280
  # resp.is_truncated #=> Boolean
5266
5281
  # resp.max_items #=> Integer
5267
5282
  #
@@ -5366,7 +5381,7 @@ module Aws::Route53
5366
5381
  # traffic_policy_version: 1, # required
5367
5382
  # hosted_zone_id_marker: "ResourceId",
5368
5383
  # traffic_policy_instance_name_marker: "DNSName",
5369
- # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
5384
+ # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS, TLSA, SSHFP, SVCB, HTTPS
5370
5385
  # max_items: 1,
5371
5386
  # })
5372
5387
  #
@@ -5381,10 +5396,10 @@ module Aws::Route53
5381
5396
  # resp.traffic_policy_instances[0].message #=> String
5382
5397
  # resp.traffic_policy_instances[0].traffic_policy_id #=> String
5383
5398
  # resp.traffic_policy_instances[0].traffic_policy_version #=> Integer
5384
- # resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
5399
+ # resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
5385
5400
  # resp.hosted_zone_id_marker #=> String
5386
5401
  # resp.traffic_policy_instance_name_marker #=> String
5387
- # resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
5402
+ # resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
5388
5403
  # resp.is_truncated #=> Boolean
5389
5404
  # resp.max_items #=> Integer
5390
5405
  #
@@ -5447,7 +5462,7 @@ module Aws::Route53
5447
5462
  # resp.traffic_policies[0].id #=> String
5448
5463
  # resp.traffic_policies[0].version #=> Integer
5449
5464
  # resp.traffic_policies[0].name #=> String
5450
- # resp.traffic_policies[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
5465
+ # resp.traffic_policies[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
5451
5466
  # resp.traffic_policies[0].document #=> String
5452
5467
  # resp.traffic_policies[0].comment #=> String
5453
5468
  # resp.is_truncated #=> Boolean
@@ -5505,7 +5520,7 @@ module Aws::Route53
5505
5520
  # resp.hosted_zone_id #=> String
5506
5521
  # resp.next_token #=> String
5507
5522
  # resp.vp_cs #=> Array
5508
- # resp.vp_cs[0].vpc_region #=> String, one of "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", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
5523
+ # resp.vp_cs[0].vpc_region #=> String, one of "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", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
5509
5524
  # resp.vp_cs[0].vpc_id #=> String
5510
5525
  #
5511
5526
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListVPCAssociationAuthorizations AWS API Documentation
@@ -5583,7 +5598,7 @@ module Aws::Route53
5583
5598
  # resp = client.test_dns_answer({
5584
5599
  # hosted_zone_id: "ResourceId", # required
5585
5600
  # record_name: "DNSName", # required
5586
- # record_type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
5601
+ # record_type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS, TLSA, SSHFP, SVCB, HTTPS
5587
5602
  # resolver_ip: "IPAddress",
5588
5603
  # edns0_client_subnet_ip: "IPAddress",
5589
5604
  # edns0_client_subnet_mask: "SubnetMask",
@@ -5593,7 +5608,7 @@ module Aws::Route53
5593
5608
  #
5594
5609
  # resp.nameserver #=> String
5595
5610
  # resp.record_name #=> String
5596
- # resp.record_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
5611
+ # resp.record_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
5597
5612
  # resp.record_data #=> Array
5598
5613
  # resp.record_data[0] #=> String
5599
5614
  # resp.response_code #=> String
@@ -6095,7 +6110,7 @@ module Aws::Route53
6095
6110
  # resp.traffic_policy.id #=> String
6096
6111
  # resp.traffic_policy.version #=> Integer
6097
6112
  # resp.traffic_policy.name #=> String
6098
- # resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
6113
+ # resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
6099
6114
  # resp.traffic_policy.document #=> String
6100
6115
  # resp.traffic_policy.comment #=> String
6101
6116
  #
@@ -6178,7 +6193,7 @@ module Aws::Route53
6178
6193
  # resp.traffic_policy_instance.message #=> String
6179
6194
  # resp.traffic_policy_instance.traffic_policy_id #=> String
6180
6195
  # resp.traffic_policy_instance.traffic_policy_version #=> Integer
6181
- # resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
6196
+ # resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
6182
6197
  #
6183
6198
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/UpdateTrafficPolicyInstance AWS API Documentation
6184
6199
  #
@@ -6207,7 +6222,7 @@ module Aws::Route53
6207
6222
  tracer: tracer
6208
6223
  )
6209
6224
  context[:gem_name] = 'aws-sdk-route53'
6210
- context[:gem_version] = '1.102.0'
6225
+ context[:gem_version] = '1.104.0'
6211
6226
  Seahorse::Client::Request.new(handlers, context)
6212
6227
  end
6213
6228
 
@@ -52,15 +52,18 @@ module Aws::Route53
52
52
  self[:region] = options[:region]
53
53
  self[:use_dual_stack] = options[:use_dual_stack]
54
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
- if self[:use_dual_stack].nil?
56
- raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
57
- end
58
55
  self[:use_fips] = options[:use_fips]
59
56
  self[:use_fips] = false if self[:use_fips].nil?
60
- if self[:use_fips].nil?
61
- raise ArgumentError, "Missing required EndpointParameter: :use_fips"
62
- end
63
57
  self[:endpoint] = options[:endpoint]
64
58
  end
59
+
60
+ def self.create(config, options={})
61
+ new({
62
+ region: config.region,
63
+ use_dual_stack: config.use_dualstack_endpoint,
64
+ use_fips: config.use_fips_endpoint,
65
+ endpoint: (config.endpoint.to_s unless config.regional_endpoint),
66
+ }.merge(options))
67
+ end
65
68
  end
66
69
  end