File tree 2 files changed +14
-0
lines changed
services/elasticloadbalancingv2/src/main/resources/codegen-resources
2 files changed +14
-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" : " Adds new option to filter by availability on each type of load balancer when describing ssl policies."
6
+ }
Original file line number Diff line number Diff line change 1557
1557
"PageSize" :{
1558
1558
"shape" :" PageSize" ,
1559
1559
"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>"
1560
1564
}
1561
1565
}
1562
1566
},
2874
2878
"Name" :{
2875
2879
"shape" :" SslPolicyName" ,
2876
2880
"documentation" :" <p>The name of the policy.</p>"
2881
+ },
2882
+ "SupportedLoadBalancerTypes" :{
2883
+ "shape" :" ListOfString" ,
2884
+ "documentation" :" <p> The supported load balancers. </p>"
2877
2885
}
2878
2886
},
2879
2887
"documentation" :" <p>Information about a policy used for SSL negotiation.</p>"
You can’t perform that action at this time.
0 commit comments