aws-sdk-elasticloadbalancingv2 1.39.0 → 1.44.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.
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::ElasticLoadBalancingV2
9
+
9
10
  class Resource
10
11
 
11
12
  # @param options ({})
@@ -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
@@ -197,7 +203,7 @@ module Aws::ElasticLoadBalancingV2
197
203
  # @return [Array<String>]
198
204
  #
199
205
  # @!attribute [rw] tags
200
- # The tags. Each resource can have a maximum of 10 tags.
206
+ # The tags.
201
207
  # @return [Array<Types::Tag>]
202
208
  #
203
209
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/AddTagsInput AWS API Documentation
@@ -212,6 +218,12 @@ module Aws::ElasticLoadBalancingV2
212
218
  #
213
219
  class AddTagsOutput < Aws::EmptyStructure; end
214
220
 
221
+ # The specified allocation ID does not exist.
222
+ #
223
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/AllocationIdNotFoundException AWS API Documentation
224
+ #
225
+ class AllocationIdNotFoundException < Aws::EmptyStructure; end
226
+
215
227
  # Request parameters to use when integrating with Amazon Cognito to
216
228
  # authenticate users.
217
229
  #
@@ -433,6 +445,12 @@ module Aws::ElasticLoadBalancingV2
433
445
  include Aws::Structure
434
446
  end
435
447
 
448
+ # The specified Availability Zone is not supported.
449
+ #
450
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/AvailabilityZoneNotSupportedException AWS API Documentation
451
+ #
452
+ class AvailabilityZoneNotSupportedException < Aws::EmptyStructure; end
453
+
436
454
  # Information about an SSL server certificate.
437
455
  #
438
456
  # @note When making an API call, you may pass Certificate
@@ -462,6 +480,12 @@ module Aws::ElasticLoadBalancingV2
462
480
  include Aws::Structure
463
481
  end
464
482
 
483
+ # The specified certificate does not exist.
484
+ #
485
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CertificateNotFoundException AWS API Documentation
486
+ #
487
+ class CertificateNotFoundException < Aws::EmptyStructure; end
488
+
465
489
  # Information about a cipher used in a policy.
466
490
  #
467
491
  # @!attribute [rw] name
@@ -554,6 +578,7 @@ module Aws::ElasticLoadBalancingV2
554
578
  # },
555
579
  # },
556
580
  # ],
581
+ # alpn_policy: ["AlpnPolicyValue"],
557
582
  # }
558
583
  #
559
584
  # @!attribute [rw] load_balancer_arn
@@ -573,8 +598,35 @@ module Aws::ElasticLoadBalancingV2
573
598
  #
574
599
  # @!attribute [rw] ssl_policy
575
600
  # \[HTTPS and TLS listeners\] The security policy that defines which
576
- # ciphers and protocols are supported. The default is the current
577
- # predefined security policy.
601
+ # protocols and ciphers are supported. The following are the possible
602
+ # values:
603
+ #
604
+ # * `ELBSecurityPolicy-2016-08`
605
+ #
606
+ # * `ELBSecurityPolicy-TLS-1-0-2015-04`
607
+ #
608
+ # * `ELBSecurityPolicy-TLS-1-1-2017-01`
609
+ #
610
+ # * `ELBSecurityPolicy-TLS-1-2-2017-01`
611
+ #
612
+ # * `ELBSecurityPolicy-TLS-1-2-Ext-2018-06`
613
+ #
614
+ # * `ELBSecurityPolicy-FS-2018-06`
615
+ #
616
+ # * `ELBSecurityPolicy-FS-1-1-2019-08`
617
+ #
618
+ # * `ELBSecurityPolicy-FS-1-2-2019-08`
619
+ #
620
+ # * `ELBSecurityPolicy-FS-1-2-Res-2019-08`
621
+ #
622
+ # For more information, see [Security Policies][1] in the *Application
623
+ # Load Balancers Guide* and [Security Policies][2] in the *Network
624
+ # Load Balancers Guide*.
625
+ #
626
+ #
627
+ #
628
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
629
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies
578
630
  # @return [String]
579
631
  #
580
632
  # @!attribute [rw] certificates
@@ -611,6 +663,29 @@ module Aws::ElasticLoadBalancingV2
611
663
  # custom HTTP response.
612
664
  # @return [Array<Types::Action>]
613
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
+ #
614
689
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateListenerInput AWS API Documentation
615
690
  #
616
691
  class CreateListenerInput < Struct.new(
@@ -619,7 +694,8 @@ module Aws::ElasticLoadBalancingV2
619
694
  :port,
620
695
  :ssl_policy,
621
696
  :certificates,
622
- :default_actions)
697
+ :default_actions,
698
+ :alpn_policy)
623
699
  include Aws::Structure
624
700
  end
625
701
 
@@ -1522,7 +1598,7 @@ module Aws::ElasticLoadBalancingV2
1522
1598
  end
1523
1599
 
1524
1600
  # @!attribute [rw] ssl_policies
1525
- # Information about the policies.
1601
+ # Information about the security policies.
1526
1602
  # @return [Array<Types::SslPolicy>]
1527
1603
  #
1528
1604
  # @!attribute [rw] next_marker
@@ -1546,7 +1622,8 @@ module Aws::ElasticLoadBalancingV2
1546
1622
  # }
1547
1623
  #
1548
1624
  # @!attribute [rw] resource_arns
1549
- # The Amazon Resource Names (ARN) of the resources.
1625
+ # The Amazon Resource Names (ARN) of the resources. You can specify up
1626
+ # to 20 resources in a single call.
1550
1627
  # @return [Array<String>]
1551
1628
  #
1552
1629
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeTagsInput AWS API Documentation
@@ -1697,6 +1774,30 @@ module Aws::ElasticLoadBalancingV2
1697
1774
  include Aws::Structure
1698
1775
  end
1699
1776
 
1777
+ # A listener with the specified port already exists.
1778
+ #
1779
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DuplicateListenerException AWS API Documentation
1780
+ #
1781
+ class DuplicateListenerException < Aws::EmptyStructure; end
1782
+
1783
+ # A load balancer with the specified name already exists.
1784
+ #
1785
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DuplicateLoadBalancerNameException AWS API Documentation
1786
+ #
1787
+ class DuplicateLoadBalancerNameException < Aws::EmptyStructure; end
1788
+
1789
+ # A tag key was specified more than once.
1790
+ #
1791
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DuplicateTagKeysException AWS API Documentation
1792
+ #
1793
+ class DuplicateTagKeysException < Aws::EmptyStructure; end
1794
+
1795
+ # A target group with the specified name already exists.
1796
+ #
1797
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DuplicateTargetGroupNameException AWS API Documentation
1798
+ #
1799
+ class DuplicateTargetGroupNameException < Aws::EmptyStructure; end
1800
+
1700
1801
  # Information about an action that returns a custom HTTP response.
1701
1802
  #
1702
1803
  # @note When making an API call, you may pass FixedResponseActionConfig
@@ -1767,6 +1868,13 @@ module Aws::ElasticLoadBalancingV2
1767
1868
  include Aws::Structure
1768
1869
  end
1769
1870
 
1871
+ # The health of the specified targets could not be retrieved due to an
1872
+ # internal error.
1873
+ #
1874
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/HealthUnavailableException AWS API Documentation
1875
+ #
1876
+ class HealthUnavailableException < Aws::EmptyStructure; end
1877
+
1770
1878
  # Information about a host header condition.
1771
1879
  #
1772
1880
  # @note When making an API call, you may pass HostHeaderConditionConfig
@@ -1874,6 +1982,49 @@ module Aws::ElasticLoadBalancingV2
1874
1982
  include Aws::Structure
1875
1983
  end
1876
1984
 
1985
+ # The specified configuration is not valid with this protocol.
1986
+ #
1987
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/IncompatibleProtocolsException AWS API Documentation
1988
+ #
1989
+ class IncompatibleProtocolsException < Aws::EmptyStructure; end
1990
+
1991
+ # The requested configuration is not valid.
1992
+ #
1993
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidConfigurationRequestException AWS API Documentation
1994
+ #
1995
+ class InvalidConfigurationRequestException < Aws::EmptyStructure; end
1996
+
1997
+ # The requested action is not valid.
1998
+ #
1999
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidLoadBalancerActionException AWS API Documentation
2000
+ #
2001
+ class InvalidLoadBalancerActionException < Aws::EmptyStructure; end
2002
+
2003
+ # The requested scheme is not valid.
2004
+ #
2005
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidSchemeException AWS API Documentation
2006
+ #
2007
+ class InvalidSchemeException < Aws::EmptyStructure; end
2008
+
2009
+ # The specified security group does not exist.
2010
+ #
2011
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidSecurityGroupException AWS API Documentation
2012
+ #
2013
+ class InvalidSecurityGroupException < Aws::EmptyStructure; end
2014
+
2015
+ # The specified subnet is out of available addresses.
2016
+ #
2017
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidSubnetException AWS API Documentation
2018
+ #
2019
+ class InvalidSubnetException < Aws::EmptyStructure; end
2020
+
2021
+ # The specified target does not exist, is not in the same VPC as the
2022
+ # target group, or has an unsupported instance type.
2023
+ #
2024
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidTargetException AWS API Documentation
2025
+ #
2026
+ class InvalidTargetException < Aws::EmptyStructure; end
2027
+
1877
2028
  # Information about an Elastic Load Balancing resource limit for your
1878
2029
  # AWS account.
1879
2030
  #
@@ -1941,14 +2092,18 @@ module Aws::ElasticLoadBalancingV2
1941
2092
  #
1942
2093
  # @!attribute [rw] ssl_policy
1943
2094
  # \[HTTPS or TLS listener\] The security policy that defines which
1944
- # ciphers and protocols are supported. The default is the current
1945
- # predefined security policy.
2095
+ # protocols and ciphers are supported.
1946
2096
  # @return [String]
1947
2097
  #
1948
2098
  # @!attribute [rw] default_actions
1949
2099
  # The default actions for the listener.
1950
2100
  # @return [Array<Types::Action>]
1951
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
+ #
1952
2107
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/Listener AWS API Documentation
1953
2108
  #
1954
2109
  class Listener < Struct.new(
@@ -1958,10 +2113,17 @@ module Aws::ElasticLoadBalancingV2
1958
2113
  :protocol,
1959
2114
  :certificates,
1960
2115
  :ssl_policy,
1961
- :default_actions)
2116
+ :default_actions,
2117
+ :alpn_policy)
1962
2118
  include Aws::Structure
1963
2119
  end
1964
2120
 
2121
+ # The specified listener does not exist.
2122
+ #
2123
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ListenerNotFoundException AWS API Documentation
2124
+ #
2125
+ class ListenerNotFoundException < Aws::EmptyStructure; end
2126
+
1965
2127
  # Information about a load balancer.
1966
2128
  #
1967
2129
  # @!attribute [rw] load_balancer_arn
@@ -2113,7 +2275,9 @@ module Aws::ElasticLoadBalancingV2
2113
2275
  # is `false`.
2114
2276
  #
2115
2277
  # * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
2116
- # value is `true` or `false`. The default is `true`.
2278
+ # value is `true` or `false`. The default is `true`. Elastic Load
2279
+ # Balancing requires that message header names contain only
2280
+ # alphanumeric characters and hyphens.
2117
2281
  #
2118
2282
  # The following attributes are supported by only Network Load
2119
2283
  # Balancers:
@@ -2137,6 +2301,12 @@ module Aws::ElasticLoadBalancingV2
2137
2301
  include Aws::Structure
2138
2302
  end
2139
2303
 
2304
+ # The specified load balancer does not exist.
2305
+ #
2306
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/LoadBalancerNotFoundException AWS API Documentation
2307
+ #
2308
+ class LoadBalancerNotFoundException < Aws::EmptyStructure; end
2309
+
2140
2310
  # Information about the state of the load balancer.
2141
2311
  #
2142
2312
  # @!attribute [rw] code
@@ -2260,6 +2430,7 @@ module Aws::ElasticLoadBalancingV2
2260
2430
  # },
2261
2431
  # },
2262
2432
  # ],
2433
+ # alpn_policy: ["AlpnPolicyValue"],
2263
2434
  # }
2264
2435
  #
2265
2436
  # @!attribute [rw] listener_arn
@@ -2279,12 +2450,35 @@ module Aws::ElasticLoadBalancingV2
2279
2450
  #
2280
2451
  # @!attribute [rw] ssl_policy
2281
2452
  # \[HTTPS and TLS listeners\] The security policy that defines which
2282
- # protocols and ciphers are supported. For more information, see
2283
- # [Security Policies][1] in the *Application Load Balancers Guide*.
2453
+ # protocols and ciphers are supported. The following are the possible
2454
+ # values:
2455
+ #
2456
+ # * `ELBSecurityPolicy-2016-08`
2457
+ #
2458
+ # * `ELBSecurityPolicy-TLS-1-0-2015-04`
2459
+ #
2460
+ # * `ELBSecurityPolicy-TLS-1-1-2017-01`
2461
+ #
2462
+ # * `ELBSecurityPolicy-TLS-1-2-2017-01`
2463
+ #
2464
+ # * `ELBSecurityPolicy-TLS-1-2-Ext-2018-06`
2465
+ #
2466
+ # * `ELBSecurityPolicy-FS-2018-06`
2467
+ #
2468
+ # * `ELBSecurityPolicy-FS-1-1-2019-08`
2469
+ #
2470
+ # * `ELBSecurityPolicy-FS-1-2-2019-08`
2471
+ #
2472
+ # * `ELBSecurityPolicy-FS-1-2-Res-2019-08`
2473
+ #
2474
+ # For more information, see [Security Policies][1] in the *Application
2475
+ # Load Balancers Guide* and [Security Policies][2] in the *Network
2476
+ # Load Balancers Guide*.
2284
2477
  #
2285
2478
  #
2286
2479
  #
2287
2480
  # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
2481
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies
2288
2482
  # @return [String]
2289
2483
  #
2290
2484
  # @!attribute [rw] certificates
@@ -2320,6 +2514,29 @@ module Aws::ElasticLoadBalancingV2
2320
2514
  # custom HTTP response.
2321
2515
  # @return [Array<Types::Action>]
2322
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
+ #
2323
2540
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ModifyListenerInput AWS API Documentation
2324
2541
  #
2325
2542
  class ModifyListenerInput < Struct.new(
@@ -2328,7 +2545,8 @@ module Aws::ElasticLoadBalancingV2
2328
2545
  :protocol,
2329
2546
  :ssl_policy,
2330
2547
  :certificates,
2331
- :default_actions)
2548
+ :default_actions,
2549
+ :alpn_policy)
2332
2550
  include Aws::Structure
2333
2551
  end
2334
2552
 
@@ -2683,6 +2901,12 @@ module Aws::ElasticLoadBalancingV2
2683
2901
  include Aws::Structure
2684
2902
  end
2685
2903
 
2904
+ # This operation is not allowed.
2905
+ #
2906
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/OperationNotPermittedException AWS API Documentation
2907
+ #
2908
+ class OperationNotPermittedException < Aws::EmptyStructure; end
2909
+
2686
2910
  # Information about a path pattern condition.
2687
2911
  #
2688
2912
  # @note When making an API call, you may pass PathPatternConditionConfig
@@ -2711,6 +2935,12 @@ module Aws::ElasticLoadBalancingV2
2711
2935
  include Aws::Structure
2712
2936
  end
2713
2937
 
2938
+ # The specified priority is in use.
2939
+ #
2940
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/PriorityInUseException AWS API Documentation
2941
+ #
2942
+ class PriorityInUseException < Aws::EmptyStructure; end
2943
+
2714
2944
  # Information about a query string condition.
2715
2945
  #
2716
2946
  # The query string component of a URI starts after the first '?'
@@ -2958,6 +3188,12 @@ module Aws::ElasticLoadBalancingV2
2958
3188
  #
2959
3189
  class RemoveTagsOutput < Aws::EmptyStructure; end
2960
3190
 
3191
+ # A specified resource is in use.
3192
+ #
3193
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ResourceInUseException AWS API Documentation
3194
+ #
3195
+ class ResourceInUseException < Aws::EmptyStructure; end
3196
+
2961
3197
  # Information about a rule.
2962
3198
  #
2963
3199
  # @!attribute [rw] rule_arn
@@ -3126,6 +3362,12 @@ module Aws::ElasticLoadBalancingV2
3126
3362
  include Aws::Structure
3127
3363
  end
3128
3364
 
3365
+ # The specified rule does not exist.
3366
+ #
3367
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/RuleNotFoundException AWS API Documentation
3368
+ #
3369
+ class RuleNotFoundException < Aws::EmptyStructure; end
3370
+
3129
3371
  # Information about the priorities for the rules for a listener.
3130
3372
  #
3131
3373
  # @note When making an API call, you may pass RulePriorityPair
@@ -3152,6 +3394,12 @@ module Aws::ElasticLoadBalancingV2
3152
3394
  include Aws::Structure
3153
3395
  end
3154
3396
 
3397
+ # The specified SSL policy does not exist.
3398
+ #
3399
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SSLPolicyNotFoundException AWS API Documentation
3400
+ #
3401
+ class SSLPolicyNotFoundException < Aws::EmptyStructure; end
3402
+
3155
3403
  # @note When making an API call, you may pass SetIpAddressTypeInput
3156
3404
  # data as a hash:
3157
3405
  #
@@ -3410,6 +3658,12 @@ module Aws::ElasticLoadBalancingV2
3410
3658
  include Aws::Structure
3411
3659
  end
3412
3660
 
3661
+ # The specified subnet does not exist.
3662
+ #
3663
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SubnetNotFoundException AWS API Documentation
3664
+ #
3665
+ class SubnetNotFoundException < Aws::EmptyStructure; end
3666
+
3413
3667
  # Information about a tag.
3414
3668
  #
3415
3669
  # @note When making an API call, you may pass Tag
@@ -3606,6 +3860,13 @@ module Aws::ElasticLoadBalancingV2
3606
3860
  include Aws::Structure
3607
3861
  end
3608
3862
 
3863
+ # You've reached the limit on the number of load balancers per target
3864
+ # group.
3865
+ #
3866
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TargetGroupAssociationLimitException AWS API Documentation
3867
+ #
3868
+ class TargetGroupAssociationLimitException < Aws::EmptyStructure; end
3869
+
3609
3870
  # Information about a target group attribute.
3610
3871
  #
3611
3872
  # @note When making an API call, you may pass TargetGroupAttribute
@@ -3619,7 +3880,7 @@ module Aws::ElasticLoadBalancingV2
3619
3880
  # @!attribute [rw] key
3620
3881
  # The name of the attribute.
3621
3882
  #
3622
- # The following attribute is supported by both Application Load
3883
+ # The following attributes are supported by both Application Load
3623
3884
  # Balancers and Network Load Balancers:
3624
3885
  #
3625
3886
  # * `deregistration_delay.timeout_seconds` - The amount of time, in
@@ -3628,10 +3889,16 @@ module Aws::ElasticLoadBalancingV2
3628
3889
  # range is 0-3600 seconds. The default value is 300 seconds. If the
3629
3890
  # target is a Lambda function, this attribute is not supported.
3630
3891
  #
3631
- # ^
3892
+ # * `stickiness.enabled` - Indicates whether sticky sessions are
3893
+ # enabled. The value is `true` or `false`. The default is `false`.
3632
3894
  #
3633
- # The following attributes are supported by Application Load Balancers
3634
- # if the target is not a Lambda function:
3895
+ # * `stickiness.type` - The type of sticky sessions. The possible
3896
+ # values are `lb_cookie` for Application Load Balancers or
3897
+ # `source_ip` for Network Load Balancers.
3898
+ #
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:
3635
3902
  #
3636
3903
  # * `load_balancing.algorithm.type` - The load balancing algorithm
3637
3904
  # determines how the load balancer selects targets when routing
@@ -3639,17 +3906,11 @@ module Aws::ElasticLoadBalancingV2
3639
3906
  # `least_outstanding_requests`. The default is `round_robin`.
3640
3907
  #
3641
3908
  # * `slow_start.duration_seconds` - The time period, in seconds,
3642
- # during which a newly registered target receives a linearly
3643
- # increasing share of the traffic to the target group. After this
3644
- # time period ends, the target receives its full share of traffic.
3645
- # The range is 30-900 seconds (15 minutes). Slow start mode is
3646
- # disabled by default.
3647
- #
3648
- # * `stickiness.enabled` - Indicates whether sticky sessions are
3649
- # enabled. The value is `true` or `false`. The default is `false`.
3650
- #
3651
- # * `stickiness.type` - The type of sticky sessions. The possible
3652
- # value is `lb_cookie`.
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.
3653
3914
  #
3654
3915
  # * `stickiness.lb_cookie.duration_seconds` - The time period, in
3655
3916
  # seconds, during which requests from a client should be routed to
@@ -3658,16 +3919,16 @@ module Aws::ElasticLoadBalancingV2
3658
3919
  # second to 1 week (604800 seconds). The default value is 1 day
3659
3920
  # (86400 seconds).
3660
3921
  #
3661
- # The following attribute is supported only if the target is a Lambda
3662
- # 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:
3663
3924
  #
3664
3925
  # * `lambda.multi_value_headers.enabled` - Indicates whether the
3665
- # request and response headers exchanged between the load balancer
3666
- # and the Lambda function include arrays of values or strings. The
3667
- # value is `true` or `false`. The default is `false`. If the value
3668
- # is `false` and the request contains a duplicate header field name
3669
- # or query parameter key, the load balancer uses the last value sent
3670
- # 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.
3671
3932
  #
3672
3933
  # ^
3673
3934
  #
@@ -3692,6 +3953,12 @@ module Aws::ElasticLoadBalancingV2
3692
3953
  include Aws::Structure
3693
3954
  end
3694
3955
 
3956
+ # The specified target group does not exist.
3957
+ #
3958
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TargetGroupNotFoundException AWS API Documentation
3959
+ #
3960
+ class TargetGroupNotFoundException < Aws::EmptyStructure; end
3961
+
3695
3962
  # Information about the target group stickiness for a rule.
3696
3963
  #
3697
3964
  # @note When making an API call, you may pass TargetGroupStickinessConfig
@@ -3856,5 +4123,78 @@ module Aws::ElasticLoadBalancingV2
3856
4123
  include Aws::Structure
3857
4124
  end
3858
4125
 
4126
+ # You've reached the limit on the number of actions per rule.
4127
+ #
4128
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyActionsException AWS API Documentation
4129
+ #
4130
+ class TooManyActionsException < Aws::EmptyStructure; end
4131
+
4132
+ # You've reached the limit on the number of certificates per load
4133
+ # balancer.
4134
+ #
4135
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyCertificatesException AWS API Documentation
4136
+ #
4137
+ class TooManyCertificatesException < Aws::EmptyStructure; end
4138
+
4139
+ # You've reached the limit on the number of listeners per load
4140
+ # balancer.
4141
+ #
4142
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyListenersException AWS API Documentation
4143
+ #
4144
+ class TooManyListenersException < Aws::EmptyStructure; end
4145
+
4146
+ # You've reached the limit on the number of load balancers for your AWS
4147
+ # account.
4148
+ #
4149
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyLoadBalancersException AWS API Documentation
4150
+ #
4151
+ class TooManyLoadBalancersException < Aws::EmptyStructure; end
4152
+
4153
+ # You've reached the limit on the number of times a target can be
4154
+ # registered with a load balancer.
4155
+ #
4156
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyRegistrationsForTargetIdException AWS API Documentation
4157
+ #
4158
+ class TooManyRegistrationsForTargetIdException < Aws::EmptyStructure; end
4159
+
4160
+ # You've reached the limit on the number of rules per load balancer.
4161
+ #
4162
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyRulesException AWS API Documentation
4163
+ #
4164
+ class TooManyRulesException < Aws::EmptyStructure; end
4165
+
4166
+ # You've reached the limit on the number of tags per load balancer.
4167
+ #
4168
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyTagsException AWS API Documentation
4169
+ #
4170
+ class TooManyTagsException < Aws::EmptyStructure; end
4171
+
4172
+ # You've reached the limit on the number of target groups for your AWS
4173
+ # account.
4174
+ #
4175
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyTargetGroupsException AWS API Documentation
4176
+ #
4177
+ class TooManyTargetGroupsException < Aws::EmptyStructure; end
4178
+
4179
+ # You've reached the limit on the number of targets.
4180
+ #
4181
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyTargetsException AWS API Documentation
4182
+ #
4183
+ class TooManyTargetsException < Aws::EmptyStructure; end
4184
+
4185
+ # You've reached the limit on the number of unique target groups per
4186
+ # load balancer across all listeners. If a target group is used by
4187
+ # multiple actions for a load balancer, it is counted as only one use.
4188
+ #
4189
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyUniqueTargetGroupsPerLoadBalancerException AWS API Documentation
4190
+ #
4191
+ class TooManyUniqueTargetGroupsPerLoadBalancerException < Aws::EmptyStructure; end
4192
+
4193
+ # The specified protocol is not supported.
4194
+ #
4195
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/UnsupportedProtocolException AWS API Documentation
4196
+ #
4197
+ class UnsupportedProtocolException < Aws::EmptyStructure; end
4198
+
3859
4199
  end
3860
4200
  end