convection 0.2.10 → 0.2.11

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: cbf90dd17817a71226e2f00f295de60dc20d0832
4
- data.tar.gz: 81f62c92f1f190ab30fec53417ab7648c2a254ec
3
+ metadata.gz: c29b3f1c8f83815c88cb2beb09393a0f141e05d6
4
+ data.tar.gz: 5d6829531589da8a752e8a4c1d6854d004c76398
5
5
  SHA512:
6
- metadata.gz: b38f4977d8922420f02544502565afbdac17bad3aef29e7d067452375f5889516af870a3a65e9af5016d53b45f06538d1d771025006d77a73674e0d93c095b7c
7
- data.tar.gz: 0a2b978adc911e6a5267df31d9479496e6583188c55b9207c6afa671627f0d5b2642e0fc2d9bda095522f2e067533af431234fa92550d72c275b990ced40279e
6
+ metadata.gz: c39a9a01dab72d7b2d8130870bdf7ecffd3c4128c6045f90847c1f859ac93b59a2080d05239b49920f8746a2337c63d1020809db974177052ef1d95908ae0e2d
7
+ data.tar.gz: de3a2ef59b98e0a3249a77bf1e9998f8c73b318bb603113e5a167feacf0decdcfd8dbacc2a0db8fc801ab290920b1b02d52daec97a2442256ba513348c809029
@@ -0,0 +1,21 @@
1
+ require_relative '../resource'
2
+
3
+ module Convection
4
+ module Model
5
+ class Template
6
+ class Resource
7
+ ##
8
+ # AWS::EC2::EIPAssociation
9
+ ##
10
+ class EIPAssociation < Resource
11
+ type 'AWS::EC2::EIPAssociation'
12
+ property :allocation_id, 'AllocationId'
13
+ property :eip, 'EIP'
14
+ property :instance_id, 'InstanceId'
15
+ property :network_interface_id, 'NetworkInterfaceId'
16
+ property :private_ip_address, 'PrivateIpAddress'
17
+ end
18
+ end
19
+ end
20
+ end
21
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: convection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Manero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-28 00:00:00.000000000 Z
11
+ date: 2015-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -379,6 +379,7 @@ files:
379
379
  - lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
380
380
  - lib/convection/model/template/resource/aws_cloud_watch_alarm.rb
381
381
  - lib/convection/model/template/resource/aws_cloudfront_distribution.rb
382
+ - lib/convection/model/template/resource/aws_ec2_eip_association.rb
382
383
  - lib/convection/model/template/resource/aws_ec2_instance.rb
383
384
  - lib/convection/model/template/resource/aws_ec2_internet_gateway.rb
384
385
  - lib/convection/model/template/resource/aws_ec2_network_acl.rb