aws-sdk-elasticloadbalancingv2 1.42.0 → 1.43.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: 5c5c53e7fc8b7fccd998b3596d141c241dd36ad96ee41ff29b9d26a1d67a1052
4
- data.tar.gz: edac9fe22b85c761259e32e6705b649382fb4ce4a98e793529f8200ef1efe7d5
3
+ metadata.gz: 37f0cd48d947743cf76459e384754177f0b2a2de7e58d6df30e1a4050875fe10
4
+ data.tar.gz: 456a76ee69d179d2b0098ccf7c385363d94d2bdd435f86aa1657123fa4e4cad7
5
5
  SHA512:
6
- metadata.gz: 49d0a92f077c0832386feb2042c81ced3f812f2b60de14b70af01009813d8cf2414687fe9afcff603c6d372405fd3e74899f7eecf17221d0a96fd4a8919b319d
7
- data.tar.gz: b0bc7c90eabc2d820060fc1196c9b1c02f9c7248fce719f44d6212c7cf48ea9041fc6bb90be32d73dff11cbc9f340a77964a98ea301acd31974633a967e7c1cf
6
+ metadata.gz: 8c63fe0d2a6c098139e3cdc06f43c048ef02fb16f7a8d86524698c0750c85ac9557dcecbc7d1cc10b359a38a3dd29feb86cb64cd483e8d4f0b03ede0899b53b2
7
+ data.tar.gz: 8993363ec3142870cd004569849084e22d50513b48fa5a5e107857ccee8ffdd70b4ea6c1833779b229e3b9690a4489b5bd2eb07a6f2f7f577d6bf7ccffb4ba01
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
46
46
  # @service
47
47
  module Aws::ElasticLoadBalancingV2
48
48
 
49
- GEM_VERSION = '1.42.0'
49
+ GEM_VERSION = '1.43.0'
50
50
 
51
51
  end
@@ -520,6 +520,28 @@ module Aws::ElasticLoadBalancingV2
520
520
  # \[Application Load Balancer\] If the action type is `fixed-response`,
521
521
  # you drop specified client requests and return a custom HTTP response.
522
522
  #
523
+ # @option params [Array<String>] :alpn_policy
524
+ # \[TLS listeners\] The name of the Application-Layer Protocol
525
+ # Negotiation (ALPN) policy. You can specify one policy name. The
526
+ # following are the possible values:
527
+ #
528
+ # * `HTTP1Only`
529
+ #
530
+ # * `HTTP2Only`
531
+ #
532
+ # * `HTTP2Optional`
533
+ #
534
+ # * `HTTP2Preferred`
535
+ #
536
+ # * `None`
537
+ #
538
+ # For more information, see [ALPN Policies][1] in the *Network Load
539
+ # Balancers Guide*.
540
+ #
541
+ #
542
+ #
543
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies
544
+ #
523
545
  # @return [Types::CreateListenerOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
524
546
  #
525
547
  # * {Types::CreateListenerOutput#listeners #listeners} => Array&lt;Types::Listener&gt;
@@ -682,6 +704,7 @@ module Aws::ElasticLoadBalancingV2
682
704
  # },
683
705
  # },
684
706
  # ],
707
+ # alpn_policy: ["AlpnPolicyValue"],
685
708
  # })
686
709
  #
687
710
  # @example Response structure
@@ -735,6 +758,8 @@ module Aws::ElasticLoadBalancingV2
735
758
  # resp.listeners[0].default_actions[0].forward_config.target_groups[0].weight #=> Integer
736
759
  # resp.listeners[0].default_actions[0].forward_config.target_group_stickiness_config.enabled #=> Boolean
737
760
  # resp.listeners[0].default_actions[0].forward_config.target_group_stickiness_config.duration_seconds #=> Integer
761
+ # resp.listeners[0].alpn_policy #=> Array
762
+ # resp.listeners[0].alpn_policy[0] #=> String
738
763
  #
739
764
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateListener AWS API Documentation
740
765
  #
@@ -1892,6 +1917,8 @@ module Aws::ElasticLoadBalancingV2
1892
1917
  # resp.listeners[0].default_actions[0].forward_config.target_groups[0].weight #=> Integer
1893
1918
  # resp.listeners[0].default_actions[0].forward_config.target_group_stickiness_config.enabled #=> Boolean
1894
1919
  # resp.listeners[0].default_actions[0].forward_config.target_group_stickiness_config.duration_seconds #=> Integer
1920
+ # resp.listeners[0].alpn_policy #=> Array
1921
+ # resp.listeners[0].alpn_policy[0] #=> String
1895
1922
  # resp.next_marker #=> String
1896
1923
  #
1897
1924
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeListeners AWS API Documentation
@@ -2845,6 +2872,28 @@ module Aws::ElasticLoadBalancingV2
2845
2872
  # \[Application Load Balancer\] If the action type is `fixed-response`,
2846
2873
  # you drop specified client requests and return a custom HTTP response.
2847
2874
  #
2875
+ # @option params [Array<String>] :alpn_policy
2876
+ # \[TLS listeners\] The name of the Application-Layer Protocol
2877
+ # Negotiation (ALPN) policy. You can specify one policy name. The
2878
+ # following are the possible values:
2879
+ #
2880
+ # * `HTTP1Only`
2881
+ #
2882
+ # * `HTTP2Only`
2883
+ #
2884
+ # * `HTTP2Optional`
2885
+ #
2886
+ # * `HTTP2Preferred`
2887
+ #
2888
+ # * `None`
2889
+ #
2890
+ # For more information, see [ALPN Policies][1] in the *Network Load
2891
+ # Balancers Guide*.
2892
+ #
2893
+ #
2894
+ #
2895
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies
2896
+ #
2848
2897
  # @return [Types::ModifyListenerOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2849
2898
  #
2850
2899
  # * {Types::ModifyListenerOutput#listeners #listeners} => Array&lt;Types::Listener&gt;
@@ -2992,6 +3041,7 @@ module Aws::ElasticLoadBalancingV2
2992
3041
  # },
2993
3042
  # },
2994
3043
  # ],
3044
+ # alpn_policy: ["AlpnPolicyValue"],
2995
3045
  # })
2996
3046
  #
2997
3047
  # @example Response structure
@@ -3045,6 +3095,8 @@ module Aws::ElasticLoadBalancingV2
3045
3095
  # resp.listeners[0].default_actions[0].forward_config.target_groups[0].weight #=> Integer
3046
3096
  # resp.listeners[0].default_actions[0].forward_config.target_group_stickiness_config.enabled #=> Boolean
3047
3097
  # resp.listeners[0].default_actions[0].forward_config.target_group_stickiness_config.duration_seconds #=> Integer
3098
+ # resp.listeners[0].alpn_policy #=> Array
3099
+ # resp.listeners[0].alpn_policy[0] #=> String
3048
3100
  #
3049
3101
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ModifyListener AWS API Documentation
3050
3102
  #
@@ -4215,7 +4267,7 @@ module Aws::ElasticLoadBalancingV2
4215
4267
  params: params,
4216
4268
  config: config)
4217
4269
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4218
- context[:gem_version] = '1.42.0'
4270
+ context[:gem_version] = '1.43.0'
4219
4271
  Seahorse::Client::Request.new(handlers, context)
4220
4272
  end
4221
4273
 
@@ -11,6 +11,7 @@ module Aws::ElasticLoadBalancingV2
11
11
 
12
12
  include Seahorse::Model
13
13
 
14
+ ALPNPolicyNotSupportedException = Shapes::StructureShape.new(name: 'ALPNPolicyNotSupportedException')
14
15
  Action = Shapes::StructureShape.new(name: 'Action')
15
16
  ActionOrder = Shapes::IntegerShape.new(name: 'ActionOrder')
16
17
  ActionTypeEnum = Shapes::StringShape.new(name: 'ActionTypeEnum')
@@ -21,6 +22,8 @@ module Aws::ElasticLoadBalancingV2
21
22
  AddTagsOutput = Shapes::StructureShape.new(name: 'AddTagsOutput')
22
23
  AllocationId = Shapes::StringShape.new(name: 'AllocationId')
23
24
  AllocationIdNotFoundException = Shapes::StructureShape.new(name: 'AllocationIdNotFoundException')
25
+ AlpnPolicyName = Shapes::ListShape.new(name: 'AlpnPolicyName')
26
+ AlpnPolicyValue = Shapes::StringShape.new(name: 'AlpnPolicyValue')
24
27
  AuthenticateCognitoActionAuthenticationRequestExtraParams = Shapes::MapShape.new(name: 'AuthenticateCognitoActionAuthenticationRequestExtraParams')
25
28
  AuthenticateCognitoActionAuthenticationRequestParamName = Shapes::StringShape.new(name: 'AuthenticateCognitoActionAuthenticationRequestParamName')
26
29
  AuthenticateCognitoActionAuthenticationRequestParamValue = Shapes::StringShape.new(name: 'AuthenticateCognitoActionAuthenticationRequestParamValue')
@@ -284,6 +287,8 @@ module Aws::ElasticLoadBalancingV2
284
287
  VpcId = Shapes::StringShape.new(name: 'VpcId')
285
288
  ZoneName = Shapes::StringShape.new(name: 'ZoneName')
286
289
 
290
+ ALPNPolicyNotSupportedException.struct_class = Types::ALPNPolicyNotSupportedException
291
+
287
292
  Action.add_member(:type, Shapes::ShapeRef.new(shape: ActionTypeEnum, required: true, location_name: "Type"))
288
293
  Action.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "TargetGroupArn"))
289
294
  Action.add_member(:authenticate_oidc_config, Shapes::ShapeRef.new(shape: AuthenticateOidcActionConfig, location_name: "AuthenticateOidcConfig"))
@@ -311,6 +316,8 @@ module Aws::ElasticLoadBalancingV2
311
316
 
312
317
  AllocationIdNotFoundException.struct_class = Types::AllocationIdNotFoundException
313
318
 
319
+ AlpnPolicyName.member = Shapes::ShapeRef.new(shape: AlpnPolicyValue)
320
+
314
321
  AuthenticateCognitoActionAuthenticationRequestExtraParams.key = Shapes::ShapeRef.new(shape: AuthenticateCognitoActionAuthenticationRequestParamName)
315
322
  AuthenticateCognitoActionAuthenticationRequestExtraParams.value = Shapes::ShapeRef.new(shape: AuthenticateCognitoActionAuthenticationRequestParamValue)
316
323
 
@@ -370,6 +377,7 @@ module Aws::ElasticLoadBalancingV2
370
377
  CreateListenerInput.add_member(:ssl_policy, Shapes::ShapeRef.new(shape: SslPolicyName, location_name: "SslPolicy"))
371
378
  CreateListenerInput.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateList, location_name: "Certificates"))
372
379
  CreateListenerInput.add_member(:default_actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "DefaultActions"))
380
+ CreateListenerInput.add_member(:alpn_policy, Shapes::ShapeRef.new(shape: AlpnPolicyName, location_name: "AlpnPolicy"))
373
381
  CreateListenerInput.struct_class = Types::CreateListenerInput
374
382
 
375
383
  CreateListenerOutput.add_member(:listeners, Shapes::ShapeRef.new(shape: Listeners, location_name: "Listeners"))
@@ -592,6 +600,7 @@ module Aws::ElasticLoadBalancingV2
592
600
  Listener.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateList, location_name: "Certificates"))
593
601
  Listener.add_member(:ssl_policy, Shapes::ShapeRef.new(shape: SslPolicyName, location_name: "SslPolicy"))
594
602
  Listener.add_member(:default_actions, Shapes::ShapeRef.new(shape: Actions, location_name: "DefaultActions"))
603
+ Listener.add_member(:alpn_policy, Shapes::ShapeRef.new(shape: AlpnPolicyName, location_name: "AlpnPolicy"))
595
604
  Listener.struct_class = Types::Listener
596
605
 
597
606
  ListenerArns.member = Shapes::ShapeRef.new(shape: ListenerArn)
@@ -648,6 +657,7 @@ module Aws::ElasticLoadBalancingV2
648
657
  ModifyListenerInput.add_member(:ssl_policy, Shapes::ShapeRef.new(shape: SslPolicyName, location_name: "SslPolicy"))
649
658
  ModifyListenerInput.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateList, location_name: "Certificates"))
650
659
  ModifyListenerInput.add_member(:default_actions, Shapes::ShapeRef.new(shape: Actions, location_name: "DefaultActions"))
660
+ ModifyListenerInput.add_member(:alpn_policy, Shapes::ShapeRef.new(shape: AlpnPolicyName, location_name: "AlpnPolicy"))
651
661
  ModifyListenerInput.struct_class = Types::ModifyListenerInput
652
662
 
653
663
  ModifyListenerOutput.add_member(:listeners, Shapes::ShapeRef.new(shape: Listeners, location_name: "Listeners"))
@@ -986,6 +996,7 @@ module Aws::ElasticLoadBalancingV2
986
996
  o.errors << Shapes::ShapeRef.new(shape: TooManyActionsException)
987
997
  o.errors << Shapes::ShapeRef.new(shape: InvalidLoadBalancerActionException)
988
998
  o.errors << Shapes::ShapeRef.new(shape: TooManyUniqueTargetGroupsPerLoadBalancerException)
999
+ o.errors << Shapes::ShapeRef.new(shape: ALPNPolicyNotSupportedException)
989
1000
  end)
990
1001
 
991
1002
  api.add_operation(:create_load_balancer, Seahorse::Model::Operation.new.tap do |o|
@@ -1236,6 +1247,7 @@ module Aws::ElasticLoadBalancingV2
1236
1247
  o.errors << Shapes::ShapeRef.new(shape: TooManyActionsException)
1237
1248
  o.errors << Shapes::ShapeRef.new(shape: InvalidLoadBalancerActionException)
1238
1249
  o.errors << Shapes::ShapeRef.new(shape: TooManyUniqueTargetGroupsPerLoadBalancerException)
1250
+ o.errors << Shapes::ShapeRef.new(shape: ALPNPolicyNotSupportedException)
1239
1251
  end)
1240
1252
 
1241
1253
  api.add_operation(:modify_load_balancer_attributes, Seahorse::Model::Operation.new.tap do |o|
@@ -25,6 +25,7 @@ module Aws::ElasticLoadBalancingV2
25
25
  # See {Seahorse::Client::RequestContext} for more information.
26
26
  #
27
27
  # ## Error Classes
28
+ # * {ALPNPolicyNotSupportedException}
28
29
  # * {AllocationIdNotFoundException}
29
30
  # * {AvailabilityZoneNotSupportedException}
30
31
  # * {CertificateNotFoundException}
@@ -68,6 +69,16 @@ module Aws::ElasticLoadBalancingV2
68
69
 
69
70
  extend Aws::Errors::DynamicErrors
70
71
 
72
+ class ALPNPolicyNotSupportedException < ServiceError
73
+
74
+ # @param [Seahorse::Client::RequestContext] context
75
+ # @param [String] message
76
+ # @param [Aws::ElasticLoadBalancingV2::Types::ALPNPolicyNotSupportedException] data
77
+ def initialize(context, message, data = Aws::EmptyStructure.new)
78
+ super(context, message, data)
79
+ end
80
+ end
81
+
71
82
  class AllocationIdNotFoundException < ServiceError
72
83
 
73
84
  # @param [Seahorse::Client::RequestContext] context
@@ -8,6 +8,12 @@
8
8
  module Aws::ElasticLoadBalancingV2
9
9
  module Types
10
10
 
11
+ # The specified ALPN policy is not supported.
12
+ #
13
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ALPNPolicyNotSupportedException AWS API Documentation
14
+ #
15
+ class ALPNPolicyNotSupportedException < Aws::EmptyStructure; end
16
+
11
17
  # Information about an action.
12
18
  #
13
19
  # @note When making an API call, you may pass Action
@@ -572,6 +578,7 @@ module Aws::ElasticLoadBalancingV2
572
578
  # },
573
579
  # },
574
580
  # ],
581
+ # alpn_policy: ["AlpnPolicyValue"],
575
582
  # }
576
583
  #
577
584
  # @!attribute [rw] load_balancer_arn
@@ -656,6 +663,29 @@ module Aws::ElasticLoadBalancingV2
656
663
  # custom HTTP response.
657
664
  # @return [Array<Types::Action>]
658
665
  #
666
+ # @!attribute [rw] alpn_policy
667
+ # \[TLS listeners\] The name of the Application-Layer Protocol
668
+ # Negotiation (ALPN) policy. You can specify one policy name. The
669
+ # following are the possible values:
670
+ #
671
+ # * `HTTP1Only`
672
+ #
673
+ # * `HTTP2Only`
674
+ #
675
+ # * `HTTP2Optional`
676
+ #
677
+ # * `HTTP2Preferred`
678
+ #
679
+ # * `None`
680
+ #
681
+ # For more information, see [ALPN Policies][1] in the *Network Load
682
+ # Balancers Guide*.
683
+ #
684
+ #
685
+ #
686
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies
687
+ # @return [Array<String>]
688
+ #
659
689
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateListenerInput AWS API Documentation
660
690
  #
661
691
  class CreateListenerInput < Struct.new(
@@ -664,7 +694,8 @@ module Aws::ElasticLoadBalancingV2
664
694
  :port,
665
695
  :ssl_policy,
666
696
  :certificates,
667
- :default_actions)
697
+ :default_actions,
698
+ :alpn_policy)
668
699
  include Aws::Structure
669
700
  end
670
701
 
@@ -2068,6 +2099,11 @@ module Aws::ElasticLoadBalancingV2
2068
2099
  # The default actions for the listener.
2069
2100
  # @return [Array<Types::Action>]
2070
2101
  #
2102
+ # @!attribute [rw] alpn_policy
2103
+ # \[TLS listener\] The name of the Application-Layer Protocol
2104
+ # Negotiation (ALPN) policy.
2105
+ # @return [Array<String>]
2106
+ #
2071
2107
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/Listener AWS API Documentation
2072
2108
  #
2073
2109
  class Listener < Struct.new(
@@ -2077,7 +2113,8 @@ module Aws::ElasticLoadBalancingV2
2077
2113
  :protocol,
2078
2114
  :certificates,
2079
2115
  :ssl_policy,
2080
- :default_actions)
2116
+ :default_actions,
2117
+ :alpn_policy)
2081
2118
  include Aws::Structure
2082
2119
  end
2083
2120
 
@@ -2393,6 +2430,7 @@ module Aws::ElasticLoadBalancingV2
2393
2430
  # },
2394
2431
  # },
2395
2432
  # ],
2433
+ # alpn_policy: ["AlpnPolicyValue"],
2396
2434
  # }
2397
2435
  #
2398
2436
  # @!attribute [rw] listener_arn
@@ -2476,6 +2514,29 @@ module Aws::ElasticLoadBalancingV2
2476
2514
  # custom HTTP response.
2477
2515
  # @return [Array<Types::Action>]
2478
2516
  #
2517
+ # @!attribute [rw] alpn_policy
2518
+ # \[TLS listeners\] The name of the Application-Layer Protocol
2519
+ # Negotiation (ALPN) policy. You can specify one policy name. The
2520
+ # following are the possible values:
2521
+ #
2522
+ # * `HTTP1Only`
2523
+ #
2524
+ # * `HTTP2Only`
2525
+ #
2526
+ # * `HTTP2Optional`
2527
+ #
2528
+ # * `HTTP2Preferred`
2529
+ #
2530
+ # * `None`
2531
+ #
2532
+ # For more information, see [ALPN Policies][1] in the *Network Load
2533
+ # Balancers Guide*.
2534
+ #
2535
+ #
2536
+ #
2537
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies
2538
+ # @return [Array<String>]
2539
+ #
2479
2540
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ModifyListenerInput AWS API Documentation
2480
2541
  #
2481
2542
  class ModifyListenerInput < Struct.new(
@@ -2484,7 +2545,8 @@ module Aws::ElasticLoadBalancingV2
2484
2545
  :protocol,
2485
2546
  :ssl_policy,
2486
2547
  :certificates,
2487
- :default_actions)
2548
+ :default_actions,
2549
+ :alpn_policy)
2488
2550
  include Aws::Structure
2489
2551
  end
2490
2552
 
@@ -3834,8 +3896,9 @@ module Aws::ElasticLoadBalancingV2
3834
3896
  # values are `lb_cookie` for Application Load Balancers or
3835
3897
  # `source_ip` for Network Load Balancers.
3836
3898
  #
3837
- # The following attributes are supported by Application Load Balancers
3838
- # if the target is not a Lambda function:
3899
+ # The following attributes are supported only if the load balancer is
3900
+ # an Application Load Balancer and the target is an instance or an IP
3901
+ # address:
3839
3902
  #
3840
3903
  # * `load_balancing.algorithm.type` - The load balancing algorithm
3841
3904
  # determines how the load balancer selects targets when routing
@@ -3843,11 +3906,11 @@ module Aws::ElasticLoadBalancingV2
3843
3906
  # `least_outstanding_requests`. The default is `round_robin`.
3844
3907
  #
3845
3908
  # * `slow_start.duration_seconds` - The time period, in seconds,
3846
- # during which a newly registered target receives a linearly
3847
- # increasing share of the traffic to the target group. After this
3848
- # time period ends, the target receives its full share of traffic.
3849
- # The range is 30-900 seconds (15 minutes). Slow start mode is
3850
- # disabled by default.
3909
+ # during which a newly registered target receives an increasing
3910
+ # share of the traffic to the target group. After this time period
3911
+ # ends, the target receives its full share of traffic. The range is
3912
+ # 30-900 seconds (15 minutes). Slow start mode is disabled by
3913
+ # default.
3851
3914
  #
3852
3915
  # * `stickiness.lb_cookie.duration_seconds` - The time period, in
3853
3916
  # seconds, during which requests from a client should be routed to
@@ -3856,16 +3919,16 @@ module Aws::ElasticLoadBalancingV2
3856
3919
  # second to 1 week (604800 seconds). The default value is 1 day
3857
3920
  # (86400 seconds).
3858
3921
  #
3859
- # The following attribute is supported only if the target is a Lambda
3860
- # function.
3922
+ # The following attribute is supported only if the load balancer is an
3923
+ # Application Load Balancer and the target is a Lambda function:
3861
3924
  #
3862
3925
  # * `lambda.multi_value_headers.enabled` - Indicates whether the
3863
- # request and response headers exchanged between the load balancer
3864
- # and the Lambda function include arrays of values or strings. The
3865
- # value is `true` or `false`. The default is `false`. If the value
3866
- # is `false` and the request contains a duplicate header field name
3867
- # or query parameter key, the load balancer uses the last value sent
3868
- # by the client.
3926
+ # request and response headers that are exchanged between the load
3927
+ # balancer and the Lambda function include arrays of values or
3928
+ # strings. The value is `true` or `false`. The default is `false`.
3929
+ # If the value is `false` and the request contains a duplicate
3930
+ # header field name or query parameter key, the load balancer uses
3931
+ # the last value sent by the client.
3869
3932
  #
3870
3933
  # ^
3871
3934
  #
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.42.0
4
+ version: 1.43.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core