aws-sdk 1.17.0 → 1.18.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 +4 -4
- data/lib/aws/api_config/{EC2-2013-07-15.yml → EC2-2013-08-15.yml} +76 -1
- data/lib/aws/api_config/OpsWorks-2013-02-18.yml +24 -0
- data/lib/aws/core/client.rb +6 -2
- data/lib/aws/ec2/client.rb +3 -3
- data/lib/aws/glacier/vault.rb +2 -2
- data/lib/aws/s3/client.rb +1026 -1025
- data/lib/aws/simple_workflow.rb +1 -1
- data/lib/aws/version.rb +1 -1
- metadata +3 -3
data/lib/aws/simple_workflow.rb
CHANGED
@@ -181,7 +181,7 @@ module AWS
|
|
181
181
|
# execution. You can get a workflow execution by its workflow
|
182
182
|
# id (you may optionally provide the run id as well).
|
183
183
|
#
|
184
|
-
# execution = domain.workflow_executions['workflow-id']
|
184
|
+
# execution = domain.workflow_executions['workflow-id', 'run-id']
|
185
185
|
# execution.events.each do |event|
|
186
186
|
# puts event.attributes.to_h.inspect
|
187
187
|
# end
|
data/lib/aws/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.18.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: 2013-09-
|
11
|
+
date: 2013-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: uuidtools
|
@@ -591,7 +591,7 @@ files:
|
|
591
591
|
- lib/aws/api_config/DirectConnect-2012-10-25.yml
|
592
592
|
- lib/aws/api_config/DynamoDB-2011-12-05.yml
|
593
593
|
- lib/aws/api_config/DynamoDB-2012-08-10.yml
|
594
|
-
- lib/aws/api_config/EC2-2013-
|
594
|
+
- lib/aws/api_config/EC2-2013-08-15.yml
|
595
595
|
- lib/aws/api_config/ElastiCache-2013-06-15.yml
|
596
596
|
- lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml
|
597
597
|
- lib/aws/api_config/ElasticTranscoder-2012-09-25.yml
|