From 0438d8f026b481eb3217b2d0012b28832ec529d0 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 21 Nov 2022 19:41:56 +0000 Subject: [PATCH] Regenerated Clients --- .changelog/146cc0ee9e8b4179b642064c8e866c49.json | 8 ++++++++ service/route53/types/enums.go | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 .changelog/146cc0ee9e8b4179b642064c8e866c49.json diff --git a/.changelog/146cc0ee9e8b4179b642064c8e866c49.json b/.changelog/146cc0ee9e8b4179b642064c8e866c49.json new file mode 100644 index 00000000000..0021ccafa14 --- /dev/null +++ b/.changelog/146cc0ee9e8b4179b642064c8e866c49.json @@ -0,0 +1,8 @@ +{ + "id": "146cc0ee-9e8b-4179-b642-064c8e866c49", + "type": "feature", + "description": "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.", + "modules": [ + "service/route53" + ] +} \ No newline at end of file diff --git a/service/route53/types/enums.go b/service/route53/types/enums.go index 71278c741a0..0385ac426a7 100644 --- a/service/route53/types/enums.go +++ b/service/route53/types/enums.go @@ -100,6 +100,7 @@ const ( CloudWatchRegionMeSouth1 CloudWatchRegion = "me-south-1" CloudWatchRegionMeCentral1 CloudWatchRegion = "me-central-1" CloudWatchRegionApSouth1 CloudWatchRegion = "ap-south-1" + CloudWatchRegionApSouth2 CloudWatchRegion = "ap-south-2" CloudWatchRegionApSoutheast1 CloudWatchRegion = "ap-southeast-1" CloudWatchRegionApSoutheast2 CloudWatchRegion = "ap-southeast-2" CloudWatchRegionApSoutheast3 CloudWatchRegion = "ap-southeast-3" @@ -139,6 +140,7 @@ func (CloudWatchRegion) Values() []CloudWatchRegion { "me-south-1", "me-central-1", "ap-south-1", + "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", @@ -348,6 +350,7 @@ const ( ResourceRecordSetRegionMeSouth1 ResourceRecordSetRegion = "me-south-1" ResourceRecordSetRegionMeCentral1 ResourceRecordSetRegion = "me-central-1" ResourceRecordSetRegionApSouth1 ResourceRecordSetRegion = "ap-south-1" + ResourceRecordSetRegionApSouth2 ResourceRecordSetRegion = "ap-south-2" ResourceRecordSetRegionAfSouth1 ResourceRecordSetRegion = "af-south-1" ResourceRecordSetRegionEuSouth1 ResourceRecordSetRegion = "eu-south-1" ResourceRecordSetRegionEuSouth2 ResourceRecordSetRegion = "eu-south-2" @@ -382,6 +385,7 @@ func (ResourceRecordSetRegion) Values() []ResourceRecordSetRegion { "me-south-1", "me-central-1", "ap-south-1", + "ap-south-2", "af-south-1", "eu-south-1", "eu-south-2", @@ -512,6 +516,7 @@ const ( VPCRegionApSoutheast2 VPCRegion = "ap-southeast-2" VPCRegionApSoutheast3 VPCRegion = "ap-southeast-3" VPCRegionApSouth1 VPCRegion = "ap-south-1" + VPCRegionApSouth2 VPCRegion = "ap-south-2" VPCRegionApNortheast1 VPCRegion = "ap-northeast-1" VPCRegionApNortheast2 VPCRegion = "ap-northeast-2" VPCRegionApNortheast3 VPCRegion = "ap-northeast-3" @@ -550,6 +555,7 @@ func (VPCRegion) Values() []VPCRegion { "ap-southeast-2", "ap-southeast-3", "ap-south-1", + "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3",