aws-sdk-core 2.11.50 → 2.11.51
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/servicecatalog/2015-12-10/api-2.json +9 -1
- 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: 4b51a29f9d959c5bbbd66f46440912da4a1d779d
|
4
|
+
data.tar.gz: 513ec75fa84539fd38d5ccd2499373d712e1e052
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 857761d3152a50904b2d86f58082827efba829c29009f236887416fa5f31648b7781524f5f8c97281aafb62363e2e7b156a00e46e2ce8ed50e5968e08b415e89
|
7
|
+
data.tar.gz: 0fb84df13265ca8dd8ede3e9002f16a7429425b542f0ef0760aeda201a88cfa4be5be27118c76f52fd16b73585f4f7a62710cd53a7512e4380b8e35cee551cc1
|
@@ -1635,7 +1635,8 @@
|
|
1635
1635
|
"members":{
|
1636
1636
|
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
1637
1637
|
"PageToken":{"shape":"PageToken"},
|
1638
|
-
"PageSize":{"shape":"PageSize"}
|
1638
|
+
"PageSize":{"shape":"PageSize"},
|
1639
|
+
"PortfolioShareType":{"shape":"PortfolioShareType"}
|
1639
1640
|
}
|
1640
1641
|
},
|
1641
1642
|
"ListAcceptedPortfolioSharesOutput":{
|
@@ -1912,6 +1913,13 @@
|
|
1912
1913
|
"min":1
|
1913
1914
|
},
|
1914
1915
|
"PortfolioName":{"type":"string"},
|
1916
|
+
"PortfolioShareType":{
|
1917
|
+
"type":"string",
|
1918
|
+
"enum":[
|
1919
|
+
"IMPORTED",
|
1920
|
+
"AWS_SERVICECATALOG"
|
1921
|
+
]
|
1922
|
+
},
|
1915
1923
|
"Principal":{
|
1916
1924
|
"type":"structure",
|
1917
1925
|
"members":{
|
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.51
|
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-05-
|
11
|
+
date: 2018-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|