Skip to content

Commit fe64982

Browse files
author
AWS
committed
AWS Application Discovery Service Update: Remove incorrect endpoint tests
1 parent c92b638 commit fe64982

File tree

3 files changed

+14
-60
lines changed

3 files changed

+14
-60
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 Application Discovery Service",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -234,17 +234,6 @@
234234
"UseDualStack": false
235235
}
236236
},
237-
{
238-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
239-
"expect": {
240-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
241-
},
242-
"params": {
243-
"Region": "us-iso-east-1",
244-
"UseFIPS": true,
245-
"UseDualStack": true
246-
}
247-
},
248237
{
249238
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
250239
"expect": {
@@ -258,17 +247,6 @@
258247
"UseDualStack": false
259248
}
260249
},
261-
{
262-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
263-
"expect": {
264-
"error": "DualStack is enabled but this partition does not support DualStack"
265-
},
266-
"params": {
267-
"Region": "us-iso-east-1",
268-
"UseFIPS": false,
269-
"UseDualStack": true
270-
}
271-
},
272250
{
273251
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
274252
"expect": {
@@ -282,17 +260,6 @@
282260
"UseDualStack": false
283261
}
284262
},
285-
{
286-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
287-
"expect": {
288-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
289-
},
290-
"params": {
291-
"Region": "us-isob-east-1",
292-
"UseFIPS": true,
293-
"UseDualStack": true
294-
}
295-
},
296263
{
297264
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
298265
"expect": {
@@ -306,17 +273,6 @@
306273
"UseDualStack": false
307274
}
308275
},
309-
{
310-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
311-
"expect": {
312-
"error": "DualStack is enabled but this partition does not support DualStack"
313-
},
314-
"params": {
315-
"Region": "us-isob-east-1",
316-
"UseFIPS": false,
317-
"UseDualStack": true
318-
}
319-
},
320276
{
321277
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
322278
"expect": {

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

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,7 @@
665665
},
666666
"AssociateConfigurationItemsToApplicationResponse":{
667667
"type":"structure",
668-
"members":{
669-
}
668+
"members":{}
670669
},
671670
"AuthorizationErrorException":{
672671
"type":"structure",
@@ -1018,8 +1017,7 @@
10181017
},
10191018
"CreateTagsResponse":{
10201019
"type":"structure",
1021-
"members":{
1022-
}
1020+
"members":{}
10231021
},
10241022
"CustomerAgentInfo":{
10251023
"type":"structure",
@@ -1243,8 +1241,7 @@
12431241
},
12441242
"DeleteApplicationsResponse":{
12451243
"type":"structure",
1246-
"members":{
1247-
}
1244+
"members":{}
12481245
},
12491246
"DeleteTagsRequest":{
12501247
"type":"structure",
@@ -1262,8 +1259,7 @@
12621259
},
12631260
"DeleteTagsResponse":{
12641261
"type":"structure",
1265-
"members":{
1266-
}
1262+
"members":{}
12671263
},
12681264
"DeletionConfigurationItemType":{
12691265
"type":"string",
@@ -1561,8 +1557,7 @@
15611557
},
15621558
"DisassociateConfigurationItemsFromApplicationResponse":{
15631559
"type":"structure",
1564-
"members":{
1565-
}
1560+
"members":{}
15661561
},
15671562
"EC2InstanceType":{
15681563
"type":"string",
@@ -1802,8 +1797,7 @@
18021797
},
18031798
"GetDiscoverySummaryRequest":{
18041799
"type":"structure",
1805-
"members":{
1806-
}
1800+
"members":{}
18071801
},
18081802
"GetDiscoverySummaryResponse":{
18091803
"type":"structure",
@@ -2260,8 +2254,7 @@
22602254
},
22612255
"StartContinuousExportRequest":{
22622256
"type":"structure",
2263-
"members":{
2264-
}
2257+
"members":{}
22652258
},
22662259
"StartContinuousExportResponse":{
22672260
"type":"structure",
@@ -2520,8 +2513,7 @@
25202513
},
25212514
"UpdateApplicationResponse":{
25222515
"type":"structure",
2523-
"members":{
2524-
}
2516+
"members":{}
25252517
},
25262518
"UsageMetricBasis":{
25272519
"type":"structure",

0 commit comments

Comments
 (0)