cfndsl 0.2.7 → 0.2.8

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZmM3YTU1MjUyNDA3ZTk3YjgyYTNlYzYwMWYwNjI5NmU3YWFkYWQwOQ==
4
+ ZWIwNmYyNDc2ODMxODhhZjNjNTVhM2JhOGI0Y2M1MzJlMGIzNzM3NQ==
5
5
  data.tar.gz: !binary |-
6
- ZWY5NDkyNTMzNWZjM2I1MWMyYTdiNWEyZDMxZDU5Mzg3MDY3MGM3Mw==
6
+ Mjk4MTliOWEzOWJkMjg3ZDY4OTdmMzg1MzM2MmU5ZjVlNDVkMDQyMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjM2NzgxN2Q3Yzg3NjkyMGU4MzI1ZThjYmFhMjgzZThhY2QwMDMzYzEzZGJh
10
- Mjk4NmZlOTA1Yzc1YWVlNTc3ZWM3ODllYzNhY2E3OTQ3ZmQ1NTgwYWM2Mzdj
11
- NzQ4ZTlmMzg4MWNhYTljYTMwMTAzN2E0NzgwYmVhZDZlODViOTM=
9
+ YmVlMGI3YjEzNzNkZTY5MmY3ZmZlY2U5YWU1NmI1NDhmNjBkYzAxZDRkMjFj
10
+ N2UyOGJkY2JkNzE3NDdhNWViNWZkYjJkZjRlYTY0MzA3OTAzNjE1MzA4NzAz
11
+ ZTZkN2RjYzRlYzM5ZmM4ZmZhYjQ1YjE4NzdkM2FiZmJmM2I1ZjM=
12
12
  data.tar.gz: !binary |-
13
- OThmNTAyZDVlZDkzMTdiOTM5NWZmMGY2NzA5MDZkY2I5ZGMzMGExNmNlMzY3
14
- NTkzYjNmNjA4MDYzMWI2NWQ0MWNlZjRhMDQ1OTBmY2ZkZDkyNDdjNDM3NGJh
15
- Mjc1ZmU5NGU1ZDZlMzUzNjVmN2E3NmFmZTU3NTBjYTY1ZmViMjc=
13
+ ZTJkZjMzZWEzOWZlNTc3NjFiMjYyMWVkMjYxNmQ4MTAyNGMxMjk3ZTM1ZWU4
14
+ ZjA1ZDRjNWYxMjQ0N2Y3NTNlYjk3NGEwN2NkMWVlYzQ3NjAzMzQ2Mjg4ZTNj
15
+ MjBmNTdhNTkzNzUxZDc2MWJjZWEzMzc4MzVlMmE4MTM0M2I2NDU=
@@ -326,20 +326,26 @@ Resources:
326
326
  VpnGatewayId : String
327
327
  "AWS::ElastiCache::CacheCluster" :
328
328
  Properties:
329
- AutoMinorVersionUpgrade: Boolean
330
- ClusterName: String
331
- CacheNodeType: String
332
- CacheParameterGroupName: String
333
- CacheSecurityGroupNames: [String]
334
- CacheSubnetGroupName: String
335
- Engine: String
336
- EngineVersion: String
337
- NotificationTopicArn: String
338
- NumCacheNodes: String
339
- Port: Integer
340
- PreferredAvailabilityZone: String
341
- PreferredMaintenanceWindow: String
342
- VpcSecurityGroupIds: [String]
329
+ AutoMinorVersionUpgrade : Boolean
330
+ AZMode : String
331
+ CacheNodeType : String
332
+ CacheParameterGroupName : String
333
+ CacheSecurityGroupNames : [ String ]
334
+ CacheSubnetGroupName : String
335
+ ClusterName : String
336
+ Engine : String
337
+ EngineVersion : String
338
+ NotificationTopicArn : String
339
+ NumCacheNodes : String
340
+ Port : Integer
341
+ PreferredAvailabilityZone : String
342
+ PreferredAvailabilityZones : [ String ]
343
+ PreferredMaintenanceWindow : String
344
+ SnapshotArns : [ String ]
345
+ SnapshotName : String
346
+ SnapshotRetentionLimit : Integer
347
+ SnapshotWindow : String
348
+ VpcSecurityGroupIds : [String]
343
349
  "AWS::ElastiCache::ReplicationGroup" :
344
350
  Properties:
345
351
  AutomaticFailoverEnabled: Boolean
@@ -367,7 +373,7 @@ Resources:
367
373
  Properties: [ String ]
368
374
  "AWS::ElastiCache::SecurityGroup" :
369
375
  Properties:
370
- Decription: String
376
+ Description: String
371
377
  "AWS::ElastiCache::SecurityGroupIngress" :
372
378
  Properties:
373
379
  CacheSecurityGroupName: String
@@ -1,3 +1,3 @@
1
1
  module CfnDsl
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfndsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-16 00:00:00.000000000 Z
12
+ date: 2015-10-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler