Skip to content

Commit 836631d

Browse files
author
AWS
committed
Amazon CloudDirectory Update: Remove incorrect endpoint tests
1 parent 5f1c91c commit 836631d

File tree

3 files changed

+27
-86
lines changed

3 files changed

+27
-86
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": "Amazon CloudDirectory",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -286,17 +286,6 @@
286286
"UseDualStack": false
287287
}
288288
},
289-
{
290-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
291-
"expect": {
292-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
293-
},
294-
"params": {
295-
"Region": "us-iso-east-1",
296-
"UseFIPS": true,
297-
"UseDualStack": true
298-
}
299-
},
300289
{
301290
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
302291
"expect": {
@@ -310,17 +299,6 @@
310299
"UseDualStack": false
311300
}
312301
},
313-
{
314-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
315-
"expect": {
316-
"error": "DualStack is enabled but this partition does not support DualStack"
317-
},
318-
"params": {
319-
"Region": "us-iso-east-1",
320-
"UseFIPS": false,
321-
"UseDualStack": true
322-
}
323-
},
324302
{
325303
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
326304
"expect": {
@@ -334,17 +312,6 @@
334312
"UseDualStack": false
335313
}
336314
},
337-
{
338-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
339-
"expect": {
340-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
341-
},
342-
"params": {
343-
"Region": "us-isob-east-1",
344-
"UseFIPS": true,
345-
"UseDualStack": true
346-
}
347-
},
348315
{
349316
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
350317
"expect": {
@@ -358,17 +325,6 @@
358325
"UseDualStack": false
359326
}
360327
},
361-
{
362-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
363-
"expect": {
364-
"error": "DualStack is enabled but this partition does not support DualStack"
365-
},
366-
"params": {
367-
"Region": "us-isob-east-1",
368-
"UseFIPS": false,
369-
"UseDualStack": true
370-
}
371-
},
372328
{
373329
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
374330
"expect": {

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

Lines changed: 21 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,8 +1498,7 @@
14981498
},
14991499
"AddFacetToObjectResponse":{
15001500
"type":"structure",
1501-
"members":{
1502-
}
1501+
"members":{}
15031502
},
15041503
"ApplySchemaRequest":{
15051504
"type":"structure",
@@ -1602,8 +1601,7 @@
16021601
},
16031602
"AttachPolicyResponse":{
16041603
"type":"structure",
1605-
"members":{
1606-
}
1604+
"members":{}
16071605
},
16081606
"AttachToIndexRequest":{
16091607
"type":"structure",
@@ -1787,8 +1785,7 @@
17871785
},
17881786
"BatchAddFacetToObjectResponse":{
17891787
"type":"structure",
1790-
"members":{
1791-
},
1788+
"members":{},
17921789
"documentation":"<p>The result of a batch add facet to object operation.</p>"
17931790
},
17941791
"BatchAttachObject":{
@@ -1844,8 +1841,7 @@
18441841
},
18451842
"BatchAttachPolicyResponse":{
18461843
"type":"structure",
1847-
"members":{
1848-
},
1844+
"members":{},
18491845
"documentation":"<p>Represents the output of an <a>AttachPolicy</a> response operation.</p>"
18501846
},
18511847
"BatchAttachToIndex":{
@@ -2007,8 +2003,7 @@
20072003
},
20082004
"BatchDeleteObjectResponse":{
20092005
"type":"structure",
2010-
"members":{
2011-
},
2006+
"members":{},
20122007
"documentation":"<p>Represents the output of a <a>DeleteObject</a> response operation.</p>"
20132008
},
20142009
"BatchDetachFromIndex":{
@@ -2091,8 +2086,7 @@
20912086
},
20922087
"BatchDetachPolicyResponse":{
20932088
"type":"structure",
2094-
"members":{
2095-
},
2089+
"members":{},
20962090
"documentation":"<p>Represents the output of a <a>DetachPolicy</a> response operation.</p>"
20972091
},
20982092
"BatchDetachTypedLink":{
@@ -2108,8 +2102,7 @@
21082102
},
21092103
"BatchDetachTypedLinkResponse":{
21102104
"type":"structure",
2111-
"members":{
2112-
},
2105+
"members":{},
21132106
"documentation":"<p>Represents the output of a <a>DetachTypedLink</a> response operation.</p>"
21142107
},
21152108
"BatchGetLinkAttributes":{
@@ -2816,8 +2809,7 @@
28162809
},
28172810
"BatchRemoveFacetFromObjectResponse":{
28182811
"type":"structure",
2819-
"members":{
2820-
},
2812+
"members":{},
28212813
"documentation":"<p>An empty result that represents success.</p>"
28222814
},
28232815
"BatchUpdateLinkAttributes":{
@@ -2840,8 +2832,7 @@
28402832
},
28412833
"BatchUpdateLinkAttributesResponse":{
28422834
"type":"structure",
2843-
"members":{
2844-
},
2835+
"members":{},
28452836
"documentation":"<p>Represents the output of a <a>UpdateLinkAttributes</a> response operation.</p>"
28462837
},
28472838
"BatchUpdateObjectAttributes":{
@@ -3171,8 +3162,7 @@
31713162
},
31723163
"CreateFacetResponse":{
31733164
"type":"structure",
3174-
"members":{
3175-
}
3165+
"members":{}
31763166
},
31773167
"CreateIndexRequest":{
31783168
"type":"structure",
@@ -3295,8 +3285,7 @@
32953285
},
32963286
"CreateTypedLinkFacetResponse":{
32973287
"type":"structure",
3298-
"members":{
3299-
}
3288+
"members":{}
33003289
},
33013290
"Date":{"type":"timestamp"},
33023291
"DatetimeAttributeValue":{"type":"timestamp"},
@@ -3343,8 +3332,7 @@
33433332
},
33443333
"DeleteFacetResponse":{
33453334
"type":"structure",
3346-
"members":{
3347-
}
3335+
"members":{}
33483336
},
33493337
"DeleteObjectRequest":{
33503338
"type":"structure",
@@ -3367,8 +3355,7 @@
33673355
},
33683356
"DeleteObjectResponse":{
33693357
"type":"structure",
3370-
"members":{
3371-
}
3358+
"members":{}
33723359
},
33733360
"DeleteSchemaRequest":{
33743361
"type":"structure",
@@ -3412,8 +3399,7 @@
34123399
},
34133400
"DeleteTypedLinkFacetResponse":{
34143401
"type":"structure",
3415-
"members":{
3416-
}
3402+
"members":{}
34173403
},
34183404
"DetachFromIndexRequest":{
34193405
"type":"structure",
@@ -3507,8 +3493,7 @@
35073493
},
35083494
"DetachPolicyResponse":{
35093495
"type":"structure",
3510-
"members":{
3511-
}
3496+
"members":{}
35123497
},
35133498
"DetachTypedLinkRequest":{
35143499
"type":"structure",
@@ -5388,8 +5373,7 @@
53885373
},
53895374
"RemoveFacetFromObjectResponse":{
53905375
"type":"structure",
5391-
"members":{
5392-
}
5376+
"members":{}
53935377
},
53945378
"RequiredAttributeBehavior":{
53955379
"type":"string",
@@ -5553,8 +5537,7 @@
55535537
},
55545538
"TagResourceResponse":{
55555539
"type":"structure",
5556-
"members":{
5557-
}
5540+
"members":{}
55585541
},
55595542
"TagValue":{"type":"string"},
55605543
"TagsNumberResults":{
@@ -5802,8 +5785,7 @@
58025785
},
58035786
"UntagResourceResponse":{
58045787
"type":"structure",
5805-
"members":{
5806-
}
5788+
"members":{}
58075789
},
58085790
"UpdateActionType":{
58095791
"type":"string",
@@ -5841,8 +5823,7 @@
58415823
},
58425824
"UpdateFacetResponse":{
58435825
"type":"structure",
5844-
"members":{
5845-
}
5826+
"members":{}
58465827
},
58475828
"UpdateLinkAttributesRequest":{
58485829
"type":"structure",
@@ -5870,8 +5851,7 @@
58705851
},
58715852
"UpdateLinkAttributesResponse":{
58725853
"type":"structure",
5873-
"members":{
5874-
}
5854+
"members":{}
58755855
},
58765856
"UpdateObjectAttributesRequest":{
58775857
"type":"structure",
@@ -5965,8 +5945,7 @@
59655945
},
59665946
"UpdateTypedLinkFacetResponse":{
59675947
"type":"structure",
5968-
"members":{
5969-
}
5948+
"members":{}
59705949
},
59715950
"UpgradeAppliedSchemaRequest":{
59725951
"type":"structure",

0 commit comments

Comments
 (0)