aws-sdk-elasticloadbalancingv2 1.0.0.rc5 → 1.0.0.rc6
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 907d8b4b84219a5647a6a9726748d955f5009c1a
|
4
|
+
data.tar.gz: d930727c1df6d11c7d05439aa4e2e79bcd7238e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 413cca9e97c6632b2a98a811fd373aa938be5324a0c56aaddafc698baf054f2f5769ec30c1543f2aac42ea782b4279c95668c435ed684b89c3bb3b9a84245df4
|
7
|
+
data.tar.gz: 519ac74644cc7678c9290293d81895a3bab13a9fe1b1a3ac3e2efa59baca52442776d1ddb405b96838a3e2c9be5c55112a3601e512b55f9f8b47cfd67cdfc12a
|
@@ -742,6 +742,51 @@ module Aws::ElasticLoadBalancingV2
|
|
742
742
|
req.send_request(options)
|
743
743
|
end
|
744
744
|
|
745
|
+
# Describes the current Elastic Load Balancing resource limits for your
|
746
|
+
# AWS account.
|
747
|
+
#
|
748
|
+
# For more information, see [Limits for Your Application Load
|
749
|
+
# Balancer][1] in the *Application Load Balancer Guide*.
|
750
|
+
#
|
751
|
+
#
|
752
|
+
#
|
753
|
+
# [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html
|
754
|
+
#
|
755
|
+
# @option params [String] :marker
|
756
|
+
# The marker for the next set of results. (You received this marker from
|
757
|
+
# a previous call.)
|
758
|
+
#
|
759
|
+
# @option params [Integer] :page_size
|
760
|
+
# The maximum number of results to return with this call.
|
761
|
+
#
|
762
|
+
# @return [Types::DescribeAccountLimitsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
763
|
+
#
|
764
|
+
# * {Types::DescribeAccountLimitsOutput#limits #limits} => Array<Types::Limit>
|
765
|
+
# * {Types::DescribeAccountLimitsOutput#next_marker #next_marker} => String
|
766
|
+
#
|
767
|
+
# @example Request syntax with placeholder values
|
768
|
+
#
|
769
|
+
# resp = client.describe_account_limits({
|
770
|
+
# marker: "Marker",
|
771
|
+
# page_size: 1,
|
772
|
+
# })
|
773
|
+
#
|
774
|
+
# @example Response structure
|
775
|
+
#
|
776
|
+
# resp.limits #=> Array
|
777
|
+
# resp.limits[0].name #=> String
|
778
|
+
# resp.limits[0].max #=> String
|
779
|
+
# resp.next_marker #=> String
|
780
|
+
#
|
781
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeAccountLimits AWS API Documentation
|
782
|
+
#
|
783
|
+
# @overload describe_account_limits(params = {})
|
784
|
+
# @param [Hash] params ({})
|
785
|
+
def describe_account_limits(params = {}, options = {})
|
786
|
+
req = build_request(:describe_account_limits, params)
|
787
|
+
req.send_request(options)
|
788
|
+
end
|
789
|
+
|
745
790
|
# Describes the specified listeners or the listeners for the specified
|
746
791
|
# Application Load Balancer. You must specify either a load balancer or
|
747
792
|
# one or more listeners.
|
@@ -1711,7 +1756,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1711
1756
|
params: params,
|
1712
1757
|
config: config)
|
1713
1758
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
1714
|
-
context[:gem_version] = '1.0.0.
|
1759
|
+
context[:gem_version] = '1.0.0.rc6'
|
1715
1760
|
Seahorse::Client::Request.new(handlers, context)
|
1716
1761
|
end
|
1717
1762
|
|
@@ -48,6 +48,8 @@ module Aws::ElasticLoadBalancingV2
|
|
48
48
|
DeleteTargetGroupOutput = Shapes::StructureShape.new(name: 'DeleteTargetGroupOutput')
|
49
49
|
DeregisterTargetsInput = Shapes::StructureShape.new(name: 'DeregisterTargetsInput')
|
50
50
|
DeregisterTargetsOutput = Shapes::StructureShape.new(name: 'DeregisterTargetsOutput')
|
51
|
+
DescribeAccountLimitsInput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsInput')
|
52
|
+
DescribeAccountLimitsOutput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsOutput')
|
51
53
|
DescribeListenersInput = Shapes::StructureShape.new(name: 'DescribeListenersInput')
|
52
54
|
DescribeListenersOutput = Shapes::StructureShape.new(name: 'DescribeListenersOutput')
|
53
55
|
DescribeLoadBalancerAttributesInput = Shapes::StructureShape.new(name: 'DescribeLoadBalancerAttributesInput')
|
@@ -85,6 +87,8 @@ module Aws::ElasticLoadBalancingV2
|
|
85
87
|
InvalidTargetException = Shapes::StructureShape.new(name: 'InvalidTargetException')
|
86
88
|
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
87
89
|
IsDefault = Shapes::BooleanShape.new(name: 'IsDefault')
|
90
|
+
Limit = Shapes::StructureShape.new(name: 'Limit')
|
91
|
+
Limits = Shapes::ListShape.new(name: 'Limits')
|
88
92
|
ListOfString = Shapes::ListShape.new(name: 'ListOfString')
|
89
93
|
Listener = Shapes::StructureShape.new(name: 'Listener')
|
90
94
|
ListenerArn = Shapes::StringShape.new(name: 'ListenerArn')
|
@@ -108,6 +112,7 @@ module Aws::ElasticLoadBalancingV2
|
|
108
112
|
LoadBalancers = Shapes::ListShape.new(name: 'LoadBalancers')
|
109
113
|
Marker = Shapes::StringShape.new(name: 'Marker')
|
110
114
|
Matcher = Shapes::StructureShape.new(name: 'Matcher')
|
115
|
+
Max = Shapes::StringShape.new(name: 'Max')
|
111
116
|
ModifyListenerInput = Shapes::StructureShape.new(name: 'ModifyListenerInput')
|
112
117
|
ModifyListenerOutput = Shapes::StructureShape.new(name: 'ModifyListenerOutput')
|
113
118
|
ModifyLoadBalancerAttributesInput = Shapes::StructureShape.new(name: 'ModifyLoadBalancerAttributesInput')
|
@@ -118,6 +123,7 @@ module Aws::ElasticLoadBalancingV2
|
|
118
123
|
ModifyTargetGroupAttributesOutput = Shapes::StructureShape.new(name: 'ModifyTargetGroupAttributesOutput')
|
119
124
|
ModifyTargetGroupInput = Shapes::StructureShape.new(name: 'ModifyTargetGroupInput')
|
120
125
|
ModifyTargetGroupOutput = Shapes::StructureShape.new(name: 'ModifyTargetGroupOutput')
|
126
|
+
Name = Shapes::StringShape.new(name: 'Name')
|
121
127
|
OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException')
|
122
128
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
123
129
|
Path = Shapes::StringShape.new(name: 'Path')
|
@@ -306,6 +312,14 @@ module Aws::ElasticLoadBalancingV2
|
|
306
312
|
|
307
313
|
DeregisterTargetsOutput.struct_class = Types::DeregisterTargetsOutput
|
308
314
|
|
315
|
+
DescribeAccountLimitsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
316
|
+
DescribeAccountLimitsInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
317
|
+
DescribeAccountLimitsInput.struct_class = Types::DescribeAccountLimitsInput
|
318
|
+
|
319
|
+
DescribeAccountLimitsOutput.add_member(:limits, Shapes::ShapeRef.new(shape: Limits, location_name: "Limits"))
|
320
|
+
DescribeAccountLimitsOutput.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "NextMarker"))
|
321
|
+
DescribeAccountLimitsOutput.struct_class = Types::DescribeAccountLimitsOutput
|
322
|
+
|
309
323
|
DescribeListenersInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, location_name: "LoadBalancerArn"))
|
310
324
|
DescribeListenersInput.add_member(:listener_arns, Shapes::ShapeRef.new(shape: ListenerArns, location_name: "ListenerArns"))
|
311
325
|
DescribeListenersInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
@@ -378,6 +392,12 @@ module Aws::ElasticLoadBalancingV2
|
|
378
392
|
DescribeTargetHealthOutput.add_member(:target_health_descriptions, Shapes::ShapeRef.new(shape: TargetHealthDescriptions, location_name: "TargetHealthDescriptions"))
|
379
393
|
DescribeTargetHealthOutput.struct_class = Types::DescribeTargetHealthOutput
|
380
394
|
|
395
|
+
Limit.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
396
|
+
Limit.add_member(:max, Shapes::ShapeRef.new(shape: Max, location_name: "Max"))
|
397
|
+
Limit.struct_class = Types::Limit
|
398
|
+
|
399
|
+
Limits.member = Shapes::ShapeRef.new(shape: Limit)
|
400
|
+
|
381
401
|
ListOfString.member = Shapes::ShapeRef.new(shape: StringValue)
|
382
402
|
|
383
403
|
Listener.add_member(:listener_arn, Shapes::ShapeRef.new(shape: ListenerArn, location_name: "ListenerArn"))
|
@@ -749,6 +769,14 @@ module Aws::ElasticLoadBalancingV2
|
|
749
769
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTargetException)
|
750
770
|
end)
|
751
771
|
|
772
|
+
api.add_operation(:describe_account_limits, Seahorse::Model::Operation.new.tap do |o|
|
773
|
+
o.name = "DescribeAccountLimits"
|
774
|
+
o.http_method = "POST"
|
775
|
+
o.http_request_uri = "/"
|
776
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAccountLimitsInput)
|
777
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAccountLimitsOutput)
|
778
|
+
end)
|
779
|
+
|
752
780
|
api.add_operation(:describe_listeners, Seahorse::Model::Operation.new.tap do |o|
|
753
781
|
o.name = "DescribeListeners"
|
754
782
|
o.http_method = "POST"
|
@@ -603,6 +603,48 @@ module Aws::ElasticLoadBalancingV2
|
|
603
603
|
#
|
604
604
|
class DeregisterTargetsOutput < Aws::EmptyStructure; end
|
605
605
|
|
606
|
+
# @note When making an API call, you may pass DescribeAccountLimitsInput
|
607
|
+
# data as a hash:
|
608
|
+
#
|
609
|
+
# {
|
610
|
+
# marker: "Marker",
|
611
|
+
# page_size: 1,
|
612
|
+
# }
|
613
|
+
#
|
614
|
+
# @!attribute [rw] marker
|
615
|
+
# The marker for the next set of results. (You received this marker
|
616
|
+
# from a previous call.)
|
617
|
+
# @return [String]
|
618
|
+
#
|
619
|
+
# @!attribute [rw] page_size
|
620
|
+
# The maximum number of results to return with this call.
|
621
|
+
# @return [Integer]
|
622
|
+
#
|
623
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeAccountLimitsInput AWS API Documentation
|
624
|
+
#
|
625
|
+
class DescribeAccountLimitsInput < Struct.new(
|
626
|
+
:marker,
|
627
|
+
:page_size)
|
628
|
+
include Aws::Structure
|
629
|
+
end
|
630
|
+
|
631
|
+
# @!attribute [rw] limits
|
632
|
+
# Information about the limits.
|
633
|
+
# @return [Array<Types::Limit>]
|
634
|
+
#
|
635
|
+
# @!attribute [rw] next_marker
|
636
|
+
# The marker to use when requesting the next set of results. If there
|
637
|
+
# are no additional results, the string is empty.
|
638
|
+
# @return [String]
|
639
|
+
#
|
640
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeAccountLimitsOutput AWS API Documentation
|
641
|
+
#
|
642
|
+
class DescribeAccountLimitsOutput < Struct.new(
|
643
|
+
:limits,
|
644
|
+
:next_marker)
|
645
|
+
include Aws::Structure
|
646
|
+
end
|
647
|
+
|
606
648
|
# @note When making an API call, you may pass DescribeListenersInput
|
607
649
|
# data as a hash:
|
608
650
|
#
|
@@ -982,6 +1024,35 @@ module Aws::ElasticLoadBalancingV2
|
|
982
1024
|
include Aws::Structure
|
983
1025
|
end
|
984
1026
|
|
1027
|
+
# Information about an Elastic Load Balancing resource limit for your
|
1028
|
+
# AWS account.
|
1029
|
+
#
|
1030
|
+
# @!attribute [rw] name
|
1031
|
+
# The name of the limit. The possible values are:
|
1032
|
+
#
|
1033
|
+
# * application-load-balancers
|
1034
|
+
#
|
1035
|
+
# * listeners-per-application-load-balancer
|
1036
|
+
#
|
1037
|
+
# * rules-per-application-load-balancer
|
1038
|
+
#
|
1039
|
+
# * target-groups
|
1040
|
+
#
|
1041
|
+
# * targets-per-application-load-balancer
|
1042
|
+
# @return [String]
|
1043
|
+
#
|
1044
|
+
# @!attribute [rw] max
|
1045
|
+
# The maximum value of the limit.
|
1046
|
+
# @return [String]
|
1047
|
+
#
|
1048
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/Limit AWS API Documentation
|
1049
|
+
#
|
1050
|
+
class Limit < Struct.new(
|
1051
|
+
:name,
|
1052
|
+
:max)
|
1053
|
+
include Aws::Structure
|
1054
|
+
end
|
1055
|
+
|
985
1056
|
# Information about a listener.
|
986
1057
|
#
|
987
1058
|
# @!attribute [rw] listener_arn
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticloadbalancingv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc6
|
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: 2017-05-
|
11
|
+
date: 2017-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.0.0.
|
19
|
+
version: 3.0.0.rc12
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.0.0.
|
26
|
+
version: 3.0.0.rc12
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: aws-sigv4
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|