cfndsl 0.1.7 → 0.1.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 +4 -4
- data/lib/cfndsl/aws_types.yaml +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a131b0ba9f92583760b1a299221b0c4fe645b061
|
|
4
|
+
data.tar.gz: d530c46e7ed6ce23418796ff1bd8520247ec981e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32d79ce27796e379e4bc3a97de533dd7c9f15db11a89afd7bec5f5ddc37b0582ea2a0b7cad1e80024f95dfa9bae5ade03f6069c6d574c0a53443161ed0aee223
|
|
7
|
+
data.tar.gz: 244cb4a80dff36f185a20a33d9d98dd67c387ef899612aca8b46c7df7eaab7d873e5c173c38afaba1a6562af82d6d8c11264fb60b9b65d92475f4218e244b26d
|
data/lib/cfndsl/aws_types.yaml
CHANGED
|
@@ -333,6 +333,7 @@ Resources:
|
|
|
333
333
|
SecurityGroups: [ String ]
|
|
334
334
|
Subnets: [ String ]
|
|
335
335
|
ConnectionDrainingPolicy: ConnectionDrainingPolicy
|
|
336
|
+
ConnectionSettings: ConnectionSettings
|
|
336
337
|
Attributes:
|
|
337
338
|
CanonicalHostedZoneName: String
|
|
338
339
|
CanonicalGostedZoneNameID: String
|
|
@@ -634,6 +635,8 @@ Types:
|
|
|
634
635
|
ConnectionDrainingPolicy:
|
|
635
636
|
Enabled: Boolean
|
|
636
637
|
Timeout: Integer
|
|
638
|
+
ConnectionSettings:
|
|
639
|
+
IdleTimeout: Integer
|
|
637
640
|
Listener:
|
|
638
641
|
InstancePort: String
|
|
639
642
|
InstanceProtocol: String
|
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.1.
|
|
4
|
+
version: 0.1.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:
|
|
12
|
+
date: 2015-01-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|