aws-sdk-core 2.10.23 → 2.10.24
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35810f56c9eaa0afe728a353a880ea34ccea267a
|
4
|
+
data.tar.gz: c63564929d5968696f1d1d14230fc40c8e893ec4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e524d10168b6445751551cac92c744eed406499e58163311a615cefdca7f4e79cacd1f3af4616babd0a944f56f701a7ef7c4e917560ab37445e77eace318af2
|
7
|
+
data.tar.gz: b46221ec897d7c612fe618c963fbdbcc6afdbb323d2ebb89803ad093c6a27009f3a4bd04118ef8b5e81946d601df09780b975eae3481cf6f0ebe013f1ad41b90
|
@@ -1643,6 +1643,22 @@
|
|
1643
1643
|
"detachedObjectIdentifier":{"shape":"ObjectIdentifier"}
|
1644
1644
|
}
|
1645
1645
|
},
|
1646
|
+
"BatchDetachPolicy":{
|
1647
|
+
"type":"structure",
|
1648
|
+
"required":[
|
1649
|
+
"PolicyReference",
|
1650
|
+
"ObjectReference"
|
1651
|
+
],
|
1652
|
+
"members":{
|
1653
|
+
"PolicyReference":{"shape":"ObjectReference"},
|
1654
|
+
"ObjectReference":{"shape":"ObjectReference"}
|
1655
|
+
}
|
1656
|
+
},
|
1657
|
+
"BatchDetachPolicyResponse":{
|
1658
|
+
"type":"structure",
|
1659
|
+
"members":{
|
1660
|
+
}
|
1661
|
+
},
|
1646
1662
|
"BatchDetachTypedLink":{
|
1647
1663
|
"type":"structure",
|
1648
1664
|
"required":["TypedLinkSpecifier"],
|
@@ -2010,6 +2026,7 @@
|
|
2010
2026
|
"AddFacetToObject":{"shape":"BatchAddFacetToObject"},
|
2011
2027
|
"RemoveFacetFromObject":{"shape":"BatchRemoveFacetFromObject"},
|
2012
2028
|
"AttachPolicy":{"shape":"BatchAttachPolicy"},
|
2029
|
+
"DetachPolicy":{"shape":"BatchDetachPolicy"},
|
2013
2030
|
"CreateIndex":{"shape":"BatchCreateIndex"},
|
2014
2031
|
"AttachToIndex":{"shape":"BatchAttachToIndex"},
|
2015
2032
|
"DetachFromIndex":{"shape":"BatchDetachFromIndex"},
|
@@ -2032,6 +2049,7 @@
|
|
2032
2049
|
"AddFacetToObject":{"shape":"BatchAddFacetToObjectResponse"},
|
2033
2050
|
"RemoveFacetFromObject":{"shape":"BatchRemoveFacetFromObjectResponse"},
|
2034
2051
|
"AttachPolicy":{"shape":"BatchAttachPolicyResponse"},
|
2052
|
+
"DetachPolicy":{"shape":"BatchDetachPolicyResponse"},
|
2035
2053
|
"CreateIndex":{"shape":"BatchCreateIndexResponse"},
|
2036
2054
|
"AttachToIndex":{"shape":"BatchAttachToIndexResponse"},
|
2037
2055
|
"DetachFromIndex":{"shape":"BatchDetachFromIndexResponse"},
|
@@ -395,6 +395,7 @@
|
|
395
395
|
"GOLANG",
|
396
396
|
"DOCKER",
|
397
397
|
"ANDROID",
|
398
|
+
"DOTNET",
|
398
399
|
"BASE"
|
399
400
|
]
|
400
401
|
},
|
@@ -605,7 +606,8 @@
|
|
605
606
|
"CODECOMMIT",
|
606
607
|
"CODEPIPELINE",
|
607
608
|
"GITHUB",
|
608
|
-
"S3"
|
609
|
+
"S3",
|
610
|
+
"BITBUCKET"
|
609
611
|
]
|
610
612
|
},
|
611
613
|
"StartBuildInput":{
|
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.10.
|
4
|
+
version: 2.10.24
|
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: 2017-08-
|
11
|
+
date: 2017-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|