aws-sdk-elasticloadbalancingv2 1.69.0 → 1.70.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94ece026b9714de3ce9db522a1fd5ce18a9848ac23fab75a81415221ecb9c134
|
4
|
+
data.tar.gz: 3ef5958a69f3a0921853195726b8fd5254e471bfeb8d88a1416e2f7b2d1368cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff56f3463d187d2af09ab2098c910000544e7e20d6f869c7f69fca307ede27f60da518726cb0c02238f051097e6e41e61bddd81d8e71b523fabf63fdfd4504dd
|
7
|
+
data.tar.gz: 458ccb4ce699fe3cbb8cb0f11862131a7ee20c449430d1bc7a6c88c7c2f722b8193740a3c24fb5a8ff5942516a53abdeb9235ab359b06433a93a52ae1203b1dd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.70.0
|
@@ -2325,6 +2325,10 @@ module Aws::ElasticLoadBalancingV2
|
|
2325
2325
|
# @option params [Integer] :page_size
|
2326
2326
|
# The maximum number of results to return with this call.
|
2327
2327
|
#
|
2328
|
+
# @option params [String] :load_balancer_type
|
2329
|
+
# The type of load balancer. The default lists the SSL policies for all
|
2330
|
+
# load balancers.
|
2331
|
+
#
|
2328
2332
|
# @return [Types::DescribeSSLPoliciesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2329
2333
|
#
|
2330
2334
|
# * {Types::DescribeSSLPoliciesOutput#ssl_policies #ssl_policies} => Array<Types::SslPolicy>
|
@@ -2439,6 +2443,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2439
2443
|
# names: ["SslPolicyName"],
|
2440
2444
|
# marker: "Marker",
|
2441
2445
|
# page_size: 1,
|
2446
|
+
# load_balancer_type: "application", # accepts application, network, gateway
|
2442
2447
|
# })
|
2443
2448
|
#
|
2444
2449
|
# @example Response structure
|
@@ -2450,6 +2455,8 @@ module Aws::ElasticLoadBalancingV2
|
|
2450
2455
|
# resp.ssl_policies[0].ciphers[0].name #=> String
|
2451
2456
|
# resp.ssl_policies[0].ciphers[0].priority #=> Integer
|
2452
2457
|
# resp.ssl_policies[0].name #=> String
|
2458
|
+
# resp.ssl_policies[0].supported_load_balancer_types #=> Array
|
2459
|
+
# resp.ssl_policies[0].supported_load_balancer_types[0] #=> String
|
2453
2460
|
# resp.next_marker #=> String
|
2454
2461
|
#
|
2455
2462
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeSSLPolicies AWS API Documentation
|
@@ -4283,7 +4290,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4283
4290
|
params: params,
|
4284
4291
|
config: config)
|
4285
4292
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
4286
|
-
context[:gem_version] = '1.
|
4293
|
+
context[:gem_version] = '1.70.0'
|
4287
4294
|
Seahorse::Client::Request.new(handlers, context)
|
4288
4295
|
end
|
4289
4296
|
|
@@ -521,6 +521,7 @@ module Aws::ElasticLoadBalancingV2
|
|
521
521
|
DescribeSSLPoliciesInput.add_member(:names, Shapes::ShapeRef.new(shape: SslPolicyNames, location_name: "Names"))
|
522
522
|
DescribeSSLPoliciesInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
523
523
|
DescribeSSLPoliciesInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
524
|
+
DescribeSSLPoliciesInput.add_member(:load_balancer_type, Shapes::ShapeRef.new(shape: LoadBalancerTypeEnum, location_name: "LoadBalancerType"))
|
524
525
|
DescribeSSLPoliciesInput.struct_class = Types::DescribeSSLPoliciesInput
|
525
526
|
|
526
527
|
DescribeSSLPoliciesOutput.add_member(:ssl_policies, Shapes::ShapeRef.new(shape: SslPolicies, location_name: "SslPolicies"))
|
@@ -837,6 +838,7 @@ module Aws::ElasticLoadBalancingV2
|
|
837
838
|
SslPolicy.add_member(:ssl_protocols, Shapes::ShapeRef.new(shape: SslProtocols, location_name: "SslProtocols"))
|
838
839
|
SslPolicy.add_member(:ciphers, Shapes::ShapeRef.new(shape: Ciphers, location_name: "Ciphers"))
|
839
840
|
SslPolicy.add_member(:name, Shapes::ShapeRef.new(shape: SslPolicyName, location_name: "Name"))
|
841
|
+
SslPolicy.add_member(:supported_load_balancer_types, Shapes::ShapeRef.new(shape: ListOfString, location_name: "SupportedLoadBalancerTypes"))
|
840
842
|
SslPolicy.struct_class = Types::SslPolicy
|
841
843
|
|
842
844
|
SslPolicyNames.member = Shapes::ShapeRef.new(shape: SslPolicyName)
|
@@ -1646,6 +1646,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1646
1646
|
# names: ["SslPolicyName"],
|
1647
1647
|
# marker: "Marker",
|
1648
1648
|
# page_size: 1,
|
1649
|
+
# load_balancer_type: "application", # accepts application, network, gateway
|
1649
1650
|
# }
|
1650
1651
|
#
|
1651
1652
|
# @!attribute [rw] names
|
@@ -1661,12 +1662,18 @@ module Aws::ElasticLoadBalancingV2
|
|
1661
1662
|
# The maximum number of results to return with this call.
|
1662
1663
|
# @return [Integer]
|
1663
1664
|
#
|
1665
|
+
# @!attribute [rw] load_balancer_type
|
1666
|
+
# The type of load balancer. The default lists the SSL policies for
|
1667
|
+
# all load balancers.
|
1668
|
+
# @return [String]
|
1669
|
+
#
|
1664
1670
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeSSLPoliciesInput AWS API Documentation
|
1665
1671
|
#
|
1666
1672
|
class DescribeSSLPoliciesInput < Struct.new(
|
1667
1673
|
:names,
|
1668
1674
|
:marker,
|
1669
|
-
:page_size
|
1675
|
+
:page_size,
|
1676
|
+
:load_balancer_type)
|
1670
1677
|
SENSITIVE = []
|
1671
1678
|
include Aws::Structure
|
1672
1679
|
end
|
@@ -3790,12 +3797,17 @@ module Aws::ElasticLoadBalancingV2
|
|
3790
3797
|
# The name of the policy.
|
3791
3798
|
# @return [String]
|
3792
3799
|
#
|
3800
|
+
# @!attribute [rw] supported_load_balancer_types
|
3801
|
+
# The supported load balancers.
|
3802
|
+
# @return [Array<String>]
|
3803
|
+
#
|
3793
3804
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SslPolicy AWS API Documentation
|
3794
3805
|
#
|
3795
3806
|
class SslPolicy < Struct.new(
|
3796
3807
|
:ssl_protocols,
|
3797
3808
|
:ciphers,
|
3798
|
-
:name
|
3809
|
+
:name,
|
3810
|
+
:supported_load_balancer_types)
|
3799
3811
|
SENSITIVE = []
|
3800
3812
|
include Aws::Structure
|
3801
3813
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticloadbalancingv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.70.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|