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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc60381b7cef624b030ac7284a9debaa999367e2e5b284787e9ce5a93d0984ca
4
- data.tar.gz: 3b15fa3ee038e48ecd1b7e87a70a134648367430b84a27c99ea7cf00a6d37c84
3
+ metadata.gz: 3415ecc8181d84525b414ce48f423e9c7c6f2b976bbcd8c2da1eb171490297ee
4
+ data.tar.gz: a0c05a6ad6e4ad2803b3597b9b8ac4ae25e340430a1494a502015dd3ee78fc02
5
5
  SHA512:
6
- metadata.gz: 3798c5fd1f79d7b40dddf1499385abf4d4af1b8b5e0fa8905ff0670f9e86a22162d84bbc38de8242fa89e3f0f9cd76ce941da608e9445b720c9221b95ae69078
7
- data.tar.gz: '07409836613935c684b153b45e0e9f04c206f8d24c35fece969e80e405558dbaf30fd43bde5a0af7b7c4bc1b160c9ad886bb795b470d203dd29158b5b7ac8ed0'
6
+ metadata.gz: 532452a829df6bd5927c191cddfcb6c8c5404831c63f728ab0d81a3693f64545abb1ab1b0b8226363ed5696bf1a91f6d71f800c7702f8b2b6d3ab9f8bd1ec68f
7
+ data.tar.gz: 532c317c2e156f7b8919e8d905573ace52cf553a8533ceb7b3bd48e72e1349acb13631b8e4ec36c04b861ba42fb6dd636b5f6f31fa7f394fc5d3ec3a43026e82
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.125.0 (2024-11-22)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for advertising trusted CA certificate names in associated trust stores.
8
+
4
9
  1.124.0 (2024-11-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.124.0
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.124.0'
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
@@ -55,7 +55,7 @@ module Aws::ElasticLoadBalancingV2
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticloadbalancingv2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticloadbalancingv2/endpoints'
57
57
 
58
- GEM_VERSION = '1.124.0'
58
+ GEM_VERSION = '1.125.0'
59
59
 
60
60
  end
61
61
 
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.124.0
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-21 00:00:00.000000000 Z
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