Skip to content

Commit e1d2ecb

Browse files
Release v1.44.143 (2022-11-21) (#4632)
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.
1 parent 55b073d commit e1d2ecb

File tree

6 files changed

+37
-15
lines changed

6 files changed

+37
-15
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v1.44.143 (2022-11-21)
2+
===
3+
4+
### Service Client Updates
5+
* `service/route53`: Updates service API
6+
* 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.
7+
18
Release v1.44.142 (2022-11-18)
29
===
310

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.142"
8+
const SDKVersion = "1.44.143"

models/apis/route53/2013-04-01/api-2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,6 +1532,7 @@
15321532
"me-south-1",
15331533
"me-central-1",
15341534
"ap-south-1",
1535+
"ap-south-2",
15351536
"ap-southeast-1",
15361537
"ap-southeast-2",
15371538
"ap-southeast-3",
@@ -4143,6 +4144,7 @@
41434144
"me-south-1",
41444145
"me-central-1",
41454146
"ap-south-1",
4147+
"ap-south-2",
41464148
"af-south-1",
41474149
"eu-south-1",
41484150
"eu-south-2"
@@ -4753,6 +4755,7 @@
47534755
"ap-southeast-2",
47544756
"ap-southeast-3",
47554757
"ap-south-1",
4758+
"ap-south-2",
47564759
"ap-northeast-1",
47574760
"ap-northeast-2",
47584761
"ap-northeast-3",

models/apis/route53/2013-04-01/endpoint-rule-set-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},

models/apis/route53/2013-04-01/endpoint-tests-1.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"params": {
2020
"UseDualStack": false,
21-
"UseFIPS": false,
22-
"Region": "aws-cn-global"
21+
"Region": "aws-cn-global",
22+
"UseFIPS": false
2323
}
2424
},
2525
{
@@ -40,8 +40,8 @@
4040
},
4141
"params": {
4242
"UseDualStack": false,
43-
"UseFIPS": false,
44-
"Region": "aws-global"
43+
"Region": "aws-global",
44+
"UseFIPS": false
4545
}
4646
},
4747
{
@@ -62,8 +62,8 @@
6262
},
6363
"params": {
6464
"UseDualStack": false,
65-
"UseFIPS": false,
66-
"Region": "aws-iso-global"
65+
"Region": "aws-iso-global",
66+
"UseFIPS": false
6767
}
6868
},
6969
{
@@ -84,8 +84,8 @@
8484
},
8585
"params": {
8686
"UseDualStack": false,
87-
"UseFIPS": false,
88-
"Region": "aws-iso-b-global"
87+
"Region": "aws-iso-b-global",
88+
"UseFIPS": false
8989
}
9090
},
9191
{
@@ -106,8 +106,8 @@
106106
},
107107
"params": {
108108
"UseDualStack": false,
109-
"UseFIPS": false,
110-
"Region": "aws-us-gov-global"
109+
"Region": "aws-us-gov-global",
110+
"UseFIPS": false
111111
}
112112
},
113113
{
@@ -119,8 +119,8 @@
119119
},
120120
"params": {
121121
"UseDualStack": false,
122-
"UseFIPS": false,
123122
"Region": "us-east-1",
123+
"UseFIPS": false,
124124
"Endpoint": "https://example.com"
125125
}
126126
},
@@ -131,8 +131,8 @@
131131
},
132132
"params": {
133133
"UseDualStack": false,
134-
"UseFIPS": true,
135134
"Region": "us-east-1",
135+
"UseFIPS": true,
136136
"Endpoint": "https://example.com"
137137
}
138138
},
@@ -143,8 +143,8 @@
143143
},
144144
"params": {
145145
"UseDualStack": true,
146-
"UseFIPS": false,
147146
"Region": "us-east-1",
147+
"UseFIPS": false,
148148
"Endpoint": "https://example.com"
149149
}
150150
}

service/route53/api.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)