Skip to content

Commit f29a09d

Browse files
author
AWS
committed
FinSpace User Environment Management service Update: Remove incorrect endpoint tests
1 parent 8b1d4cf commit f29a09d

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": "FinSpace User Environment Management service",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -208,17 +208,6 @@
208208
"UseDualStack": false
209209
}
210210
},
211-
{
212-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
213-
"expect": {
214-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
215-
},
216-
"params": {
217-
"Region": "us-iso-east-1",
218-
"UseFIPS": true,
219-
"UseDualStack": true
220-
}
221-
},
222211
{
223212
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
224213
"expect": {
@@ -232,17 +221,6 @@
232221
"UseDualStack": false
233222
}
234223
},
235-
{
236-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
237-
"expect": {
238-
"error": "DualStack is enabled but this partition does not support DualStack"
239-
},
240-
"params": {
241-
"Region": "us-iso-east-1",
242-
"UseFIPS": false,
243-
"UseDualStack": true
244-
}
245-
},
246224
{
247225
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
248226
"expect": {
@@ -256,17 +234,6 @@
256234
"UseDualStack": false
257235
}
258236
},
259-
{
260-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
261-
"expect": {
262-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
263-
},
264-
"params": {
265-
"Region": "us-isob-east-1",
266-
"UseFIPS": true,
267-
"UseDualStack": true
268-
}
269-
},
270237
{
271238
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
272239
"expect": {
@@ -280,17 +247,6 @@
280247
"UseDualStack": false
281248
}
282249
},
283-
{
284-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
285-
"expect": {
286-
"error": "DualStack is enabled but this partition does not support DualStack"
287-
},
288-
"params": {
289-
"Region": "us-isob-east-1",
290-
"UseFIPS": false,
291-
"UseDualStack": true
292-
}
293-
},
294250
{
295251
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
296252
"expect": {

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

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,8 +1976,7 @@
19761976
},
19771977
"DeleteEnvironmentResponse":{
19781978
"type":"structure",
1979-
"members":{
1980-
}
1979+
"members":{}
19811980
},
19821981
"DeleteKxClusterNodeRequest":{
19831982
"type":"structure",
@@ -2009,8 +2008,7 @@
20092008
},
20102009
"DeleteKxClusterNodeResponse":{
20112010
"type":"structure",
2012-
"members":{
2013-
}
2011+
"members":{}
20142012
},
20152013
"DeleteKxClusterRequest":{
20162014
"type":"structure",
@@ -2042,8 +2040,7 @@
20422040
},
20432041
"DeleteKxClusterResponse":{
20442042
"type":"structure",
2045-
"members":{
2046-
}
2043+
"members":{}
20472044
},
20482045
"DeleteKxDatabaseRequest":{
20492046
"type":"structure",
@@ -2076,8 +2073,7 @@
20762073
},
20772074
"DeleteKxDatabaseResponse":{
20782075
"type":"structure",
2079-
"members":{
2080-
}
2076+
"members":{}
20812077
},
20822078
"DeleteKxDataviewRequest":{
20832079
"type":"structure",
@@ -2117,8 +2113,7 @@
21172113
},
21182114
"DeleteKxDataviewResponse":{
21192115
"type":"structure",
2120-
"members":{
2121-
}
2116+
"members":{}
21222117
},
21232118
"DeleteKxEnvironmentRequest":{
21242119
"type":"structure",
@@ -2141,8 +2136,7 @@
21412136
},
21422137
"DeleteKxEnvironmentResponse":{
21432138
"type":"structure",
2144-
"members":{
2145-
}
2139+
"members":{}
21462140
},
21472141
"DeleteKxScalingGroupRequest":{
21482142
"type":"structure",
@@ -2174,8 +2168,7 @@
21742168
},
21752169
"DeleteKxScalingGroupResponse":{
21762170
"type":"structure",
2177-
"members":{
2178-
}
2171+
"members":{}
21792172
},
21802173
"DeleteKxUserRequest":{
21812174
"type":"structure",
@@ -2207,8 +2200,7 @@
22072200
},
22082201
"DeleteKxUserResponse":{
22092202
"type":"structure",
2210-
"members":{
2211-
}
2203+
"members":{}
22122204
},
22132205
"DeleteKxVolumeRequest":{
22142206
"type":"structure",
@@ -2240,8 +2232,7 @@
22402232
},
22412233
"DeleteKxVolumeResponse":{
22422234
"type":"structure",
2243-
"members":{
2244-
}
2235+
"members":{}
22452236
},
22462237
"Description":{
22472238
"type":"string",
@@ -4808,8 +4799,7 @@
48084799
},
48094800
"TagResourceResponse":{
48104801
"type":"structure",
4811-
"members":{
4812-
}
4802+
"members":{}
48134803
},
48144804
"TagValue":{
48154805
"type":"string",
@@ -4891,8 +4881,7 @@
48914881
},
48924882
"UntagResourceResponse":{
48934883
"type":"structure",
4894-
"members":{
4895-
}
4884+
"members":{}
48964885
},
48974886
"UpdateEnvironmentRequest":{
48984887
"type":"structure",
@@ -4970,8 +4959,7 @@
49704959
},
49714960
"UpdateKxClusterCodeConfigurationResponse":{
49724961
"type":"structure",
4973-
"members":{
4974-
}
4962+
"members":{}
49754963
},
49764964
"UpdateKxClusterDatabasesRequest":{
49774965
"type":"structure",
@@ -5010,8 +4998,7 @@
50104998
},
50114999
"UpdateKxClusterDatabasesResponse":{
50125000
"type":"structure",
5013-
"members":{
5014-
}
5001+
"members":{}
50155002
},
50165003
"UpdateKxDatabaseRequest":{
50175004
"type":"structure",

0 commit comments

Comments
 (0)