aws-sdk-core 2.11.36 → 2.11.37

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28affd455aebe82f9beff0fed6d09aacba334f33
4
- data.tar.gz: 9e36f39a30eb2be36df61ac96bf2daaba75b8ed4
3
+ metadata.gz: 56e3aee6b9ef5d046285718c739a43cb4f724e9b
4
+ data.tar.gz: cbe8f4da32d3c19720fac5ca5b7351900529ddc2
5
5
  SHA512:
6
- metadata.gz: 33aa22b230fb09562dcf94618c1f348391b5e0fc4dc36dd9f68408e9b5ad1bce01e988833f77c0a26a5b23eb836ca66e6311dbf90107feb0c1ebf09207b9eb3b
7
- data.tar.gz: 2710f6b3317be898596588889bc5c289ba27a2c3a7f1410aedf5de3e258321524e1b5803167f3a6052e7034cf6cfae38f04437e0c22309bd97517a4b1812c098
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"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.36'
2
+ VERSION = '2.11.37'
3
3
  end
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.36
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-23 00:00:00.000000000 Z
11
+ date: 2018-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath