humidifier 0.6.0 → 0.6.1

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: 863d092d0a370d1be17700cec8aef43db0251862
4
- data.tar.gz: 54da29ac011bca15c26e05421b6c80be5dff3ba9
3
+ metadata.gz: 478eb0814ff5b1f23e2ccc3f8e1adcb9e055b28d
4
+ data.tar.gz: bd5d51e4187f5a0f62334b203efaa0c3b2b296bf
5
5
  SHA512:
6
- metadata.gz: c6ee1838f70d9381af2ea8f1b3427a5f81a147f58519e8107659d5d00e716d0306cdc026ccc6769096214da492542a7beca1f1601c92493e45e10ac5f19499c9
7
- data.tar.gz: f6a08f16ad0e82014576b519932a4184b0a2c74ae106c6e978c9c7ae7585c1792d5e2744aca2195be5636968fffe0d7354c7015f974aa263226c193048878c95
6
+ metadata.gz: 71c00602a3b655e5896a9778342bc0f57d857f4703470e269fed6e35986d9b2698ee17cbd38076642317918b56a6f68e2171dfe9fabc34ef8a97214cff20b30a
7
+ data.tar.gz: babce6c19b6c6cbca100f28d9988a72e83a9d27e6d2359972e7bfedfecb23c80a7d1f4f952b612b6f5cd9006b25a50bced4d40a0c1a7e1f6ce0f092d09b7988e
@@ -1,4 +1,4 @@
1
1
  module Humidifier
2
2
  # Gem version
3
- VERSION = '0.6.0'.freeze
3
+ VERSION = '0.6.1'.freeze
4
4
  end
@@ -7,6 +7,7 @@
7
7
  "IdentitySource" : String,
8
8
  "IdentityValidationExpression" : String,
9
9
  "Name" : String,
10
+ "ProviderARNs" : [ String, ... ],
10
11
  "RestApiId" : String,
11
12
  "Type" : String
12
13
  }
@@ -0,0 +1,10 @@
1
+ {
2
+ "Type" : "AWS::ApiGateway::UsagePlan",
3
+ "Properties" : {
4
+ "ApiStages" : [ ApiStage, ... ],
5
+ "Description" : String,
6
+ "Quota" : QuotaSettings,
7
+ "Throttle" : ThrottleSettings,
8
+ "UsagePlanName" : String
9
+ }
10
+ }
@@ -10,7 +10,7 @@
10
10
  "LaunchConfigurationName" : String,
11
11
  "LoadBalancerNames" : [ String, ... ],
12
12
  "MaxSize" : String,
13
- "MetricsCollection" : [ MetricsCollection, ... ]
13
+ "MetricsCollection" : [ MetricsCollection, ... ],
14
14
  "MinSize" : String,
15
15
  "NotificationConfigurations" : [ NotificationConfigurations, ... ],
16
16
  "PlacementGroup" : String,
@@ -0,0 +1,8 @@
1
+ {
2
+ "Type" : "AWS::CodeCommit::Repository",
3
+ "Properties" : {
4
+ "RepositoryDescription" : String, required,
5
+ "RepositoryName" : String,
6
+ "Triggers" : [ Trigger ]
7
+ }
8
+ }
@@ -2,6 +2,7 @@
2
2
  "Type" : "AWS::EC2::SecurityGroupEgress",
3
3
  "Properties" : {
4
4
  "CidrIp" : String,
5
+ "DestinationPrefixListId" : String,
5
6
  "DestinationSecurityGroupId" : String,
6
7
  "FromPort" : Integer,
7
8
  "GroupId" : String,
@@ -9,15 +9,23 @@
9
9
  "CacheSubnetGroupName" : String,
10
10
  "Engine" : String,
11
11
  "EngineVersion" : String,
12
+ "NodeGroupConfiguration" : [ NodeGroupConfiguration ],
12
13
  "NotificationTopicArn" : String,
13
14
  "NumCacheClusters" : Integer,
15
+ "NumNodeGroups" : Integer,
14
16
  "Port" : Integer,
15
17
  "PreferredCacheClusterAZs" : [ String, ... ],
16
18
  "PreferredMaintenanceWindow" : String,
19
+ "PrimaryClusterId" : String,
20
+ "ReplicasPerNodeGroup" : Integer,
17
21
  "ReplicationGroupDescription" : String,
22
+ "ReplicationGroupId" : String,
18
23
  "SecurityGroupIds" : [ String, ... ],
19
24
  "SnapshotArns" : [ String, ... ],
25
+ "SnapshotName" : String,
20
26
  "SnapshotRetentionLimit" : Integer,
21
- "SnapshotWindow" : String
27
+ "SnapshottingClusterId" : String,
28
+ "SnapshotWindow" : String,
29
+ "Tags" : Resource Tag, ...
22
30
  }
23
31
  }
@@ -1,7 +1,8 @@
1
1
  {
2
- "Type" : "AWS::ElastiCache::SubnetGroup",
3
- "Properties" : {
4
- "Description" : String,
5
- "SubnetIds" : [ String, ... ]
6
- }
2
+ "Type" : "AWS::ElastiCache::SubnetGroup",
3
+ "Properties" : {
4
+ "CacheSubnetGroupName" : String,
5
+ "Description" : String,
6
+ "SubnetIds" : [ String, ... ]
7
+ }
7
8
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "Type": "AWS::Logs::MetricFilter",    
3
3
  "Properties": {
4
- "FilterPattern": [String, ...],
4
+ "FilterPattern": String,
5
5
  "LogGroupName": String,
6
6
  "MetricTransformations": [ MetricTransformations, ... ]
7
7
  }
@@ -16,6 +16,8 @@
16
16
  "DBSecurityGroups" : [ String, ... ],
17
17
  "DBSnapshotIdentifier" : String,
18
18
  "DBSubnetGroupName" : String,
19
+ "Domain" : String,
20
+ "DomainIAMRoleName" : String,
19
21
  "Engine" : String,
20
22
  "EngineVersion" : String,
21
23
  "Iops" : Number,
@@ -26,8 +28,6 @@
26
28
  "MonitoringInterval" : Integer,
27
29
  "MonitoringRoleArn" : String,
28
30
  "MultiAZ" : Boolean,
29
- "MonitoringInterval" : Integer,
30
- "MonitoringRoleArn" : String,
31
31
  "OptionGroupName" : String,
32
32
  "Port" : String,
33
33
  "PreferredBackupWindow" : String,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humidifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Localytics
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-20 00:00:00.000000000 Z
11
+ date: 2016-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -184,6 +184,7 @@ files:
184
184
  - specs/ApiGateway-Resource.cf
185
185
  - specs/ApiGateway-RestApi.cf
186
186
  - specs/ApiGateway-Stage.cf
187
+ - specs/ApiGateway-UsagePlan.cf
187
188
  - specs/ApplicationAutoScaling-ScalableTarget.cf
188
189
  - specs/ApplicationAutoScaling-ScalingPolicy.cf
189
190
  - specs/AutoScaling-AutoScalingGroup.cf
@@ -201,6 +202,7 @@ files:
201
202
  - specs/CloudFront-Distribution.cf
202
203
  - specs/CloudTrail-Trail.cf
203
204
  - specs/CloudWatch-Alarm.cf
205
+ - specs/CodeCommit-Repository.cf
204
206
  - specs/CodeDeploy-Application.cf
205
207
  - specs/CodeDeploy-DeploymentConfig.cf
206
208
  - specs/CodeDeploy-DeploymentGroup.cf