aws-sdk-core 2.11.80 → 2.11.81
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/acm/2015-12-08/smoke.json +18 -0
- data/apis/acm/2015-12-08/waiters-2.json +35 -0
- data/apis/ec2/2016-11-15/api-2.json +4 -0
- data/apis/ec2/2016-11-15/examples-1.json +1317 -9
- data/apis/ec2/2016-11-15/smoke.json +20 -0
- data/apis/redshift/2012-12-01/api-2.json +221 -2
- data/apis/redshift/2012-12-01/smoke.json +18 -0
- data/endpoints.json +44 -6
- data/lib/aws-sdk-core/acm.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +6 -2
data/lib/aws-sdk-core/acm.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.11.
|
4
|
+
version: 2.11.81
|
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: 2018-07-
|
11
|
+
date: 2018-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -56,6 +56,8 @@ files:
|
|
56
56
|
- apis/acm/2015-12-08/api-2.json
|
57
57
|
- apis/acm/2015-12-08/examples-1.json
|
58
58
|
- apis/acm/2015-12-08/paginators-1.json
|
59
|
+
- apis/acm/2015-12-08/smoke.json
|
60
|
+
- apis/acm/2015-12-08/waiters-2.json
|
59
61
|
- apis/alexaforbusiness/2017-11-09/api-2.json
|
60
62
|
- apis/alexaforbusiness/2017-11-09/examples-1.json
|
61
63
|
- apis/alexaforbusiness/2017-11-09/paginators-1.json
|
@@ -237,6 +239,7 @@ files:
|
|
237
239
|
- apis/ec2/2016-11-15/examples-1.json
|
238
240
|
- apis/ec2/2016-11-15/paginators-1.json
|
239
241
|
- apis/ec2/2016-11-15/resources-1.json
|
242
|
+
- apis/ec2/2016-11-15/smoke.json
|
240
243
|
- apis/ec2/2016-11-15/waiters-2.json
|
241
244
|
- apis/ecr/2015-09-21/api-2.json
|
242
245
|
- apis/ecr/2015-09-21/examples-1.json
|
@@ -464,6 +467,7 @@ files:
|
|
464
467
|
- apis/redshift/2012-12-01/api-2.json
|
465
468
|
- apis/redshift/2012-12-01/examples-1.json
|
466
469
|
- apis/redshift/2012-12-01/paginators-1.json
|
470
|
+
- apis/redshift/2012-12-01/smoke.json
|
467
471
|
- apis/redshift/2012-12-01/waiters-2.json
|
468
472
|
- apis/rekognition/2016-06-27/api-2.json
|
469
473
|
- apis/rekognition/2016-06-27/examples-1.json
|