humidifier 1.0.0 → 1.0.1
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/humidifier/version.rb +1 -1
- data/specs/CloudFormationResourceSpecification.json +874 -412
- data/specs/fixer.rb +0 -307
- metadata +2 -2
data/specs/fixer.rb
CHANGED
@@ -50,311 +50,4 @@ class Fixer
|
|
50
50
|
}
|
51
51
|
}
|
52
52
|
end
|
53
|
-
|
54
|
-
fix 'AWS::EC2::SpotFleet is missing a lot of its nested structures' do
|
55
|
-
parsed['PropertyTypes'].merge!({
|
56
|
-
"AWS::EC2::SpotFleet.LaunchSpecifications": {
|
57
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html",
|
58
|
-
"Properties": {
|
59
|
-
"BlockDeviceMappings": {
|
60
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings",
|
61
|
-
"Required": false,
|
62
|
-
"ItemType": "BlockDeviceMappings",
|
63
|
-
"Type": "List",
|
64
|
-
"UpdateType": "Mutable"
|
65
|
-
},
|
66
|
-
"EbsOptimized": {
|
67
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-ebsoptimized",
|
68
|
-
"Required": false,
|
69
|
-
"PrimitiveType": "Boolean",
|
70
|
-
"UpdateType": "Mutable"
|
71
|
-
},
|
72
|
-
"IamInstanceProfile": {
|
73
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-iaminstanceprofile",
|
74
|
-
"Required": false,
|
75
|
-
"Type": "IamInstanceProfile",
|
76
|
-
"UpdateType": "Mutable"
|
77
|
-
},
|
78
|
-
"ImageId": {
|
79
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-imageid",
|
80
|
-
"Required": true,
|
81
|
-
"PrimitiveType": "String",
|
82
|
-
"UpdateType": "Mutable"
|
83
|
-
},
|
84
|
-
"InstanceType": {
|
85
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-instancetype",
|
86
|
-
"Required": true,
|
87
|
-
"PrimitiveType": "String",
|
88
|
-
"UpdateType": "Mutable"
|
89
|
-
},
|
90
|
-
"KernelId": {
|
91
|
-
"Documentation": "hhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-kernelid",
|
92
|
-
"Required": false,
|
93
|
-
"PrimitiveType": "String",
|
94
|
-
"UpdateType": "Mutable"
|
95
|
-
},
|
96
|
-
"KeyName": {
|
97
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-keyname",
|
98
|
-
"Required": false,
|
99
|
-
"PrimitiveType": "String",
|
100
|
-
"UpdateType": "Mutable"
|
101
|
-
},
|
102
|
-
"Monitoring": {
|
103
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-monitoring",
|
104
|
-
"Required": false,
|
105
|
-
"Type": "Monitoring",
|
106
|
-
"UpdateType": "Mutable"
|
107
|
-
},
|
108
|
-
"NetworkInterfaces": {
|
109
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces",
|
110
|
-
"Required": false,
|
111
|
-
"ItemType": "NetworkInterfaces",
|
112
|
-
"Type": "List",
|
113
|
-
"UpdateType": "Mutable"
|
114
|
-
},
|
115
|
-
"Placement": {
|
116
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-placement",
|
117
|
-
"Required": false,
|
118
|
-
"PrimitiveType": "Boolean",
|
119
|
-
"UpdateType": "Mutable"
|
120
|
-
},
|
121
|
-
"RamdiskId": {
|
122
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-ramdiskid",
|
123
|
-
"Required": false,
|
124
|
-
"Type": "Placement",
|
125
|
-
"UpdateType": "Mutable"
|
126
|
-
},
|
127
|
-
"SecurityGroups": {
|
128
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-securitygroups",
|
129
|
-
"Required": false,
|
130
|
-
"ItemType": "SecurityGroups",
|
131
|
-
"Type": "List",
|
132
|
-
"UpdateType": "Mutable"
|
133
|
-
},
|
134
|
-
"SpotPrice": {
|
135
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-spotprice",
|
136
|
-
"Required": false,
|
137
|
-
"PrimitiveType": "String",
|
138
|
-
"UpdateType": "Mutable"
|
139
|
-
},
|
140
|
-
"SubnetId": {
|
141
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-subnetid",
|
142
|
-
"Required": false,
|
143
|
-
"PrimitiveType": "String",
|
144
|
-
"UpdateType": "Mutable"
|
145
|
-
},
|
146
|
-
"UserData": {
|
147
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-userdata",
|
148
|
-
"Required": false,
|
149
|
-
"PrimitiveType": "String",
|
150
|
-
"UpdateType": "Mutable"
|
151
|
-
},
|
152
|
-
"WeightedCapacity": {
|
153
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-weightedcapacity",
|
154
|
-
"Required": false,
|
155
|
-
"PrimitiveType": "Integer",
|
156
|
-
"UpdateType": "Mutable"
|
157
|
-
}
|
158
|
-
}
|
159
|
-
},
|
160
|
-
"AWS::EC2::SpotFleet.BlockDeviceMappings": {
|
161
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings.html",
|
162
|
-
"Properties": {
|
163
|
-
"DeviceName": {
|
164
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-devicename",
|
165
|
-
"Required": true,
|
166
|
-
"PrimitiveType": "String",
|
167
|
-
"UpdateType": "Mutable"
|
168
|
-
},
|
169
|
-
"Ebs": {
|
170
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs",
|
171
|
-
"Required": false,
|
172
|
-
"Type": "Ebs",
|
173
|
-
"UpdateType": "Mutable"
|
174
|
-
},
|
175
|
-
"NoDevice": {
|
176
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-nodevice",
|
177
|
-
"Required": false,
|
178
|
-
"PrimitiveType": "Boolean",
|
179
|
-
"UpdateType": "Mutable"
|
180
|
-
},
|
181
|
-
"VirtualName": {
|
182
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-virtualname",
|
183
|
-
"Required": false,
|
184
|
-
"PrimitiveType": "String",
|
185
|
-
"UpdateType": "Mutable"
|
186
|
-
}
|
187
|
-
}
|
188
|
-
},
|
189
|
-
"AWS::EC2::SpotFleet.Ebs": {
|
190
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html",
|
191
|
-
"Properties": {
|
192
|
-
"DeleteOnTermination": {
|
193
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs-deleteontermination",
|
194
|
-
"Required": false,
|
195
|
-
"PrimitiveType": "Boolean",
|
196
|
-
"UpdateType": "Mutable"
|
197
|
-
},
|
198
|
-
"Encrypted": {
|
199
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs-encrypted",
|
200
|
-
"Required": false,
|
201
|
-
"PrimitiveType": "Boolean",
|
202
|
-
"UpdateType": "Mutable"
|
203
|
-
},
|
204
|
-
"Iops": {
|
205
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs-iops",
|
206
|
-
"Required": false,
|
207
|
-
"PrimitiveType": "Integer",
|
208
|
-
"UpdateType": "Mutable"
|
209
|
-
},
|
210
|
-
"SnapshotId": {
|
211
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs-snapshotid",
|
212
|
-
"Required": false,
|
213
|
-
"PrimitiveType": "String",
|
214
|
-
"UpdateType": "Mutable"
|
215
|
-
},
|
216
|
-
"VolumeSize": {
|
217
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs-volumesize",
|
218
|
-
"Required": false,
|
219
|
-
"PrimitiveType": "Integer",
|
220
|
-
"UpdateType": "Mutable"
|
221
|
-
},
|
222
|
-
"VolumeType": {
|
223
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-blockdevicemappings-ebs-volumetype",
|
224
|
-
"Required": false,
|
225
|
-
"PrimitiveType": "String",
|
226
|
-
"UpdateType": "Mutable"
|
227
|
-
}
|
228
|
-
}
|
229
|
-
},
|
230
|
-
"AWS::EC2::SpotFleet.SecurityGroups": {
|
231
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-securitygroups.html",
|
232
|
-
"Properties": {
|
233
|
-
"DeleteOnTermination": {
|
234
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-securitygroups.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-securitygroups-groupid",
|
235
|
-
"Required": false,
|
236
|
-
"PrimitiveType": "String",
|
237
|
-
"UpdateType": "Mutable"
|
238
|
-
}
|
239
|
-
}
|
240
|
-
},
|
241
|
-
"AWS::EC2::SpotFleet.Placement": {
|
242
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-placement.html",
|
243
|
-
"Properties": {
|
244
|
-
"AvailabilityZone": {
|
245
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-placement.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-placement-availabilityzone",
|
246
|
-
"Required": false,
|
247
|
-
"PrimitiveType": "String",
|
248
|
-
"UpdateType": "Mutable"
|
249
|
-
},
|
250
|
-
"GroupName": {
|
251
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-placement.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-placement-groupname",
|
252
|
-
"Required": false,
|
253
|
-
"PrimitiveType": "String",
|
254
|
-
"UpdateType": "Mutable"
|
255
|
-
}
|
256
|
-
}
|
257
|
-
},
|
258
|
-
"AWS::EC2::SpotFleet.NetworkInterfaces": {
|
259
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces.html",
|
260
|
-
"Properties": {
|
261
|
-
"AssociatePublicIpAddress": {
|
262
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-associatepublicipaddress",
|
263
|
-
"Required": false,
|
264
|
-
"PrimitiveType": "Boolean",
|
265
|
-
"UpdateType": "Mutable"
|
266
|
-
},
|
267
|
-
"DeleteOnTermination": {
|
268
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-deleteontermination",
|
269
|
-
"Required": false,
|
270
|
-
"PrimitiveType": "Boolean",
|
271
|
-
"UpdateType": "Mutable"
|
272
|
-
},
|
273
|
-
"Description": {
|
274
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-description",
|
275
|
-
"Required": false,
|
276
|
-
"PrimitiveType": "String",
|
277
|
-
"UpdateType": "Mutable"
|
278
|
-
},
|
279
|
-
"DeviceIndex": {
|
280
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-deviceindex",
|
281
|
-
"Required": true,
|
282
|
-
"PrimitiveType": "Integer",
|
283
|
-
"UpdateType": "Mutable"
|
284
|
-
},
|
285
|
-
"Groups": {
|
286
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-groups",
|
287
|
-
"Required": false,
|
288
|
-
"Type": "List",
|
289
|
-
"PrimitiveItemType": "String",
|
290
|
-
"UpdateType": "Mutable"
|
291
|
-
},
|
292
|
-
"NetworkInterfaceId": {
|
293
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-networkinterfaceid",
|
294
|
-
"Required": false,
|
295
|
-
"PrimitiveType": "String",
|
296
|
-
"UpdateType": "Mutable"
|
297
|
-
},
|
298
|
-
"PrivateIpAddresses": {
|
299
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-privateipaddresses",
|
300
|
-
"Required": false,
|
301
|
-
"Type": "List",
|
302
|
-
"ItemType": "PrivateIpAddresses",
|
303
|
-
"UpdateType": "Mutable"
|
304
|
-
},
|
305
|
-
"SecondaryPrivateIpAddressCount": {
|
306
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-secondaryprivateipaddresscount",
|
307
|
-
"Required": false,
|
308
|
-
"PrimitiveType": "Integer",
|
309
|
-
"UpdateType": "Mutable"
|
310
|
-
},
|
311
|
-
"SubnetId": {
|
312
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-subnetid",
|
313
|
-
"Required": false,
|
314
|
-
"PrimitiveType": "String",
|
315
|
-
"UpdateType": "Mutable"
|
316
|
-
}
|
317
|
-
}
|
318
|
-
},
|
319
|
-
"AWS::EC2::SpotFleet.IamInstanceProfile": {
|
320
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-iaminstanceprofile.html",
|
321
|
-
"Properties": {
|
322
|
-
"Arn": {
|
323
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-iaminstanceprofile.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-iaminstanceprofile-arn",
|
324
|
-
"Required": false,
|
325
|
-
"PrimitiveType": "String",
|
326
|
-
"UpdateType": "Mutable"
|
327
|
-
}
|
328
|
-
}
|
329
|
-
},
|
330
|
-
"AWS::EC2::SpotFleet.Monitoring": {
|
331
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-monitoring.html",
|
332
|
-
"Properties": {
|
333
|
-
"Arn": {
|
334
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-monitoring.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-monitoring-enabled",
|
335
|
-
"Required": false,
|
336
|
-
"PrimitiveType": "Boolean",
|
337
|
-
"UpdateType": "Mutable"
|
338
|
-
}
|
339
|
-
}
|
340
|
-
},
|
341
|
-
"AWS::EC2::SpotFleet.PrivateIpAddresses": {
|
342
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-privateipaddresses.html",
|
343
|
-
"Properties": {
|
344
|
-
"Primary": {
|
345
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-privateipaddresses.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-privateipaddresses-primary",
|
346
|
-
"Required": false,
|
347
|
-
"PrimitiveType": "Boolean",
|
348
|
-
"UpdateType": "Mutable"
|
349
|
-
},
|
350
|
-
"PrivateIpAddress": {
|
351
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-privateipaddresses.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-privateipaddresses-privateipaddress",
|
352
|
-
"Required": true,
|
353
|
-
"PrimitiveType": "String",
|
354
|
-
"UpdateType": "Mutable"
|
355
|
-
}
|
356
|
-
}
|
357
|
-
}
|
358
|
-
})
|
359
|
-
end
|
360
53
|
end
|
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: 1.0.
|
4
|
+
version: 1.0.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-12-
|
11
|
+
date: 2016-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|