aws-sdk-route53 1.103.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: afc443426a95361cf4781aed98e321de84e4bda085037df8b0ed25f951222a24
4
- data.tar.gz: dcca0b0d03502b903891786e3d1767261ce38f23cd82b70c09aab511d03669a9
3
+ metadata.gz: 7b5f2ce489d5bd26c1d136d62366151f5f779d5abb910b62bb821bdeafdca551
4
+ data.tar.gz: 4843e8d6a3ec9befd45c7461d1ff4f19079aad43432c0211eb7aaf3ece061dba
5
5
  SHA512:
6
- metadata.gz: db14c13306c10e0aa9b0197343ce694c0687509065d49576bcb8cc5a369648f300bbbd9b91df25f95e32d29670fe114402e435be68f15da006d7f3cc19d4c652
7
- data.tar.gz: 49a766a72e4a055f58a0d78fa39b06f92466d592ab982392376a96be9d3367e81add5018116eaf9f4fb5d8bce12e3de5fc231091ddf8ca52caa7bad4960c697e
6
+ metadata.gz: 8667a9ec4725efc4eaeda5c4efea5728cbf2e3c0ba2a4427a619758f81cb4ceb8e731460938cb3fa457c32b4105066b774d2d531ab4e7870b97171095c96d84e
7
+ data.tar.gz: 6fedc79d502217839e3df690d863cd346bba2f6d6fc8e5b5eb68f3c04e260291d16a2b67f661a095b4b9175af4ee9b5f3bc34e665a0c2f832ab0077bd0d2fc26
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.103.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.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.103.0'
6225
+ context[:gem_version] = '1.104.0'
6211
6226
  Seahorse::Client::Request.new(handlers, context)
6212
6227
  end
6213
6228
 
@@ -3320,7 +3320,7 @@ module Aws::Route53
3320
3320
  # HTTP status code of 200 or greater and less than 400.
3321
3321
  #
3322
3322
  # If you specify `HTTPS` for the value of `Type`, the endpoint must
3323
- # support TLS v1.0 or later.
3323
+ # support TLS v1.0, v1.1, or v1.2.
3324
3324
  #
3325
3325
  # * **HTTP\_STR\_MATCH**: Route 53 tries to establish a TCP
3326
3326
  # connection. If successful, Route 53 submits an HTTP request and
@@ -6362,16 +6362,18 @@ module Aws::Route53
6362
6362
  #
6363
6363
  # Valid values for basic resource record sets: `A` \| `AAAA` \| `CAA`
6364
6364
  # \| `CNAME` \| `DS` \|`MX` \| `NAPTR` \| `NS` \| `PTR` \| `SOA` \|
6365
- # `SPF` \| `SRV` \| `TXT`
6365
+ # `SPF` \| `SRV` \| `TXT`\| `TLSA`\| `SSHFP`\| `SVCB`\| `HTTPS`
6366
6366
  #
6367
6367
  # Values for weighted, latency, geolocation, and failover resource
6368
6368
  # record sets: `A` \| `AAAA` \| `CAA` \| `CNAME` \| `MX` \| `NAPTR` \|
6369
- # `PTR` \| `SPF` \| `SRV` \| `TXT`. When creating a group of weighted,
6370
- # latency, geolocation, or failover resource record sets, specify the
6371
- # same value for all of the resource record sets in the group.
6369
+ # `PTR` \| `SPF` \| `SRV` \| `TXT`\| `TLSA`\| `SSHFP`\| `SVCB`\|
6370
+ # `HTTPS`. When creating a group of weighted, latency, geolocation, or
6371
+ # failover resource record sets, specify the same value for all of the
6372
+ # resource record sets in the group.
6372
6373
  #
6373
6374
  # Valid values for multivalue answer resource record sets: `A` \|
6374
- # `AAAA` \| `MX` \| `NAPTR` \| `PTR` \| `SPF` \| `SRV` \| `TXT`
6375
+ # `AAAA` \| `MX` \| `NAPTR` \| `PTR` \| `SPF` \| `SRV` \| `TXT`\|
6376
+ # `CAA`\| `TLSA`\| `SSHFP`\| `SVCB`\| `HTTPS`
6375
6377
  #
6376
6378
  # <note markdown="1"> SPF records were formerly used to verify the identity of the sender
6377
6379
  # of email messages. However, we no longer recommend that you create
@@ -55,7 +55,7 @@ module Aws::Route53
55
55
  autoload :EndpointProvider, 'aws-sdk-route53/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-route53/endpoints'
57
57
 
58
- GEM_VERSION = '1.103.0'
58
+ GEM_VERSION = '1.104.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -94,7 +94,7 @@ module Aws
94
94
  def associate_vpc_with_hosted_zone: (
95
95
  hosted_zone_id: ::String,
96
96
  vpc: {
97
- vpc_region: ("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")?,
97
+ vpc_region: ("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")?,
98
98
  vpc_id: ::String?
99
99
  },
100
100
  ?comment: ::String
@@ -133,7 +133,7 @@ module Aws
133
133
  action: ("CREATE" | "DELETE" | "UPSERT"),
134
134
  resource_record_set: {
135
135
  name: ::String,
136
- type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
136
+ type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS"),
137
137
  set_identifier: ::String?,
138
138
  weight: ::Integer?,
139
139
  region: ("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")?,
@@ -252,7 +252,7 @@ module Aws
252
252
  def create_hosted_zone: (
253
253
  name: ::String,
254
254
  ?vpc: {
255
- vpc_region: ("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")?,
255
+ vpc_region: ("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")?,
256
256
  vpc_id: ::String?
257
257
  },
258
258
  caller_reference: ::String,
@@ -354,7 +354,7 @@ module Aws
354
354
  def create_vpc_association_authorization: (
355
355
  hosted_zone_id: ::String,
356
356
  vpc: {
357
- vpc_region: ("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")?,
357
+ vpc_region: ("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")?,
358
358
  vpc_id: ::String?
359
359
  }
360
360
  ) -> _CreateVPCAssociationAuthorizationResponseSuccess
@@ -454,7 +454,7 @@ module Aws
454
454
  def delete_vpc_association_authorization: (
455
455
  hosted_zone_id: ::String,
456
456
  vpc: {
457
- vpc_region: ("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")?,
457
+ vpc_region: ("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")?,
458
458
  vpc_id: ::String?
459
459
  }
460
460
  ) -> _DeleteVPCAssociationAuthorizationResponseSuccess
@@ -478,7 +478,7 @@ module Aws
478
478
  def disassociate_vpc_from_hosted_zone: (
479
479
  hosted_zone_id: ::String,
480
480
  vpc: {
481
- vpc_region: ("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")?,
481
+ vpc_region: ("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")?,
482
482
  vpc_id: ::String?
483
483
  },
484
484
  ?comment: ::String
@@ -798,7 +798,7 @@ module Aws
798
798
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_hosted_zones_by_vpc-instance_method
799
799
  def list_hosted_zones_by_vpc: (
800
800
  vpc_id: ::String,
801
- vpc_region: ("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"),
801
+ vpc_region: ("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"),
802
802
  ?max_items: ::Integer,
803
803
  ?next_token: ::String
804
804
  ) -> _ListHostedZonesByVPCResponseSuccess
@@ -822,7 +822,7 @@ module Aws
822
822
  def resource_record_sets: () -> ::Array[Types::ResourceRecordSet]
823
823
  def is_truncated: () -> bool
824
824
  def next_record_name: () -> ::String
825
- def next_record_type: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
825
+ def next_record_type: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
826
826
  def next_record_identifier: () -> ::String
827
827
  def max_items: () -> ::Integer
828
828
  end
@@ -830,7 +830,7 @@ module Aws
830
830
  def list_resource_record_sets: (
831
831
  hosted_zone_id: ::String,
832
832
  ?start_record_name: ::String,
833
- ?start_record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
833
+ ?start_record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS"),
834
834
  ?start_record_identifier: ::String,
835
835
  ?max_items: ::Integer
836
836
  ) -> _ListResourceRecordSetsResponseSuccess
@@ -892,7 +892,7 @@ module Aws
892
892
  def traffic_policy_instances: () -> ::Array[Types::TrafficPolicyInstance]
893
893
  def hosted_zone_id_marker: () -> ::String
894
894
  def traffic_policy_instance_name_marker: () -> ::String
895
- def traffic_policy_instance_type_marker: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
895
+ def traffic_policy_instance_type_marker: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
896
896
  def is_truncated: () -> bool
897
897
  def max_items: () -> ::Integer
898
898
  end
@@ -900,7 +900,7 @@ module Aws
900
900
  def list_traffic_policy_instances: (
901
901
  ?hosted_zone_id_marker: ::String,
902
902
  ?traffic_policy_instance_name_marker: ::String,
903
- ?traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
903
+ ?traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS"),
904
904
  ?max_items: ::Integer
905
905
  ) -> _ListTrafficPolicyInstancesResponseSuccess
906
906
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrafficPolicyInstancesResponseSuccess
@@ -909,7 +909,7 @@ module Aws
909
909
  include ::Seahorse::Client::_ResponseSuccess[Types::ListTrafficPolicyInstancesByHostedZoneResponse]
910
910
  def traffic_policy_instances: () -> ::Array[Types::TrafficPolicyInstance]
911
911
  def traffic_policy_instance_name_marker: () -> ::String
912
- def traffic_policy_instance_type_marker: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
912
+ def traffic_policy_instance_type_marker: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
913
913
  def is_truncated: () -> bool
914
914
  def max_items: () -> ::Integer
915
915
  end
@@ -917,7 +917,7 @@ module Aws
917
917
  def list_traffic_policy_instances_by_hosted_zone: (
918
918
  hosted_zone_id: ::String,
919
919
  ?traffic_policy_instance_name_marker: ::String,
920
- ?traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
920
+ ?traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS"),
921
921
  ?max_items: ::Integer
922
922
  ) -> _ListTrafficPolicyInstancesByHostedZoneResponseSuccess
923
923
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrafficPolicyInstancesByHostedZoneResponseSuccess
@@ -927,7 +927,7 @@ module Aws
927
927
  def traffic_policy_instances: () -> ::Array[Types::TrafficPolicyInstance]
928
928
  def hosted_zone_id_marker: () -> ::String
929
929
  def traffic_policy_instance_name_marker: () -> ::String
930
- def traffic_policy_instance_type_marker: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
930
+ def traffic_policy_instance_type_marker: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
931
931
  def is_truncated: () -> bool
932
932
  def max_items: () -> ::Integer
933
933
  end
@@ -937,7 +937,7 @@ module Aws
937
937
  traffic_policy_version: ::Integer,
938
938
  ?hosted_zone_id_marker: ::String,
939
939
  ?traffic_policy_instance_name_marker: ::String,
940
- ?traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
940
+ ?traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS"),
941
941
  ?max_items: ::Integer
942
942
  ) -> _ListTrafficPolicyInstancesByPolicyResponseSuccess
943
943
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrafficPolicyInstancesByPolicyResponseSuccess
@@ -975,7 +975,7 @@ module Aws
975
975
  include ::Seahorse::Client::_ResponseSuccess[Types::TestDNSAnswerResponse]
976
976
  def nameserver: () -> ::String
977
977
  def record_name: () -> ::String
978
- def record_type: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
978
+ def record_type: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
979
979
  def record_data: () -> ::Array[::String]
980
980
  def response_code: () -> ::String
981
981
  def protocol: () -> ::String
@@ -984,7 +984,7 @@ module Aws
984
984
  def test_dns_answer: (
985
985
  hosted_zone_id: ::String,
986
986
  record_name: ::String,
987
- record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
987
+ record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS"),
988
988
  ?resolver_ip: ::String,
989
989
  ?edns0_client_subnet_ip: ::String,
990
990
  ?edns0_client_subnet_mask: ::String
data/sig/types.rbs CHANGED
@@ -1034,7 +1034,7 @@ module Aws::Route53
1034
1034
 
1035
1035
  class ListHostedZonesByVPCRequest
1036
1036
  attr_accessor vpc_id: ::String
1037
- attr_accessor vpc_region: ("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")
1037
+ attr_accessor vpc_region: ("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")
1038
1038
  attr_accessor max_items: ::Integer
1039
1039
  attr_accessor next_token: ::String
1040
1040
  SENSITIVE: []
@@ -1080,7 +1080,7 @@ module Aws::Route53
1080
1080
  class ListResourceRecordSetsRequest
1081
1081
  attr_accessor hosted_zone_id: ::String
1082
1082
  attr_accessor start_record_name: ::String
1083
- attr_accessor start_record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1083
+ attr_accessor start_record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1084
1084
  attr_accessor start_record_identifier: ::String
1085
1085
  attr_accessor max_items: ::Integer
1086
1086
  SENSITIVE: []
@@ -1090,7 +1090,7 @@ module Aws::Route53
1090
1090
  attr_accessor resource_record_sets: ::Array[Types::ResourceRecordSet]
1091
1091
  attr_accessor is_truncated: bool
1092
1092
  attr_accessor next_record_name: ::String
1093
- attr_accessor next_record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1093
+ attr_accessor next_record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1094
1094
  attr_accessor next_record_identifier: ::String
1095
1095
  attr_accessor max_items: ::Integer
1096
1096
  SENSITIVE: []
@@ -1150,7 +1150,7 @@ module Aws::Route53
1150
1150
  class ListTrafficPolicyInstancesByHostedZoneRequest
1151
1151
  attr_accessor hosted_zone_id: ::String
1152
1152
  attr_accessor traffic_policy_instance_name_marker: ::String
1153
- attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1153
+ attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1154
1154
  attr_accessor max_items: ::Integer
1155
1155
  SENSITIVE: []
1156
1156
  end
@@ -1158,7 +1158,7 @@ module Aws::Route53
1158
1158
  class ListTrafficPolicyInstancesByHostedZoneResponse
1159
1159
  attr_accessor traffic_policy_instances: ::Array[Types::TrafficPolicyInstance]
1160
1160
  attr_accessor traffic_policy_instance_name_marker: ::String
1161
- attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1161
+ attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1162
1162
  attr_accessor is_truncated: bool
1163
1163
  attr_accessor max_items: ::Integer
1164
1164
  SENSITIVE: []
@@ -1169,7 +1169,7 @@ module Aws::Route53
1169
1169
  attr_accessor traffic_policy_version: ::Integer
1170
1170
  attr_accessor hosted_zone_id_marker: ::String
1171
1171
  attr_accessor traffic_policy_instance_name_marker: ::String
1172
- attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1172
+ attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1173
1173
  attr_accessor max_items: ::Integer
1174
1174
  SENSITIVE: []
1175
1175
  end
@@ -1178,7 +1178,7 @@ module Aws::Route53
1178
1178
  attr_accessor traffic_policy_instances: ::Array[Types::TrafficPolicyInstance]
1179
1179
  attr_accessor hosted_zone_id_marker: ::String
1180
1180
  attr_accessor traffic_policy_instance_name_marker: ::String
1181
- attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1181
+ attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1182
1182
  attr_accessor is_truncated: bool
1183
1183
  attr_accessor max_items: ::Integer
1184
1184
  SENSITIVE: []
@@ -1187,7 +1187,7 @@ module Aws::Route53
1187
1187
  class ListTrafficPolicyInstancesRequest
1188
1188
  attr_accessor hosted_zone_id_marker: ::String
1189
1189
  attr_accessor traffic_policy_instance_name_marker: ::String
1190
- attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1190
+ attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1191
1191
  attr_accessor max_items: ::Integer
1192
1192
  SENSITIVE: []
1193
1193
  end
@@ -1196,7 +1196,7 @@ module Aws::Route53
1196
1196
  attr_accessor traffic_policy_instances: ::Array[Types::TrafficPolicyInstance]
1197
1197
  attr_accessor hosted_zone_id_marker: ::String
1198
1198
  attr_accessor traffic_policy_instance_name_marker: ::String
1199
- attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1199
+ attr_accessor traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1200
1200
  attr_accessor is_truncated: bool
1201
1201
  attr_accessor max_items: ::Integer
1202
1202
  SENSITIVE: []
@@ -1330,7 +1330,7 @@ module Aws::Route53
1330
1330
 
1331
1331
  class ResourceRecordSet
1332
1332
  attr_accessor name: ::String
1333
- attr_accessor type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1333
+ attr_accessor type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1334
1334
  attr_accessor set_identifier: ::String
1335
1335
  attr_accessor weight: ::Integer
1336
1336
  attr_accessor region: ("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")
@@ -1375,7 +1375,7 @@ module Aws::Route53
1375
1375
  class TestDNSAnswerRequest
1376
1376
  attr_accessor hosted_zone_id: ::String
1377
1377
  attr_accessor record_name: ::String
1378
- attr_accessor record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1378
+ attr_accessor record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1379
1379
  attr_accessor resolver_ip: ::String
1380
1380
  attr_accessor edns0_client_subnet_ip: ::String
1381
1381
  attr_accessor edns0_client_subnet_mask: ::String
@@ -1385,7 +1385,7 @@ module Aws::Route53
1385
1385
  class TestDNSAnswerResponse
1386
1386
  attr_accessor nameserver: ::String
1387
1387
  attr_accessor record_name: ::String
1388
- attr_accessor record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1388
+ attr_accessor record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1389
1389
  attr_accessor record_data: ::Array[::String]
1390
1390
  attr_accessor response_code: ::String
1391
1391
  attr_accessor protocol: ::String
@@ -1436,7 +1436,7 @@ module Aws::Route53
1436
1436
  attr_accessor id: ::String
1437
1437
  attr_accessor version: ::Integer
1438
1438
  attr_accessor name: ::String
1439
- attr_accessor type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1439
+ attr_accessor type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1440
1440
  attr_accessor document: ::String
1441
1441
  attr_accessor comment: ::String
1442
1442
  SENSITIVE: []
@@ -1461,7 +1461,7 @@ module Aws::Route53
1461
1461
  attr_accessor message: ::String
1462
1462
  attr_accessor traffic_policy_id: ::String
1463
1463
  attr_accessor traffic_policy_version: ::Integer
1464
- attr_accessor traffic_policy_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1464
+ attr_accessor traffic_policy_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1465
1465
  SENSITIVE: []
1466
1466
  end
1467
1467
 
@@ -1473,7 +1473,7 @@ module Aws::Route53
1473
1473
  class TrafficPolicySummary
1474
1474
  attr_accessor id: ::String
1475
1475
  attr_accessor name: ::String
1476
- attr_accessor type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
1476
+ attr_accessor type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
1477
1477
  attr_accessor latest_version: ::Integer
1478
1478
  attr_accessor traffic_policy_count: ::Integer
1479
1479
  SENSITIVE: []
@@ -1542,7 +1542,7 @@ module Aws::Route53
1542
1542
  end
1543
1543
 
1544
1544
  class VPC
1545
- attr_accessor vpc_region: ("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")
1545
+ attr_accessor vpc_region: ("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")
1546
1546
  attr_accessor vpc_id: ::String
1547
1547
  SENSITIVE: []
1548
1548
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.103.0
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core