aws-sdk-elasticloadbalancing 1.1.0 → 1.2.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5656f0cda7149a92fd8c5c63d773b76efad25258
|
|
4
|
+
data.tar.gz: 193b2be75fb0220af10cb24a800185b2d8cbf1e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6be6d0ce1217cc67fd6f7a45ab9c468b6c685700caa91ba24f306fd2375b01bff3fed812540ea336ad24a05a8dc50dda8b37843f6eec27b5480b7f5d445e84dc
|
|
7
|
+
data.tar.gz: 2e9770fc17e5a4f88c7b4b86e6906e454c24bad9158a4d713ff18a269c45b20c8eb2ce1a6afbf37bcfde06ff9aa603148c7c435e9b9b0f7681c54e58b01fc70b
|
|
@@ -2416,7 +2416,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2416
2416
|
params: params,
|
|
2417
2417
|
config: config)
|
|
2418
2418
|
context[:gem_name] = 'aws-sdk-elasticloadbalancing'
|
|
2419
|
-
context[:gem_version] = '1.
|
|
2419
|
+
context[:gem_version] = '1.2.0'
|
|
2420
2420
|
Seahorse::Client::Request.new(handlers, context)
|
|
2421
2421
|
end
|
|
2422
2422
|
|
|
@@ -133,6 +133,7 @@ module Aws::ElasticLoadBalancing
|
|
|
133
133
|
ModifyLoadBalancerAttributesInput = Shapes::StructureShape.new(name: 'ModifyLoadBalancerAttributesInput')
|
|
134
134
|
ModifyLoadBalancerAttributesOutput = Shapes::StructureShape.new(name: 'ModifyLoadBalancerAttributesOutput')
|
|
135
135
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
136
|
+
OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException')
|
|
136
137
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
|
137
138
|
Policies = Shapes::StructureShape.new(name: 'Policies')
|
|
138
139
|
PolicyAttribute = Shapes::StructureShape.new(name: 'PolicyAttribute')
|
|
@@ -678,6 +679,7 @@ module Aws::ElasticLoadBalancing
|
|
|
678
679
|
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
|
679
680
|
o.errors << Shapes::ShapeRef.new(shape: DuplicateTagKeysException)
|
|
680
681
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedProtocolException)
|
|
682
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
|
681
683
|
end)
|
|
682
684
|
|
|
683
685
|
api.add_operation(:create_load_balancer_listeners, Seahorse::Model::Operation.new.tap do |o|
|
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.
|
|
4
|
+
version: 1.2.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:
|
|
11
|
+
date: 2018-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|