aws-sdk-elasticloadbalancing 1.25.0 → 1.30.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85e85fd538458d2ac11b4cdb5cf5e826728cb7a657cf52ef9f0edcc33a110ed6
4
- data.tar.gz: 40c69302e49127698846c47ec67128fddbe631e2682c18d9763e39e62b59c350
3
+ metadata.gz: 126281adb36504d902a0603b6246378d717ff092171c6c95684ee7f307c4a7ce
4
+ data.tar.gz: f5a9d752f1a7b53aa637b1694c019f764700817922a8b33a279fce13405e8532
5
5
  SHA512:
6
- metadata.gz: a0f146edd1c134c5561e2f2d7eef89d9ecfc4381ed44641c0674f2a43c86f4ae4059afed142e74ec486daa64b3865661a634426266d8be15c3ce075c5f635171
7
- data.tar.gz: b537a00a7cd91976692a314816b27710a4bae18b1c6c294e8ecd886575064150b26526e407225c3872c0a3506487040c6c83fdd23b7c25afc0459d99e0c6f98a
6
+ metadata.gz: 307db7b74c3ee67d7dfd7b4c5ff1afadf47ef0ea99699bbee2308281478dcbd843ba6b0e1e369a34a445eea6e358972ffb31c5929c3e0b862f9610e02c9d2bcc
7
+ data.tar.gz: 437c4fa9d650a17da0c5fee8c1d658fdc1fc90d5b2f0883dcda421054e68649bb503ab35b4d71d575eec3fa35888a3284cfdcf3a3a523c9347a6092a1012d596
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -45,9 +46,9 @@ require_relative 'aws-sdk-elasticloadbalancing/customizations'
45
46
  #
46
47
  # See {Errors} for more information.
47
48
  #
48
- # @service
49
+ # @!group service
49
50
  module Aws::ElasticLoadBalancing
50
51
 
51
- GEM_VERSION = '1.25.0'
52
+ GEM_VERSION = '1.30.0'
52
53
 
53
54
  end
@@ -85,13 +85,28 @@ module Aws::ElasticLoadBalancing
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::ElasticLoadBalancing
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -324,7 +339,7 @@ module Aws::ElasticLoadBalancing
324
339
  #
325
340
  #
326
341
  #
327
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html
342
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html
328
343
  #
329
344
  # @option params [required, Array<String>] :load_balancer_names
330
345
  # The name of the load balancer. You can specify one load balancer only.
@@ -385,7 +400,7 @@ module Aws::ElasticLoadBalancing
385
400
  #
386
401
  #
387
402
  #
388
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-groups.html#elb-vpc-security-groups
403
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-groups.html#elb-vpc-security-groups
389
404
  #
390
405
  # @option params [required, String] :load_balancer_name
391
406
  # The name of the load balancer.
@@ -447,7 +462,7 @@ module Aws::ElasticLoadBalancing
447
462
  #
448
463
  #
449
464
  #
450
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-manage-subnets.html
465
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-manage-subnets.html
451
466
  #
452
467
  # @option params [required, String] :load_balancer_name
453
468
  # The name of the load balancer.
@@ -509,7 +524,7 @@ module Aws::ElasticLoadBalancing
509
524
  #
510
525
  #
511
526
  #
512
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-healthchecks.html
527
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-healthchecks.html
513
528
  #
514
529
  # @option params [required, String] :load_balancer_name
515
530
  # The name of the load balancer.
@@ -597,7 +612,7 @@ module Aws::ElasticLoadBalancing
597
612
  #
598
613
  #
599
614
  #
600
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application
615
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application
601
616
  #
602
617
  # @option params [required, String] :load_balancer_name
603
618
  # The name of the load balancer.
@@ -663,7 +678,7 @@ module Aws::ElasticLoadBalancing
663
678
  #
664
679
  #
665
680
  #
666
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration
681
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration
667
682
  #
668
683
  # @option params [required, String] :load_balancer_name
669
684
  # The name of the load balancer.
@@ -727,7 +742,7 @@ module Aws::ElasticLoadBalancing
727
742
  #
728
743
  #
729
744
  #
730
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html
745
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html
731
746
  #
732
747
  # @option params [required, String] :load_balancer_name
733
748
  # The name of the load balancer.
@@ -745,7 +760,7 @@ module Aws::ElasticLoadBalancing
745
760
  #
746
761
  #
747
762
  #
748
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
763
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
749
764
  #
750
765
  # @option params [Array<String>] :availability_zones
751
766
  # One or more Availability Zones from the same region as the load
@@ -778,7 +793,7 @@ module Aws::ElasticLoadBalancing
778
793
  #
779
794
  #
780
795
  #
781
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#load-balancer-scheme
796
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#load-balancer-scheme
782
797
  #
783
798
  # @option params [Array<Types::Tag>] :tags
784
799
  # A list of tags to assign to the load balancer.
@@ -788,7 +803,7 @@ module Aws::ElasticLoadBalancing
788
803
  #
789
804
  #
790
805
  #
791
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html
806
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html
792
807
  #
793
808
  # @return [Types::CreateAccessPointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
794
809
  #
@@ -987,7 +1002,7 @@ module Aws::ElasticLoadBalancing
987
1002
  #
988
1003
  #
989
1004
  #
990
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
1005
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
991
1006
  #
992
1007
  # @option params [required, String] :load_balancer_name
993
1008
  # The name of the load balancer.
@@ -1279,7 +1294,7 @@ module Aws::ElasticLoadBalancing
1279
1294
  #
1280
1295
  #
1281
1296
  #
1282
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html
1297
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html
1283
1298
  #
1284
1299
  # @option params [required, String] :load_balancer_name
1285
1300
  # The name of the load balancer.
@@ -1350,7 +1365,7 @@ module Aws::ElasticLoadBalancing
1350
1365
  #
1351
1366
  #
1352
1367
  #
1353
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html
1368
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html
1354
1369
  #
1355
1370
  # @option params [String] :marker
1356
1371
  # The marker for the next set of results. (You received this marker from
@@ -2007,7 +2022,7 @@ module Aws::ElasticLoadBalancing
2007
2022
  #
2008
2023
  #
2009
2024
  #
2010
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html
2025
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html
2011
2026
  #
2012
2027
  # @option params [required, String] :load_balancer_name
2013
2028
  # The name of the load balancer.
@@ -2072,7 +2087,7 @@ module Aws::ElasticLoadBalancing
2072
2087
  #
2073
2088
  #
2074
2089
  #
2075
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html
2090
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html
2076
2091
  #
2077
2092
  # @option params [required, String] :load_balancer_name
2078
2093
  # The name of the load balancer.
@@ -2147,10 +2162,10 @@ module Aws::ElasticLoadBalancing
2147
2162
  #
2148
2163
  #
2149
2164
  #
2150
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html
2151
- # [2]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html
2152
- # [3]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/access-log-collection.html
2153
- # [4]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html
2165
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html
2166
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html
2167
+ # [3]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/access-log-collection.html
2168
+ # [4]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html
2154
2169
  #
2155
2170
  # @option params [required, String] :load_balancer_name
2156
2171
  # The name of the load balancer.
@@ -2294,7 +2309,7 @@ module Aws::ElasticLoadBalancing
2294
2309
  #
2295
2310
  #
2296
2311
  #
2297
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html
2312
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html
2298
2313
  #
2299
2314
  # @option params [required, String] :load_balancer_name
2300
2315
  # The name of the load balancer.
@@ -2417,7 +2432,7 @@ module Aws::ElasticLoadBalancing
2417
2432
  #
2418
2433
  #
2419
2434
  #
2420
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-update-ssl-cert.html
2435
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-update-ssl-cert.html
2421
2436
  #
2422
2437
  # @option params [required, String] :load_balancer_name
2423
2438
  # The name of the load balancer.
@@ -2479,8 +2494,8 @@ module Aws::ElasticLoadBalancing
2479
2494
  #
2480
2495
  #
2481
2496
  #
2482
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html#configure_backendauth_clt
2483
- # [2]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-proxy-protocol.html
2497
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html#configure_backendauth_clt
2498
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-proxy-protocol.html
2484
2499
  #
2485
2500
  # @option params [required, String] :load_balancer_name
2486
2501
  # The name of the load balancer.
@@ -2537,9 +2552,9 @@ module Aws::ElasticLoadBalancing
2537
2552
  #
2538
2553
  #
2539
2554
  #
2540
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/ssl-config-update.html
2541
- # [2]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration
2542
- # [3]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application
2555
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/ssl-config-update.html
2556
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration
2557
+ # [3]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application
2543
2558
  #
2544
2559
  # @option params [required, String] :load_balancer_name
2545
2560
  # The name of the load balancer.
@@ -2597,7 +2612,7 @@ module Aws::ElasticLoadBalancing
2597
2612
  params: params,
2598
2613
  config: config)
2599
2614
  context[:gem_name] = 'aws-sdk-elasticloadbalancing'
2600
- context[:gem_version] = '1.25.0'
2615
+ context[:gem_version] = '1.30.0'
2601
2616
  Seahorse::Client::Request.new(handlers, context)
2602
2617
  end
2603
2618
 
@@ -141,7 +141,7 @@ module Aws::ElasticLoadBalancing
141
141
  #
142
142
  class AddTagsOutput < Aws::EmptyStructure; end
143
143
 
144
- # This data type is reserved.
144
+ # Information about additional load balancer attributes.
145
145
  #
146
146
  # @note When making an API call, you may pass AdditionalAttribute
147
147
  # data as a hash:
@@ -152,11 +152,20 @@ module Aws::ElasticLoadBalancing
152
152
  # }
153
153
  #
154
154
  # @!attribute [rw] key
155
- # This parameter is reserved.
155
+ # The name of the attribute.
156
+ #
157
+ # The following attribute is supported.
158
+ #
159
+ # * `elb.http.desyncmitigationmode` - Determines how the load balancer
160
+ # handles requests that might pose a security risk to your
161
+ # application. The possible values are `monitor`, `defensive`, and
162
+ # `strictest`. The default is `defensive`.
163
+ #
164
+ # ^
156
165
  # @return [String]
157
166
  #
158
167
  # @!attribute [rw] value
159
- # This parameter is reserved.
168
+ # This value of the attribute.
160
169
  # @return [String]
161
170
  #
162
171
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/AdditionalAttribute AWS API Documentation
@@ -445,7 +454,7 @@ module Aws::ElasticLoadBalancing
445
454
  #
446
455
  #
447
456
  #
448
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
457
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
449
458
  # @return [Array<Types::Listener>]
450
459
  #
451
460
  # @!attribute [rw] availability_zones
@@ -482,7 +491,7 @@ module Aws::ElasticLoadBalancing
482
491
  #
483
492
  #
484
493
  #
485
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#load-balancer-scheme
494
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#load-balancer-scheme
486
495
  # @return [String]
487
496
  #
488
497
  # @!attribute [rw] tags
@@ -493,7 +502,7 @@ module Aws::ElasticLoadBalancing
493
502
  #
494
503
  #
495
504
  #
496
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html
505
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html
497
506
  # @return [Array<Types::Tag>]
498
507
  #
499
508
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/CreateAccessPointInput AWS API Documentation
@@ -1468,7 +1477,7 @@ module Aws::ElasticLoadBalancing
1468
1477
  #
1469
1478
  #
1470
1479
  #
1471
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
1480
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
1472
1481
  #
1473
1482
  # @note When making an API call, you may pass Listener
1474
1483
  # data as a hash:
@@ -1497,8 +1506,9 @@ module Aws::ElasticLoadBalancing
1497
1506
  # The protocol to use for routing traffic to instances: HTTP, HTTPS,
1498
1507
  # TCP, or SSL.
1499
1508
  #
1500
- # If the front-end protocol is HTTP, HTTPS, TCP, or SSL,
1501
- # `InstanceProtocol` must be at the same protocol.
1509
+ # If the front-end protocol is TCP or SSL, the back-end protocol must
1510
+ # be TCP or SSL. If the front-end protocol is HTTP or HTTPS, the
1511
+ # back-end protocol must be HTTP or HTTPS.
1502
1512
  #
1503
1513
  # If there is another listener with the same `InstancePort` whose
1504
1514
  # `InstanceProtocol` is secure, (HTTPS or SSL), the listener's
@@ -1600,7 +1610,7 @@ module Aws::ElasticLoadBalancing
1600
1610
  #
1601
1611
  #
1602
1612
  #
1603
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html
1613
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html
1604
1614
  # @return [Types::CrossZoneLoadBalancing]
1605
1615
  #
1606
1616
  # @!attribute [rw] access_log
@@ -1613,7 +1623,7 @@ module Aws::ElasticLoadBalancing
1613
1623
  #
1614
1624
  #
1615
1625
  #
1616
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html
1626
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html
1617
1627
  # @return [Types::AccessLog]
1618
1628
  #
1619
1629
  # @!attribute [rw] connection_draining
@@ -1626,7 +1636,7 @@ module Aws::ElasticLoadBalancing
1626
1636
  #
1627
1637
  #
1628
1638
  #
1629
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html
1639
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html
1630
1640
  # @return [Types::ConnectionDraining]
1631
1641
  #
1632
1642
  # @!attribute [rw] connection_settings
@@ -1640,11 +1650,11 @@ module Aws::ElasticLoadBalancing
1640
1650
  #
1641
1651
  #
1642
1652
  #
1643
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html
1653
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html
1644
1654
  # @return [Types::ConnectionSettings]
1645
1655
  #
1646
1656
  # @!attribute [rw] additional_attributes
1647
- # This parameter is reserved.
1657
+ # Any additional attributes.
1648
1658
  # @return [Array<Types::AdditionalAttribute>]
1649
1659
  #
1650
1660
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/LoadBalancerAttributes AWS API Documentation
@@ -1677,7 +1687,7 @@ module Aws::ElasticLoadBalancing
1677
1687
  #
1678
1688
  #
1679
1689
  #
1680
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/using-domain-names-with-elb.html
1690
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/using-domain-names-with-elb.html
1681
1691
  # @return [String]
1682
1692
  #
1683
1693
  # @!attribute [rw] canonical_hosted_zone_name_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.30.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-07-02 00:00:00.000000000 Z
11
+ date: 2021-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement