aws-sdk-elasticloadbalancingv2 1.52.0 → 1.53.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: 31ec69b9b37f3517f96331f10af3e6b82229e1cdc2acc9790129e74760586b83
4
- data.tar.gz: 109ac1a612dcefeebcea041ee482037f474840c1dd4ab3726e0ed2a377fbbe29
3
+ metadata.gz: 0375ef8b924fb7560f632a96dbce09a7d16e2221afe154255bc3d6a2e87745e2
4
+ data.tar.gz: ea11ed7aa075aa7a135d9710fbfddaf99400e48043180c3fcb278dccdcf9e529
5
5
  SHA512:
6
- metadata.gz: 3a933d128c083fad76859fdf683098e3cf431377e6aba6b79d2be10148bc0f9a5f8ce6527044d349f0ed1b019e83b305aa6466fe569c97d9c0602331fbb38c2e
7
- data.tar.gz: 640401d0d4cf5b3d1685c5b67cb206e1a7c7a954cba3136e3ecabf55889883bd2b9b9b3c55ef8058767ada020049a6ebe1be917ab09c6a1f7cf5088097b4733e
6
+ metadata.gz: 607203f2d7950a278654d14cf55d4f188592693f8fd22a9801ffebeac31c749f06cea96ca32428678a4b093d6f0833e0901208f90b359f5be1c8c17741ff3048
7
+ data.tar.gz: 354f7b04d1555eabdb54f0f2f361f5aca8ae26d577edd94a40e179c5eeb05f9006bf414f4e3b83966d1e4075aca16b969978b95d2f3b8e43dbcac108ab3240a1
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
49
49
  # @!group service
50
50
  module Aws::ElasticLoadBalancingV2
51
51
 
52
- GEM_VERSION = '1.52.0'
52
+ GEM_VERSION = '1.53.0'
53
53
 
54
54
  end
@@ -385,7 +385,7 @@ module Aws::ElasticLoadBalancingV2
385
385
 
386
386
  # Adds the specified tags to the specified Elastic Load Balancing
387
387
  # resource. You can tag your Application Load Balancers, Network Load
388
- # Balancers, and your target groups.
388
+ # Balancers, target groups, listeners, and rules.
389
389
  #
390
390
  # Each tag consists of a key and an optional value. If a resource
391
391
  # already has a tag with the same key, `AddTags` updates its value.
@@ -561,6 +561,9 @@ module Aws::ElasticLoadBalancingV2
561
561
  #
562
562
  # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies
563
563
  #
564
+ # @option params [Array<Types::Tag>] :tags
565
+ # The tags to assign to the listener.
566
+ #
564
567
  # @return [Types::CreateListenerOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
565
568
  #
566
569
  # * {Types::CreateListenerOutput#listeners #listeners} => Array&lt;Types::Listener&gt;
@@ -724,6 +727,12 @@ module Aws::ElasticLoadBalancingV2
724
727
  # },
725
728
  # ],
726
729
  # alpn_policy: ["AlpnPolicyValue"],
730
+ # tags: [
731
+ # {
732
+ # key: "TagKey", # required
733
+ # value: "TagValue",
734
+ # },
735
+ # ],
727
736
  # })
728
737
  #
729
738
  # @example Response structure
@@ -884,7 +893,7 @@ module Aws::ElasticLoadBalancingV2
884
893
  # The default is an Internet-facing load balancer.
885
894
  #
886
895
  # @option params [Array<Types::Tag>] :tags
887
- # One or more tags to assign to the load balancer.
896
+ # The tags to assign to the load balancer.
888
897
  #
889
898
  # @option params [String] :type
890
899
  # The type of load balancer. The default is `application`.
@@ -1110,6 +1119,9 @@ module Aws::ElasticLoadBalancingV2
1110
1119
  # \[Application Load Balancer\] If the action type is `fixed-response`,
1111
1120
  # you drop specified client requests and return a custom HTTP response.
1112
1121
  #
1122
+ # @option params [Array<Types::Tag>] :tags
1123
+ # The tags to assign to the rule.
1124
+ #
1113
1125
  # @return [Types::CreateRuleOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1114
1126
  #
1115
1127
  # * {Types::CreateRuleOutput#rules #rules} => Array&lt;Types::Rule&gt;
@@ -1259,6 +1271,12 @@ module Aws::ElasticLoadBalancingV2
1259
1271
  # },
1260
1272
  # },
1261
1273
  # ],
1274
+ # tags: [
1275
+ # {
1276
+ # key: "TagKey", # required
1277
+ # value: "TagValue",
1278
+ # },
1279
+ # ],
1262
1280
  # })
1263
1281
  #
1264
1282
  # @example Response structure
@@ -1458,6 +1476,9 @@ module Aws::ElasticLoadBalancingV2
1458
1476
  #
1459
1477
  # * `lambda` - The target groups contains a single Lambda function.
1460
1478
  #
1479
+ # @option params [Array<Types::Tag>] :tags
1480
+ # The tags to assign to the target group.
1481
+ #
1461
1482
  # @return [Types::CreateTargetGroupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1462
1483
  #
1463
1484
  # * {Types::CreateTargetGroupOutput#target_groups #target_groups} => Array&lt;Types::TargetGroup&gt;
@@ -1517,6 +1538,12 @@ module Aws::ElasticLoadBalancingV2
1517
1538
  # http_code: "HttpCode", # required
1518
1539
  # },
1519
1540
  # target_type: "instance", # accepts instance, ip, lambda
1541
+ # tags: [
1542
+ # {
1543
+ # key: "TagKey", # required
1544
+ # value: "TagValue",
1545
+ # },
1546
+ # ],
1520
1547
  # })
1521
1548
  #
1522
1549
  # @example Response structure
@@ -2465,9 +2492,9 @@ module Aws::ElasticLoadBalancingV2
2465
2492
  req.send_request(options)
2466
2493
  end
2467
2494
 
2468
- # Describes the tags for the specified resources. You can describe the
2469
- # tags for one or more Application Load Balancers, Network Load
2470
- # Balancers, and target groups.
2495
+ # Describes the tags for the specified Elastic Load Balancing resources.
2496
+ # You can describe the tags for one or more Application Load Balancers,
2497
+ # Network Load Balancers, target groups, listeners, or rules.
2471
2498
  #
2472
2499
  # @option params [required, Array<String>] :resource_arns
2473
2500
  # The Amazon Resource Names (ARN) of the resources. You can specify up
@@ -3933,7 +3960,8 @@ module Aws::ElasticLoadBalancingV2
3933
3960
  end
3934
3961
 
3935
3962
  # Removes the specified tags from the specified Elastic Load Balancing
3936
- # resource.
3963
+ # resources. You can remove the tags for one or more Application Load
3964
+ # Balancers, Network Load Balancers, target groups, listeners, or rules.
3937
3965
  #
3938
3966
  # To list the current tags for your resources, use DescribeTags.
3939
3967
  #
@@ -4313,7 +4341,7 @@ module Aws::ElasticLoadBalancingV2
4313
4341
  params: params,
4314
4342
  config: config)
4315
4343
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4316
- context[:gem_version] = '1.52.0'
4344
+ context[:gem_version] = '1.53.0'
4317
4345
  Seahorse::Client::Request.new(handlers, context)
4318
4346
  end
4319
4347
 
@@ -383,6 +383,7 @@ module Aws::ElasticLoadBalancingV2
383
383
  CreateListenerInput.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateList, location_name: "Certificates"))
384
384
  CreateListenerInput.add_member(:default_actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "DefaultActions"))
385
385
  CreateListenerInput.add_member(:alpn_policy, Shapes::ShapeRef.new(shape: AlpnPolicyName, location_name: "AlpnPolicy"))
386
+ CreateListenerInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
386
387
  CreateListenerInput.struct_class = Types::CreateListenerInput
387
388
 
388
389
  CreateListenerOutput.add_member(:listeners, Shapes::ShapeRef.new(shape: Listeners, location_name: "Listeners"))
@@ -406,6 +407,7 @@ module Aws::ElasticLoadBalancingV2
406
407
  CreateRuleInput.add_member(:conditions, Shapes::ShapeRef.new(shape: RuleConditionList, required: true, location_name: "Conditions"))
407
408
  CreateRuleInput.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, required: true, location_name: "Priority"))
408
409
  CreateRuleInput.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "Actions"))
410
+ CreateRuleInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
409
411
  CreateRuleInput.struct_class = Types::CreateRuleInput
410
412
 
411
413
  CreateRuleOutput.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rules"))
@@ -425,6 +427,7 @@ module Aws::ElasticLoadBalancingV2
425
427
  CreateTargetGroupInput.add_member(:unhealthy_threshold_count, Shapes::ShapeRef.new(shape: HealthCheckThresholdCount, location_name: "UnhealthyThresholdCount"))
426
428
  CreateTargetGroupInput.add_member(:matcher, Shapes::ShapeRef.new(shape: Matcher, location_name: "Matcher"))
427
429
  CreateTargetGroupInput.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetTypeEnum, location_name: "TargetType"))
430
+ CreateTargetGroupInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
428
431
  CreateTargetGroupInput.struct_class = Types::CreateTargetGroupInput
429
432
 
430
433
  CreateTargetGroupOutput.add_member(:target_groups, Shapes::ShapeRef.new(shape: TargetGroups, location_name: "TargetGroups"))
@@ -1004,6 +1007,7 @@ module Aws::ElasticLoadBalancingV2
1004
1007
  o.errors << Shapes::ShapeRef.new(shape: InvalidLoadBalancerActionException)
1005
1008
  o.errors << Shapes::ShapeRef.new(shape: TooManyUniqueTargetGroupsPerLoadBalancerException)
1006
1009
  o.errors << Shapes::ShapeRef.new(shape: ALPNPolicyNotSupportedException)
1010
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1007
1011
  end)
1008
1012
 
1009
1013
  api.add_operation(:create_load_balancer, Seahorse::Model::Operation.new.tap do |o|
@@ -1047,6 +1051,7 @@ module Aws::ElasticLoadBalancingV2
1047
1051
  o.errors << Shapes::ShapeRef.new(shape: TooManyActionsException)
1048
1052
  o.errors << Shapes::ShapeRef.new(shape: InvalidLoadBalancerActionException)
1049
1053
  o.errors << Shapes::ShapeRef.new(shape: TooManyUniqueTargetGroupsPerLoadBalancerException)
1054
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1050
1055
  end)
1051
1056
 
1052
1057
  api.add_operation(:create_target_group, Seahorse::Model::Operation.new.tap do |o|
@@ -1058,6 +1063,7 @@ module Aws::ElasticLoadBalancingV2
1058
1063
  o.errors << Shapes::ShapeRef.new(shape: DuplicateTargetGroupNameException)
1059
1064
  o.errors << Shapes::ShapeRef.new(shape: TooManyTargetGroupsException)
1060
1065
  o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRequestException)
1066
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1061
1067
  end)
1062
1068
 
1063
1069
  api.add_operation(:delete_listener, Seahorse::Model::Operation.new.tap do |o|
@@ -597,6 +597,12 @@ module Aws::ElasticLoadBalancingV2
597
597
  # },
598
598
  # ],
599
599
  # alpn_policy: ["AlpnPolicyValue"],
600
+ # tags: [
601
+ # {
602
+ # key: "TagKey", # required
603
+ # value: "TagValue",
604
+ # },
605
+ # ],
600
606
  # }
601
607
  #
602
608
  # @!attribute [rw] load_balancer_arn
@@ -704,6 +710,10 @@ module Aws::ElasticLoadBalancingV2
704
710
  # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies
705
711
  # @return [Array<String>]
706
712
  #
713
+ # @!attribute [rw] tags
714
+ # The tags to assign to the listener.
715
+ # @return [Array<Types::Tag>]
716
+ #
707
717
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateListenerInput AWS API Documentation
708
718
  #
709
719
  class CreateListenerInput < Struct.new(
@@ -713,7 +723,8 @@ module Aws::ElasticLoadBalancingV2
713
723
  :ssl_policy,
714
724
  :certificates,
715
725
  :default_actions,
716
- :alpn_policy)
726
+ :alpn_policy,
727
+ :tags)
717
728
  SENSITIVE = []
718
729
  include Aws::Structure
719
730
  end
@@ -827,7 +838,7 @@ module Aws::ElasticLoadBalancingV2
827
838
  # @return [String]
828
839
  #
829
840
  # @!attribute [rw] tags
830
- # One or more tags to assign to the load balancer.
841
+ # The tags to assign to the load balancer.
831
842
  # @return [Array<Types::Tag>]
832
843
  #
833
844
  # @!attribute [rw] type
@@ -970,6 +981,12 @@ module Aws::ElasticLoadBalancingV2
970
981
  # },
971
982
  # },
972
983
  # ],
984
+ # tags: [
985
+ # {
986
+ # key: "TagKey", # required
987
+ # value: "TagValue",
988
+ # },
989
+ # ],
973
990
  # }
974
991
  #
975
992
  # @!attribute [rw] listener_arn
@@ -1015,13 +1032,18 @@ module Aws::ElasticLoadBalancingV2
1015
1032
  # custom HTTP response.
1016
1033
  # @return [Array<Types::Action>]
1017
1034
  #
1035
+ # @!attribute [rw] tags
1036
+ # The tags to assign to the rule.
1037
+ # @return [Array<Types::Tag>]
1038
+ #
1018
1039
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateRuleInput AWS API Documentation
1019
1040
  #
1020
1041
  class CreateRuleInput < Struct.new(
1021
1042
  :listener_arn,
1022
1043
  :conditions,
1023
1044
  :priority,
1024
- :actions)
1045
+ :actions,
1046
+ :tags)
1025
1047
  SENSITIVE = []
1026
1048
  include Aws::Structure
1027
1049
  end
@@ -1058,6 +1080,12 @@ module Aws::ElasticLoadBalancingV2
1058
1080
  # http_code: "HttpCode", # required
1059
1081
  # },
1060
1082
  # target_type: "instance", # accepts instance, ip, lambda
1083
+ # tags: [
1084
+ # {
1085
+ # key: "TagKey", # required
1086
+ # value: "TagValue",
1087
+ # },
1088
+ # ],
1061
1089
  # }
1062
1090
  #
1063
1091
  # @!attribute [rw] name
@@ -1172,6 +1200,10 @@ module Aws::ElasticLoadBalancingV2
1172
1200
  # * `lambda` - The target groups contains a single Lambda function.
1173
1201
  # @return [String]
1174
1202
  #
1203
+ # @!attribute [rw] tags
1204
+ # The tags to assign to the target group.
1205
+ # @return [Array<Types::Tag>]
1206
+ #
1175
1207
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateTargetGroupInput AWS API Documentation
1176
1208
  #
1177
1209
  class CreateTargetGroupInput < Struct.new(
@@ -1188,7 +1220,8 @@ module Aws::ElasticLoadBalancingV2
1188
1220
  :healthy_threshold_count,
1189
1221
  :unhealthy_threshold_count,
1190
1222
  :matcher,
1191
- :target_type)
1223
+ :target_type,
1224
+ :tags)
1192
1225
  SENSITIVE = []
1193
1226
  include Aws::Structure
1194
1227
  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.52.0
4
+ version: 1.53.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-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core