aws-sdk-elasticloadbalancingv2 1.124.0 → 1.125.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +6 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client_api.rb +2 -0
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +6 -1
- data/lib/aws-sdk-elasticloadbalancingv2.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3415ecc8181d84525b414ce48f423e9c7c6f2b976bbcd8c2da1eb171490297ee
|
4
|
+
data.tar.gz: a0c05a6ad6e4ad2803b3597b9b8ac4ae25e340430a1494a502015dd3ee78fc02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 532452a829df6bd5927c191cddfcb6c8c5404831c63f728ab0d81a3693f64545abb1ab1b0b8226363ed5696bf1a91f6d71f800c7702f8b2b6d3ab9f8bd1ec68f
|
7
|
+
data.tar.gz: 532c317c2e156f7b8919e8d905573ace52cf553a8533ceb7b3bd48e72e1349acb13631b8e4ec36c04b861ba42fb6dd636b5f6f31fa7f394fc5d3ec3a43026e82
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.125.0
|
@@ -860,6 +860,7 @@ module Aws::ElasticLoadBalancingV2
|
|
860
860
|
# trust_store_arn: "TrustStoreArn",
|
861
861
|
# ignore_client_certificate_expiry: false,
|
862
862
|
# trust_store_association_status: "active", # accepts active, removed
|
863
|
+
# advertise_trust_store_ca_names: "on", # accepts on, off
|
863
864
|
# },
|
864
865
|
# })
|
865
866
|
#
|
@@ -920,6 +921,7 @@ module Aws::ElasticLoadBalancingV2
|
|
920
921
|
# resp.listeners[0].mutual_authentication.trust_store_arn #=> String
|
921
922
|
# resp.listeners[0].mutual_authentication.ignore_client_certificate_expiry #=> Boolean
|
922
923
|
# resp.listeners[0].mutual_authentication.trust_store_association_status #=> String, one of "active", "removed"
|
924
|
+
# resp.listeners[0].mutual_authentication.advertise_trust_store_ca_names #=> String, one of "on", "off"
|
923
925
|
#
|
924
926
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateListener AWS API Documentation
|
925
927
|
#
|
@@ -2373,6 +2375,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2373
2375
|
# resp.listeners[0].mutual_authentication.trust_store_arn #=> String
|
2374
2376
|
# resp.listeners[0].mutual_authentication.ignore_client_certificate_expiry #=> Boolean
|
2375
2377
|
# resp.listeners[0].mutual_authentication.trust_store_association_status #=> String, one of "active", "removed"
|
2378
|
+
# resp.listeners[0].mutual_authentication.advertise_trust_store_ca_names #=> String, one of "on", "off"
|
2376
2379
|
# resp.next_marker #=> String
|
2377
2380
|
#
|
2378
2381
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeListeners AWS API Documentation
|
@@ -3798,6 +3801,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3798
3801
|
# trust_store_arn: "TrustStoreArn",
|
3799
3802
|
# ignore_client_certificate_expiry: false,
|
3800
3803
|
# trust_store_association_status: "active", # accepts active, removed
|
3804
|
+
# advertise_trust_store_ca_names: "on", # accepts on, off
|
3801
3805
|
# },
|
3802
3806
|
# })
|
3803
3807
|
#
|
@@ -3858,6 +3862,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3858
3862
|
# resp.listeners[0].mutual_authentication.trust_store_arn #=> String
|
3859
3863
|
# resp.listeners[0].mutual_authentication.ignore_client_certificate_expiry #=> Boolean
|
3860
3864
|
# resp.listeners[0].mutual_authentication.trust_store_association_status #=> String, one of "active", "removed"
|
3865
|
+
# resp.listeners[0].mutual_authentication.advertise_trust_store_ca_names #=> String, one of "on", "off"
|
3861
3866
|
#
|
3862
3867
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ModifyListener AWS API Documentation
|
3863
3868
|
#
|
@@ -5186,7 +5191,7 @@ module Aws::ElasticLoadBalancingV2
|
|
5186
5191
|
tracer: tracer
|
5187
5192
|
)
|
5188
5193
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
5189
|
-
context[:gem_version] = '1.
|
5194
|
+
context[:gem_version] = '1.125.0'
|
5190
5195
|
Seahorse::Client::Request.new(handlers, context)
|
5191
5196
|
end
|
5192
5197
|
|
@@ -26,6 +26,7 @@ module Aws::ElasticLoadBalancingV2
|
|
26
26
|
AddTrustStoreRevocationsInput = Shapes::StructureShape.new(name: 'AddTrustStoreRevocationsInput')
|
27
27
|
AddTrustStoreRevocationsOutput = Shapes::StructureShape.new(name: 'AddTrustStoreRevocationsOutput')
|
28
28
|
AdministrativeOverride = Shapes::StructureShape.new(name: 'AdministrativeOverride')
|
29
|
+
AdvertiseTrustStoreCaNamesEnum = Shapes::StringShape.new(name: 'AdvertiseTrustStoreCaNamesEnum')
|
29
30
|
AllocationId = Shapes::StringShape.new(name: 'AllocationId')
|
30
31
|
AllocationIdNotFoundException = Shapes::StructureShape.new(name: 'AllocationIdNotFoundException', error: {"code"=>"AllocationIdNotFound", "httpStatusCode"=>400, "senderFault"=>true})
|
31
32
|
AlpnPolicyName = Shapes::ListShape.new(name: 'AlpnPolicyName')
|
@@ -1009,6 +1010,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1009
1010
|
MutualAuthenticationAttributes.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: TrustStoreArn, location_name: "TrustStoreArn"))
|
1010
1011
|
MutualAuthenticationAttributes.add_member(:ignore_client_certificate_expiry, Shapes::ShapeRef.new(shape: IgnoreClientCertificateExpiry, location_name: "IgnoreClientCertificateExpiry"))
|
1011
1012
|
MutualAuthenticationAttributes.add_member(:trust_store_association_status, Shapes::ShapeRef.new(shape: TrustStoreAssociationStatusEnum, location_name: "TrustStoreAssociationStatus"))
|
1013
|
+
MutualAuthenticationAttributes.add_member(:advertise_trust_store_ca_names, Shapes::ShapeRef.new(shape: AdvertiseTrustStoreCaNamesEnum, location_name: "AdvertiseTrustStoreCaNames"))
|
1012
1014
|
MutualAuthenticationAttributes.struct_class = Types::MutualAuthenticationAttributes
|
1013
1015
|
|
1014
1016
|
OperationNotPermittedException.struct_class = Types::OperationNotPermittedException
|
@@ -3143,13 +3143,18 @@ module Aws::ElasticLoadBalancingV2
|
|
3143
3143
|
# Indicates a shared trust stores association status.
|
3144
3144
|
# @return [String]
|
3145
3145
|
#
|
3146
|
+
# @!attribute [rw] advertise_trust_store_ca_names
|
3147
|
+
# Indicates whether trust store CA certificate names are advertised.
|
3148
|
+
# @return [String]
|
3149
|
+
#
|
3146
3150
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/MutualAuthenticationAttributes AWS API Documentation
|
3147
3151
|
#
|
3148
3152
|
class MutualAuthenticationAttributes < Struct.new(
|
3149
3153
|
:mode,
|
3150
3154
|
:trust_store_arn,
|
3151
3155
|
:ignore_client_certificate_expiry,
|
3152
|
-
:trust_store_association_status
|
3156
|
+
:trust_store_association_status,
|
3157
|
+
:advertise_trust_store_ca_names)
|
3153
3158
|
SENSITIVE = []
|
3154
3159
|
include Aws::Structure
|
3155
3160
|
end
|
data/sig/client.rbs
CHANGED
@@ -207,7 +207,8 @@ module Aws
|
|
207
207
|
mode: ::String?,
|
208
208
|
trust_store_arn: ::String?,
|
209
209
|
ignore_client_certificate_expiry: bool?,
|
210
|
-
trust_store_association_status: ("active" | "removed")
|
210
|
+
trust_store_association_status: ("active" | "removed")?,
|
211
|
+
advertise_trust_store_ca_names: ("on" | "off")?
|
211
212
|
}
|
212
213
|
) -> _CreateListenerResponseSuccess
|
213
214
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateListenerResponseSuccess
|
@@ -804,7 +805,8 @@ module Aws
|
|
804
805
|
mode: ::String?,
|
805
806
|
trust_store_arn: ::String?,
|
806
807
|
ignore_client_certificate_expiry: bool?,
|
807
|
-
trust_store_association_status: ("active" | "removed")
|
808
|
+
trust_store_association_status: ("active" | "removed")?,
|
809
|
+
advertise_trust_store_ca_names: ("on" | "off")?
|
808
810
|
}
|
809
811
|
) -> _ModifyListenerResponseSuccess
|
810
812
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyListenerResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -808,6 +808,7 @@ module Aws::ElasticLoadBalancingV2
|
|
808
808
|
attr_accessor trust_store_arn: ::String
|
809
809
|
attr_accessor ignore_client_certificate_expiry: bool
|
810
810
|
attr_accessor trust_store_association_status: ("active" | "removed")
|
811
|
+
attr_accessor advertise_trust_store_ca_names: ("on" | "off")
|
811
812
|
SENSITIVE: []
|
812
813
|
end
|
813
814
|
|
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.125.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: 2024-11-
|
11
|
+
date: 2024-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|