aws-sdk-elasticloadbalancingv2 1.39.0 → 1.40.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-elasticloadbalancingv2.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +58 -7
- data/lib/aws-sdk-elasticloadbalancingv2/client_api.rb +72 -0
- data/lib/aws-sdk-elasticloadbalancingv2/errors.rb +396 -0
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +295 -18
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d91fdb79da03521674f9055053d264761a1f9ff
|
4
|
+
data.tar.gz: c31325b20fc051270cecc1d1a3db2f327503b131
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a041d97a2bfecda4a53747199585a82c95a348c95e276b33b6d149c36ae812cd04be09c92d99d49ab0fa5da3677a932c2be4bdd687699486865d566aa2f58f19
|
7
|
+
data.tar.gz: d2b8e1908bf889054beaf2a4b8a3973dbf1105d356075f0ab1d1c55abe2d894d96dd7a676f8a43549de1d3bbc0dd86876285dec8ee95cac62e8b7accab53687a
|
@@ -324,7 +324,7 @@ module Aws::ElasticLoadBalancingV2
|
|
324
324
|
# The Amazon Resource Name (ARN) of the resource.
|
325
325
|
#
|
326
326
|
# @option params [required, Array<Types::Tag>] :tags
|
327
|
-
# The tags.
|
327
|
+
# The tags.
|
328
328
|
#
|
329
329
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
330
330
|
#
|
@@ -406,8 +406,35 @@ module Aws::ElasticLoadBalancingV2
|
|
406
406
|
#
|
407
407
|
# @option params [String] :ssl_policy
|
408
408
|
# \[HTTPS and TLS listeners\] The security policy that defines which
|
409
|
-
#
|
410
|
-
#
|
409
|
+
# protocols and ciphers are supported. The following are the possible
|
410
|
+
# values:
|
411
|
+
#
|
412
|
+
# * `ELBSecurityPolicy-2016-08`
|
413
|
+
#
|
414
|
+
# * `ELBSecurityPolicy-TLS-1-0-2015-04`
|
415
|
+
#
|
416
|
+
# * `ELBSecurityPolicy-TLS-1-1-2017-01`
|
417
|
+
#
|
418
|
+
# * `ELBSecurityPolicy-TLS-1-2-2017-01`
|
419
|
+
#
|
420
|
+
# * `ELBSecurityPolicy-TLS-1-2-Ext-2018-06`
|
421
|
+
#
|
422
|
+
# * `ELBSecurityPolicy-FS-2018-06`
|
423
|
+
#
|
424
|
+
# * `ELBSecurityPolicy-FS-1-1-2019-08`
|
425
|
+
#
|
426
|
+
# * `ELBSecurityPolicy-FS-1-2-2019-08`
|
427
|
+
#
|
428
|
+
# * `ELBSecurityPolicy-FS-1-2-Res-2019-08`
|
429
|
+
#
|
430
|
+
# For more information, see [Security Policies][1] in the *Application
|
431
|
+
# Load Balancers Guide* and [Security Policies][2] in the *Network Load
|
432
|
+
# Balancers Guide*.
|
433
|
+
#
|
434
|
+
#
|
435
|
+
#
|
436
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
|
437
|
+
# [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies
|
411
438
|
#
|
412
439
|
# @option params [Array<Types::Certificate>] :certificates
|
413
440
|
# \[HTTPS and TLS listeners\] The default certificate for the listener.
|
@@ -2308,7 +2335,8 @@ module Aws::ElasticLoadBalancingV2
|
|
2308
2335
|
# Balancers, and target groups.
|
2309
2336
|
#
|
2310
2337
|
# @option params [required, Array<String>] :resource_arns
|
2311
|
-
# The Amazon Resource Names (ARN) of the resources.
|
2338
|
+
# The Amazon Resource Names (ARN) of the resources. You can specify up
|
2339
|
+
# to 20 resources in a single call.
|
2312
2340
|
#
|
2313
2341
|
# @return [Types::DescribeTagsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2314
2342
|
#
|
@@ -2685,12 +2713,35 @@ module Aws::ElasticLoadBalancingV2
|
|
2685
2713
|
#
|
2686
2714
|
# @option params [String] :ssl_policy
|
2687
2715
|
# \[HTTPS and TLS listeners\] The security policy that defines which
|
2688
|
-
# protocols and ciphers are supported.
|
2689
|
-
#
|
2716
|
+
# protocols and ciphers are supported. The following are the possible
|
2717
|
+
# values:
|
2718
|
+
#
|
2719
|
+
# * `ELBSecurityPolicy-2016-08`
|
2720
|
+
#
|
2721
|
+
# * `ELBSecurityPolicy-TLS-1-0-2015-04`
|
2722
|
+
#
|
2723
|
+
# * `ELBSecurityPolicy-TLS-1-1-2017-01`
|
2724
|
+
#
|
2725
|
+
# * `ELBSecurityPolicy-TLS-1-2-2017-01`
|
2726
|
+
#
|
2727
|
+
# * `ELBSecurityPolicy-TLS-1-2-Ext-2018-06`
|
2728
|
+
#
|
2729
|
+
# * `ELBSecurityPolicy-FS-2018-06`
|
2730
|
+
#
|
2731
|
+
# * `ELBSecurityPolicy-FS-1-1-2019-08`
|
2732
|
+
#
|
2733
|
+
# * `ELBSecurityPolicy-FS-1-2-2019-08`
|
2734
|
+
#
|
2735
|
+
# * `ELBSecurityPolicy-FS-1-2-Res-2019-08`
|
2736
|
+
#
|
2737
|
+
# For more information, see [Security Policies][1] in the *Application
|
2738
|
+
# Load Balancers Guide* and [Security Policies][2] in the *Network Load
|
2739
|
+
# Balancers Guide*.
|
2690
2740
|
#
|
2691
2741
|
#
|
2692
2742
|
#
|
2693
2743
|
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
|
2744
|
+
# [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies
|
2694
2745
|
#
|
2695
2746
|
# @option params [Array<Types::Certificate>] :certificates
|
2696
2747
|
# \[HTTPS and TLS listeners\] The default certificate for the listener.
|
@@ -4091,7 +4142,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4091
4142
|
params: params,
|
4092
4143
|
config: config)
|
4093
4144
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
4094
|
-
context[:gem_version] = '1.
|
4145
|
+
context[:gem_version] = '1.40.1'
|
4095
4146
|
Seahorse::Client::Request.new(handlers, context)
|
4096
4147
|
end
|
4097
4148
|
|
@@ -309,6 +309,8 @@ module Aws::ElasticLoadBalancingV2
|
|
309
309
|
|
310
310
|
AddTagsOutput.struct_class = Types::AddTagsOutput
|
311
311
|
|
312
|
+
AllocationIdNotFoundException.struct_class = Types::AllocationIdNotFoundException
|
313
|
+
|
312
314
|
AuthenticateCognitoActionAuthenticationRequestExtraParams.key = Shapes::ShapeRef.new(shape: AuthenticateCognitoActionAuthenticationRequestParamName)
|
313
315
|
AuthenticateCognitoActionAuthenticationRequestExtraParams.value = Shapes::ShapeRef.new(shape: AuthenticateCognitoActionAuthenticationRequestParamValue)
|
314
316
|
|
@@ -344,6 +346,8 @@ module Aws::ElasticLoadBalancingV2
|
|
344
346
|
AvailabilityZone.add_member(:load_balancer_addresses, Shapes::ShapeRef.new(shape: LoadBalancerAddresses, location_name: "LoadBalancerAddresses"))
|
345
347
|
AvailabilityZone.struct_class = Types::AvailabilityZone
|
346
348
|
|
349
|
+
AvailabilityZoneNotSupportedException.struct_class = Types::AvailabilityZoneNotSupportedException
|
350
|
+
|
347
351
|
AvailabilityZones.member = Shapes::ShapeRef.new(shape: AvailabilityZone)
|
348
352
|
|
349
353
|
Certificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "CertificateArn"))
|
@@ -352,6 +356,8 @@ module Aws::ElasticLoadBalancingV2
|
|
352
356
|
|
353
357
|
CertificateList.member = Shapes::ShapeRef.new(shape: Certificate)
|
354
358
|
|
359
|
+
CertificateNotFoundException.struct_class = Types::CertificateNotFoundException
|
360
|
+
|
355
361
|
Cipher.add_member(:name, Shapes::ShapeRef.new(shape: CipherName, location_name: "Name"))
|
356
362
|
Cipher.add_member(:priority, Shapes::ShapeRef.new(shape: CipherPriority, location_name: "Priority"))
|
357
363
|
Cipher.struct_class = Types::Cipher
|
@@ -528,6 +534,14 @@ module Aws::ElasticLoadBalancingV2
|
|
528
534
|
DescribeTargetHealthOutput.add_member(:target_health_descriptions, Shapes::ShapeRef.new(shape: TargetHealthDescriptions, location_name: "TargetHealthDescriptions"))
|
529
535
|
DescribeTargetHealthOutput.struct_class = Types::DescribeTargetHealthOutput
|
530
536
|
|
537
|
+
DuplicateListenerException.struct_class = Types::DuplicateListenerException
|
538
|
+
|
539
|
+
DuplicateLoadBalancerNameException.struct_class = Types::DuplicateLoadBalancerNameException
|
540
|
+
|
541
|
+
DuplicateTagKeysException.struct_class = Types::DuplicateTagKeysException
|
542
|
+
|
543
|
+
DuplicateTargetGroupNameException.struct_class = Types::DuplicateTargetGroupNameException
|
544
|
+
|
531
545
|
FixedResponseActionConfig.add_member(:message_body, Shapes::ShapeRef.new(shape: FixedResponseActionMessage, location_name: "MessageBody"))
|
532
546
|
FixedResponseActionConfig.add_member(:status_code, Shapes::ShapeRef.new(shape: FixedResponseActionStatusCode, required: true, location_name: "StatusCode"))
|
533
547
|
FixedResponseActionConfig.add_member(:content_type, Shapes::ShapeRef.new(shape: FixedResponseActionContentType, location_name: "ContentType"))
|
@@ -537,6 +551,8 @@ module Aws::ElasticLoadBalancingV2
|
|
537
551
|
ForwardActionConfig.add_member(:target_group_stickiness_config, Shapes::ShapeRef.new(shape: TargetGroupStickinessConfig, location_name: "TargetGroupStickinessConfig"))
|
538
552
|
ForwardActionConfig.struct_class = Types::ForwardActionConfig
|
539
553
|
|
554
|
+
HealthUnavailableException.struct_class = Types::HealthUnavailableException
|
555
|
+
|
540
556
|
HostHeaderConditionConfig.add_member(:values, Shapes::ShapeRef.new(shape: ListOfString, location_name: "Values"))
|
541
557
|
HostHeaderConditionConfig.struct_class = Types::HostHeaderConditionConfig
|
542
558
|
|
@@ -547,6 +563,20 @@ module Aws::ElasticLoadBalancingV2
|
|
547
563
|
HttpRequestMethodConditionConfig.add_member(:values, Shapes::ShapeRef.new(shape: ListOfString, location_name: "Values"))
|
548
564
|
HttpRequestMethodConditionConfig.struct_class = Types::HttpRequestMethodConditionConfig
|
549
565
|
|
566
|
+
IncompatibleProtocolsException.struct_class = Types::IncompatibleProtocolsException
|
567
|
+
|
568
|
+
InvalidConfigurationRequestException.struct_class = Types::InvalidConfigurationRequestException
|
569
|
+
|
570
|
+
InvalidLoadBalancerActionException.struct_class = Types::InvalidLoadBalancerActionException
|
571
|
+
|
572
|
+
InvalidSchemeException.struct_class = Types::InvalidSchemeException
|
573
|
+
|
574
|
+
InvalidSecurityGroupException.struct_class = Types::InvalidSecurityGroupException
|
575
|
+
|
576
|
+
InvalidSubnetException.struct_class = Types::InvalidSubnetException
|
577
|
+
|
578
|
+
InvalidTargetException.struct_class = Types::InvalidTargetException
|
579
|
+
|
550
580
|
Limit.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
551
581
|
Limit.add_member(:max, Shapes::ShapeRef.new(shape: Max, location_name: "Max"))
|
552
582
|
Limit.struct_class = Types::Limit
|
@@ -566,6 +596,8 @@ module Aws::ElasticLoadBalancingV2
|
|
566
596
|
|
567
597
|
ListenerArns.member = Shapes::ShapeRef.new(shape: ListenerArn)
|
568
598
|
|
599
|
+
ListenerNotFoundException.struct_class = Types::ListenerNotFoundException
|
600
|
+
|
569
601
|
Listeners.member = Shapes::ShapeRef.new(shape: Listener)
|
570
602
|
|
571
603
|
LoadBalancer.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, location_name: "LoadBalancerArn"))
|
@@ -599,6 +631,8 @@ module Aws::ElasticLoadBalancingV2
|
|
599
631
|
|
600
632
|
LoadBalancerNames.member = Shapes::ShapeRef.new(shape: LoadBalancerName)
|
601
633
|
|
634
|
+
LoadBalancerNotFoundException.struct_class = Types::LoadBalancerNotFoundException
|
635
|
+
|
602
636
|
LoadBalancerState.add_member(:code, Shapes::ShapeRef.new(shape: LoadBalancerStateEnum, location_name: "Code"))
|
603
637
|
LoadBalancerState.add_member(:reason, Shapes::ShapeRef.new(shape: StateReason, location_name: "Reason"))
|
604
638
|
LoadBalancerState.struct_class = Types::LoadBalancerState
|
@@ -656,9 +690,13 @@ module Aws::ElasticLoadBalancingV2
|
|
656
690
|
ModifyTargetGroupOutput.add_member(:target_groups, Shapes::ShapeRef.new(shape: TargetGroups, location_name: "TargetGroups"))
|
657
691
|
ModifyTargetGroupOutput.struct_class = Types::ModifyTargetGroupOutput
|
658
692
|
|
693
|
+
OperationNotPermittedException.struct_class = Types::OperationNotPermittedException
|
694
|
+
|
659
695
|
PathPatternConditionConfig.add_member(:values, Shapes::ShapeRef.new(shape: ListOfString, location_name: "Values"))
|
660
696
|
PathPatternConditionConfig.struct_class = Types::PathPatternConditionConfig
|
661
697
|
|
698
|
+
PriorityInUseException.struct_class = Types::PriorityInUseException
|
699
|
+
|
662
700
|
QueryStringConditionConfig.add_member(:values, Shapes::ShapeRef.new(shape: QueryStringKeyValuePairList, location_name: "Values"))
|
663
701
|
QueryStringConditionConfig.struct_class = Types::QueryStringConditionConfig
|
664
702
|
|
@@ -696,6 +734,8 @@ module Aws::ElasticLoadBalancingV2
|
|
696
734
|
|
697
735
|
ResourceArns.member = Shapes::ShapeRef.new(shape: ResourceArn)
|
698
736
|
|
737
|
+
ResourceInUseException.struct_class = Types::ResourceInUseException
|
738
|
+
|
699
739
|
Rule.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "RuleArn"))
|
700
740
|
Rule.add_member(:priority, Shapes::ShapeRef.new(shape: String, location_name: "Priority"))
|
701
741
|
Rule.add_member(:conditions, Shapes::ShapeRef.new(shape: RuleConditionList, location_name: "Conditions"))
|
@@ -717,6 +757,8 @@ module Aws::ElasticLoadBalancingV2
|
|
717
757
|
|
718
758
|
RuleConditionList.member = Shapes::ShapeRef.new(shape: RuleCondition)
|
719
759
|
|
760
|
+
RuleNotFoundException.struct_class = Types::RuleNotFoundException
|
761
|
+
|
720
762
|
RulePriorityList.member = Shapes::ShapeRef.new(shape: RulePriorityPair)
|
721
763
|
|
722
764
|
RulePriorityPair.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "RuleArn"))
|
@@ -725,6 +767,8 @@ module Aws::ElasticLoadBalancingV2
|
|
725
767
|
|
726
768
|
Rules.member = Shapes::ShapeRef.new(shape: Rule)
|
727
769
|
|
770
|
+
SSLPolicyNotFoundException.struct_class = Types::SSLPolicyNotFoundException
|
771
|
+
|
728
772
|
SecurityGroups.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
729
773
|
|
730
774
|
SetIpAddressTypeInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, required: true, location_name: "LoadBalancerArn"))
|
@@ -776,6 +820,8 @@ module Aws::ElasticLoadBalancingV2
|
|
776
820
|
|
777
821
|
SubnetMappings.member = Shapes::ShapeRef.new(shape: SubnetMapping)
|
778
822
|
|
823
|
+
SubnetNotFoundException.struct_class = Types::SubnetNotFoundException
|
824
|
+
|
779
825
|
Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
|
780
826
|
|
781
827
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
@@ -819,6 +865,8 @@ module Aws::ElasticLoadBalancingV2
|
|
819
865
|
|
820
866
|
TargetGroupArns.member = Shapes::ShapeRef.new(shape: TargetGroupArn)
|
821
867
|
|
868
|
+
TargetGroupAssociationLimitException.struct_class = Types::TargetGroupAssociationLimitException
|
869
|
+
|
822
870
|
TargetGroupAttribute.add_member(:key, Shapes::ShapeRef.new(shape: TargetGroupAttributeKey, location_name: "Key"))
|
823
871
|
TargetGroupAttribute.add_member(:value, Shapes::ShapeRef.new(shape: TargetGroupAttributeValue, location_name: "Value"))
|
824
872
|
TargetGroupAttribute.struct_class = Types::TargetGroupAttribute
|
@@ -829,6 +877,8 @@ module Aws::ElasticLoadBalancingV2
|
|
829
877
|
|
830
878
|
TargetGroupNames.member = Shapes::ShapeRef.new(shape: TargetGroupName)
|
831
879
|
|
880
|
+
TargetGroupNotFoundException.struct_class = Types::TargetGroupNotFoundException
|
881
|
+
|
832
882
|
TargetGroupStickinessConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: TargetGroupStickinessEnabled, location_name: "Enabled"))
|
833
883
|
TargetGroupStickinessConfig.add_member(:duration_seconds, Shapes::ShapeRef.new(shape: TargetGroupStickinessDurationSeconds, location_name: "DurationSeconds"))
|
834
884
|
TargetGroupStickinessConfig.struct_class = Types::TargetGroupStickinessConfig
|
@@ -851,6 +901,28 @@ module Aws::ElasticLoadBalancingV2
|
|
851
901
|
|
852
902
|
TargetHealthDescriptions.member = Shapes::ShapeRef.new(shape: TargetHealthDescription)
|
853
903
|
|
904
|
+
TooManyActionsException.struct_class = Types::TooManyActionsException
|
905
|
+
|
906
|
+
TooManyCertificatesException.struct_class = Types::TooManyCertificatesException
|
907
|
+
|
908
|
+
TooManyListenersException.struct_class = Types::TooManyListenersException
|
909
|
+
|
910
|
+
TooManyLoadBalancersException.struct_class = Types::TooManyLoadBalancersException
|
911
|
+
|
912
|
+
TooManyRegistrationsForTargetIdException.struct_class = Types::TooManyRegistrationsForTargetIdException
|
913
|
+
|
914
|
+
TooManyRulesException.struct_class = Types::TooManyRulesException
|
915
|
+
|
916
|
+
TooManyTagsException.struct_class = Types::TooManyTagsException
|
917
|
+
|
918
|
+
TooManyTargetGroupsException.struct_class = Types::TooManyTargetGroupsException
|
919
|
+
|
920
|
+
TooManyTargetsException.struct_class = Types::TooManyTargetsException
|
921
|
+
|
922
|
+
TooManyUniqueTargetGroupsPerLoadBalancerException.struct_class = Types::TooManyUniqueTargetGroupsPerLoadBalancerException
|
923
|
+
|
924
|
+
UnsupportedProtocolException.struct_class = Types::UnsupportedProtocolException
|
925
|
+
|
854
926
|
|
855
927
|
# @api private
|
856
928
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -10,5 +10,401 @@ module Aws::ElasticLoadBalancingV2
|
|
10
10
|
|
11
11
|
extend Aws::Errors::DynamicErrors
|
12
12
|
|
13
|
+
class AllocationIdNotFoundException < ServiceError
|
14
|
+
|
15
|
+
# @param [Seahorse::Client::RequestContext] context
|
16
|
+
# @param [String] message
|
17
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::AllocationIdNotFoundException] data
|
18
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
19
|
+
super(context, message, data)
|
20
|
+
end
|
21
|
+
|
22
|
+
end
|
23
|
+
|
24
|
+
class AvailabilityZoneNotSupportedException < ServiceError
|
25
|
+
|
26
|
+
# @param [Seahorse::Client::RequestContext] context
|
27
|
+
# @param [String] message
|
28
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::AvailabilityZoneNotSupportedException] data
|
29
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
30
|
+
super(context, message, data)
|
31
|
+
end
|
32
|
+
|
33
|
+
end
|
34
|
+
|
35
|
+
class CertificateNotFoundException < ServiceError
|
36
|
+
|
37
|
+
# @param [Seahorse::Client::RequestContext] context
|
38
|
+
# @param [String] message
|
39
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::CertificateNotFoundException] data
|
40
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
41
|
+
super(context, message, data)
|
42
|
+
end
|
43
|
+
|
44
|
+
end
|
45
|
+
|
46
|
+
class DuplicateListenerException < ServiceError
|
47
|
+
|
48
|
+
# @param [Seahorse::Client::RequestContext] context
|
49
|
+
# @param [String] message
|
50
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::DuplicateListenerException] data
|
51
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
52
|
+
super(context, message, data)
|
53
|
+
end
|
54
|
+
|
55
|
+
end
|
56
|
+
|
57
|
+
class DuplicateLoadBalancerNameException < ServiceError
|
58
|
+
|
59
|
+
# @param [Seahorse::Client::RequestContext] context
|
60
|
+
# @param [String] message
|
61
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::DuplicateLoadBalancerNameException] data
|
62
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
63
|
+
super(context, message, data)
|
64
|
+
end
|
65
|
+
|
66
|
+
end
|
67
|
+
|
68
|
+
class DuplicateTagKeysException < ServiceError
|
69
|
+
|
70
|
+
# @param [Seahorse::Client::RequestContext] context
|
71
|
+
# @param [String] message
|
72
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::DuplicateTagKeysException] data
|
73
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
74
|
+
super(context, message, data)
|
75
|
+
end
|
76
|
+
|
77
|
+
end
|
78
|
+
|
79
|
+
class DuplicateTargetGroupNameException < ServiceError
|
80
|
+
|
81
|
+
# @param [Seahorse::Client::RequestContext] context
|
82
|
+
# @param [String] message
|
83
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::DuplicateTargetGroupNameException] data
|
84
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
85
|
+
super(context, message, data)
|
86
|
+
end
|
87
|
+
|
88
|
+
end
|
89
|
+
|
90
|
+
class HealthUnavailableException < ServiceError
|
91
|
+
|
92
|
+
# @param [Seahorse::Client::RequestContext] context
|
93
|
+
# @param [String] message
|
94
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::HealthUnavailableException] data
|
95
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
96
|
+
super(context, message, data)
|
97
|
+
end
|
98
|
+
|
99
|
+
end
|
100
|
+
|
101
|
+
class IncompatibleProtocolsException < ServiceError
|
102
|
+
|
103
|
+
# @param [Seahorse::Client::RequestContext] context
|
104
|
+
# @param [String] message
|
105
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::IncompatibleProtocolsException] data
|
106
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
107
|
+
super(context, message, data)
|
108
|
+
end
|
109
|
+
|
110
|
+
end
|
111
|
+
|
112
|
+
class InvalidConfigurationRequestException < ServiceError
|
113
|
+
|
114
|
+
# @param [Seahorse::Client::RequestContext] context
|
115
|
+
# @param [String] message
|
116
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::InvalidConfigurationRequestException] data
|
117
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
118
|
+
super(context, message, data)
|
119
|
+
end
|
120
|
+
|
121
|
+
end
|
122
|
+
|
123
|
+
class InvalidLoadBalancerActionException < ServiceError
|
124
|
+
|
125
|
+
# @param [Seahorse::Client::RequestContext] context
|
126
|
+
# @param [String] message
|
127
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::InvalidLoadBalancerActionException] data
|
128
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
129
|
+
super(context, message, data)
|
130
|
+
end
|
131
|
+
|
132
|
+
end
|
133
|
+
|
134
|
+
class InvalidSchemeException < ServiceError
|
135
|
+
|
136
|
+
# @param [Seahorse::Client::RequestContext] context
|
137
|
+
# @param [String] message
|
138
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::InvalidSchemeException] data
|
139
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
140
|
+
super(context, message, data)
|
141
|
+
end
|
142
|
+
|
143
|
+
end
|
144
|
+
|
145
|
+
class InvalidSecurityGroupException < ServiceError
|
146
|
+
|
147
|
+
# @param [Seahorse::Client::RequestContext] context
|
148
|
+
# @param [String] message
|
149
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::InvalidSecurityGroupException] data
|
150
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
151
|
+
super(context, message, data)
|
152
|
+
end
|
153
|
+
|
154
|
+
end
|
155
|
+
|
156
|
+
class InvalidSubnetException < ServiceError
|
157
|
+
|
158
|
+
# @param [Seahorse::Client::RequestContext] context
|
159
|
+
# @param [String] message
|
160
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::InvalidSubnetException] data
|
161
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
162
|
+
super(context, message, data)
|
163
|
+
end
|
164
|
+
|
165
|
+
end
|
166
|
+
|
167
|
+
class InvalidTargetException < ServiceError
|
168
|
+
|
169
|
+
# @param [Seahorse::Client::RequestContext] context
|
170
|
+
# @param [String] message
|
171
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::InvalidTargetException] data
|
172
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
173
|
+
super(context, message, data)
|
174
|
+
end
|
175
|
+
|
176
|
+
end
|
177
|
+
|
178
|
+
class ListenerNotFoundException < ServiceError
|
179
|
+
|
180
|
+
# @param [Seahorse::Client::RequestContext] context
|
181
|
+
# @param [String] message
|
182
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::ListenerNotFoundException] data
|
183
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
184
|
+
super(context, message, data)
|
185
|
+
end
|
186
|
+
|
187
|
+
end
|
188
|
+
|
189
|
+
class LoadBalancerNotFoundException < ServiceError
|
190
|
+
|
191
|
+
# @param [Seahorse::Client::RequestContext] context
|
192
|
+
# @param [String] message
|
193
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::LoadBalancerNotFoundException] data
|
194
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
195
|
+
super(context, message, data)
|
196
|
+
end
|
197
|
+
|
198
|
+
end
|
199
|
+
|
200
|
+
class OperationNotPermittedException < ServiceError
|
201
|
+
|
202
|
+
# @param [Seahorse::Client::RequestContext] context
|
203
|
+
# @param [String] message
|
204
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::OperationNotPermittedException] data
|
205
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
206
|
+
super(context, message, data)
|
207
|
+
end
|
208
|
+
|
209
|
+
end
|
210
|
+
|
211
|
+
class PriorityInUseException < ServiceError
|
212
|
+
|
213
|
+
# @param [Seahorse::Client::RequestContext] context
|
214
|
+
# @param [String] message
|
215
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::PriorityInUseException] data
|
216
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
217
|
+
super(context, message, data)
|
218
|
+
end
|
219
|
+
|
220
|
+
end
|
221
|
+
|
222
|
+
class ResourceInUseException < ServiceError
|
223
|
+
|
224
|
+
# @param [Seahorse::Client::RequestContext] context
|
225
|
+
# @param [String] message
|
226
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::ResourceInUseException] data
|
227
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
228
|
+
super(context, message, data)
|
229
|
+
end
|
230
|
+
|
231
|
+
end
|
232
|
+
|
233
|
+
class RuleNotFoundException < ServiceError
|
234
|
+
|
235
|
+
# @param [Seahorse::Client::RequestContext] context
|
236
|
+
# @param [String] message
|
237
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::RuleNotFoundException] data
|
238
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
239
|
+
super(context, message, data)
|
240
|
+
end
|
241
|
+
|
242
|
+
end
|
243
|
+
|
244
|
+
class SSLPolicyNotFoundException < ServiceError
|
245
|
+
|
246
|
+
# @param [Seahorse::Client::RequestContext] context
|
247
|
+
# @param [String] message
|
248
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::SSLPolicyNotFoundException] data
|
249
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
250
|
+
super(context, message, data)
|
251
|
+
end
|
252
|
+
|
253
|
+
end
|
254
|
+
|
255
|
+
class SubnetNotFoundException < ServiceError
|
256
|
+
|
257
|
+
# @param [Seahorse::Client::RequestContext] context
|
258
|
+
# @param [String] message
|
259
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::SubnetNotFoundException] data
|
260
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
261
|
+
super(context, message, data)
|
262
|
+
end
|
263
|
+
|
264
|
+
end
|
265
|
+
|
266
|
+
class TargetGroupAssociationLimitException < ServiceError
|
267
|
+
|
268
|
+
# @param [Seahorse::Client::RequestContext] context
|
269
|
+
# @param [String] message
|
270
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TargetGroupAssociationLimitException] data
|
271
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
272
|
+
super(context, message, data)
|
273
|
+
end
|
274
|
+
|
275
|
+
end
|
276
|
+
|
277
|
+
class TargetGroupNotFoundException < ServiceError
|
278
|
+
|
279
|
+
# @param [Seahorse::Client::RequestContext] context
|
280
|
+
# @param [String] message
|
281
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TargetGroupNotFoundException] data
|
282
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
283
|
+
super(context, message, data)
|
284
|
+
end
|
285
|
+
|
286
|
+
end
|
287
|
+
|
288
|
+
class TooManyActionsException < ServiceError
|
289
|
+
|
290
|
+
# @param [Seahorse::Client::RequestContext] context
|
291
|
+
# @param [String] message
|
292
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TooManyActionsException] data
|
293
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
294
|
+
super(context, message, data)
|
295
|
+
end
|
296
|
+
|
297
|
+
end
|
298
|
+
|
299
|
+
class TooManyCertificatesException < ServiceError
|
300
|
+
|
301
|
+
# @param [Seahorse::Client::RequestContext] context
|
302
|
+
# @param [String] message
|
303
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TooManyCertificatesException] data
|
304
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
305
|
+
super(context, message, data)
|
306
|
+
end
|
307
|
+
|
308
|
+
end
|
309
|
+
|
310
|
+
class TooManyListenersException < ServiceError
|
311
|
+
|
312
|
+
# @param [Seahorse::Client::RequestContext] context
|
313
|
+
# @param [String] message
|
314
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TooManyListenersException] data
|
315
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
316
|
+
super(context, message, data)
|
317
|
+
end
|
318
|
+
|
319
|
+
end
|
320
|
+
|
321
|
+
class TooManyLoadBalancersException < ServiceError
|
322
|
+
|
323
|
+
# @param [Seahorse::Client::RequestContext] context
|
324
|
+
# @param [String] message
|
325
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TooManyLoadBalancersException] data
|
326
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
327
|
+
super(context, message, data)
|
328
|
+
end
|
329
|
+
|
330
|
+
end
|
331
|
+
|
332
|
+
class TooManyRegistrationsForTargetIdException < ServiceError
|
333
|
+
|
334
|
+
# @param [Seahorse::Client::RequestContext] context
|
335
|
+
# @param [String] message
|
336
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TooManyRegistrationsForTargetIdException] data
|
337
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
338
|
+
super(context, message, data)
|
339
|
+
end
|
340
|
+
|
341
|
+
end
|
342
|
+
|
343
|
+
class TooManyRulesException < ServiceError
|
344
|
+
|
345
|
+
# @param [Seahorse::Client::RequestContext] context
|
346
|
+
# @param [String] message
|
347
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TooManyRulesException] data
|
348
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
349
|
+
super(context, message, data)
|
350
|
+
end
|
351
|
+
|
352
|
+
end
|
353
|
+
|
354
|
+
class TooManyTagsException < ServiceError
|
355
|
+
|
356
|
+
# @param [Seahorse::Client::RequestContext] context
|
357
|
+
# @param [String] message
|
358
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TooManyTagsException] data
|
359
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
360
|
+
super(context, message, data)
|
361
|
+
end
|
362
|
+
|
363
|
+
end
|
364
|
+
|
365
|
+
class TooManyTargetGroupsException < ServiceError
|
366
|
+
|
367
|
+
# @param [Seahorse::Client::RequestContext] context
|
368
|
+
# @param [String] message
|
369
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TooManyTargetGroupsException] data
|
370
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
371
|
+
super(context, message, data)
|
372
|
+
end
|
373
|
+
|
374
|
+
end
|
375
|
+
|
376
|
+
class TooManyTargetsException < ServiceError
|
377
|
+
|
378
|
+
# @param [Seahorse::Client::RequestContext] context
|
379
|
+
# @param [String] message
|
380
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TooManyTargetsException] data
|
381
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
382
|
+
super(context, message, data)
|
383
|
+
end
|
384
|
+
|
385
|
+
end
|
386
|
+
|
387
|
+
class TooManyUniqueTargetGroupsPerLoadBalancerException < ServiceError
|
388
|
+
|
389
|
+
# @param [Seahorse::Client::RequestContext] context
|
390
|
+
# @param [String] message
|
391
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::TooManyUniqueTargetGroupsPerLoadBalancerException] data
|
392
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
393
|
+
super(context, message, data)
|
394
|
+
end
|
395
|
+
|
396
|
+
end
|
397
|
+
|
398
|
+
class UnsupportedProtocolException < ServiceError
|
399
|
+
|
400
|
+
# @param [Seahorse::Client::RequestContext] context
|
401
|
+
# @param [String] message
|
402
|
+
# @param [Aws::ElasticLoadBalancingV2::Types::UnsupportedProtocolException] data
|
403
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
404
|
+
super(context, message, data)
|
405
|
+
end
|
406
|
+
|
407
|
+
end
|
408
|
+
|
13
409
|
end
|
14
410
|
end
|
@@ -197,7 +197,7 @@ module Aws::ElasticLoadBalancingV2
|
|
197
197
|
# @return [Array<String>]
|
198
198
|
#
|
199
199
|
# @!attribute [rw] tags
|
200
|
-
# The tags.
|
200
|
+
# The tags.
|
201
201
|
# @return [Array<Types::Tag>]
|
202
202
|
#
|
203
203
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/AddTagsInput AWS API Documentation
|
@@ -212,6 +212,12 @@ module Aws::ElasticLoadBalancingV2
|
|
212
212
|
#
|
213
213
|
class AddTagsOutput < Aws::EmptyStructure; end
|
214
214
|
|
215
|
+
# The specified allocation ID does not exist.
|
216
|
+
#
|
217
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/AllocationIdNotFoundException AWS API Documentation
|
218
|
+
#
|
219
|
+
class AllocationIdNotFoundException < Aws::EmptyStructure; end
|
220
|
+
|
215
221
|
# Request parameters to use when integrating with Amazon Cognito to
|
216
222
|
# authenticate users.
|
217
223
|
#
|
@@ -433,6 +439,12 @@ module Aws::ElasticLoadBalancingV2
|
|
433
439
|
include Aws::Structure
|
434
440
|
end
|
435
441
|
|
442
|
+
# The specified Availability Zone is not supported.
|
443
|
+
#
|
444
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/AvailabilityZoneNotSupportedException AWS API Documentation
|
445
|
+
#
|
446
|
+
class AvailabilityZoneNotSupportedException < Aws::EmptyStructure; end
|
447
|
+
|
436
448
|
# Information about an SSL server certificate.
|
437
449
|
#
|
438
450
|
# @note When making an API call, you may pass Certificate
|
@@ -462,6 +474,12 @@ module Aws::ElasticLoadBalancingV2
|
|
462
474
|
include Aws::Structure
|
463
475
|
end
|
464
476
|
|
477
|
+
# The specified certificate does not exist.
|
478
|
+
#
|
479
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CertificateNotFoundException AWS API Documentation
|
480
|
+
#
|
481
|
+
class CertificateNotFoundException < Aws::EmptyStructure; end
|
482
|
+
|
465
483
|
# Information about a cipher used in a policy.
|
466
484
|
#
|
467
485
|
# @!attribute [rw] name
|
@@ -573,8 +591,35 @@ module Aws::ElasticLoadBalancingV2
|
|
573
591
|
#
|
574
592
|
# @!attribute [rw] ssl_policy
|
575
593
|
# \[HTTPS and TLS listeners\] The security policy that defines which
|
576
|
-
#
|
577
|
-
#
|
594
|
+
# protocols and ciphers are supported. The following are the possible
|
595
|
+
# values:
|
596
|
+
#
|
597
|
+
# * `ELBSecurityPolicy-2016-08`
|
598
|
+
#
|
599
|
+
# * `ELBSecurityPolicy-TLS-1-0-2015-04`
|
600
|
+
#
|
601
|
+
# * `ELBSecurityPolicy-TLS-1-1-2017-01`
|
602
|
+
#
|
603
|
+
# * `ELBSecurityPolicy-TLS-1-2-2017-01`
|
604
|
+
#
|
605
|
+
# * `ELBSecurityPolicy-TLS-1-2-Ext-2018-06`
|
606
|
+
#
|
607
|
+
# * `ELBSecurityPolicy-FS-2018-06`
|
608
|
+
#
|
609
|
+
# * `ELBSecurityPolicy-FS-1-1-2019-08`
|
610
|
+
#
|
611
|
+
# * `ELBSecurityPolicy-FS-1-2-2019-08`
|
612
|
+
#
|
613
|
+
# * `ELBSecurityPolicy-FS-1-2-Res-2019-08`
|
614
|
+
#
|
615
|
+
# For more information, see [Security Policies][1] in the *Application
|
616
|
+
# Load Balancers Guide* and [Security Policies][2] in the *Network
|
617
|
+
# Load Balancers Guide*.
|
618
|
+
#
|
619
|
+
#
|
620
|
+
#
|
621
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
|
622
|
+
# [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies
|
578
623
|
# @return [String]
|
579
624
|
#
|
580
625
|
# @!attribute [rw] certificates
|
@@ -1522,7 +1567,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1522
1567
|
end
|
1523
1568
|
|
1524
1569
|
# @!attribute [rw] ssl_policies
|
1525
|
-
# Information about the policies.
|
1570
|
+
# Information about the security policies.
|
1526
1571
|
# @return [Array<Types::SslPolicy>]
|
1527
1572
|
#
|
1528
1573
|
# @!attribute [rw] next_marker
|
@@ -1546,7 +1591,8 @@ module Aws::ElasticLoadBalancingV2
|
|
1546
1591
|
# }
|
1547
1592
|
#
|
1548
1593
|
# @!attribute [rw] resource_arns
|
1549
|
-
# The Amazon Resource Names (ARN) of the resources.
|
1594
|
+
# The Amazon Resource Names (ARN) of the resources. You can specify up
|
1595
|
+
# to 20 resources in a single call.
|
1550
1596
|
# @return [Array<String>]
|
1551
1597
|
#
|
1552
1598
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeTagsInput AWS API Documentation
|
@@ -1697,6 +1743,30 @@ module Aws::ElasticLoadBalancingV2
|
|
1697
1743
|
include Aws::Structure
|
1698
1744
|
end
|
1699
1745
|
|
1746
|
+
# A listener with the specified port already exists.
|
1747
|
+
#
|
1748
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DuplicateListenerException AWS API Documentation
|
1749
|
+
#
|
1750
|
+
class DuplicateListenerException < Aws::EmptyStructure; end
|
1751
|
+
|
1752
|
+
# A load balancer with the specified name already exists.
|
1753
|
+
#
|
1754
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DuplicateLoadBalancerNameException AWS API Documentation
|
1755
|
+
#
|
1756
|
+
class DuplicateLoadBalancerNameException < Aws::EmptyStructure; end
|
1757
|
+
|
1758
|
+
# A tag key was specified more than once.
|
1759
|
+
#
|
1760
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DuplicateTagKeysException AWS API Documentation
|
1761
|
+
#
|
1762
|
+
class DuplicateTagKeysException < Aws::EmptyStructure; end
|
1763
|
+
|
1764
|
+
# A target group with the specified name already exists.
|
1765
|
+
#
|
1766
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DuplicateTargetGroupNameException AWS API Documentation
|
1767
|
+
#
|
1768
|
+
class DuplicateTargetGroupNameException < Aws::EmptyStructure; end
|
1769
|
+
|
1700
1770
|
# Information about an action that returns a custom HTTP response.
|
1701
1771
|
#
|
1702
1772
|
# @note When making an API call, you may pass FixedResponseActionConfig
|
@@ -1767,6 +1837,13 @@ module Aws::ElasticLoadBalancingV2
|
|
1767
1837
|
include Aws::Structure
|
1768
1838
|
end
|
1769
1839
|
|
1840
|
+
# The health of the specified targets could not be retrieved due to an
|
1841
|
+
# internal error.
|
1842
|
+
#
|
1843
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/HealthUnavailableException AWS API Documentation
|
1844
|
+
#
|
1845
|
+
class HealthUnavailableException < Aws::EmptyStructure; end
|
1846
|
+
|
1770
1847
|
# Information about a host header condition.
|
1771
1848
|
#
|
1772
1849
|
# @note When making an API call, you may pass HostHeaderConditionConfig
|
@@ -1874,6 +1951,49 @@ module Aws::ElasticLoadBalancingV2
|
|
1874
1951
|
include Aws::Structure
|
1875
1952
|
end
|
1876
1953
|
|
1954
|
+
# The specified configuration is not valid with this protocol.
|
1955
|
+
#
|
1956
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/IncompatibleProtocolsException AWS API Documentation
|
1957
|
+
#
|
1958
|
+
class IncompatibleProtocolsException < Aws::EmptyStructure; end
|
1959
|
+
|
1960
|
+
# The requested configuration is not valid.
|
1961
|
+
#
|
1962
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidConfigurationRequestException AWS API Documentation
|
1963
|
+
#
|
1964
|
+
class InvalidConfigurationRequestException < Aws::EmptyStructure; end
|
1965
|
+
|
1966
|
+
# The requested action is not valid.
|
1967
|
+
#
|
1968
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidLoadBalancerActionException AWS API Documentation
|
1969
|
+
#
|
1970
|
+
class InvalidLoadBalancerActionException < Aws::EmptyStructure; end
|
1971
|
+
|
1972
|
+
# The requested scheme is not valid.
|
1973
|
+
#
|
1974
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidSchemeException AWS API Documentation
|
1975
|
+
#
|
1976
|
+
class InvalidSchemeException < Aws::EmptyStructure; end
|
1977
|
+
|
1978
|
+
# The specified security group does not exist.
|
1979
|
+
#
|
1980
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidSecurityGroupException AWS API Documentation
|
1981
|
+
#
|
1982
|
+
class InvalidSecurityGroupException < Aws::EmptyStructure; end
|
1983
|
+
|
1984
|
+
# The specified subnet is out of available addresses.
|
1985
|
+
#
|
1986
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidSubnetException AWS API Documentation
|
1987
|
+
#
|
1988
|
+
class InvalidSubnetException < Aws::EmptyStructure; end
|
1989
|
+
|
1990
|
+
# The specified target does not exist, is not in the same VPC as the
|
1991
|
+
# target group, or has an unsupported instance type.
|
1992
|
+
#
|
1993
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/InvalidTargetException AWS API Documentation
|
1994
|
+
#
|
1995
|
+
class InvalidTargetException < Aws::EmptyStructure; end
|
1996
|
+
|
1877
1997
|
# Information about an Elastic Load Balancing resource limit for your
|
1878
1998
|
# AWS account.
|
1879
1999
|
#
|
@@ -1941,8 +2061,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1941
2061
|
#
|
1942
2062
|
# @!attribute [rw] ssl_policy
|
1943
2063
|
# \[HTTPS or TLS listener\] The security policy that defines which
|
1944
|
-
#
|
1945
|
-
# predefined security policy.
|
2064
|
+
# protocols and ciphers are supported.
|
1946
2065
|
# @return [String]
|
1947
2066
|
#
|
1948
2067
|
# @!attribute [rw] default_actions
|
@@ -1962,6 +2081,12 @@ module Aws::ElasticLoadBalancingV2
|
|
1962
2081
|
include Aws::Structure
|
1963
2082
|
end
|
1964
2083
|
|
2084
|
+
# The specified listener does not exist.
|
2085
|
+
#
|
2086
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ListenerNotFoundException AWS API Documentation
|
2087
|
+
#
|
2088
|
+
class ListenerNotFoundException < Aws::EmptyStructure; end
|
2089
|
+
|
1965
2090
|
# Information about a load balancer.
|
1966
2091
|
#
|
1967
2092
|
# @!attribute [rw] load_balancer_arn
|
@@ -2113,7 +2238,9 @@ module Aws::ElasticLoadBalancingV2
|
|
2113
2238
|
# is `false`.
|
2114
2239
|
#
|
2115
2240
|
# * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
|
2116
|
-
# value is `true` or `false`. The default is `true`.
|
2241
|
+
# value is `true` or `false`. The default is `true`. Elastic Load
|
2242
|
+
# Balancing requires that message header names contain only
|
2243
|
+
# alphanumeric characters and hyphens.
|
2117
2244
|
#
|
2118
2245
|
# The following attributes are supported by only Network Load
|
2119
2246
|
# Balancers:
|
@@ -2137,6 +2264,12 @@ module Aws::ElasticLoadBalancingV2
|
|
2137
2264
|
include Aws::Structure
|
2138
2265
|
end
|
2139
2266
|
|
2267
|
+
# The specified load balancer does not exist.
|
2268
|
+
#
|
2269
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/LoadBalancerNotFoundException AWS API Documentation
|
2270
|
+
#
|
2271
|
+
class LoadBalancerNotFoundException < Aws::EmptyStructure; end
|
2272
|
+
|
2140
2273
|
# Information about the state of the load balancer.
|
2141
2274
|
#
|
2142
2275
|
# @!attribute [rw] code
|
@@ -2279,12 +2412,35 @@ module Aws::ElasticLoadBalancingV2
|
|
2279
2412
|
#
|
2280
2413
|
# @!attribute [rw] ssl_policy
|
2281
2414
|
# \[HTTPS and TLS listeners\] The security policy that defines which
|
2282
|
-
# protocols and ciphers are supported.
|
2283
|
-
#
|
2415
|
+
# protocols and ciphers are supported. The following are the possible
|
2416
|
+
# values:
|
2417
|
+
#
|
2418
|
+
# * `ELBSecurityPolicy-2016-08`
|
2419
|
+
#
|
2420
|
+
# * `ELBSecurityPolicy-TLS-1-0-2015-04`
|
2421
|
+
#
|
2422
|
+
# * `ELBSecurityPolicy-TLS-1-1-2017-01`
|
2423
|
+
#
|
2424
|
+
# * `ELBSecurityPolicy-TLS-1-2-2017-01`
|
2425
|
+
#
|
2426
|
+
# * `ELBSecurityPolicy-TLS-1-2-Ext-2018-06`
|
2427
|
+
#
|
2428
|
+
# * `ELBSecurityPolicy-FS-2018-06`
|
2429
|
+
#
|
2430
|
+
# * `ELBSecurityPolicy-FS-1-1-2019-08`
|
2431
|
+
#
|
2432
|
+
# * `ELBSecurityPolicy-FS-1-2-2019-08`
|
2433
|
+
#
|
2434
|
+
# * `ELBSecurityPolicy-FS-1-2-Res-2019-08`
|
2435
|
+
#
|
2436
|
+
# For more information, see [Security Policies][1] in the *Application
|
2437
|
+
# Load Balancers Guide* and [Security Policies][2] in the *Network
|
2438
|
+
# Load Balancers Guide*.
|
2284
2439
|
#
|
2285
2440
|
#
|
2286
2441
|
#
|
2287
2442
|
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
|
2443
|
+
# [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies
|
2288
2444
|
# @return [String]
|
2289
2445
|
#
|
2290
2446
|
# @!attribute [rw] certificates
|
@@ -2683,6 +2839,12 @@ module Aws::ElasticLoadBalancingV2
|
|
2683
2839
|
include Aws::Structure
|
2684
2840
|
end
|
2685
2841
|
|
2842
|
+
# This operation is not allowed.
|
2843
|
+
#
|
2844
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/OperationNotPermittedException AWS API Documentation
|
2845
|
+
#
|
2846
|
+
class OperationNotPermittedException < Aws::EmptyStructure; end
|
2847
|
+
|
2686
2848
|
# Information about a path pattern condition.
|
2687
2849
|
#
|
2688
2850
|
# @note When making an API call, you may pass PathPatternConditionConfig
|
@@ -2711,6 +2873,12 @@ module Aws::ElasticLoadBalancingV2
|
|
2711
2873
|
include Aws::Structure
|
2712
2874
|
end
|
2713
2875
|
|
2876
|
+
# The specified priority is in use.
|
2877
|
+
#
|
2878
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/PriorityInUseException AWS API Documentation
|
2879
|
+
#
|
2880
|
+
class PriorityInUseException < Aws::EmptyStructure; end
|
2881
|
+
|
2714
2882
|
# Information about a query string condition.
|
2715
2883
|
#
|
2716
2884
|
# The query string component of a URI starts after the first '?'
|
@@ -2958,6 +3126,12 @@ module Aws::ElasticLoadBalancingV2
|
|
2958
3126
|
#
|
2959
3127
|
class RemoveTagsOutput < Aws::EmptyStructure; end
|
2960
3128
|
|
3129
|
+
# A specified resource is in use.
|
3130
|
+
#
|
3131
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ResourceInUseException AWS API Documentation
|
3132
|
+
#
|
3133
|
+
class ResourceInUseException < Aws::EmptyStructure; end
|
3134
|
+
|
2961
3135
|
# Information about a rule.
|
2962
3136
|
#
|
2963
3137
|
# @!attribute [rw] rule_arn
|
@@ -3126,6 +3300,12 @@ module Aws::ElasticLoadBalancingV2
|
|
3126
3300
|
include Aws::Structure
|
3127
3301
|
end
|
3128
3302
|
|
3303
|
+
# The specified rule does not exist.
|
3304
|
+
#
|
3305
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/RuleNotFoundException AWS API Documentation
|
3306
|
+
#
|
3307
|
+
class RuleNotFoundException < Aws::EmptyStructure; end
|
3308
|
+
|
3129
3309
|
# Information about the priorities for the rules for a listener.
|
3130
3310
|
#
|
3131
3311
|
# @note When making an API call, you may pass RulePriorityPair
|
@@ -3152,6 +3332,12 @@ module Aws::ElasticLoadBalancingV2
|
|
3152
3332
|
include Aws::Structure
|
3153
3333
|
end
|
3154
3334
|
|
3335
|
+
# The specified SSL policy does not exist.
|
3336
|
+
#
|
3337
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SSLPolicyNotFoundException AWS API Documentation
|
3338
|
+
#
|
3339
|
+
class SSLPolicyNotFoundException < Aws::EmptyStructure; end
|
3340
|
+
|
3155
3341
|
# @note When making an API call, you may pass SetIpAddressTypeInput
|
3156
3342
|
# data as a hash:
|
3157
3343
|
#
|
@@ -3410,6 +3596,12 @@ module Aws::ElasticLoadBalancingV2
|
|
3410
3596
|
include Aws::Structure
|
3411
3597
|
end
|
3412
3598
|
|
3599
|
+
# The specified subnet does not exist.
|
3600
|
+
#
|
3601
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SubnetNotFoundException AWS API Documentation
|
3602
|
+
#
|
3603
|
+
class SubnetNotFoundException < Aws::EmptyStructure; end
|
3604
|
+
|
3413
3605
|
# Information about a tag.
|
3414
3606
|
#
|
3415
3607
|
# @note When making an API call, you may pass Tag
|
@@ -3606,6 +3798,13 @@ module Aws::ElasticLoadBalancingV2
|
|
3606
3798
|
include Aws::Structure
|
3607
3799
|
end
|
3608
3800
|
|
3801
|
+
# You've reached the limit on the number of load balancers per target
|
3802
|
+
# group.
|
3803
|
+
#
|
3804
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TargetGroupAssociationLimitException AWS API Documentation
|
3805
|
+
#
|
3806
|
+
class TargetGroupAssociationLimitException < Aws::EmptyStructure; end
|
3807
|
+
|
3609
3808
|
# Information about a target group attribute.
|
3610
3809
|
#
|
3611
3810
|
# @note When making an API call, you may pass TargetGroupAttribute
|
@@ -3619,7 +3818,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3619
3818
|
# @!attribute [rw] key
|
3620
3819
|
# The name of the attribute.
|
3621
3820
|
#
|
3622
|
-
# The following
|
3821
|
+
# The following attributes are supported by both Application Load
|
3623
3822
|
# Balancers and Network Load Balancers:
|
3624
3823
|
#
|
3625
3824
|
# * `deregistration_delay.timeout_seconds` - The amount of time, in
|
@@ -3628,7 +3827,12 @@ module Aws::ElasticLoadBalancingV2
|
|
3628
3827
|
# range is 0-3600 seconds. The default value is 300 seconds. If the
|
3629
3828
|
# target is a Lambda function, this attribute is not supported.
|
3630
3829
|
#
|
3631
|
-
#
|
3830
|
+
# * `stickiness.enabled` - Indicates whether sticky sessions are
|
3831
|
+
# enabled. The value is `true` or `false`. The default is `false`.
|
3832
|
+
#
|
3833
|
+
# * `stickiness.type` - The type of sticky sessions. The possible
|
3834
|
+
# values are `lb_cookie` for Application Load Balancers or
|
3835
|
+
# `source_ip` for Network Load Balancers.
|
3632
3836
|
#
|
3633
3837
|
# The following attributes are supported by Application Load Balancers
|
3634
3838
|
# if the target is not a Lambda function:
|
@@ -3645,12 +3849,6 @@ module Aws::ElasticLoadBalancingV2
|
|
3645
3849
|
# The range is 30-900 seconds (15 minutes). Slow start mode is
|
3646
3850
|
# disabled by default.
|
3647
3851
|
#
|
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`.
|
3653
|
-
#
|
3654
3852
|
# * `stickiness.lb_cookie.duration_seconds` - The time period, in
|
3655
3853
|
# seconds, during which requests from a client should be routed to
|
3656
3854
|
# the same target. After this time period expires, the load
|
@@ -3692,6 +3890,12 @@ module Aws::ElasticLoadBalancingV2
|
|
3692
3890
|
include Aws::Structure
|
3693
3891
|
end
|
3694
3892
|
|
3893
|
+
# The specified target group does not exist.
|
3894
|
+
#
|
3895
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TargetGroupNotFoundException AWS API Documentation
|
3896
|
+
#
|
3897
|
+
class TargetGroupNotFoundException < Aws::EmptyStructure; end
|
3898
|
+
|
3695
3899
|
# Information about the target group stickiness for a rule.
|
3696
3900
|
#
|
3697
3901
|
# @note When making an API call, you may pass TargetGroupStickinessConfig
|
@@ -3856,5 +4060,78 @@ module Aws::ElasticLoadBalancingV2
|
|
3856
4060
|
include Aws::Structure
|
3857
4061
|
end
|
3858
4062
|
|
4063
|
+
# You've reached the limit on the number of actions per rule.
|
4064
|
+
#
|
4065
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyActionsException AWS API Documentation
|
4066
|
+
#
|
4067
|
+
class TooManyActionsException < Aws::EmptyStructure; end
|
4068
|
+
|
4069
|
+
# You've reached the limit on the number of certificates per load
|
4070
|
+
# balancer.
|
4071
|
+
#
|
4072
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyCertificatesException AWS API Documentation
|
4073
|
+
#
|
4074
|
+
class TooManyCertificatesException < Aws::EmptyStructure; end
|
4075
|
+
|
4076
|
+
# You've reached the limit on the number of listeners per load
|
4077
|
+
# balancer.
|
4078
|
+
#
|
4079
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyListenersException AWS API Documentation
|
4080
|
+
#
|
4081
|
+
class TooManyListenersException < Aws::EmptyStructure; end
|
4082
|
+
|
4083
|
+
# You've reached the limit on the number of load balancers for your AWS
|
4084
|
+
# account.
|
4085
|
+
#
|
4086
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyLoadBalancersException AWS API Documentation
|
4087
|
+
#
|
4088
|
+
class TooManyLoadBalancersException < Aws::EmptyStructure; end
|
4089
|
+
|
4090
|
+
# You've reached the limit on the number of times a target can be
|
4091
|
+
# registered with a load balancer.
|
4092
|
+
#
|
4093
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyRegistrationsForTargetIdException AWS API Documentation
|
4094
|
+
#
|
4095
|
+
class TooManyRegistrationsForTargetIdException < Aws::EmptyStructure; end
|
4096
|
+
|
4097
|
+
# You've reached the limit on the number of rules per load balancer.
|
4098
|
+
#
|
4099
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyRulesException AWS API Documentation
|
4100
|
+
#
|
4101
|
+
class TooManyRulesException < Aws::EmptyStructure; end
|
4102
|
+
|
4103
|
+
# You've reached the limit on the number of tags per load balancer.
|
4104
|
+
#
|
4105
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyTagsException AWS API Documentation
|
4106
|
+
#
|
4107
|
+
class TooManyTagsException < Aws::EmptyStructure; end
|
4108
|
+
|
4109
|
+
# You've reached the limit on the number of target groups for your AWS
|
4110
|
+
# account.
|
4111
|
+
#
|
4112
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyTargetGroupsException AWS API Documentation
|
4113
|
+
#
|
4114
|
+
class TooManyTargetGroupsException < Aws::EmptyStructure; end
|
4115
|
+
|
4116
|
+
# You've reached the limit on the number of targets.
|
4117
|
+
#
|
4118
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyTargetsException AWS API Documentation
|
4119
|
+
#
|
4120
|
+
class TooManyTargetsException < Aws::EmptyStructure; end
|
4121
|
+
|
4122
|
+
# You've reached the limit on the number of unique target groups per
|
4123
|
+
# load balancer across all listeners. If a target group is used by
|
4124
|
+
# multiple actions for a load balancer, it is counted as only one use.
|
4125
|
+
#
|
4126
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyUniqueTargetGroupsPerLoadBalancerException AWS API Documentation
|
4127
|
+
#
|
4128
|
+
class TooManyUniqueTargetGroupsPerLoadBalancerException < Aws::EmptyStructure; end
|
4129
|
+
|
4130
|
+
# The specified protocol is not supported.
|
4131
|
+
#
|
4132
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/UnsupportedProtocolException AWS API Documentation
|
4133
|
+
#
|
4134
|
+
class UnsupportedProtocolException < Aws::EmptyStructure; end
|
4135
|
+
|
3859
4136
|
end
|
3860
4137
|
end
|
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.40.1
|
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:
|
11
|
+
date: 2020-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|