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: aaea6de3a1c5f3c8cbb5faedc988d46188c47294
4
- data.tar.gz: f28bf784b79fa730996c726e4ac297c8e35e6bd9
3
+ metadata.gz: 35810f56c9eaa0afe728a353a880ea34ccea267a
4
+ data.tar.gz: c63564929d5968696f1d1d14230fc40c8e893ec4
5
5
  SHA512:
6
- metadata.gz: 5339b02912906ae5245714a026d208a18f435f4bc36b82fa8d91acab859e51acf509311706892c9bd363b5958ce35036cc4d91266a5447c422e56ec69299f5cf
7
- data.tar.gz: a86102fde294348c30f5d9e0c1cc350320704d7b9206096ca7ad148a2afd687258ceabff37ca7cccf3afa3a64649237cb9a47bd2e1c7a731bcc66e07a1322694
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":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.23'
2
+ VERSION = '2.10.24'
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.10.23
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-09 00:00:00.000000000 Z
11
+ date: 2017-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath