Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 21, 2022
1 parent b30f431 commit 1ec853e
Showing 1 changed file with 32 additions and 14 deletions.
46 changes: 32 additions & 14 deletions codegen/sdk-codegen/aws-models/route-53.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -1731,8 +1731,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "aws-cn-global"
"Region": "aws-cn-global",
"UseFIPS": false
}
},
{
Expand All @@ -1753,8 +1753,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "aws-global"
"Region": "aws-global",
"UseFIPS": false
}
},
{
Expand All @@ -1775,8 +1775,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "aws-iso-global"
"Region": "aws-iso-global",
"UseFIPS": false
}
},
{
Expand All @@ -1797,8 +1797,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "aws-iso-b-global"
"Region": "aws-iso-b-global",
"UseFIPS": false
}
},
{
Expand All @@ -1819,8 +1819,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "aws-us-gov-global"
"Region": "aws-us-gov-global",
"UseFIPS": false
}
},
{
Expand All @@ -1832,8 +1832,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"Region": "us-east-1",
"UseFIPS": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -1844,8 +1844,8 @@
},
"params": {
"UseDualStack": false,
"UseFIPS": true,
"Region": "us-east-1",
"UseFIPS": true,
"Endpoint": "https://example.com"
}
},
Expand All @@ -1856,8 +1856,8 @@
},
"params": {
"UseDualStack": true,
"UseFIPS": false,
"Region": "us-east-1",
"UseFIPS": false,
"Endpoint": "https://example.com"
}
}
Expand Down Expand Up @@ -2933,6 +2933,12 @@
"smithy.api#enumValue": "ap-south-1"
}
},
"ap_south_2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ap-south-2"
}
},
"ap_southeast_1": {
"target": "smithy.api#Unit",
"traits": {
Expand Down Expand Up @@ -10055,6 +10061,12 @@
"smithy.api#enumValue": "ap-south-1"
}
},
"ap_south_2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ap-south-2"
}
},
"af_south_1": {
"target": "smithy.api#Unit",
"traits": {
Expand Down Expand Up @@ -11602,6 +11614,12 @@
"smithy.api#enumValue": "ap-south-1"
}
},
"ap_south_2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ap-south-2"
}
},
"ap_northeast_1": {
"target": "smithy.api#Unit",
"traits": {
Expand Down

0 comments on commit 1ec853e

Please sign in to comment.