aws-sdk 1.5.5 → 1.5.6
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.
- data/lib/aws/api_config/EC2-2012-06-01.yml +12 -0
- data/lib/aws/core.rb +1 -1
- data/lib/aws/core/http/net_http_handler.rb +1 -1
- metadata +3 -3
|
@@ -3310,6 +3310,12 @@
|
|
|
3310
3310
|
DeleteOnTermination:
|
|
3311
3311
|
- :boolean
|
|
3312
3312
|
- :rename: networkInterfaces
|
|
3313
|
+
IamInstanceProfile:
|
|
3314
|
+
- :structure:
|
|
3315
|
+
Arn:
|
|
3316
|
+
- :string
|
|
3317
|
+
Name:
|
|
3318
|
+
- :string
|
|
3313
3319
|
:outputs:
|
|
3314
3320
|
:children:
|
|
3315
3321
|
spotInstanceRequestSet:
|
|
@@ -3615,6 +3621,12 @@
|
|
|
3615
3621
|
DeleteOnTermination:
|
|
3616
3622
|
- :boolean
|
|
3617
3623
|
- :rename: networkInterfaces
|
|
3624
|
+
IamInstanceProfile:
|
|
3625
|
+
- :structure:
|
|
3626
|
+
Arn:
|
|
3627
|
+
- :string
|
|
3628
|
+
Name:
|
|
3629
|
+
- :string
|
|
3618
3630
|
:outputs:
|
|
3619
3631
|
:children:
|
|
3620
3632
|
groupSet:
|
data/lib/aws/core.rb
CHANGED
|
@@ -68,7 +68,7 @@ module AWS
|
|
|
68
68
|
|
|
69
69
|
# Given an AWS::Core::HttpRequest, this method translates
|
|
70
70
|
# it into a Net::HTTPRequest (Get, Put, Post, Head or Delete).
|
|
71
|
-
# @param [Request]
|
|
71
|
+
# @param [Request] request
|
|
72
72
|
# @return [Net::HTTPRequest]
|
|
73
73
|
def build_net_http_request request
|
|
74
74
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-06-
|
|
12
|
+
date: 2012-06-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: uuidtools
|
|
@@ -493,7 +493,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
493
493
|
version: '0'
|
|
494
494
|
segments:
|
|
495
495
|
- 0
|
|
496
|
-
hash:
|
|
496
|
+
hash: 2482550745628365272
|
|
497
497
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
498
498
|
none: false
|
|
499
499
|
requirements:
|