lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.110.0 vs lib/aws-sdk-elasticloadbalancingv2/client.rb in aws-sdk-elasticloadbalancingv2-1.111.0
- old
+ new
@@ -2176,10 +2176,12 @@
# @return [Types::DescribeListenerCertificatesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::DescribeListenerCertificatesOutput#certificates #certificates} => Array<Types::Certificate>
# * {Types::DescribeListenerCertificatesOutput#next_marker #next_marker} => String
#
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
+ #
# @example Request syntax with placeholder values
#
# resp = client.describe_listener_certificates({
# listener_arn: "ListenerArn", # required
# marker: "Marker",
@@ -2553,11 +2555,13 @@
# @return [Types::DescribeRulesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::DescribeRulesOutput#rules #rules} => Array<Types::Rule>
# * {Types::DescribeRulesOutput#next_marker #next_marker} => String
#
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
#
+ #
# @example Example: To describe a rule
#
# # This example describes the specified rule.
#
# resp = client.describe_rules({
@@ -5076,10 +5080,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
- context[:gem_version] = '1.110.0'
+ context[:gem_version] = '1.111.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#