aws-sdk-core 2.11.36 → 2.11.37
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/elasticbeanstalk/2010-12-01/api-2.json +4 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56e3aee6b9ef5d046285718c739a43cb4f724e9b
|
|
4
|
+
data.tar.gz: cbe8f4da32d3c19720fac5ca5b7351900529ddc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8b737fd268b188db397b5d89b689c88e2281da797d8384d31aa61f914da425062928e2bf928a12d6352dce8848e5e3ae07777fc2bb502afd7e7e9b88329be3f
|
|
7
|
+
data.tar.gz: a0606709a277b47ff4a46508838b39783b8d04c57ca838c221d167e322a5d4138b23f7cd680ecbedbf2cfcd212c07fdc48c6df75e00f7a2adff6d937b3e45ed6
|
|
@@ -658,9 +658,11 @@
|
|
|
658
658
|
"Unknown"
|
|
659
659
|
]
|
|
660
660
|
},
|
|
661
|
+
"ApplicationArn":{"type":"string"},
|
|
661
662
|
"ApplicationDescription":{
|
|
662
663
|
"type":"structure",
|
|
663
664
|
"members":{
|
|
665
|
+
"ApplicationArn":{"shape":"ApplicationArn"},
|
|
664
666
|
"ApplicationName":{"shape":"ApplicationName"},
|
|
665
667
|
"Description":{"shape":"Description"},
|
|
666
668
|
"DateCreated":{"shape":"CreationDate"},
|
|
@@ -718,9 +720,11 @@
|
|
|
718
720
|
"ResourceLifecycleConfig":{"shape":"ApplicationResourceLifecycleConfig"}
|
|
719
721
|
}
|
|
720
722
|
},
|
|
723
|
+
"ApplicationVersionArn":{"type":"string"},
|
|
721
724
|
"ApplicationVersionDescription":{
|
|
722
725
|
"type":"structure",
|
|
723
726
|
"members":{
|
|
727
|
+
"ApplicationVersionArn":{"shape":"ApplicationVersionArn"},
|
|
724
728
|
"ApplicationName":{"shape":"ApplicationName"},
|
|
725
729
|
"Description":{"shape":"Description"},
|
|
726
730
|
"VersionLabel":{"shape":"VersionLabel"},
|
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.37
|
|
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-04-
|
|
11
|
+
date: 2018-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|