aws-sdk-core 2.11.92 → 2.11.93
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/config/2014-11-12/api-2.json +5 -1
- data/apis/config/2014-11-12/smoke.json +19 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5390ff15415a86e690aba5b941a2e0de43ec6287
|
4
|
+
data.tar.gz: 645a4f04e78f7784b60bc76ed3adfb1447ecbea4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73842c1865ce9aca7928d2b611376f712851e7a763c62a03b6322ba61ab3b49dbd4ebcb943258a8d515e59c697ce9a5af6d5327cf396aef027f52a6e69a99dea
|
7
|
+
data.tar.gz: 4d4c12295572f17a2abb5a4c0b6e33520eee94b598cbd0f3fa0e43694179bc0fbcb6cb59d9bcc9992531510e467140b5eac581e68881251c3164f4a9a32c8ed5
|
@@ -1992,7 +1992,11 @@
|
|
1992
1992
|
},
|
1993
1993
|
"ResourceCreationTime":{"type":"timestamp"},
|
1994
1994
|
"ResourceDeletionTime":{"type":"timestamp"},
|
1995
|
-
"ResourceId":{
|
1995
|
+
"ResourceId":{
|
1996
|
+
"type":"string",
|
1997
|
+
"max":768,
|
1998
|
+
"min":1
|
1999
|
+
},
|
1996
2000
|
"ResourceIdList":{
|
1997
2001
|
"type":"list",
|
1998
2002
|
"member":{"shape":"ResourceId"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "DescribeConfigurationRecorders",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "GetResourceConfigHistory",
|
12
|
+
"input": {
|
13
|
+
"resourceType": "fake-type",
|
14
|
+
"resourceId": "fake-id"
|
15
|
+
},
|
16
|
+
"errorExpectedFromService": true
|
17
|
+
}
|
18
|
+
]
|
19
|
+
}
|
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.93
|
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-07-
|
11
|
+
date: 2018-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -186,6 +186,7 @@ files:
|
|
186
186
|
- apis/config/2014-11-12/api-2.json
|
187
187
|
- apis/config/2014-11-12/examples-1.json
|
188
188
|
- apis/config/2014-11-12/paginators-1.json
|
189
|
+
- apis/config/2014-11-12/smoke.json
|
189
190
|
- apis/connect/2017-08-08/api-2.json
|
190
191
|
- apis/connect/2017-08-08/examples-1.json
|
191
192
|
- apis/connect/2017-08-08/paginators-1.json
|