aws-sdk-core 2.11.92 → 2.11.93

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: 889bcd34b7f5bceac2bd5842860896fb2e0b0df3
4
- data.tar.gz: 1551901b394ee5aee727faf4fb929cf8a4b13dda
3
+ metadata.gz: 5390ff15415a86e690aba5b941a2e0de43ec6287
4
+ data.tar.gz: 645a4f04e78f7784b60bc76ed3adfb1447ecbea4
5
5
  SHA512:
6
- metadata.gz: 9861aaea26cc5f05158303720f33b16f87956edc8f8a1d1e1d360ab30367c10a6b4077f197dc768133ac5bd19bb658f8ba770445af1e42ece554348faa803052
7
- data.tar.gz: b5b6d3aa9d2a33131c88f48556332e77aaa316137e9d1f7c64ec32b60f5e908aa79fed03c9717f1ecfa0b7ebff7c426efbff7a30264f62df183275614edc90a7
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":{"type":"string"},
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
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.92'
2
+ VERSION = '2.11.93'
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.11.92
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-19 00:00:00.000000000 Z
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