Skip to content

Commit

Permalink
Release v1.44.143 (2022-11-21) (#4632)
Browse files Browse the repository at this point in the history
Release v1.44.143 (2022-11-21)
===

### Service Client Updates
* `service/route53`: Updates service API
  * 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.
  • Loading branch information
aws-sdk-go-automation committed Nov 21, 2022
1 parent 55b073d commit e1d2ecb
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
Release v1.44.143 (2022-11-21)
===

### Service Client Updates
* `service/route53`: Updates service API
* 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.

Release v1.44.142 (2022-11-18)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.142"
const SDKVersion = "1.44.143"
3 changes: 3 additions & 0 deletions models/apis/route53/2013-04-01/api-2.json
Expand Up @@ -1532,6 +1532,7 @@
"me-south-1",
"me-central-1",
"ap-south-1",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
Expand Down Expand Up @@ -4143,6 +4144,7 @@
"me-south-1",
"me-central-1",
"ap-south-1",
"ap-south-2",
"af-south-1",
"eu-south-1",
"eu-south-2"
Expand Down Expand Up @@ -4753,6 +4755,7 @@
"ap-southeast-2",
"ap-southeast-3",
"ap-south-1",
"ap-south-2",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
Expand Down
2 changes: 1 addition & 1 deletion models/apis/route53/2013-04-01/endpoint-rule-set-1.json
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down
26 changes: 13 additions & 13 deletions models/apis/route53/2013-04-01/endpoint-tests-1.json
Expand Up @@ -18,8 +18,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "aws-cn-global"
"Region": "aws-cn-global",
"UseFIPS": false
}
},
{
Expand All @@ -40,8 +40,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "aws-global"
"Region": "aws-global",
"UseFIPS": false
}
},
{
Expand All @@ -62,8 +62,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "aws-iso-global"
"Region": "aws-iso-global",
"UseFIPS": false
}
},
{
Expand All @@ -84,8 +84,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "aws-iso-b-global"
"Region": "aws-iso-b-global",
"UseFIPS": false
}
},
{
Expand All @@ -106,8 +106,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "aws-us-gov-global"
"Region": "aws-us-gov-global",
"UseFIPS": false
}
},
{
Expand All @@ -119,8 +119,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "us-east-1",
"UseFIPS": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -131,8 +131,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": true,
"Region": "us-east-1",
"UseFIPS": true,
"Endpoint": "https://example.com"
}
},
Expand All @@ -143,8 +143,8 @@
},
"params": {
"UseDualStack": true,
"UseFIPS": false,
"Region": "us-east-1",
"UseFIPS": false,
"Endpoint": "https://example.com"
}
}
Expand Down
12 changes: 12 additions & 0 deletions service/route53/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1d2ecb

Please sign in to comment.