aws-sdk-core 2.2.11 → 2.2.12
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/apis/devicefarm/2015-06-23/api-2.json +8 -2
- data/apis/opsworks/2013-02-18/api-2.json +140 -542
- data/apis/opsworks/2013-02-18/examples-1.json +5 -0
- data/apis/opsworks/2013-02-18/waiters-2.json +12 -0
- data/apis/sts/2011-06-15/api-2.json +64 -172
- data/apis/sts/2011-06-15/examples-1.json +5 -0
- data/lib/aws-sdk-core/opsworks.rb +1 -0
- data/lib/aws-sdk-core/plugins/s3_request_signer.rb +1 -1
- data/lib/aws-sdk-core/query/handler.rb +3 -1
- data/lib/aws-sdk-core/rest/request/endpoint.rb +15 -0
- data/lib/aws-sdk-core/rest/response/body.rb +1 -1
- data/lib/aws-sdk-core/sts.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -2
data/lib/aws-sdk-core/sts.rb
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.12
|
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: 2016-01-
|
11
|
+
date: 2016-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -146,6 +146,7 @@ files:
|
|
146
146
|
- apis/monitoring/2010-08-01/api-2.json
|
147
147
|
- apis/monitoring/2010-08-01/paginators-1.json
|
148
148
|
- apis/opsworks/2013-02-18/api-2.json
|
149
|
+
- apis/opsworks/2013-02-18/examples-1.json
|
149
150
|
- apis/opsworks/2013-02-18/paginators-1.json
|
150
151
|
- apis/opsworks/2013-02-18/resources-1.json
|
151
152
|
- apis/opsworks/2013-02-18/waiters-2.json
|
@@ -180,6 +181,7 @@ files:
|
|
180
181
|
- apis/storagegateway/2013-06-30/paginators-1.json
|
181
182
|
- apis/streams.dynamodb/2012-08-10/api-2.json
|
182
183
|
- apis/sts/2011-06-15/api-2.json
|
184
|
+
- apis/sts/2011-06-15/examples-1.json
|
183
185
|
- apis/support/2013-04-15/api-2.json
|
184
186
|
- apis/support/2013-04-15/paginators-1.json
|
185
187
|
- apis/swf/2012-01-25/api-2.json
|