File tree Expand file tree Collapse file tree 3 files changed +12
-51
lines changed
services/wellarchitected/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +12
-51
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " AWS Well-Architected Tool" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 377377 "UseDualStack" : false
378378 }
379379 },
380- {
381- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
382- "expect" : {
383- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
384- },
385- "params" : {
386- "Region" : " us-iso-east-1" ,
387- "UseFIPS" : true ,
388- "UseDualStack" : true
389- }
390- },
391380 {
392381 "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
393382 "expect" : {
401390 "UseDualStack" : false
402391 }
403392 },
404- {
405- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
406- "expect" : {
407- "error" : " DualStack is enabled but this partition does not support DualStack"
408- },
409- "params" : {
410- "Region" : " us-iso-east-1" ,
411- "UseFIPS" : false ,
412- "UseDualStack" : true
413- }
414- },
415393 {
416394 "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
417395 "expect" : {
425403 "UseDualStack" : false
426404 }
427405 },
428- {
429- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
430- "expect" : {
431- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
432- },
433- "params" : {
434- "Region" : " us-isob-east-1" ,
435- "UseFIPS" : true ,
436- "UseDualStack" : true
437- }
438- },
439406 {
440407 "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
441408 "expect" : {
449416 "UseDualStack" : false
450417 }
451418 },
452- {
453- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
454- "expect" : {
455- "error" : " DualStack is enabled but this partition does not support DualStack"
456- },
457- "params" : {
458- "Region" : " us-isob-east-1" ,
459- "UseFIPS" : false ,
460- "UseDualStack" : true
461- }
462- },
463419 {
464420 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
465421 "expect" : {
Original file line number Diff line number Diff line change 55 "endpointPrefix" :" wellarchitected" ,
66 "jsonVersion" :" 1.1" ,
77 "protocol" :" rest-json" ,
8+ "protocols" :[" rest-json" ],
89 "serviceAbbreviation" :" Well-Architected" ,
910 "serviceFullName" :" AWS Well-Architected Tool" ,
1011 "serviceId" :" WellArchitected" ,
1112 "signatureVersion" :" v4" ,
1213 "signingName" :" wellarchitected" ,
13- "uid" :" wellarchitected-2020-03-31"
14+ "uid" :" wellarchitected-2020-03-31" ,
15+ "auth" :[" aws.auth#sigv4" ]
1416 },
1517 "operations" :{
1618 "AssociateLenses" :{
27802782 },
27812783 "GetProfileTemplateInput" :{
27822784 "type" :" structure" ,
2783- "members" :{
2784- }
2785+ "members" :{}
27852786 },
27862787 "GetProfileTemplateOutput" :{
27872788 "type" :" structure" ,
51175118 },
51185119 "TagResourceOutput" :{
51195120 "type" :" structure" ,
5120- "members" :{
5121- }
5121+ "members" :{}
51225122 },
51235123 "TagValue" :{
51245124 "type" :" string" ,
52145214 },
52155215 "UntagResourceOutput" :{
52165216 "type" :" structure" ,
5217- "members" :{
5218- }
5217+ "members" :{}
52195218 },
52205219 "UpdateAnswerInput" :{
52215220 "type" :" structure" ,
You can’t perform that action at this time.
0 commit comments