aws-sdk-ec2 1.3.0 → 1.4.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: 388195b30ceb0cbeb2456c1de89b15baf7e6b085
4
- data.tar.gz: 30118558eaafa522c29200fd3d6adfed70314e31
3
+ metadata.gz: 357cc5d5b274f68783644608bc12bdef9237c355
4
+ data.tar.gz: 36509b2d302569e73fe78a33fea9efe02e01a960
5
5
  SHA512:
6
- metadata.gz: 9f5ca3912b0aafb24c37e62fc38c0da2a2ed60ebe960b73576a42db09a1970093460e7546adbad03942362bc9fe681918bfdf5e42697037f25679ed1a926e546
7
- data.tar.gz: 619d54435328fb9fd455a25b2d23ab7611ede6d6a7c75d9c3fd574876a370ae88689c2b397541e9dc16a45fe8458501163efa55b1cfe7088522c0aa2298bc5a0
6
+ metadata.gz: 71c439fcdfba70b2352e800f3e8f3d9476cce96f0032a70b8ac3050799eba44dab85a2cb278eaba838d37000ce5c81d449dcb21d3dccfea4a8578a82b1225e44
7
+ data.tar.gz: b71e2baaaf56d064fac4da128f5d1069fd2b0711eec313f1c3c52a26e870acd45897049049c1c62c03397051028edba2041a845e8bdc34863d817fbd972aa9ec
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.3.0'
68
+ GEM_VERSION = '1.4.0'
69
69
 
70
70
  end
@@ -21156,7 +21156,7 @@ module Aws::EC2
21156
21156
  params: params,
21157
21157
  config: config)
21158
21158
  context[:gem_name] = 'aws-sdk-ec2'
21159
- context[:gem_version] = '1.3.0'
21159
+ context[:gem_version] = '1.4.0'
21160
21160
  Seahorse::Client::Request.new(handlers, context)
21161
21161
  end
21162
21162
 
@@ -2840,7 +2840,7 @@ module Aws::EC2
2840
2840
  HostOffering.add_member(:upfront_price, Shapes::ShapeRef.new(shape: String, location_name: "upfrontPrice"))
2841
2841
  HostOffering.struct_class = Types::HostOffering
2842
2842
 
2843
- HostOfferingSet.member = Shapes::ShapeRef.new(shape: HostOffering)
2843
+ HostOfferingSet.member = Shapes::ShapeRef.new(shape: HostOffering, location_name: "item")
2844
2844
 
2845
2845
  HostProperties.add_member(:cores, Shapes::ShapeRef.new(shape: Integer, location_name: "cores"))
2846
2846
  HostProperties.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-11 00:00:00.000000000 Z
11
+ date: 2017-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4