lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.69.0 vs lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.70.0
- old
+ new
@@ -2323,10 +2323,14 @@
# a previous call.)
#
# @option params [Integer] :page_size
# The maximum number of results to return with this call.
#
+ # @option params [String] :load_balancer_type
+ # The type of load balancer. The default lists the SSL policies for all
+ # load balancers.
+ #
# @return [Types::DescribeSSLPoliciesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::DescribeSSLPoliciesOutput#ssl_policies #ssl_policies} => Array<Types::SslPolicy>
# * {Types::DescribeSSLPoliciesOutput#next_marker #next_marker} => String
#
@@ -2437,10 +2441,11 @@
#
# resp = client.describe_ssl_policies({
# names: ["SslPolicyName"],
# marker: "Marker",
# page_size: 1,
+ # load_balancer_type: "application", # accepts application, network, gateway
# })
#
# @example Response structure
#
# resp.ssl_policies #=> Array
@@ -2448,10 +2453,12 @@
# resp.ssl_policies[0].ssl_protocols[0] #=> String
# resp.ssl_policies[0].ciphers #=> Array
# resp.ssl_policies[0].ciphers[0].name #=> String
# resp.ssl_policies[0].ciphers[0].priority #=> Integer
# resp.ssl_policies[0].name #=> String
+ # resp.ssl_policies[0].supported_load_balancer_types #=> Array
+ # resp.ssl_policies[0].supported_load_balancer_types[0] #=> String
# resp.next_marker #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeSSLPolicies AWS API Documentation
#
# @overload describe_ssl_policies(params = {})
@@ -4281,10 +4288,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
- context[:gem_version] = '1.69.0'
+ context[:gem_version] = '1.70.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#