Skip to content

Commit 1470390

Browse files
author
AWS
committed
AWS RoboMaker Update: Remove incorrect endpoint tests
1 parent 9ce1ebc commit 1470390

File tree

3 files changed

+19
-70
lines changed

3 files changed

+19
-70
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 RoboMaker",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -247,17 +247,6 @@
247247
"UseDualStack": false
248248
}
249249
},
250-
{
251-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
252-
"expect": {
253-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
254-
},
255-
"params": {
256-
"Region": "us-iso-east-1",
257-
"UseFIPS": true,
258-
"UseDualStack": true
259-
}
260-
},
261250
{
262251
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
263252
"expect": {
@@ -271,17 +260,6 @@
271260
"UseDualStack": false
272261
}
273262
},
274-
{
275-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
276-
"expect": {
277-
"error": "DualStack is enabled but this partition does not support DualStack"
278-
},
279-
"params": {
280-
"Region": "us-iso-east-1",
281-
"UseFIPS": false,
282-
"UseDualStack": true
283-
}
284-
},
285263
{
286264
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
287265
"expect": {
@@ -295,17 +273,6 @@
295273
"UseDualStack": false
296274
}
297275
},
298-
{
299-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
300-
"expect": {
301-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
302-
},
303-
"params": {
304-
"Region": "us-isob-east-1",
305-
"UseFIPS": true,
306-
"UseDualStack": true
307-
}
308-
},
309276
{
310277
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
311278
"expect": {
@@ -319,17 +286,6 @@
319286
"UseDualStack": false
320287
}
321288
},
322-
{
323-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
324-
"expect": {
325-
"error": "DualStack is enabled but this partition does not support DualStack"
326-
},
327-
"params": {
328-
"Region": "us-isob-east-1",
329-
"UseFIPS": false,
330-
"UseDualStack": true
331-
}
332-
},
333289
{
334290
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
335291
"expect": {

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

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,8 +1065,7 @@
10651065
},
10661066
"CancelDeploymentJobResponse":{
10671067
"type":"structure",
1068-
"members":{
1069-
},
1068+
"members":{},
10701069
"deprecated":true,
10711070
"deprecatedMessage":"Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html."
10721071
},
@@ -1082,8 +1081,7 @@
10821081
},
10831082
"CancelSimulationJobBatchResponse":{
10841083
"type":"structure",
1085-
"members":{
1086-
}
1084+
"members":{}
10871085
},
10881086
"CancelSimulationJobRequest":{
10891087
"type":"structure",
@@ -1097,8 +1095,7 @@
10971095
},
10981096
"CancelSimulationJobResponse":{
10991097
"type":"structure",
1100-
"members":{
1101-
}
1098+
"members":{}
11021099
},
11031100
"CancelWorldExportJobRequest":{
11041101
"type":"structure",
@@ -1112,8 +1109,7 @@
11121109
},
11131110
"CancelWorldExportJobResponse":{
11141111
"type":"structure",
1115-
"members":{
1116-
}
1112+
"members":{}
11171113
},
11181114
"CancelWorldGenerationJobRequest":{
11191115
"type":"structure",
@@ -1127,8 +1123,7 @@
11271123
},
11281124
"CancelWorldGenerationJobResponse":{
11291125
"type":"structure",
1130-
"members":{
1131-
}
1126+
"members":{}
11321127
},
11331128
"ClientRequestToken":{
11341129
"type":"string",
@@ -2073,8 +2068,7 @@
20732068
},
20742069
"DeleteFleetResponse":{
20752070
"type":"structure",
2076-
"members":{
2077-
},
2071+
"members":{},
20782072
"deprecated":true,
20792073
"deprecatedMessage":"Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html."
20802074
},
@@ -2094,8 +2088,7 @@
20942088
},
20952089
"DeleteRobotApplicationResponse":{
20962090
"type":"structure",
2097-
"members":{
2098-
}
2091+
"members":{}
20992092
},
21002093
"DeleteRobotRequest":{
21012094
"type":"structure",
@@ -2111,8 +2104,7 @@
21112104
},
21122105
"DeleteRobotResponse":{
21132106
"type":"structure",
2114-
"members":{
2115-
},
2107+
"members":{},
21162108
"deprecated":true,
21172109
"deprecatedMessage":"Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html."
21182110
},
@@ -2132,8 +2124,7 @@
21322124
},
21332125
"DeleteSimulationApplicationResponse":{
21342126
"type":"structure",
2135-
"members":{
2136-
}
2127+
"members":{}
21372128
},
21382129
"DeleteWorldTemplateRequest":{
21392130
"type":"structure",
@@ -2147,8 +2138,7 @@
21472138
},
21482139
"DeleteWorldTemplateResponse":{
21492140
"type":"structure",
2150-
"members":{
2151-
}
2141+
"members":{}
21522142
},
21532143
"DeploymentApplicationConfig":{
21542144
"type":"structure",
@@ -3914,8 +3904,7 @@
39143904
},
39153905
"RestartSimulationJobResponse":{
39163906
"type":"structure",
3917-
"members":{
3918-
}
3907+
"members":{}
39193908
},
39203909
"RevisionId":{
39213910
"type":"string",
@@ -4872,8 +4861,7 @@
48724861
},
48734862
"TagResourceResponse":{
48744863
"type":"structure",
4875-
"members":{
4876-
}
4864+
"members":{}
48774865
},
48784866
"TagValue":{
48794867
"type":"string",
@@ -5009,8 +4997,7 @@
50094997
},
50104998
"UntagResourceResponse":{
50114999
"type":"structure",
5012-
"members":{
5013-
}
5000+
"members":{}
50145001
},
50155002
"UpdateRobotApplicationRequest":{
50165003
"type":"structure",

0 commit comments

Comments
 (0)