Skip to content

Commit 94e5777

Browse files
author
awstools
committed
feat(client-route-53): Amazon Route 53 now supports the Asia Pacific (Hyderabad) Region (ap-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
1 parent 6b5a56b commit 94e5777

File tree

4 files changed

+11607
-11586
lines changed

4 files changed

+11607
-11586
lines changed

clients/client-route-53/src/endpoint/EndpointParameters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const resolveClientEndpointParameters = <T>(
2424
};
2525

2626
export interface EndpointParameters extends __EndpointParameters {
27-
Region?: string;
27+
Region: string;
2828
UseDualStack?: boolean;
2929
UseFIPS?: boolean;
3030
Endpoint?: string;

clients/client-route-53/src/endpoint/ruleset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const ruleSet: RuleSetObject = {
66
parameters: {
77
Region: {
88
builtIn: "AWS::Region",
9-
required: false,
9+
required: true,
1010
documentation: "The AWS region used to dispatch the request.",
1111
type: "String",
1212
},

clients/client-route-53/src/models/models_0.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ export enum CloudWatchRegion {
239239
ap_northeast_2 = "ap-northeast-2",
240240
ap_northeast_3 = "ap-northeast-3",
241241
ap_south_1 = "ap-south-1",
242+
ap_south_2 = "ap-south-2",
242243
ap_southeast_1 = "ap-southeast-1",
243244
ap_southeast_2 = "ap-southeast-2",
244245
ap_southeast_3 = "ap-southeast-3",
@@ -736,6 +737,7 @@ export enum VPCRegion {
736737
ap_northeast_2 = "ap-northeast-2",
737738
ap_northeast_3 = "ap-northeast-3",
738739
ap_south_1 = "ap-south-1",
740+
ap_south_2 = "ap-south-2",
739741
ap_southeast_1 = "ap-southeast-1",
740742
ap_southeast_2 = "ap-southeast-2",
741743
ap_southeast_3 = "ap-southeast-3",
@@ -1215,6 +1217,7 @@ export enum ResourceRecordSetRegion {
12151217
ap_northeast_2 = "ap-northeast-2",
12161218
ap_northeast_3 = "ap-northeast-3",
12171219
ap_south_1 = "ap-south-1",
1220+
ap_south_2 = "ap-south-2",
12181221
ap_southeast_1 = "ap-southeast-1",
12191222
ap_southeast_2 = "ap-southeast-2",
12201223
ap_southeast_3 = "ap-southeast-3",

0 commit comments

Comments
 (0)