Skip to content

Commit 294d72c

Browse files
author
AWS
committed
Elastic Load Balancing Update: Adds new option to filter by availability on each type of load balancer when describing ssl policies.
1 parent 589b696 commit 294d72c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
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": "Adds new option to filter by availability on each type of load balancer when describing ssl policies."
6+
}

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

+8
Original file line numberDiff line numberDiff line change
@@ -1557,6 +1557,10 @@
15571557
"PageSize":{
15581558
"shape":"PageSize",
15591559
"documentation":"<p>The maximum number of results to return with this call.</p>"
1560+
},
1561+
"LoadBalancerType":{
1562+
"shape":"LoadBalancerTypeEnum",
1563+
"documentation":"<p> The type of load balancer. The default lists the SSL policies for all load balancers.</p>"
15601564
}
15611565
}
15621566
},
@@ -2874,6 +2878,10 @@
28742878
"Name":{
28752879
"shape":"SslPolicyName",
28762880
"documentation":"<p>The name of the policy.</p>"
2881+
},
2882+
"SupportedLoadBalancerTypes":{
2883+
"shape":"ListOfString",
2884+
"documentation":"<p> The supported load balancers. </p>"
28772885
}
28782886
},
28792887
"documentation":"<p>Information about a policy used for SSL negotiation.</p>"

0 commit comments

Comments
 (0)