Skip to content

Commit c3b1e0b

Browse files
author
AWS
committed
AWS Fault Injection Simulator Update: Remove incorrect endpoint tests
1 parent a79559f commit c3b1e0b

File tree

3 files changed

+8
-48
lines changed

3 files changed

+8
-48
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Fault Injection Simulator",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/fis/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -182,17 +182,6 @@
182182
"UseDualStack": true
183183
}
184184
},
185-
{
186-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
187-
"expect": {
188-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
189-
},
190-
"params": {
191-
"Region": "us-iso-east-1",
192-
"UseFIPS": true,
193-
"UseDualStack": true
194-
}
195-
},
196185
{
197186
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
198187
"expect": {
@@ -206,17 +195,6 @@
206195
"UseDualStack": false
207196
}
208197
},
209-
{
210-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
211-
"expect": {
212-
"error": "DualStack is enabled but this partition does not support DualStack"
213-
},
214-
"params": {
215-
"Region": "us-iso-east-1",
216-
"UseFIPS": false,
217-
"UseDualStack": true
218-
}
219-
},
220198
{
221199
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
222200
"expect": {
@@ -230,17 +208,6 @@
230208
"UseDualStack": false
231209
}
232210
},
233-
{
234-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
235-
"expect": {
236-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
237-
},
238-
"params": {
239-
"Region": "us-isob-east-1",
240-
"UseFIPS": true,
241-
"UseDualStack": true
242-
}
243-
},
244211
{
245212
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
246213
"expect": {
@@ -254,17 +221,6 @@
254221
"UseDualStack": false
255222
}
256223
},
257-
{
258-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
259-
"expect": {
260-
"error": "DualStack is enabled but this partition does not support DualStack"
261-
},
262-
"params": {
263-
"Region": "us-isob-east-1",
264-
"UseFIPS": false,
265-
"UseDualStack": true
266-
}
267-
},
268224
{
269225
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
270226
"expect": {

services/fis/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2770,8 +2770,7 @@
27702770
},
27712771
"TagResourceResponse":{
27722772
"type":"structure",
2773-
"members":{
2774-
}
2773+
"members":{}
27752774
},
27762775
"TagValue":{
27772776
"type":"string",
@@ -2950,8 +2949,7 @@
29502949
},
29512950
"UntagResourceResponse":{
29522951
"type":"structure",
2953-
"members":{
2954-
}
2952+
"members":{}
29552953
},
29562954
"UpdateExperimentTemplateActionInputItem":{
29572955
"type":"structure",

0 commit comments

Comments
 (0)