Skip to content

Commit 1f42fdf

Browse files
author
awstools
committed
feat(client-robomaker): Remove incorrect endpoint tests
1 parent 4e40302 commit 1f42fdf

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -10126,17 +10126,6 @@
1012610126
"UseDualStack": false
1012710127
}
1012810128
},
10129-
{
10130-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
10131-
"expect": {
10132-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
10133-
},
10134-
"params": {
10135-
"Region": "us-iso-east-1",
10136-
"UseFIPS": true,
10137-
"UseDualStack": true
10138-
}
10139-
},
1014010129
{
1014110130
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
1014210131
"expect": {
@@ -10150,17 +10139,6 @@
1015010139
"UseDualStack": false
1015110140
}
1015210141
},
10153-
{
10154-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
10155-
"expect": {
10156-
"error": "DualStack is enabled but this partition does not support DualStack"
10157-
},
10158-
"params": {
10159-
"Region": "us-iso-east-1",
10160-
"UseFIPS": false,
10161-
"UseDualStack": true
10162-
}
10163-
},
1016410142
{
1016510143
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
1016610144
"expect": {
@@ -10174,17 +10152,6 @@
1017410152
"UseDualStack": false
1017510153
}
1017610154
},
10177-
{
10178-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
10179-
"expect": {
10180-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
10181-
},
10182-
"params": {
10183-
"Region": "us-isob-east-1",
10184-
"UseFIPS": true,
10185-
"UseDualStack": true
10186-
}
10187-
},
1018810155
{
1018910156
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1019010157
"expect": {
@@ -10198,17 +10165,6 @@
1019810165
"UseDualStack": false
1019910166
}
1020010167
},
10201-
{
10202-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
10203-
"expect": {
10204-
"error": "DualStack is enabled but this partition does not support DualStack"
10205-
},
10206-
"params": {
10207-
"Region": "us-isob-east-1",
10208-
"UseFIPS": false,
10209-
"UseDualStack": true
10210-
}
10211-
},
1021210168
{
1021310169
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1021410170
"expect": {

0 commit comments

Comments
 (0)