aws-sdk-core 2.11.151 → 2.11.152
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/events/2015-10-07/api-2.json +15 -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: 2c9bd12b91b66748048e70781cbf7565e3b749f7
|
|
4
|
+
data.tar.gz: 2cc3667bc3157d6bb5038f83817f2f6110082c3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 765e383ba42d9cd67b0fb7c32c0eb40182bd7737e48949c7cc3ec258a85c49efe8b37305d6a1f3795e6d09052e8311b55a5cb013281f667e65030f2533c04ff0
|
|
7
|
+
data.tar.gz: c183c987b6410184df6e44d4a10412296e26724f597bcba7d4bcc54e0f97bb9b70e76bdb2a7b81f06f28254d8474abeecfb8d1e4b7aff9f96f2ccf19e4faa7a3
|
|
@@ -270,6 +270,19 @@
|
|
|
270
270
|
},
|
|
271
271
|
"exception":true
|
|
272
272
|
},
|
|
273
|
+
"Condition":{
|
|
274
|
+
"type":"structure",
|
|
275
|
+
"required":[
|
|
276
|
+
"Type",
|
|
277
|
+
"Key",
|
|
278
|
+
"Value"
|
|
279
|
+
],
|
|
280
|
+
"members":{
|
|
281
|
+
"Type":{"shape":"String"},
|
|
282
|
+
"Key":{"shape":"String"},
|
|
283
|
+
"Value":{"shape":"String"}
|
|
284
|
+
}
|
|
285
|
+
},
|
|
273
286
|
"DeleteRuleRequest":{
|
|
274
287
|
"type":"structure",
|
|
275
288
|
"required":["Name"],
|
|
@@ -525,7 +538,8 @@
|
|
|
525
538
|
"members":{
|
|
526
539
|
"Action":{"shape":"Action"},
|
|
527
540
|
"Principal":{"shape":"Principal"},
|
|
528
|
-
"StatementId":{"shape":"StatementId"}
|
|
541
|
+
"StatementId":{"shape":"StatementId"},
|
|
542
|
+
"Condition":{"shape":"Condition"}
|
|
529
543
|
}
|
|
530
544
|
},
|
|
531
545
|
"PutRuleRequest":{
|
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.152
|
|
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-10-
|
|
11
|
+
date: 2018-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|