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 +4 -4
- data/apis/redshift/2012-12-01/api-2.json +5 -2
- 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: cef47f9c257e549761e0026b52dbb357355c5c11
|
|
4
|
+
data.tar.gz: e5f91b2aadbfacb71f2395efb776f16fdfa3c053
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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":{
|
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.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-
|
|
11
|
+
date: 2017-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|