aws-sdk 1.17.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -13,5 +13,5 @@
13
13
 
14
14
  module AWS
15
15
  # Current version of the AWS SDK for Ruby
16
- VERSION = '1.17.0'
16
+ VERSION = '1.18.0'
17
17
  end
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.17.0
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-04 00:00:00.000000000 Z
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-07-15.yml
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