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: ec8316550f16df7f4e5393b51ed95448e19f2116
4
- data.tar.gz: 5325a0e704441ee018b379d41b14f9e683265c72
3
+ metadata.gz: 5656f0cda7149a92fd8c5c63d773b76efad25258
4
+ data.tar.gz: 193b2be75fb0220af10cb24a800185b2d8cbf1e8
5
5
  SHA512:
6
- metadata.gz: 571ccef63dd1b915d65020fddb7e1faf3aeb311ffb107f977346caa9b73e20b122201ab0a796d2160762591e38fdddef7eb46184f6b2125ba861fdd3a2537ca6
7
- data.tar.gz: 30bed2d26d2bba85ee7ac1fe18c2a07f91f326bbe792e8cc9512bf54bacc7f199a5d73062b738f5974426fba75bf86170857ce55debe02744c564ac010d934dc
6
+ metadata.gz: 6be6d0ce1217cc67fd6f7a45ab9c468b6c685700caa91ba24f306fd2375b01bff3fed812540ea336ad24a05a8dc50dda8b37843f6eec27b5480b7f5d445e84dc
7
+ data.tar.gz: 2e9770fc17e5a4f88c7b4b86e6906e454c24bad9158a4d713ff18a269c45b20c8eb2ce1a6afbf37bcfde06ff9aa603148c7c435e9b9b0f7681c54e58b01fc70b
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancing/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancing
45
45
 
46
- GEM_VERSION = '1.1.0'
46
+ GEM_VERSION = '1.2.0'
47
47
 
48
48
  end
@@ -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.1.0'
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.1.0
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: 2017-09-13 00:00:00.000000000 Z
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