File tree Expand file tree Collapse file tree 3 files changed +11
-49
lines changed
services/qldb/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +11
-49
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Amazon QLDB" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 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" : {
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" : {
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" : {
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" : {
Original file line number Diff line number Diff line change 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" :{
13271329 },
13281330 "TagResourceResponse" :{
13291331 "type" :" structure" ,
1330- "members" :{
1331- }
1332+ "members" :{}
13321333 },
13331334 "TagValue" :{
13341335 "type" :" string" ,
13721373 },
13731374 "UntagResourceResponse" :{
13741375 "type" :" structure" ,
1375- "members" :{
1376- }
1376+ "members" :{}
13771377 },
13781378 "UpdateLedgerPermissionsModeRequest" :{
13791379 "type" :" structure" ,
You can’t perform that action at this time.
0 commit comments