Skip to content

Commit 9eb6cf1

Browse files
author
AWS
committed
Elastic Load Balancing Update: This release adds support for advertising trusted CA certificate names in associated trust stores.
1 parent 460990d commit 9eb6cf1

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
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": "Elastic Load Balancing",
4+
"contributor": "",
5+
"description": "This release adds support for advertising trusted CA certificate names in associated trust stores."
6+
}

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,6 +1120,13 @@
11201120
},
11211121
"documentation":"<p>Information about the override status applied to a target.</p>"
11221122
},
1123+
"AdvertiseTrustStoreCaNamesEnum":{
1124+
"type":"string",
1125+
"enum":[
1126+
"on",
1127+
"off"
1128+
]
1129+
},
11231130
"AllocationId":{"type":"string"},
11241131
"AllocationIdNotFoundException":{
11251132
"type":"structure",
@@ -3404,6 +3411,10 @@
34043411
"TrustStoreAssociationStatus":{
34053412
"shape":"TrustStoreAssociationStatusEnum",
34063413
"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>"
34073418
}
34083419
},
34093420
"documentation":"<p>Information about the mutual authentication attributes of a listener.</p>"

0 commit comments

Comments
 (0)