aws-sdk-core 2.10.58 → 2.10.59

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cffdeec63cffed25bf973cdbcd71c43396796722
4
- data.tar.gz: 930bd55a7047091aa957fcf822527c9427e72aec
3
+ metadata.gz: cef47f9c257e549761e0026b52dbb357355c5c11
4
+ data.tar.gz: e5f91b2aadbfacb71f2395efb776f16fdfa3c053
5
5
  SHA512:
6
- metadata.gz: 5af39ba5c27ce8c25b0c2bc8ccd6b8bae3357b2c4628b6ecb06ef38a3c32f3f38272b1de620c6b252fb712121ab22e54076777e5627ea3c5e3362a7c3249ad31
7
- data.tar.gz: 3090f3d40d16598ab80b79c8e119f5edbc550c62fa29852a155d19dcf1172a6e489bea7f4ca860d6ceea6251f64ecc6547626cea23d19d0cece23c1672490683
6
+ metadata.gz: 2fa07f373cb8b3eea50dbab546176f5961b59c613e167ce555753e206cd7ac1ee37f51edfe7da9a60699567a78a4c2096f580189bc70e1f295e8de5b5710f214
7
+ data.tar.gz: cf3fc18e459c57b8a8b729f6a8146181328b2af9f86f1d33860511d4ab113a56c2fb7ef004e55a605662a0b480172dc3c624267b41850461f94274a1ad5237fd
@@ -545,7 +545,8 @@
545
545
  "resultWrapper":"DescribeEventSubscriptionsResult"
546
546
  },
547
547
  "errors":[
548
- {"shape":"SubscriptionNotFoundFault"}
548
+ {"shape":"SubscriptionNotFoundFault"},
549
+ {"shape":"InvalidTagFault"}
549
550
  ]
550
551
  },
551
552
  "DescribeEvents":{
@@ -2097,7 +2098,9 @@
2097
2098
  "members":{
2098
2099
  "SubscriptionName":{"shape":"String"},
2099
2100
  "MaxRecords":{"shape":"IntegerOptional"},
2100
- "Marker":{"shape":"String"}
2101
+ "Marker":{"shape":"String"},
2102
+ "TagKeys":{"shape":"TagKeyList"},
2103
+ "TagValues":{"shape":"TagValueList"}
2101
2104
  }
2102
2105
  },
2103
2106
  "DescribeEventsMessage":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.58'
2
+ VERSION = '2.10.59'
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.58
4
+ version: 2.10.59
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-10-04 00:00:00.000000000 Z
11
+ date: 2017-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath