cfndsl 0.2.9 → 0.3.0

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
- Y2Y2NDliNWJiMGVjZWQ5NDFiNjk5Yzc5NDA0ZDcyYmE3NTZiMjE4MA==
4
+ YjY4NTc4ZGEzZGUzODQ2MzgxYTg1MDc0YmRmMDM3Njg0NWFlZmJmMw==
5
5
  data.tar.gz: !binary |-
6
- ZDJiMTE5YTVmZTAzMGQ3NmIxNDQ3ZDE0M2M0NDU2M2RlMmE3MzgwNA==
6
+ Y2JiZmIzZGI3NGViZDQwOWY2NDg5OWYwMGNhZGE1OTg3NGIwNzJlOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZWZhYTQyZjMxOWYwOWIyMzQ2NDZmYTU3OWE4ZDY4Y2FhNWFhNjVhZDQwNmE0
10
- NTdmM2NiNmZlYmIwN2FlZWFhMjk3OGM2NzM2M2U2YWQ0NzM0MjI3ZTYyZGQy
11
- ZWU5NjA0Nzc2MThmMTRlMjViODRmM2E1OTAxNjkxZjAyMDEzMTg=
9
+ ZmE3MmViOGQwZDNmZjI1MTQ2YTA0NDllMTg2YTllYTMwYzcyNjRlZTU1YzA5
10
+ YWFmNDNlNTdjNzY2YjNlYTk3ZjRhOGMzYmExNzUyZWI0MzEzYzg1NTk4ODQ4
11
+ OGJlMjYzYjUxMTU2ODA5YWUyODRhZTRjYTE5ZTE1MzFiNDdhZWI=
12
12
  data.tar.gz: !binary |-
13
- OWNmMGNiOTA5MTZmMDI4OGUzZDRmYWMxZmJjNTI4YjAwZDk3ZTRkMzdlMGYx
14
- ZTY3MDJkNDQ0NmEyZDMyMzA5MjJhMzE0OGYyOTVlMmQwZWVkYTZmNTM1N2I4
15
- ODc0M2FhN2Y5ZDAwMWFkMjJjZjQ2MmE5YWE3NzFlZjZiMmIwN2U=
13
+ YmM2Y2VjNTMwODk5MjEwOTg0ZTY5MjQ1MWI1ZmE3YjliZTk0Zjc5NzRlNzZj
14
+ MzdmYTgyMDY5ZmEzMWQ3ZGEyMDVlNTU5OTdiNjFkNTFjZmNhYjRjYzRmNTMx
15
+ MmYxMTczNGQzMmM3N2FiZGJkMjViOGE4ZDI4NTFlYTk0ZTVhM2U=
@@ -326,26 +326,20 @@ Resources:
326
326
  VpnGatewayId : String
327
327
  "AWS::ElastiCache::CacheCluster" :
328
328
  Properties:
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]
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]
349
343
  "AWS::ElastiCache::ReplicationGroup" :
350
344
  Properties:
351
345
  AutomaticFailoverEnabled: Boolean
@@ -373,7 +367,7 @@ Resources:
373
367
  Properties: [ String ]
374
368
  "AWS::ElastiCache::SecurityGroup" :
375
369
  Properties:
376
- Description: String
370
+ Decription: String
377
371
  "AWS::ElastiCache::SecurityGroupIngress" :
378
372
  Properties:
379
373
  CacheSecurityGroupName: String
@@ -708,20 +702,6 @@ Resources:
708
702
  Properties:
709
703
  ContainerDefinitions: [ ECSContainerDefinition ]
710
704
  Volumes: [ ECSVolume ]
711
- "AWS::CodeDeploy::Application" :
712
- Properties: {}
713
- "AWS::CodeDeploy::DeploymentConfig" :
714
- Properties:
715
- MinimumHealthyHosts: CDMinimumHealthyHosts
716
- "AWS::CodeDeploy::DeploymentGroup" :
717
- Properties:
718
- ApplicationName: String
719
- AutoScalingGroups: [ String ]
720
- Deployment: CDDeployment
721
- DeploymentConfigName: String
722
- Ec2TagFilters: [ CDEc2TagFilters ]
723
- OnPremisesInstanceTagFilters: [ CDOnPremisesInstanceTagFilters ]
724
- ServiceRoleArn: String
725
705
 
726
706
  Types:
727
707
  String: String
@@ -978,31 +958,3 @@ Types:
978
958
  ECSVolume:
979
959
  Name: String
980
960
  Host: ECSHost
981
- CDMinimumHealthyHosts:
982
- Type: String
983
- Value: Integer
984
- CDGitHubLocation:
985
- CommitId: String
986
- Repository: String
987
- CDS3Location:
988
- Bucket: String
989
- BundleType: String
990
- ETag: String
991
- Key: String
992
- Version: String
993
- CDRevision:
994
- GitHubLocation: CDGitHubLocation
995
- RevisionType: String
996
- S3Location: CDS3Location
997
- CDDeployment:
998
- Description: String
999
- IgnoreApplicationStopFailures: Boolean
1000
- Revision: CDRevision
1001
- CDEc2TagFilters:
1002
- Key: String
1003
- Type: String
1004
- Value: String
1005
- CDOnPremisesInstanceTagFilters:
1006
- Key: String
1007
- Type: String
1008
- Value: String
@@ -1,3 +1,3 @@
1
1
  module CfnDsl
2
- VERSION = "0.2.9"
2
+ VERSION = "0.3.0"
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.9
4
+ version: 0.3.0
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-29 00:00:00.000000000 Z
12
+ date: 2015-10-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -68,7 +68,6 @@ files:
68
68
  - sample/autoscale.template
69
69
  - sample/autoscale2.rb
70
70
  - sample/circular.rb
71
- - sample/codedeploy.rb
72
71
  - sample/ecs.rb
73
72
  - sample/t1.rb
74
73
  - sample/t1.yaml
data/sample/codedeploy.rb DELETED
@@ -1,48 +0,0 @@
1
- CloudFormation {
2
- DESCRIPTION ||= "CodeDeploy description"
3
-
4
- Description DESCRIPTION
5
-
6
- Parameter("ServiceRoleArn") {
7
- Description "CodeDeploy Service Role"
8
- Type "String"
9
- }
10
-
11
- Resource('MyCodeDeployApp') {
12
- Type 'AWS::CodeDeploy::Application'
13
- }
14
-
15
- Resource('MyDeploymentConfig') {
16
- Type 'AWS::CodeDeploy::DeploymentConfig'
17
- Property('MinimumHealthyHosts', {
18
- Type: "FLEET_PERCENT",
19
- Value: "50"
20
- })
21
- }
22
-
23
- Resource('MyDeploymentGroup') {
24
- Type 'AWS::CodeDeploy::DeploymentGroup'
25
- Property('ApplicationName', Ref('MyCodeDeployApp'))
26
- Property('Deployment', {
27
- Description: 'My App CodeDeploy',
28
- IgnoreApplicationStopFailures: true,
29
- Revision: {
30
- RevisionType: 'S3',
31
- S3Location: {
32
- Bucket: 'my_code_deploy_bucket',
33
- Key: '/my_app_code_deloy',
34
- BundleType: 'zip',
35
- ETag: '1234567890ABCDEF',
36
- Version: '10'
37
- }
38
- }
39
- })
40
- Property('Ec2TagFilters', [{
41
- Key: 'Role',
42
- Value: 'myapp',
43
- Type: 'KEY_AND_VALUE',
44
- }])
45
- Property('ServiceRoleArn', Ref('ServiceRoleArn'))
46
- }
47
-
48
- }