@aws-sdk/client-route-53 3.682.0 → 3.686.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/index.js +5 -0
  3. package/dist-es/models/models_0.js +5 -0
  4. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +1 -1
  5. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateHostedZoneCommand.d.ts +2 -2
  7. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -2
  12. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -1
  13. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -1
  14. package/dist-types/commands/GetHostedZoneCommand.d.ts +4 -1
  15. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +1 -1
  16. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +1 -1
  17. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +4 -1
  18. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +3 -3
  19. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +1 -1
  20. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +3 -3
  21. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +3 -3
  22. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -3
  23. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +1 -1
  24. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
  25. package/dist-types/commands/TestDNSAnswerCommand.d.ts +2 -2
  26. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +1 -1
  28. package/dist-types/models/models_0.d.ts +17 -10
  29. package/dist-types/ts3.4/models/models_0.d.ts +5 -0
  30. package/package.json +38 -38
package/README.md CHANGED
@@ -26,7 +26,7 @@ service.</p>
26
26
 
27
27
  ## Installing
28
28
 
29
- To install the this package, simply type add or install @aws-sdk/client-route-53
29
+ To install this package, simply type add or install @aws-sdk/client-route-53
30
30
  using your favorite package manager:
31
31
 
32
32
  - `npm install @aws-sdk/client-route-53`
package/dist-cjs/index.js CHANGED
@@ -529,6 +529,7 @@ var VPCRegion = {
529
529
  ca_central_1: "ca-central-1",
530
530
  ca_west_1: "ca-west-1",
531
531
  cn_north_1: "cn-north-1",
532
+ cn_northwest_1: "cn-northwest-1",
532
533
  eu_central_1: "eu-central-1",
533
534
  eu_central_2: "eu-central-2",
534
535
  eu_north_1: "eu-north-1",
@@ -777,6 +778,7 @@ var RRType = {
777
778
  CAA: "CAA",
778
779
  CNAME: "CNAME",
779
780
  DS: "DS",
781
+ HTTPS: "HTTPS",
780
782
  MX: "MX",
781
783
  NAPTR: "NAPTR",
782
784
  NS: "NS",
@@ -784,6 +786,9 @@ var RRType = {
784
786
  SOA: "SOA",
785
787
  SPF: "SPF",
786
788
  SRV: "SRV",
789
+ SSHFP: "SSHFP",
790
+ SVCB: "SVCB",
791
+ TLSA: "TLSA",
787
792
  TXT: "TXT"
788
793
  };
789
794
  var _InvalidChangeBatch = class _InvalidChangeBatch extends Route53ServiceException {
@@ -137,6 +137,7 @@ export const VPCRegion = {
137
137
  ca_central_1: "ca-central-1",
138
138
  ca_west_1: "ca-west-1",
139
139
  cn_north_1: "cn-north-1",
140
+ cn_northwest_1: "cn-northwest-1",
140
141
  eu_central_1: "eu-central-1",
141
142
  eu_central_2: "eu-central-2",
142
143
  eu_north_1: "eu-north-1",
@@ -335,6 +336,7 @@ export const RRType = {
335
336
  CAA: "CAA",
336
337
  CNAME: "CNAME",
337
338
  DS: "DS",
339
+ HTTPS: "HTTPS",
338
340
  MX: "MX",
339
341
  NAPTR: "NAPTR",
340
342
  NS: "NS",
@@ -342,6 +344,9 @@ export const RRType = {
342
344
  SOA: "SOA",
343
345
  SPF: "SPF",
344
346
  SRV: "SRV",
347
+ SSHFP: "SSHFP",
348
+ SVCB: "SVCB",
349
+ TLSA: "TLSA",
345
350
  TXT: "TXT",
346
351
  };
347
352
  export class InvalidChangeBatch extends __BaseException {
@@ -70,7 +70,7 @@ declare const AssociateVPCWithHostedZoneCommand_base: {
70
70
  * const input = { // AssociateVPCWithHostedZoneRequest
71
71
  * HostedZoneId: "STRING_VALUE", // required
72
72
  * VPC: { // VPC
73
- * VPCRegion: "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",
73
+ * VPCRegion: "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",
74
74
  * VPCId: "STRING_VALUE",
75
75
  * },
76
76
  * Comment: "STRING_VALUE",
@@ -132,7 +132,7 @@ declare const ChangeResourceRecordSetsCommand_base: {
132
132
  * Action: "CREATE" || "DELETE" || "UPSERT", // required
133
133
  * ResourceRecordSet: { // ResourceRecordSet
134
134
  * Name: "STRING_VALUE", // required
135
- * Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
135
+ * Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
136
136
  * SetIdentifier: "STRING_VALUE",
137
137
  * Weight: Number("long"),
138
138
  * 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",
@@ -99,7 +99,7 @@ declare const CreateHostedZoneCommand_base: {
99
99
  * const input = { // CreateHostedZoneRequest
100
100
  * Name: "STRING_VALUE", // required
101
101
  * VPC: { // VPC
102
- * VPCRegion: "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",
102
+ * VPCRegion: "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",
103
103
  * VPCId: "STRING_VALUE",
104
104
  * },
105
105
  * CallerReference: "STRING_VALUE", // required
@@ -140,7 +140,7 @@ declare const CreateHostedZoneCommand_base: {
140
140
  * // ],
141
141
  * // },
142
142
  * // VPC: { // VPC
143
- * // VPCRegion: "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",
143
+ * // VPCRegion: "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",
144
144
  * // VPCId: "STRING_VALUE",
145
145
  * // },
146
146
  * // Location: "STRING_VALUE", // required
@@ -94,7 +94,8 @@ declare const CreateQueryLoggingConfigCommand_base: {
94
94
  * <li>
95
95
  * <p>Create a CloudWatch Logs resource policy, and give it the
96
96
  * permissions that Route 53 needs to create log streams and to send
97
- * query logs to log streams. For the value of <code>Resource</code>,
97
+ * query logs to log streams. You must create the CloudWatch Logs resource policy in the us-east-1
98
+ * region. For the value of <code>Resource</code>,
98
99
  * specify the ARN for the log group that you created in the previous
99
100
  * step. To use the same resource policy for all the CloudWatch Logs
100
101
  * log groups that you created for query logging configurations,
@@ -48,7 +48,7 @@ declare const CreateTrafficPolicyCommand_base: {
48
48
  * // Id: "STRING_VALUE", // required
49
49
  * // Version: Number("int"), // required
50
50
  * // Name: "STRING_VALUE", // required
51
- * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
51
+ * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
52
52
  * // Document: "STRING_VALUE", // required
53
53
  * // Comment: "STRING_VALUE",
54
54
  * // },
@@ -66,7 +66,7 @@ declare const CreateTrafficPolicyInstanceCommand_base: {
66
66
  * // Message: "STRING_VALUE", // required
67
67
  * // TrafficPolicyId: "STRING_VALUE", // required
68
68
  * // TrafficPolicyVersion: Number("int"), // required
69
- * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
69
+ * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
70
70
  * // },
71
71
  * // Location: "STRING_VALUE", // required
72
72
  * // };
@@ -52,7 +52,7 @@ declare const CreateTrafficPolicyVersionCommand_base: {
52
52
  * // Id: "STRING_VALUE", // required
53
53
  * // Version: Number("int"), // required
54
54
  * // Name: "STRING_VALUE", // required
55
- * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
55
+ * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
56
56
  * // Document: "STRING_VALUE", // required
57
57
  * // Comment: "STRING_VALUE",
58
58
  * // },
@@ -47,7 +47,7 @@ declare const CreateVPCAssociationAuthorizationCommand_base: {
47
47
  * const input = { // CreateVPCAssociationAuthorizationRequest
48
48
  * HostedZoneId: "STRING_VALUE", // required
49
49
  * VPC: { // VPC
50
- * VPCRegion: "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",
50
+ * VPCRegion: "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",
51
51
  * VPCId: "STRING_VALUE",
52
52
  * },
53
53
  * };
@@ -56,7 +56,7 @@ declare const CreateVPCAssociationAuthorizationCommand_base: {
56
56
  * // { // CreateVPCAssociationAuthorizationResponse
57
57
  * // HostedZoneId: "STRING_VALUE", // required
58
58
  * // VPC: { // VPC
59
- * // VPCRegion: "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",
59
+ * // VPCRegion: "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",
60
60
  * // VPCId: "STRING_VALUE",
61
61
  * // },
62
62
  * // };
@@ -48,7 +48,7 @@ declare const DeleteVPCAssociationAuthorizationCommand_base: {
48
48
  * const input = { // DeleteVPCAssociationAuthorizationRequest
49
49
  * HostedZoneId: "STRING_VALUE", // required
50
50
  * VPC: { // VPC
51
- * VPCRegion: "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",
51
+ * VPCRegion: "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",
52
52
  * VPCId: "STRING_VALUE",
53
53
  * },
54
54
  * };
@@ -85,7 +85,7 @@ declare const DisassociateVPCFromHostedZoneCommand_base: {
85
85
  * const input = { // DisassociateVPCFromHostedZoneRequest
86
86
  * HostedZoneId: "STRING_VALUE", // required
87
87
  * VPC: { // VPC
88
- * VPCRegion: "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",
88
+ * VPCRegion: "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",
89
89
  * VPCId: "STRING_VALUE",
90
90
  * },
91
91
  * Comment: "STRING_VALUE",
@@ -29,6 +29,9 @@ declare const GetHostedZoneCommand_base: {
29
29
  /**
30
30
  * <p>Gets information about a specified hosted zone including the four name servers
31
31
  * assigned to the hosted zone.</p>
32
+ * <p>
33
+ * <code></code> returns the VPCs associated with the specified hosted zone and does not reflect the VPC
34
+ * associations by Route 53 Profiles. To get the associations to a Profile, call the <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53profiles_ListProfileAssociations.html">ListProfileAssociations</a> API.</p>
32
35
  * @example
33
36
  * Use a bare-bones client and the command you need to make an API call.
34
37
  * ```javascript
@@ -64,7 +67,7 @@ declare const GetHostedZoneCommand_base: {
64
67
  * // },
65
68
  * // VPCs: [ // VPCs
66
69
  * // { // VPC
67
- * // VPCRegion: "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",
70
+ * // VPCRegion: "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",
68
71
  * // VPCId: "STRING_VALUE",
69
72
  * // },
70
73
  * // ],
@@ -47,7 +47,7 @@ declare const GetTrafficPolicyCommand_base: {
47
47
  * // Id: "STRING_VALUE", // required
48
48
  * // Version: Number("int"), // required
49
49
  * // Name: "STRING_VALUE", // required
50
- * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
50
+ * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
51
51
  * // Document: "STRING_VALUE", // required
52
52
  * // Comment: "STRING_VALUE",
53
53
  * // },
@@ -60,7 +60,7 @@ declare const GetTrafficPolicyInstanceCommand_base: {
60
60
  * // Message: "STRING_VALUE", // required
61
61
  * // TrafficPolicyId: "STRING_VALUE", // required
62
62
  * // TrafficPolicyVersion: Number("int"), // required
63
- * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
63
+ * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
64
64
  * // },
65
65
  * // };
66
66
  *
@@ -44,6 +44,9 @@ declare const ListHostedZonesByVPCCommand_base: {
44
44
  * <code>Owner</code> is <code>efs.amazonaws.com</code>. </p>
45
45
  * </li>
46
46
  * </ul>
47
+ * <p>
48
+ * <code>ListHostedZonesByVPC</code> returns the hosted zones associated with the specified VPC and does not reflect the hosted zone
49
+ * associations to VPCs via Route 53 Profiles. To get the associations to a Profile, call the <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53profiles_ListProfileResourceAssociations.html">ListProfileResourceAssociations</a> API.</p>
47
50
  * <note>
48
51
  * <p>When listing private hosted zones, the hosted zone and the Amazon VPC must
49
52
  * belong to the same partition where the hosted zones were created. A partition is a
@@ -75,7 +78,7 @@ declare const ListHostedZonesByVPCCommand_base: {
75
78
  * const client = new Route53Client(config);
76
79
  * const input = { // ListHostedZonesByVPCRequest
77
80
  * VPCId: "STRING_VALUE", // required
78
- * VPCRegion: "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", // required
81
+ * VPCRegion: "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", // required
79
82
  * MaxItems: Number("int"),
80
83
  * NextToken: "STRING_VALUE",
81
84
  * };
@@ -107,7 +107,7 @@ declare const ListResourceRecordSetsCommand_base: {
107
107
  * const input = { // ListResourceRecordSetsRequest
108
108
  * HostedZoneId: "STRING_VALUE", // required
109
109
  * StartRecordName: "STRING_VALUE",
110
- * StartRecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
110
+ * StartRecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS",
111
111
  * StartRecordIdentifier: "STRING_VALUE",
112
112
  * MaxItems: Number("int"),
113
113
  * };
@@ -117,7 +117,7 @@ declare const ListResourceRecordSetsCommand_base: {
117
117
  * // ResourceRecordSets: [ // ResourceRecordSets // required
118
118
  * // { // ResourceRecordSet
119
119
  * // Name: "STRING_VALUE", // required
120
- * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
120
+ * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
121
121
  * // SetIdentifier: "STRING_VALUE",
122
122
  * // Weight: Number("long"),
123
123
  * // 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",
@@ -158,7 +158,7 @@ declare const ListResourceRecordSetsCommand_base: {
158
158
  * // ],
159
159
  * // IsTruncated: true || false, // required
160
160
  * // NextRecordName: "STRING_VALUE",
161
- * // NextRecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
161
+ * // NextRecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS",
162
162
  * // NextRecordIdentifier: "STRING_VALUE",
163
163
  * // MaxItems: Number("int"), // required
164
164
  * // };
@@ -49,7 +49,7 @@ declare const ListTrafficPoliciesCommand_base: {
49
49
  * // { // TrafficPolicySummary
50
50
  * // Id: "STRING_VALUE", // required
51
51
  * // Name: "STRING_VALUE", // required
52
- * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
52
+ * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
53
53
  * // LatestVersion: Number("int"), // required
54
54
  * // TrafficPolicyCount: Number("int"), // required
55
55
  * // },
@@ -48,7 +48,7 @@ declare const ListTrafficPolicyInstancesByHostedZoneCommand_base: {
48
48
  * const input = { // ListTrafficPolicyInstancesByHostedZoneRequest
49
49
  * HostedZoneId: "STRING_VALUE", // required
50
50
  * TrafficPolicyInstanceNameMarker: "STRING_VALUE",
51
- * TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
51
+ * TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS",
52
52
  * MaxItems: Number("int"),
53
53
  * };
54
54
  * const command = new ListTrafficPolicyInstancesByHostedZoneCommand(input);
@@ -64,11 +64,11 @@ declare const ListTrafficPolicyInstancesByHostedZoneCommand_base: {
64
64
  * // Message: "STRING_VALUE", // required
65
65
  * // TrafficPolicyId: "STRING_VALUE", // required
66
66
  * // TrafficPolicyVersion: Number("int"), // required
67
- * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
67
+ * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
68
68
  * // },
69
69
  * // ],
70
70
  * // TrafficPolicyInstanceNameMarker: "STRING_VALUE",
71
- * // TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
71
+ * // TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS",
72
72
  * // IsTruncated: true || false, // required
73
73
  * // MaxItems: Number("int"), // required
74
74
  * // };
@@ -50,7 +50,7 @@ declare const ListTrafficPolicyInstancesByPolicyCommand_base: {
50
50
  * TrafficPolicyVersion: Number("int"), // required
51
51
  * HostedZoneIdMarker: "STRING_VALUE",
52
52
  * TrafficPolicyInstanceNameMarker: "STRING_VALUE",
53
- * TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
53
+ * TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS",
54
54
  * MaxItems: Number("int"),
55
55
  * };
56
56
  * const command = new ListTrafficPolicyInstancesByPolicyCommand(input);
@@ -66,12 +66,12 @@ declare const ListTrafficPolicyInstancesByPolicyCommand_base: {
66
66
  * // Message: "STRING_VALUE", // required
67
67
  * // TrafficPolicyId: "STRING_VALUE", // required
68
68
  * // TrafficPolicyVersion: Number("int"), // required
69
- * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
69
+ * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
70
70
  * // },
71
71
  * // ],
72
72
  * // HostedZoneIdMarker: "STRING_VALUE",
73
73
  * // TrafficPolicyInstanceNameMarker: "STRING_VALUE",
74
- * // TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
74
+ * // TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS",
75
75
  * // IsTruncated: true || false, // required
76
76
  * // MaxItems: Number("int"), // required
77
77
  * // };
@@ -47,7 +47,7 @@ declare const ListTrafficPolicyInstancesCommand_base: {
47
47
  * const input = { // ListTrafficPolicyInstancesRequest
48
48
  * HostedZoneIdMarker: "STRING_VALUE",
49
49
  * TrafficPolicyInstanceNameMarker: "STRING_VALUE",
50
- * TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
50
+ * TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS",
51
51
  * MaxItems: Number("int"),
52
52
  * };
53
53
  * const command = new ListTrafficPolicyInstancesCommand(input);
@@ -63,12 +63,12 @@ declare const ListTrafficPolicyInstancesCommand_base: {
63
63
  * // Message: "STRING_VALUE", // required
64
64
  * // TrafficPolicyId: "STRING_VALUE", // required
65
65
  * // TrafficPolicyVersion: Number("int"), // required
66
- * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
66
+ * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
67
67
  * // },
68
68
  * // ],
69
69
  * // HostedZoneIdMarker: "STRING_VALUE",
70
70
  * // TrafficPolicyInstanceNameMarker: "STRING_VALUE",
71
- * // TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
71
+ * // TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS",
72
72
  * // IsTruncated: true || false, // required
73
73
  * // MaxItems: Number("int"), // required
74
74
  * // };
@@ -49,7 +49,7 @@ declare const ListTrafficPolicyVersionsCommand_base: {
49
49
  * // Id: "STRING_VALUE", // required
50
50
  * // Version: Number("int"), // required
51
51
  * // Name: "STRING_VALUE", // required
52
- * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
52
+ * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
53
53
  * // Document: "STRING_VALUE", // required
54
54
  * // Comment: "STRING_VALUE",
55
55
  * // },
@@ -50,7 +50,7 @@ declare const ListVPCAssociationAuthorizationsCommand_base: {
50
50
  * // NextToken: "STRING_VALUE",
51
51
  * // VPCs: [ // VPCs // required
52
52
  * // { // VPC
53
- * // VPCRegion: "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",
53
+ * // VPCRegion: "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",
54
54
  * // VPCId: "STRING_VALUE",
55
55
  * // },
56
56
  * // ],
@@ -46,7 +46,7 @@ declare const TestDNSAnswerCommand_base: {
46
46
  * const input = { // TestDNSAnswerRequest
47
47
  * HostedZoneId: "STRING_VALUE", // required
48
48
  * RecordName: "STRING_VALUE", // required
49
- * RecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
49
+ * RecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
50
50
  * ResolverIP: "STRING_VALUE",
51
51
  * EDNS0ClientSubnetIP: "STRING_VALUE",
52
52
  * EDNS0ClientSubnetMask: "STRING_VALUE",
@@ -56,7 +56,7 @@ declare const TestDNSAnswerCommand_base: {
56
56
  * // { // TestDNSAnswerResponse
57
57
  * // Nameserver: "STRING_VALUE", // required
58
58
  * // RecordName: "STRING_VALUE", // required
59
- * // RecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
59
+ * // RecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
60
60
  * // RecordData: [ // RecordData // required
61
61
  * // "STRING_VALUE",
62
62
  * // ],
@@ -46,7 +46,7 @@ declare const UpdateTrafficPolicyCommentCommand_base: {
46
46
  * // Id: "STRING_VALUE", // required
47
47
  * // Version: Number("int"), // required
48
48
  * // Name: "STRING_VALUE", // required
49
- * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
49
+ * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
50
50
  * // Document: "STRING_VALUE", // required
51
51
  * // Comment: "STRING_VALUE",
52
52
  * // },
@@ -80,7 +80,7 @@ declare const UpdateTrafficPolicyInstanceCommand_base: {
80
80
  * // Message: "STRING_VALUE", // required
81
81
  * // TrafficPolicyId: "STRING_VALUE", // required
82
82
  * // TrafficPolicyVersion: Number("int"), // required
83
- * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
83
+ * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS" || "TLSA" || "SSHFP" || "SVCB" || "HTTPS", // required
84
84
  * // },
85
85
  * // };
86
86
  *
@@ -741,6 +741,7 @@ export declare const VPCRegion: {
741
741
  readonly ca_central_1: "ca-central-1";
742
742
  readonly ca_west_1: "ca-west-1";
743
743
  readonly cn_north_1: "cn-north-1";
744
+ readonly cn_northwest_1: "cn-northwest-1";
744
745
  readonly eu_central_1: "eu-central-1";
745
746
  readonly eu_central_2: "eu-central-2";
746
747
  readonly eu_north_1: "eu-north-1";
@@ -1321,6 +1322,7 @@ export declare const RRType: {
1321
1322
  readonly CAA: "CAA";
1322
1323
  readonly CNAME: "CNAME";
1323
1324
  readonly DS: "DS";
1325
+ readonly HTTPS: "HTTPS";
1324
1326
  readonly MX: "MX";
1325
1327
  readonly NAPTR: "NAPTR";
1326
1328
  readonly NS: "NS";
@@ -1328,6 +1330,9 @@ export declare const RRType: {
1328
1330
  readonly SOA: "SOA";
1329
1331
  readonly SPF: "SPF";
1330
1332
  readonly SRV: "SRV";
1333
+ readonly SSHFP: "SSHFP";
1334
+ readonly SVCB: "SVCB";
1335
+ readonly TLSA: "TLSA";
1331
1336
  readonly TXT: "TXT";
1332
1337
  };
1333
1338
  /**
@@ -1386,17 +1391,19 @@ export interface ResourceRecordSet {
1386
1391
  * <p>Valid values for basic resource record sets: <code>A</code> | <code>AAAA</code> |
1387
1392
  * <code>CAA</code> | <code>CNAME</code> | <code>DS</code> |<code>MX</code> |
1388
1393
  * <code>NAPTR</code> | <code>NS</code> | <code>PTR</code> | <code>SOA</code> |
1389
- * <code>SPF</code> | <code>SRV</code> | <code>TXT</code>
1394
+ * <code>SPF</code> | <code>SRV</code> | <code>TXT</code>| <code>TLSA</code>| <code>SSHFP</code>| <code>SVCB</code>| <code>HTTPS</code>
1390
1395
  * </p>
1391
- * <p>Values for weighted, latency, geolocation, and failover resource record sets:
1392
- * <code>A</code> | <code>AAAA</code> | <code>CAA</code> | <code>CNAME</code> |
1393
- * <code>MX</code> | <code>NAPTR</code> | <code>PTR</code> | <code>SPF</code> |
1394
- * <code>SRV</code> | <code>TXT</code>. When creating a group of weighted, latency,
1395
- * geolocation, or failover resource record sets, specify the same value for all of the
1396
- * resource record sets in the group.</p>
1396
+ * <p>Values for weighted, latency, geolocation, and failover resource record sets: <code>A</code>
1397
+ * | <code>AAAA</code> | <code>CAA</code> | <code>CNAME</code> | <code>MX</code> |
1398
+ * <code>NAPTR</code> | <code>PTR</code> | <code>SPF</code> | <code>SRV</code> |
1399
+ * <code>TXT</code>| <code>TLSA</code>| <code>SSHFP</code>| <code>SVCB</code>|
1400
+ * <code>HTTPS</code>. When creating a group of weighted, latency, geolocation,
1401
+ * or
1402
+ * failover resource record sets, specify the same value for all of the resource record
1403
+ * sets in the group.</p>
1397
1404
  * <p>Valid values for multivalue answer resource record sets: <code>A</code> |
1398
1405
  * <code>AAAA</code> | <code>MX</code> | <code>NAPTR</code> | <code>PTR</code> |
1399
- * <code>SPF</code> | <code>SRV</code> | <code>TXT</code>
1406
+ * <code>SPF</code> | <code>SRV</code> | <code>TXT</code>| <code>CAA</code>| <code>TLSA</code>| <code>SSHFP</code>| <code>SVCB</code>| <code>HTTPS</code>
1400
1407
  * </p>
1401
1408
  * <note>
1402
1409
  * <p>SPF records were formerly used to verify the identity of the sender of email
@@ -2405,8 +2412,8 @@ export interface HealthCheckConfig {
2405
2412
  * connection. If successful, Route 53 submits an HTTPS request and waits for an
2406
2413
  * HTTP status code of 200 or greater and less than 400.</p>
2407
2414
  * <important>
2408
- * <p>If you specify <code>HTTPS</code> for the value of <code>Type</code>, the
2409
- * endpoint must support TLS v1.0 or later.</p>
2415
+ * <p>If you specify <code>HTTPS</code> for the value of <code>Type</code>, the endpoint must
2416
+ * support TLS v1.0, v1.1, or v1.2.</p>
2410
2417
  * </important>
2411
2418
  * </li>
2412
2419
  * <li>
@@ -135,6 +135,7 @@ export declare const VPCRegion: {
135
135
  readonly ca_central_1: "ca-central-1";
136
136
  readonly ca_west_1: "ca-west-1";
137
137
  readonly cn_north_1: "cn-north-1";
138
+ readonly cn_northwest_1: "cn-northwest-1";
138
139
  readonly eu_central_1: "eu-central-1";
139
140
  readonly eu_central_2: "eu-central-2";
140
141
  readonly eu_north_1: "eu-north-1";
@@ -335,6 +336,7 @@ export declare const RRType: {
335
336
  readonly CAA: "CAA";
336
337
  readonly CNAME: "CNAME";
337
338
  readonly DS: "DS";
339
+ readonly HTTPS: "HTTPS";
338
340
  readonly MX: "MX";
339
341
  readonly NAPTR: "NAPTR";
340
342
  readonly NS: "NS";
@@ -342,6 +344,9 @@ export declare const RRType: {
342
344
  readonly SOA: "SOA";
343
345
  readonly SPF: "SPF";
344
346
  readonly SRV: "SRV";
347
+ readonly SSHFP: "SSHFP";
348
+ readonly SVCB: "SVCB";
349
+ readonly TLSA: "TLSA";
345
350
  readonly TXT: "TXT";
346
351
  };
347
352
  export type RRType = (typeof RRType)[keyof typeof RRType];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route-53",
3
3
  "description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
4
- "version": "3.682.0",
4
+ "version": "3.686.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-route-53",
@@ -20,47 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.682.0",
24
- "@aws-sdk/client-sts": "3.682.0",
25
- "@aws-sdk/core": "3.679.0",
26
- "@aws-sdk/credential-provider-node": "3.682.0",
27
- "@aws-sdk/middleware-host-header": "3.679.0",
28
- "@aws-sdk/middleware-logger": "3.679.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.679.0",
30
- "@aws-sdk/middleware-sdk-route53": "3.679.0",
31
- "@aws-sdk/middleware-user-agent": "3.682.0",
32
- "@aws-sdk/region-config-resolver": "3.679.0",
33
- "@aws-sdk/types": "3.679.0",
34
- "@aws-sdk/util-endpoints": "3.679.0",
35
- "@aws-sdk/util-user-agent-browser": "3.679.0",
36
- "@aws-sdk/util-user-agent-node": "3.682.0",
37
- "@aws-sdk/xml-builder": "3.679.0",
38
- "@smithy/config-resolver": "^3.0.9",
39
- "@smithy/core": "^2.4.8",
40
- "@smithy/fetch-http-handler": "^3.2.9",
41
- "@smithy/hash-node": "^3.0.7",
42
- "@smithy/invalid-dependency": "^3.0.7",
43
- "@smithy/middleware-content-length": "^3.0.9",
44
- "@smithy/middleware-endpoint": "^3.1.4",
45
- "@smithy/middleware-retry": "^3.0.23",
46
- "@smithy/middleware-serde": "^3.0.7",
47
- "@smithy/middleware-stack": "^3.0.7",
48
- "@smithy/node-config-provider": "^3.1.8",
49
- "@smithy/node-http-handler": "^3.2.4",
50
- "@smithy/protocol-http": "^4.1.4",
51
- "@smithy/smithy-client": "^3.4.0",
52
- "@smithy/types": "^3.5.0",
53
- "@smithy/url-parser": "^3.0.7",
23
+ "@aws-sdk/client-sso-oidc": "3.686.0",
24
+ "@aws-sdk/client-sts": "3.686.0",
25
+ "@aws-sdk/core": "3.686.0",
26
+ "@aws-sdk/credential-provider-node": "3.686.0",
27
+ "@aws-sdk/middleware-host-header": "3.686.0",
28
+ "@aws-sdk/middleware-logger": "3.686.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.686.0",
30
+ "@aws-sdk/middleware-sdk-route53": "3.686.0",
31
+ "@aws-sdk/middleware-user-agent": "3.686.0",
32
+ "@aws-sdk/region-config-resolver": "3.686.0",
33
+ "@aws-sdk/types": "3.686.0",
34
+ "@aws-sdk/util-endpoints": "3.686.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.686.0",
36
+ "@aws-sdk/util-user-agent-node": "3.686.0",
37
+ "@aws-sdk/xml-builder": "3.686.0",
38
+ "@smithy/config-resolver": "^3.0.10",
39
+ "@smithy/core": "^2.5.1",
40
+ "@smithy/fetch-http-handler": "^4.0.0",
41
+ "@smithy/hash-node": "^3.0.8",
42
+ "@smithy/invalid-dependency": "^3.0.8",
43
+ "@smithy/middleware-content-length": "^3.0.10",
44
+ "@smithy/middleware-endpoint": "^3.2.1",
45
+ "@smithy/middleware-retry": "^3.0.25",
46
+ "@smithy/middleware-serde": "^3.0.8",
47
+ "@smithy/middleware-stack": "^3.0.8",
48
+ "@smithy/node-config-provider": "^3.1.9",
49
+ "@smithy/node-http-handler": "^3.2.5",
50
+ "@smithy/protocol-http": "^4.1.5",
51
+ "@smithy/smithy-client": "^3.4.2",
52
+ "@smithy/types": "^3.6.0",
53
+ "@smithy/url-parser": "^3.0.8",
54
54
  "@smithy/util-base64": "^3.0.0",
55
55
  "@smithy/util-body-length-browser": "^3.0.0",
56
56
  "@smithy/util-body-length-node": "^3.0.0",
57
- "@smithy/util-defaults-mode-browser": "^3.0.23",
58
- "@smithy/util-defaults-mode-node": "^3.0.23",
59
- "@smithy/util-endpoints": "^2.1.3",
60
- "@smithy/util-middleware": "^3.0.7",
61
- "@smithy/util-retry": "^3.0.7",
57
+ "@smithy/util-defaults-mode-browser": "^3.0.25",
58
+ "@smithy/util-defaults-mode-node": "^3.0.25",
59
+ "@smithy/util-endpoints": "^2.1.4",
60
+ "@smithy/util-middleware": "^3.0.8",
61
+ "@smithy/util-retry": "^3.0.8",
62
62
  "@smithy/util-utf8": "^3.0.0",
63
- "@smithy/util-waiter": "^3.1.6",
63
+ "@smithy/util-waiter": "^3.1.7",
64
64
  "tslib": "^2.6.2"
65
65
  },
66
66
  "devDependencies": {