aws-sdk-core 2.11.254 → 2.11.255

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: 7590affe62204ddb85f661102315ab5d6276436c
4
- data.tar.gz: 3da6aceecae9a5f6388b3e66f6776585ddab9cc0
3
+ metadata.gz: 0b05210328d40f8b4f1b872f18b0a19991459f96
4
+ data.tar.gz: d28f939d8503ffb1dea32c8ce0994f073a06a924
5
5
  SHA512:
6
- metadata.gz: 1f889a2c8497be9c256074d2cce40b3fb8f338992fcc558485268c374705eefed189a9f04189ca94a488e97dbe1700addf5dcfeeaf6b14dea8907f4957195114
7
- data.tar.gz: 79bb922df7d1668c0d082dd14125074034415c00a4d219000e96f5990048e536e610373cdcb31f8e4532edbb4e9b793bb7b2466529ad34d15faf8b76d738ad8a
6
+ metadata.gz: be503ece9439f2966792f71f1540c4e158a443c2f881743968e422acd1bb41f9d77c1408e3bd84d27ee08cb79975cb479628dd7a1e6902404a6a9cd02f4cdef2
7
+ data.tar.gz: d9117fd44d1a987d3702e860e02ec8c429ec3dc533bda13d56d3dab0698eeb9ca3b65006959bcc6727536a51c4d660097cd95ffd328b39936f0b96a889bf7d00
@@ -173,6 +173,7 @@
173
173
  "endpoint":{"shape":"String"},
174
174
  "roleArn":{"shape":"String"},
175
175
  "resourcesVpcConfig":{"shape":"VpcConfigResponse"},
176
+ "logging":{"shape":"Logging"},
176
177
  "status":{"shape":"ClusterStatus"},
177
178
  "certificateAuthority":{"shape":"Certificate"},
178
179
  "clientRequestToken":{"shape":"String"},
@@ -206,6 +207,7 @@
206
207
  "version":{"shape":"String"},
207
208
  "roleArn":{"shape":"String"},
208
209
  "resourcesVpcConfig":{"shape":"VpcConfigRequest"},
210
+ "logging":{"shape":"Logging"},
209
211
  "clientRequestToken":{
210
212
  "shape":"String",
211
213
  "idempotencyToken":true
@@ -382,6 +384,37 @@
382
384
  "nextToken":{"shape":"String"}
383
385
  }
384
386
  },
387
+ "LogSetup":{
388
+ "type":"structure",
389
+ "members":{
390
+ "types":{"shape":"LogTypes"},
391
+ "enabled":{"shape":"BoxedBoolean"}
392
+ }
393
+ },
394
+ "LogSetups":{
395
+ "type":"list",
396
+ "member":{"shape":"LogSetup"}
397
+ },
398
+ "LogType":{
399
+ "type":"string",
400
+ "enum":[
401
+ "api",
402
+ "audit",
403
+ "authenticator",
404
+ "controllerManager",
405
+ "scheduler"
406
+ ]
407
+ },
408
+ "LogTypes":{
409
+ "type":"list",
410
+ "member":{"shape":"LogType"}
411
+ },
412
+ "Logging":{
413
+ "type":"structure",
414
+ "members":{
415
+ "clusterLogging":{"shape":"LogSetups"}
416
+ }
417
+ },
385
418
  "ResourceInUseException":{
386
419
  "type":"structure",
387
420
  "members":{
@@ -465,6 +498,7 @@
465
498
  "locationName":"name"
466
499
  },
467
500
  "resourcesVpcConfig":{"shape":"VpcConfigRequest"},
501
+ "logging":{"shape":"Logging"},
468
502
  "clientRequestToken":{
469
503
  "shape":"String",
470
504
  "idempotencyToken":true
@@ -515,7 +549,8 @@
515
549
  "Version",
516
550
  "PlatformVersion",
517
551
  "EndpointPrivateAccess",
518
- "EndpointPublicAccess"
552
+ "EndpointPublicAccess",
553
+ "ClusterLogging"
519
554
  ]
520
555
  },
521
556
  "UpdateParams":{
@@ -535,7 +570,8 @@
535
570
  "type":"string",
536
571
  "enum":[
537
572
  "VersionUpdate",
538
- "EndpointAccessUpdate"
573
+ "EndpointAccessUpdate",
574
+ "LoggingUpdate"
539
575
  ]
540
576
  },
541
577
  "VpcConfigRequest":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.254'
2
+ VERSION = '2.11.255'
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.254
4
+ version: 2.11.255
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: 2019-04-03 00:00:00.000000000 Z
11
+ date: 2019-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath