Skip to content

Commit a48182c

Browse files
author
awstools
committed
feat(client-inspector): Remove incorrect endpoint tests
1 parent 64ac82b commit a48182c

File tree

1 file changed

+2
-46
lines changed

1 file changed

+2
-46
lines changed

codegen/sdk-codegen/aws-models/inspector.json

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -4134,17 +4134,6 @@
41344134
"UseDualStack": true
41354135
}
41364136
},
4137-
{
4138-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
4139-
"expect": {
4140-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4141-
},
4142-
"params": {
4143-
"Region": "us-iso-east-1",
4144-
"UseFIPS": true,
4145-
"UseDualStack": true
4146-
}
4147-
},
41484137
{
41494138
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
41504139
"expect": {
@@ -4158,17 +4147,6 @@
41584147
"UseDualStack": false
41594148
}
41604149
},
4161-
{
4162-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
4163-
"expect": {
4164-
"error": "DualStack is enabled but this partition does not support DualStack"
4165-
},
4166-
"params": {
4167-
"Region": "us-iso-east-1",
4168-
"UseFIPS": false,
4169-
"UseDualStack": true
4170-
}
4171-
},
41724150
{
41734151
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
41744152
"expect": {
@@ -4182,17 +4160,6 @@
41824160
"UseDualStack": false
41834161
}
41844162
},
4185-
{
4186-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
4187-
"expect": {
4188-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4189-
},
4190-
"params": {
4191-
"Region": "us-isob-east-1",
4192-
"UseFIPS": true,
4193-
"UseDualStack": true
4194-
}
4195-
},
41964163
{
41974164
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
41984165
"expect": {
@@ -4206,17 +4173,6 @@
42064173
"UseDualStack": false
42074174
}
42084175
},
4209-
{
4210-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
4211-
"expect": {
4212-
"error": "DualStack is enabled but this partition does not support DualStack"
4213-
},
4214-
"params": {
4215-
"Region": "us-isob-east-1",
4216-
"UseFIPS": false,
4217-
"UseDualStack": true
4218-
}
4219-
},
42204176
{
42214177
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
42224178
"expect": {
@@ -6058,8 +6014,8 @@
60586014
"traits": {
60596015
"smithy.api#default": 0,
60606016
"smithy.api#range": {
6061-
"min": 0,
6062-
"max": 10
6017+
"min": 0.0,
6018+
"max": 10.0
60636019
}
60646020
}
60656021
},

0 commit comments

Comments
 (0)