aws-sdk-core 2.11.350 → 2.11.351

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: 2b2aaf6e78ceb93cd318ad8ccbac16c0ea3a6aac
4
- data.tar.gz: 97e61d5ec6d1993d75d92d60bcbd5a20958c3649
3
+ metadata.gz: d47800e3089e60ed835914c21756939c23b2e4cc
4
+ data.tar.gz: d4953373e77477a0934fb81beb73a85a827950f0
5
5
  SHA512:
6
- metadata.gz: 98d765d051b554afaadbb11f6fdfc648e97d19b4678cc515a23a551f3c7ff182dc15b31da0dd2efdcd863c12c6aee11f4533bad1789e5bfd39a59f31d89a3b88
7
- data.tar.gz: b5d5acf4fd233bfff866b9e38705ac019d9429115522dbd61473101369507002267ebe1e89a7dfe2dfc2e04b51c5b192b2da65d1ed28bc154a31002532a85843
6
+ metadata.gz: a056c7a9d496e609430f0965c6997276cd6c76307e0213baf8fe30deeddb322f17e8677ba7c3814cc16f3c84b7db7a6d8afcea18cce2abb845d0d0deabf954fc
7
+ data.tar.gz: 51e2be3162a0875071ce6a0e3ae945b8bdf5c0d9b121f1883a0c9554217ee9c5c1f258e321b8667b9040160eca99453cf56e9b58a1ad10d1fa280aca61ffd1a5
@@ -1201,6 +1201,10 @@
1201
1201
  "max":100,
1202
1202
  "min":5
1203
1203
  },
1204
+ "CloudWatchLogGroupARN":{
1205
+ "type":"string",
1206
+ "max":562
1207
+ },
1204
1208
  "CreateCachediSCSIVolumeInput":{
1205
1209
  "type":"structure",
1206
1210
  "required":[
@@ -1625,7 +1629,8 @@
1625
1629
  "Ec2InstanceId":{"shape":"Ec2InstanceId"},
1626
1630
  "Ec2InstanceRegion":{"shape":"Ec2InstanceRegion"},
1627
1631
  "Tags":{"shape":"Tags"},
1628
- "VPCEndpoint":{"shape":"string"}
1632
+ "VPCEndpoint":{"shape":"string"},
1633
+ "CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"}
1629
1634
  }
1630
1635
  },
1631
1636
  "DescribeMaintenanceStartTimeInput":{
@@ -2905,7 +2910,8 @@
2905
2910
  "members":{
2906
2911
  "GatewayARN":{"shape":"GatewayARN"},
2907
2912
  "GatewayName":{"shape":"GatewayName"},
2908
- "GatewayTimezone":{"shape":"GatewayTimezone"}
2913
+ "GatewayTimezone":{"shape":"GatewayTimezone"},
2914
+ "CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"}
2909
2915
  }
2910
2916
  },
2911
2917
  "UpdateGatewayInformationOutput":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.350'
2
+ VERSION = '2.11.351'
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.350
4
+ version: 2.11.351
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-09-09 00:00:00.000000000 Z
11
+ date: 2019-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath