Skip to content

Commit 1ec853e

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent b30f431 commit 1ec853e

File tree

1 file changed

+32
-14
lines changed

1 file changed

+32
-14
lines changed

codegen/sdk-codegen/aws-models/route-53.json

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"parameters": {
280280
"Region": {
281281
"builtIn": "AWS::Region",
282-
"required": false,
282+
"required": true,
283283
"documentation": "The AWS region used to dispatch the request.",
284284
"type": "String"
285285
},
@@ -1731,8 +1731,8 @@
17311731
},
17321732
"params": {
17331733
"UseDualStack": false,
1734-
"UseFIPS": false,
1735-
"Region": "aws-cn-global"
1734+
"Region": "aws-cn-global",
1735+
"UseFIPS": false
17361736
}
17371737
},
17381738
{
@@ -1753,8 +1753,8 @@
17531753
},
17541754
"params": {
17551755
"UseDualStack": false,
1756-
"UseFIPS": false,
1757-
"Region": "aws-global"
1756+
"Region": "aws-global",
1757+
"UseFIPS": false
17581758
}
17591759
},
17601760
{
@@ -1775,8 +1775,8 @@
17751775
},
17761776
"params": {
17771777
"UseDualStack": false,
1778-
"UseFIPS": false,
1779-
"Region": "aws-iso-global"
1778+
"Region": "aws-iso-global",
1779+
"UseFIPS": false
17801780
}
17811781
},
17821782
{
@@ -1797,8 +1797,8 @@
17971797
},
17981798
"params": {
17991799
"UseDualStack": false,
1800-
"UseFIPS": false,
1801-
"Region": "aws-iso-b-global"
1800+
"Region": "aws-iso-b-global",
1801+
"UseFIPS": false
18021802
}
18031803
},
18041804
{
@@ -1819,8 +1819,8 @@
18191819
},
18201820
"params": {
18211821
"UseDualStack": false,
1822-
"UseFIPS": false,
1823-
"Region": "aws-us-gov-global"
1822+
"Region": "aws-us-gov-global",
1823+
"UseFIPS": false
18241824
}
18251825
},
18261826
{
@@ -1832,8 +1832,8 @@
18321832
},
18331833
"params": {
18341834
"UseDualStack": false,
1835-
"UseFIPS": false,
18361835
"Region": "us-east-1",
1836+
"UseFIPS": false,
18371837
"Endpoint": "https://example.com"
18381838
}
18391839
},
@@ -1844,8 +1844,8 @@
18441844
},
18451845
"params": {
18461846
"UseDualStack": false,
1847-
"UseFIPS": true,
18481847
"Region": "us-east-1",
1848+
"UseFIPS": true,
18491849
"Endpoint": "https://example.com"
18501850
}
18511851
},
@@ -1856,8 +1856,8 @@
18561856
},
18571857
"params": {
18581858
"UseDualStack": true,
1859-
"UseFIPS": false,
18601859
"Region": "us-east-1",
1860+
"UseFIPS": false,
18611861
"Endpoint": "https://example.com"
18621862
}
18631863
}
@@ -2933,6 +2933,12 @@
29332933
"smithy.api#enumValue": "ap-south-1"
29342934
}
29352935
},
2936+
"ap_south_2": {
2937+
"target": "smithy.api#Unit",
2938+
"traits": {
2939+
"smithy.api#enumValue": "ap-south-2"
2940+
}
2941+
},
29362942
"ap_southeast_1": {
29372943
"target": "smithy.api#Unit",
29382944
"traits": {
@@ -10055,6 +10061,12 @@
1005510061
"smithy.api#enumValue": "ap-south-1"
1005610062
}
1005710063
},
10064+
"ap_south_2": {
10065+
"target": "smithy.api#Unit",
10066+
"traits": {
10067+
"smithy.api#enumValue": "ap-south-2"
10068+
}
10069+
},
1005810070
"af_south_1": {
1005910071
"target": "smithy.api#Unit",
1006010072
"traits": {
@@ -11602,6 +11614,12 @@
1160211614
"smithy.api#enumValue": "ap-south-1"
1160311615
}
1160411616
},
11617+
"ap_south_2": {
11618+
"target": "smithy.api#Unit",
11619+
"traits": {
11620+
"smithy.api#enumValue": "ap-south-2"
11621+
}
11622+
},
1160511623
"ap_northeast_1": {
1160611624
"target": "smithy.api#Unit",
1160711625
"traits": {

0 commit comments

Comments
 (0)