aws-sdk-core 2.11.55 → 2.11.56

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97bf6c380b2208ac4127f5d93c0f807537f3a795
4
- data.tar.gz: 50d61fd83e3199f42b27d33fbc8547e3f5567116
3
+ metadata.gz: 19475995ef12dc1dbb64834b81fdf923c9c8220c
4
+ data.tar.gz: 006743356e0453e4c5c10859431313a4cd04c86c
5
5
  SHA512:
6
- metadata.gz: 439963a0bdf20d05ccddfb073cdcbe295981291e340f3a75102ef6e122fdb3ab9bcacb9f5d86dfef071db23bb66d54632c2cd2a210082c4f60a5d072e03560bf
7
- data.tar.gz: '03288ad7d6763f008f8d2d640e7822a314f879da9756c7dc10aa615e3ba66df93b29f7d3cb9ca6b310b95b82c3382a2a3285710b35f6ee8a666e71f5516ec20f'
6
+ metadata.gz: cd2aca71171fe6200f23d3afcf4759054892ddfde0df768394b5fc44cb6a0f52cb90c6ca3b500d08e5ff37aff69af65e4f05d93d904c43936f7d16b4c19fc47e
7
+ data.tar.gz: 1e2e72a6bf461d889f17c4c2043211eebe0f7b7bcf375ab24470714e45523a90e116a074d98cd63f0b0867fbc7a47afe88a613906add301f1ac38562c1f1b173
@@ -490,7 +490,10 @@
490
490
  },
491
491
  "EnvironmentType":{
492
492
  "type":"string",
493
- "enum":["LINUX_CONTAINER"]
493
+ "enum":[
494
+ "WINDOWS_CONTAINER",
495
+ "LINUX_CONTAINER"
496
+ ]
494
497
  },
495
498
  "EnvironmentVariable":{
496
499
  "type":"structure",
@@ -658,7 +661,8 @@
658
661
  "enum":[
659
662
  "DEBIAN",
660
663
  "AMAZON_LINUX",
661
- "UBUNTU"
664
+ "UBUNTU",
665
+ "WINDOWS_SERVER"
662
666
  ]
663
667
  },
664
668
  "Project":{
@@ -1990,7 +1990,8 @@
1990
1990
  "KmsKeyId":{"shape":"String"},
1991
1991
  "PreSignedUrl":{"shape":"String"},
1992
1992
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
1993
- "BacktrackWindow":{"shape":"LongOptional"}
1993
+ "BacktrackWindow":{"shape":"LongOptional"},
1994
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
1994
1995
  }
1995
1996
  },
1996
1997
  "CreateDBClusterParameterGroupMessage":{
@@ -2292,7 +2293,8 @@
2292
2293
  "ClusterCreateTime":{"shape":"TStamp"},
2293
2294
  "EarliestBacktrackTime":{"shape":"TStamp"},
2294
2295
  "BacktrackWindow":{"shape":"LongOptional"},
2295
- "BacktrackConsumedChangeRecords":{"shape":"LongOptional"}
2296
+ "BacktrackConsumedChangeRecords":{"shape":"LongOptional"},
2297
+ "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}
2296
2298
  },
2297
2299
  "wrapper":true
2298
2300
  },
@@ -4075,6 +4077,7 @@
4075
4077
  "PreferredMaintenanceWindow":{"shape":"String"},
4076
4078
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
4077
4079
  "BacktrackWindow":{"shape":"LongOptional"},
4080
+ "CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
4078
4081
  "EngineVersion":{"shape":"String"}
4079
4082
  }
4080
4083
  },
@@ -4960,7 +4963,8 @@
4960
4963
  "S3BucketName":{"shape":"String"},
4961
4964
  "S3Prefix":{"shape":"String"},
4962
4965
  "S3IngestionRoleArn":{"shape":"String"},
4963
- "BacktrackWindow":{"shape":"LongOptional"}
4966
+ "BacktrackWindow":{"shape":"LongOptional"},
4967
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
4964
4968
  }
4965
4969
  },
4966
4970
  "RestoreDBClusterFromS3Result":{
@@ -4990,7 +4994,8 @@
4990
4994
  "Tags":{"shape":"TagList"},
4991
4995
  "KmsKeyId":{"shape":"String"},
4992
4996
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
4993
- "BacktrackWindow":{"shape":"LongOptional"}
4997
+ "BacktrackWindow":{"shape":"LongOptional"},
4998
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
4994
4999
  }
4995
5000
  },
4996
5001
  "RestoreDBClusterFromSnapshotResult":{
@@ -5018,7 +5023,8 @@
5018
5023
  "Tags":{"shape":"TagList"},
5019
5024
  "KmsKeyId":{"shape":"String"},
5020
5025
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
5021
- "BacktrackWindow":{"shape":"LongOptional"}
5026
+ "BacktrackWindow":{"shape":"LongOptional"},
5027
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
5022
5028
  }
5023
5029
  },
5024
5030
  "RestoreDBClusterToPointInTimeResult":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.55'
2
+ VERSION = '2.11.56'
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.55
4
+ version: 2.11.56
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-05-22 00:00:00.000000000 Z
11
+ date: 2018-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath