Skip to content

Commit a9b39a9

Browse files
author
AWS
committed
Amazon Comprehend Update: Remove incorrect endpoint tests
1 parent 9c8c9c5 commit a9b39a9

File tree

3 files changed

+18
-63
lines changed

3 files changed

+18
-63
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 Comprehend",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -364,17 +364,6 @@
364364
"UseDualStack": false
365365
}
366366
},
367-
{
368-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
369-
"expect": {
370-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
371-
},
372-
"params": {
373-
"Region": "us-iso-east-1",
374-
"UseFIPS": true,
375-
"UseDualStack": true
376-
}
377-
},
378367
{
379368
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
380369
"expect": {
@@ -388,28 +377,6 @@
388377
"UseDualStack": false
389378
}
390379
},
391-
{
392-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
393-
"expect": {
394-
"error": "DualStack is enabled but this partition does not support DualStack"
395-
},
396-
"params": {
397-
"Region": "us-iso-east-1",
398-
"UseFIPS": false,
399-
"UseDualStack": true
400-
}
401-
},
402-
{
403-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
404-
"expect": {
405-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
406-
},
407-
"params": {
408-
"Region": "us-isob-east-1",
409-
"UseFIPS": true,
410-
"UseDualStack": true
411-
}
412-
},
413380
{
414381
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
415382
"expect": {
@@ -423,17 +390,6 @@
423390
"UseDualStack": false
424391
}
425392
},
426-
{
427-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
428-
"expect": {
429-
"error": "DualStack is enabled but this partition does not support DualStack"
430-
},
431-
"params": {
432-
"Region": "us-isob-east-1",
433-
"UseFIPS": false,
434-
"UseDualStack": true
435-
}
436-
},
437393
{
438394
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
439395
"expect": {

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

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"comprehend",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"Amazon Comprehend",
910
"serviceId":"Comprehend",
1011
"signatureVersion":"v4",
1112
"signingName":"comprehend",
1213
"targetPrefix":"Comprehend_20171127",
13-
"uid":"comprehend-2017-11-27"
14+
"uid":"comprehend-2017-11-27",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"BatchDetectDominantLanguage":{
@@ -2650,8 +2652,7 @@
26502652
},
26512653
"DeleteDocumentClassifierResponse":{
26522654
"type":"structure",
2653-
"members":{
2654-
}
2655+
"members":{}
26552656
},
26562657
"DeleteEndpointRequest":{
26572658
"type":"structure",
@@ -2665,8 +2666,7 @@
26652666
},
26662667
"DeleteEndpointResponse":{
26672668
"type":"structure",
2668-
"members":{
2669-
}
2669+
"members":{}
26702670
},
26712671
"DeleteEntityRecognizerRequest":{
26722672
"type":"structure",
@@ -2680,8 +2680,7 @@
26802680
},
26812681
"DeleteEntityRecognizerResponse":{
26822682
"type":"structure",
2683-
"members":{
2684-
}
2683+
"members":{}
26852684
},
26862685
"DeleteFlywheelRequest":{
26872686
"type":"structure",
@@ -2695,8 +2694,7 @@
26952694
},
26962695
"DeleteFlywheelResponse":{
26972696
"type":"structure",
2698-
"members":{
2699-
}
2697+
"members":{}
27002698
},
27012699
"DeleteResourcePolicyRequest":{
27022700
"type":"structure",
@@ -2714,8 +2712,7 @@
27142712
},
27152713
"DeleteResourcePolicyResponse":{
27162714
"type":"structure",
2717-
"members":{
2718-
}
2715+
"members":{}
27192716
},
27202717
"DescribeDatasetRequest":{
27212718
"type":"structure",
@@ -7116,8 +7113,7 @@
71167113
},
71177114
"StopTrainingDocumentClassifierResponse":{
71187115
"type":"structure",
7119-
"members":{
7120-
}
7116+
"members":{}
71217117
},
71227118
"StopTrainingEntityRecognizerRequest":{
71237119
"type":"structure",
@@ -7131,8 +7127,7 @@
71317127
},
71327128
"StopTrainingEntityRecognizerResponse":{
71337129
"type":"structure",
7134-
"members":{
7135-
}
7130+
"members":{}
71367131
},
71377132
"String":{
71387133
"type":"string",
@@ -7238,8 +7233,7 @@
72387233
},
72397234
"TagResourceResponse":{
72407235
"type":"structure",
7241-
"members":{
7242-
}
7236+
"members":{}
72437237
},
72447238
"TagValue":{
72457239
"type":"string",
@@ -7610,8 +7604,7 @@
76107604
},
76117605
"UntagResourceResponse":{
76127606
"type":"structure",
7613-
"members":{
7614-
}
7607+
"members":{}
76157608
},
76167609
"UpdateDataSecurityConfig":{
76177610
"type":"structure",

0 commit comments

Comments
 (0)