Skip to content

Commit 313adf8

Browse files
author
AWS
committed
Amazon QLDB Update: Remove incorrect endpoint tests
1 parent 7b45c3f commit 313adf8

File tree

3 files changed

+11
-49
lines changed

3 files changed

+11
-49
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 QLDB",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -325,17 +325,6 @@
325325
"UseDualStack": false
326326
}
327327
},
328-
{
329-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
330-
"expect": {
331-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
332-
},
333-
"params": {
334-
"Region": "us-iso-east-1",
335-
"UseFIPS": true,
336-
"UseDualStack": true
337-
}
338-
},
339328
{
340329
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
341330
"expect": {
@@ -349,17 +338,6 @@
349338
"UseDualStack": false
350339
}
351340
},
352-
{
353-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
354-
"expect": {
355-
"error": "DualStack is enabled but this partition does not support DualStack"
356-
},
357-
"params": {
358-
"Region": "us-iso-east-1",
359-
"UseFIPS": false,
360-
"UseDualStack": true
361-
}
362-
},
363341
{
364342
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
365343
"expect": {
@@ -373,17 +351,6 @@
373351
"UseDualStack": false
374352
}
375353
},
376-
{
377-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
378-
"expect": {
379-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
380-
},
381-
"params": {
382-
"Region": "us-isob-east-1",
383-
"UseFIPS": true,
384-
"UseDualStack": true
385-
}
386-
},
387354
{
388355
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
389356
"expect": {
@@ -397,17 +364,6 @@
397364
"UseDualStack": false
398365
}
399366
},
400-
{
401-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
402-
"expect": {
403-
"error": "DualStack is enabled but this partition does not support DualStack"
404-
},
405-
"params": {
406-
"Region": "us-isob-east-1",
407-
"UseFIPS": false,
408-
"UseDualStack": true
409-
}
410-
},
411367
{
412368
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
413369
"expect": {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"qldb",
66
"jsonVersion":"1.0",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceAbbreviation":"QLDB",
910
"serviceFullName":"Amazon QLDB",
1011
"serviceId":"QLDB",
1112
"signatureVersion":"v4",
1213
"signingName":"qldb",
13-
"uid":"qldb-2019-01-02"
14+
"uid":"qldb-2019-01-02",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"CancelJournalKinesisStream":{
@@ -1327,8 +1329,7 @@
13271329
},
13281330
"TagResourceResponse":{
13291331
"type":"structure",
1330-
"members":{
1331-
}
1332+
"members":{}
13321333
},
13331334
"TagValue":{
13341335
"type":"string",
@@ -1372,8 +1373,7 @@
13721373
},
13731374
"UntagResourceResponse":{
13741375
"type":"structure",
1375-
"members":{
1376-
}
1376+
"members":{}
13771377
},
13781378
"UpdateLedgerPermissionsModeRequest":{
13791379
"type":"structure",

0 commit comments

Comments
 (0)