File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
services/elasticloadbalancingv2/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Elastic Load Balancing" ,
4
+ "contributor" : " " ,
5
+ "description" : " This release adds support for advertising trusted CA certificate names in associated trust stores."
6
+ }
Original file line number Diff line number Diff line change 1120
1120
},
1121
1121
"documentation" :" <p>Information about the override status applied to a target.</p>"
1122
1122
},
1123
+ "AdvertiseTrustStoreCaNamesEnum" :{
1124
+ "type" :" string" ,
1125
+ "enum" :[
1126
+ " on" ,
1127
+ " off"
1128
+ ]
1129
+ },
1123
1130
"AllocationId" :{"type" :" string" },
1124
1131
"AllocationIdNotFoundException" :{
1125
1132
"type" :" structure" ,
3404
3411
"TrustStoreAssociationStatus" :{
3405
3412
"shape" :" TrustStoreAssociationStatusEnum" ,
3406
3413
"documentation" :" <p>Indicates a shared trust stores association status.</p>"
3414
+ },
3415
+ "AdvertiseTrustStoreCaNames" :{
3416
+ "shape" :" AdvertiseTrustStoreCaNamesEnum" ,
3417
+ "documentation" :" <p>Indicates whether trust store CA certificate names are advertised.</p>"
3407
3418
}
3408
3419
},
3409
3420
"documentation" :" <p>Information about the mutual authentication attributes of a listener.</p>"
You can’t perform that action at this time.
0 commit comments