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 Mar 30, 2023
1 parent cec179c commit 53f050e
Show file tree
Hide file tree
Showing 16 changed files with 17,304 additions and 2,628 deletions.
58 changes: 52 additions & 6 deletions codegen/sdk-codegen/aws-models/athena.json
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,17 @@
"UseDualStack": true
}
},
{
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
"expect": {
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
"Region": "us-iso-east-1",
"UseFIPS": true,
"UseDualStack": true
}
},
{
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
"expect": {
Expand All @@ -1111,6 +1122,17 @@
"UseDualStack": false
}
},
{
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
"expect": {
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"Region": "us-iso-east-1",
"UseFIPS": false,
"UseDualStack": true
}
},
{
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
"expect": {
Expand All @@ -1124,6 +1146,17 @@
"UseDualStack": false
}
},
{
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
"expect": {
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
"Region": "us-isob-east-1",
"UseFIPS": true,
"UseDualStack": true
}
},
{
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
"expect": {
Expand All @@ -1137,6 +1170,17 @@
"UseDualStack": false
}
},
{
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
"expect": {
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"Region": "us-isob-east-1",
"UseFIPS": false,
"UseDualStack": true
}
},
{
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
"expect": {
Expand Down Expand Up @@ -1200,6 +1244,12 @@
"UseDualStack": true,
"Endpoint": "https://example.com"
}
},
{
"documentation": "Missing region",
"expect": {
"error": "Invalid Configuration: Missing Region"
}
}
],
"version": "1.0"
Expand Down Expand Up @@ -1869,10 +1919,9 @@
"com.amazonaws.athena#CoordinatorDpuSize": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 5000
"max": 1
}
}
},
Expand Down Expand Up @@ -2440,10 +2489,9 @@
"com.amazonaws.athena#DefaultExecutorDpuSize": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 5000
"max": 1
}
}
},
Expand Down Expand Up @@ -2738,7 +2786,6 @@
"CoordinatorDpuSize": {
"target": "com.amazonaws.athena#CoordinatorDpuSize",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The number of DPUs to use for the coordinator. A coordinator is a special executor\n that orchestrates processing work and manages other executors in a notebook\n session.</p>"
}
},
Expand All @@ -2753,7 +2800,6 @@
"DefaultExecutorDpuSize": {
"target": "com.amazonaws.athena#DefaultExecutorDpuSize",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The default number of DPUs to use for executors. An executor is the smallest unit of\n compute that a notebook session can request from Athena.</p>"
}
},
Expand Down
Loading

0 comments on commit 53f050e

Please sign in to comment.