aws-sdk-elasticloadbalancingv2 1.123.0 → 1.125.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8dc59829b736cf8dce62db23beb944a4fb60576940085d7446a0775d01d0c281
4
- data.tar.gz: 06522a049c6d1b659ac8a2b431c36571e337b28216012da5b2547614f31d6571
3
+ metadata.gz: 3415ecc8181d84525b414ce48f423e9c7c6f2b976bbcd8c2da1eb171490297ee
4
+ data.tar.gz: a0c05a6ad6e4ad2803b3597b9b8ac4ae25e340430a1494a502015dd3ee78fc02
5
5
  SHA512:
6
- metadata.gz: e0d92d02ab91e4fee8c4c4b4532b49bd116f269b776bad4b9dc19b876bfd9470d72059cfdb648317a3e63d717852be99dc3a7fdc30c0c01d226b30a3ca3ecb37
7
- data.tar.gz: eb5b1767936df38fd82e13c782cf9ad0d829ae3e79f205ab61ee629e1ee47d68b9452a96427b5d8662620e4a92b3af2894a37cf054e01797d5255357a5165ac0
6
+ metadata.gz: 532452a829df6bd5927c191cddfcb6c8c5404831c63f728ab0d81a3693f64545abb1ab1b0b8226363ed5696bf1a91f6d71f800c7702f8b2b6d3ab9f8bd1ec68f
7
+ data.tar.gz: 532c317c2e156f7b8919e8d905573ace52cf553a8533ceb7b3bd48e72e1349acb13631b8e4ec36c04b861ba42fb6dd636b5f6f31fa7f394fc5d3ec3a43026e82
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.124.0 (2024-11-21)
10
+ ------------------
11
+
12
+ * Feature - This feature adds support for enabling zonal shift on cross-zone enabled Application Load Balancer, as well as modifying HTTP request and response headers.
13
+
4
14
  1.123.0 (2024-11-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.123.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.123.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
@@ -2256,6 +2256,83 @@ module Aws::ElasticLoadBalancingV2
2256
2256
  # seconds.
2257
2257
  #
2258
2258
  # ^
2259
+ #
2260
+ # The following attributes are only supported by Application Load
2261
+ # Balancers.
2262
+ #
2263
+ # * `routing.http.request.x_amzn_mtls_clientcert_serial_number.header_name`
2264
+ # - Enables you to modify the header name of the
2265
+ # **X-Amzn-Mtls-Clientcert-Serial-Number** HTTP request header.
2266
+ #
2267
+ # * `routing.http.request.x_amzn_mtls_clientcert_issuer.header_name` -
2268
+ # Enables you to modify the header name of the
2269
+ # **X-Amzn-Mtls-Clientcert-Issuer** HTTP request header.
2270
+ #
2271
+ # * `routing.http.request.x_amzn_mtls_clientcert_subject.header_name`
2272
+ # - Enables you to modify the header name of the
2273
+ # **X-Amzn-Mtls-Clientcert-Subject** HTTP request header.
2274
+ #
2275
+ # * `routing.http.request.x_amzn_mtls_clientcert_validity.header_name`
2276
+ # - Enables you to modify the header name of the
2277
+ # **X-Amzn-Mtls-Clientcert-Validity** HTTP request header.
2278
+ #
2279
+ # * `routing.http.request.x_amzn_mtls_clientcert_leaf.header_name` -
2280
+ # Enables you to modify the header name of the
2281
+ # **X-Amzn-Mtls-Clientcert-Leaf** HTTP request header.
2282
+ #
2283
+ # * `routing.http.request.x_amzn_mtls_clientcert.header_name` -
2284
+ # Enables you to modify the header name of the
2285
+ # **X-Amzn-Mtls-Clientcert** HTTP request header.
2286
+ #
2287
+ # * `routing.http.request.x_amzn_tls_version.header_name` - Enables
2288
+ # you to modify the header name of the **X-Amzn-Tls-Version** HTTP
2289
+ # request header.
2290
+ #
2291
+ # * `routing.http.request.x_amzn_tls_cipher_suite.header_name` -
2292
+ # Enables you to modify the header name of the
2293
+ # **X-Amzn-Tls-Cipher-Suite** HTTP request header.
2294
+ #
2295
+ # * `routing.http.response.server.enabled` - Enables you to allow or
2296
+ # remove the HTTP response server header.
2297
+ #
2298
+ # * `routing.http.response.strict_transport_security.header_value` -
2299
+ # Informs browsers that the site should only be accessed using
2300
+ # HTTPS, and that any future attempts to access it using HTTP should
2301
+ # automatically be converted to HTTPS.
2302
+ #
2303
+ # * `routing.http.response.access_control_allow_origin.header_value` -
2304
+ # Specifies which origins are allowed to access the server.
2305
+ #
2306
+ # * `routing.http.response.access_control_allow_methods.header_value`
2307
+ # - Returns which HTTP methods are allowed when accessing the server
2308
+ # from a different origin.
2309
+ #
2310
+ # * `routing.http.response.access_control_allow_headers.header_value`
2311
+ # - Specifies which headers can be used during the request.
2312
+ #
2313
+ # * `routing.http.response.access_control_allow_credentials.header_value`
2314
+ # - Indicates whether the browser should include credentials such as
2315
+ # cookies or authentication when making requests.
2316
+ #
2317
+ # * `routing.http.response.access_control_expose_headers.header_value`
2318
+ # - Returns which headers the browser can expose to the requesting
2319
+ # client.
2320
+ #
2321
+ # * `routing.http.response.access_control_max_age.header_value` -
2322
+ # Specifies how long the results of a preflight request can be
2323
+ # cached, in seconds.
2324
+ #
2325
+ # * `routing.http.response.content_security_policy.header_value` -
2326
+ # Specifies restrictions enforced by the browser to help minimize
2327
+ # the risk of certain types of security threats.
2328
+ #
2329
+ # * `routing.http.response.x_content_type_options.header_value` -
2330
+ # Indicates whether the MIME types advertised in the
2331
+ # **Content-Type** headers should be followed and not be changed.
2332
+ #
2333
+ # * `routing.http.response.x_frame_options.header_value` - Indicates
2334
+ # whether the browser is allowed to render a page in a **frame**,
2335
+ # **iframe**, **embed** or **object**.
2259
2336
  # @return [String]
2260
2337
  #
2261
2338
  # @!attribute [rw] value
@@ -2456,6 +2533,10 @@ module Aws::ElasticLoadBalancingV2
2456
2533
  # unintended access to your internal load balancer through an
2457
2534
  # internet gateway.
2458
2535
  #
2536
+ # * `zonal_shift.config.enabled` - Indicates whether zonal shift is
2537
+ # enabled. The possible values are `true` and `false`. The default
2538
+ # is `false`.
2539
+ #
2459
2540
  # The following attributes are supported by only Application Load
2460
2541
  # Balancers:
2461
2542
  #
@@ -2548,9 +2629,7 @@ module Aws::ElasticLoadBalancingV2
2548
2629
  # percent zonal affinity, and `any_availability_zone` with 0 percent
2549
2630
  # zonal affinity.
2550
2631
  #
2551
- # * `zonal_shift.config.enabled` - Indicates whether zonal shift is
2552
- # enabled. The possible values are `true` and `false`. The default
2553
- # is `false`.
2632
+ # ^
2554
2633
  # @return [String]
2555
2634
  #
2556
2635
  # @!attribute [rw] value
@@ -3064,13 +3143,18 @@ module Aws::ElasticLoadBalancingV2
3064
3143
  # Indicates a shared trust stores association status.
3065
3144
  # @return [String]
3066
3145
  #
3146
+ # @!attribute [rw] advertise_trust_store_ca_names
3147
+ # Indicates whether trust store CA certificate names are advertised.
3148
+ # @return [String]
3149
+ #
3067
3150
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/MutualAuthenticationAttributes AWS API Documentation
3068
3151
  #
3069
3152
  class MutualAuthenticationAttributes < Struct.new(
3070
3153
  :mode,
3071
3154
  :trust_store_arn,
3072
3155
  :ignore_client_certificate_expiry,
3073
- :trust_store_association_status)
3156
+ :trust_store_association_status,
3157
+ :advertise_trust_store_ca_names)
3074
3158
  SENSITIVE = []
3075
3159
  include Aws::Structure
3076
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.123.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.123.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-20 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