aws-sdk-core 2.11.148 → 2.11.149

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: 36dbcb3632e1b50510afe542758ecc5e878fa28a
4
- data.tar.gz: ab6c23a9298b3abb1de7622dae7f25cfc85e3a34
3
+ metadata.gz: b2ec876326fb8ca811ce8abef3eca6c50ee66aa0
4
+ data.tar.gz: 105c828f42d928d9901fb492977e45830b119b4c
5
5
  SHA512:
6
- metadata.gz: b9105ba886c4ee1df982c2d9f681c170dde6f6c0a85631e2d05a0b93a83778f9b2dac4b03de97e927de186712961dc4ffdd0a78b7b2f657e1eaa50e597b9dcb1
7
- data.tar.gz: a97bfdb48d9336720df214d4253789ef1722016754abd74ca2e52c451b4028e3c5e4792caaef732a357b52632cf8e89895814f46efaa1d87b559e6ab4cfc28cb
6
+ metadata.gz: 771597b964a88ff7fb431b590a995a8c9f5326473ca14b52e5961a1034cb7c37fc3b1db76be49615d4e0841e8e5ace5dd7c55bcc12617fb754332411dff249e5
7
+ data.tar.gz: f879cb587c1981ea15a97cc37ebf348cd133f392e379e0746420c090b0c1edc929d2edebc260c8dce6e8437081b69e9dd1e55e2f7f16ad27b9654750fedf3d26
@@ -7,6 +7,7 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"CloudTrail",
9
9
  "serviceFullName":"AWS CloudTrail",
10
+ "serviceId":"CloudTrail",
10
11
  "signatureVersion":"v4",
11
12
  "targetPrefix":"com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101",
12
13
  "uid":"cloudtrail-2013-11-01"
@@ -389,6 +390,8 @@
389
390
  "members":{
390
391
  "EventId":{"shape":"String"},
391
392
  "EventName":{"shape":"String"},
393
+ "ReadOnly":{"shape":"String"},
394
+ "AccessKeyId":{"shape":"String"},
392
395
  "EventTime":{"shape":"Date"},
393
396
  "EventSource":{"shape":"String"},
394
397
  "Username":{"shape":"String"},
@@ -634,10 +637,12 @@
634
637
  "enum":[
635
638
  "EventId",
636
639
  "EventName",
640
+ "ReadOnly",
637
641
  "Username",
638
642
  "ResourceType",
639
643
  "ResourceName",
640
- "EventSource"
644
+ "EventSource",
645
+ "AccessKeyId"
641
646
  ]
642
647
  },
643
648
  "LookupAttributesList":{
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeTrails",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DeleteTrail",
12
+ "input": {
13
+ "Name": "faketrail"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.148'
2
+ VERSION = '2.11.149'
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.148
4
+ version: 2.11.149
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 00:00:00.000000000 Z
11
+ date: 2018-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -164,6 +164,7 @@ files:
164
164
  - apis/cloudtrail/2013-11-01/api-2.json
165
165
  - apis/cloudtrail/2013-11-01/examples-1.json
166
166
  - apis/cloudtrail/2013-11-01/paginators-1.json
167
+ - apis/cloudtrail/2013-11-01/smoke.json
167
168
  - apis/codebuild/2016-10-06/api-2.json
168
169
  - apis/codebuild/2016-10-06/examples-1.json
169
170
  - apis/codebuild/2016-10-06/paginators-1.json