humidifier 1.11.0.2 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CloudFormationResourceSpecification.json +259 -73
- data/lib/humidifier/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c41cab6f5bc1605d13414a3a084500ffd68940cb
|
4
|
+
data.tar.gz: 3e65de9e60bd4192537a69e02e8a1dddf7e728be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f708e4dc0b3d0010b94baf4f53325904571793810b44e887816ddd5006512d11caab0fa1586514d973baacd4a2ff7b80e9a3dd476ddc4c88270c5c83e9a435b1
|
7
|
+
data.tar.gz: 46f83a549b4149be8e44ec7420ae65687653656f22c30fbf6b1977cfb018d09bb8856047a013632eac476fe6265b8387935d1450659ed92ac6e11848a62a307b
|
@@ -2946,6 +2946,24 @@
|
|
2946
2946
|
}
|
2947
2947
|
}
|
2948
2948
|
},
|
2949
|
+
"AWS::ServiceDiscovery::Service.DnsConfig": {
|
2950
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html",
|
2951
|
+
"Properties": {
|
2952
|
+
"DnsRecords": {
|
2953
|
+
"Type": "List",
|
2954
|
+
"Required": true,
|
2955
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-dnsrecords",
|
2956
|
+
"ItemType": "DnsRecord",
|
2957
|
+
"UpdateType": "Mutable"
|
2958
|
+
},
|
2959
|
+
"NamespaceId": {
|
2960
|
+
"Required": true,
|
2961
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid",
|
2962
|
+
"PrimitiveType": "String",
|
2963
|
+
"UpdateType": "Immutable"
|
2964
|
+
}
|
2965
|
+
}
|
2966
|
+
},
|
2949
2967
|
"AWS::ApiGateway::Method.Integration": {
|
2950
2968
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html",
|
2951
2969
|
"Properties": {
|
@@ -3152,6 +3170,23 @@
|
|
3152
3170
|
}
|
3153
3171
|
}
|
3154
3172
|
},
|
3173
|
+
"AWS::ServiceDiscovery::Service.DnsRecord": {
|
3174
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsrecord.html",
|
3175
|
+
"Properties": {
|
3176
|
+
"Type": {
|
3177
|
+
"Required": true,
|
3178
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsrecord.html#cfn-servicediscovery-service-dnsrecord-type",
|
3179
|
+
"PrimitiveType": "String",
|
3180
|
+
"UpdateType": "Mutable"
|
3181
|
+
},
|
3182
|
+
"TTL": {
|
3183
|
+
"Required": true,
|
3184
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsrecord.html#cfn-servicediscovery-service-dnsrecord-ttl",
|
3185
|
+
"PrimitiveType": "String",
|
3186
|
+
"UpdateType": "Mutable"
|
3187
|
+
}
|
3188
|
+
}
|
3189
|
+
},
|
3155
3190
|
"AWS::DynamoDB::Table.LocalSecondaryIndex": {
|
3156
3191
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-lsi.html",
|
3157
3192
|
"Properties": {
|
@@ -4454,42 +4489,6 @@
|
|
4454
4489
|
}
|
4455
4490
|
}
|
4456
4491
|
},
|
4457
|
-
"AWS::CloudFront::Distribution.LegacyCustomOrigin": {
|
4458
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-legacycustomorigin.html",
|
4459
|
-
"Properties": {
|
4460
|
-
"HTTPSPort": {
|
4461
|
-
"Required": false,
|
4462
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-legacycustomorigin.html#cfn-cloudfront-distribution-legacycustomorigin-httpsport",
|
4463
|
-
"PrimitiveType": "Integer",
|
4464
|
-
"UpdateType": "Mutable"
|
4465
|
-
},
|
4466
|
-
"OriginSSLProtocols": {
|
4467
|
-
"PrimitiveItemType": "String",
|
4468
|
-
"Type": "List",
|
4469
|
-
"Required": false,
|
4470
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-legacycustomorigin.html#cfn-cloudfront-distribution-legacycustomorigin-originsslprotocols",
|
4471
|
-
"UpdateType": "Mutable"
|
4472
|
-
},
|
4473
|
-
"DNSName": {
|
4474
|
-
"Required": true,
|
4475
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-legacycustomorigin.html#cfn-cloudfront-distribution-legacycustomorigin-dnsname",
|
4476
|
-
"PrimitiveType": "String",
|
4477
|
-
"UpdateType": "Mutable"
|
4478
|
-
},
|
4479
|
-
"HTTPPort": {
|
4480
|
-
"Required": false,
|
4481
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-legacycustomorigin.html#cfn-cloudfront-distribution-legacycustomorigin-httpport",
|
4482
|
-
"PrimitiveType": "Integer",
|
4483
|
-
"UpdateType": "Mutable"
|
4484
|
-
},
|
4485
|
-
"OriginProtocolPolicy": {
|
4486
|
-
"Required": true,
|
4487
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-legacycustomorigin.html#cfn-cloudfront-distribution-legacycustomorigin-originprotocolpolicy",
|
4488
|
-
"PrimitiveType": "String",
|
4489
|
-
"UpdateType": "Mutable"
|
4490
|
-
}
|
4491
|
-
}
|
4492
|
-
},
|
4493
4492
|
"AWS::WAFRegional::Rule.Predicate": {
|
4494
4493
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-rule-predicate.html",
|
4495
4494
|
"Properties": {
|
@@ -10022,18 +10021,6 @@
|
|
10022
10021
|
"PrimitiveType": "String",
|
10023
10022
|
"UpdateType": "Mutable"
|
10024
10023
|
},
|
10025
|
-
"S3Origin": {
|
10026
|
-
"Type": "LegacyS3Origin",
|
10027
|
-
"Required": false,
|
10028
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-s3origin",
|
10029
|
-
"UpdateType": "Mutable"
|
10030
|
-
},
|
10031
|
-
"CustomOrigin": {
|
10032
|
-
"Type": "LegacyCustomOrigin",
|
10033
|
-
"Required": false,
|
10034
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-customorigin",
|
10035
|
-
"UpdateType": "Mutable"
|
10036
|
-
},
|
10037
10024
|
"DefaultCacheBehavior": {
|
10038
10025
|
"Type": "DefaultCacheBehavior",
|
10039
10026
|
"Required": false,
|
@@ -10072,13 +10059,6 @@
|
|
10072
10059
|
"PrimitiveType": "String",
|
10073
10060
|
"UpdateType": "Mutable"
|
10074
10061
|
},
|
10075
|
-
"CNAMEs": {
|
10076
|
-
"PrimitiveItemType": "String",
|
10077
|
-
"Type": "List",
|
10078
|
-
"Required": false,
|
10079
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-cnames",
|
10080
|
-
"UpdateType": "Mutable"
|
10081
|
-
},
|
10082
10062
|
"HttpVersion": {
|
10083
10063
|
"Required": false,
|
10084
10064
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-httpversion",
|
@@ -10187,6 +10167,29 @@
|
|
10187
10167
|
}
|
10188
10168
|
}
|
10189
10169
|
},
|
10170
|
+
"AWS::ServiceDiscovery::Service.HealthCheckConfig": {
|
10171
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html",
|
10172
|
+
"Properties": {
|
10173
|
+
"Type": {
|
10174
|
+
"Required": true,
|
10175
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-type",
|
10176
|
+
"PrimitiveType": "String",
|
10177
|
+
"UpdateType": "Mutable"
|
10178
|
+
},
|
10179
|
+
"ResourcePath": {
|
10180
|
+
"Required": false,
|
10181
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-resourcepath",
|
10182
|
+
"PrimitiveType": "String",
|
10183
|
+
"UpdateType": "Mutable"
|
10184
|
+
},
|
10185
|
+
"FailureThreshold": {
|
10186
|
+
"Required": false,
|
10187
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html#cfn-servicediscovery-service-healthcheckconfig-failurethreshold",
|
10188
|
+
"PrimitiveType": "Double",
|
10189
|
+
"UpdateType": "Mutable"
|
10190
|
+
}
|
10191
|
+
}
|
10192
|
+
},
|
10190
10193
|
"AWS::Cognito::UserPool.DeviceConfiguration": {
|
10191
10194
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html",
|
10192
10195
|
"Properties": {
|
@@ -10785,23 +10788,6 @@
|
|
10785
10788
|
}
|
10786
10789
|
}
|
10787
10790
|
},
|
10788
|
-
"AWS::CloudFront::Distribution.LegacyS3Origin": {
|
10789
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-legacys3origin.html",
|
10790
|
-
"Properties": {
|
10791
|
-
"OriginAccessIdentity": {
|
10792
|
-
"Required": false,
|
10793
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-legacys3origin.html#cfn-cloudfront-distribution-legacys3origin-originaccessidentity",
|
10794
|
-
"PrimitiveType": "String",
|
10795
|
-
"UpdateType": "Mutable"
|
10796
|
-
},
|
10797
|
-
"DNSName": {
|
10798
|
-
"Required": true,
|
10799
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-legacys3origin.html#cfn-cloudfront-distribution-legacys3origin-dnsname",
|
10800
|
-
"PrimitiveType": "String",
|
10801
|
-
"UpdateType": "Mutable"
|
10802
|
-
}
|
10803
|
-
}
|
10804
|
-
},
|
10805
10791
|
"AWS::Route53::HostedZone.VPC": {
|
10806
10792
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone-hostedzonevpcs.html",
|
10807
10793
|
"Properties": {
|
@@ -14709,6 +14695,23 @@
|
|
14709
14695
|
}
|
14710
14696
|
}
|
14711
14697
|
},
|
14698
|
+
"AWS::Inspector::ResourceGroup": {
|
14699
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html",
|
14700
|
+
"Attributes": {
|
14701
|
+
"Arn": {
|
14702
|
+
"PrimitiveType": "String"
|
14703
|
+
}
|
14704
|
+
},
|
14705
|
+
"Properties": {
|
14706
|
+
"ResourceGroupTags": {
|
14707
|
+
"Type": "List",
|
14708
|
+
"Required": true,
|
14709
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html#cfn-inspector-resourcegroup-resourcegrouptags",
|
14710
|
+
"ItemType": "Tag",
|
14711
|
+
"UpdateType": "Immutable"
|
14712
|
+
}
|
14713
|
+
}
|
14714
|
+
},
|
14712
14715
|
"AWS::EC2::EIP": {
|
14713
14716
|
"Attributes": {
|
14714
14717
|
"AllocationId": {
|
@@ -18340,6 +18343,29 @@
|
|
18340
18343
|
}
|
18341
18344
|
}
|
18342
18345
|
},
|
18346
|
+
"AWS::ServiceDiscovery::Instance": {
|
18347
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html",
|
18348
|
+
"Properties": {
|
18349
|
+
"InstanceAttributes": {
|
18350
|
+
"Required": true,
|
18351
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes",
|
18352
|
+
"PrimitiveType": "Json",
|
18353
|
+
"UpdateType": "Mutable"
|
18354
|
+
},
|
18355
|
+
"InstanceId": {
|
18356
|
+
"Required": false,
|
18357
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid",
|
18358
|
+
"PrimitiveType": "String",
|
18359
|
+
"UpdateType": "Immutable"
|
18360
|
+
},
|
18361
|
+
"ServiceId": {
|
18362
|
+
"Required": true,
|
18363
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid",
|
18364
|
+
"PrimitiveType": "String",
|
18365
|
+
"UpdateType": "Immutable"
|
18366
|
+
}
|
18367
|
+
}
|
18368
|
+
},
|
18343
18369
|
"AWS::EC2::Instance": {
|
18344
18370
|
"Attributes": {
|
18345
18371
|
"AvailabilityZone": {
|
@@ -18987,6 +19013,46 @@
|
|
18987
19013
|
}
|
18988
19014
|
}
|
18989
19015
|
},
|
19016
|
+
"AWS::ServiceDiscovery::Service": {
|
19017
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html",
|
19018
|
+
"Attributes": {
|
19019
|
+
"Id": {
|
19020
|
+
"PrimitiveType": "String"
|
19021
|
+
},
|
19022
|
+
"Arn": {
|
19023
|
+
"PrimitiveType": "String"
|
19024
|
+
},
|
19025
|
+
"Name": {
|
19026
|
+
"PrimitiveType": "String"
|
19027
|
+
}
|
19028
|
+
},
|
19029
|
+
"Properties": {
|
19030
|
+
"Description": {
|
19031
|
+
"Required": false,
|
19032
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-description",
|
19033
|
+
"PrimitiveType": "String",
|
19034
|
+
"UpdateType": "Mutable"
|
19035
|
+
},
|
19036
|
+
"DnsConfig": {
|
19037
|
+
"Type": "DnsConfig",
|
19038
|
+
"Required": true,
|
19039
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-dnsconfig",
|
19040
|
+
"UpdateType": "Mutable"
|
19041
|
+
},
|
19042
|
+
"HealthCheckConfig": {
|
19043
|
+
"Type": "HealthCheckConfig",
|
19044
|
+
"Required": false,
|
19045
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-healthcheckconfig",
|
19046
|
+
"UpdateType": "Mutable"
|
19047
|
+
},
|
19048
|
+
"Name": {
|
19049
|
+
"Required": false,
|
19050
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name",
|
19051
|
+
"PrimitiveType": "String",
|
19052
|
+
"UpdateType": "Immutable"
|
19053
|
+
}
|
19054
|
+
}
|
19055
|
+
},
|
18990
19056
|
"AWS::Logs::LogStream": {
|
18991
19057
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html",
|
18992
19058
|
"Properties": {
|
@@ -21632,6 +21698,37 @@
|
|
21632
21698
|
}
|
21633
21699
|
}
|
21634
21700
|
},
|
21701
|
+
"AWS::ServiceDiscovery::PrivateDnsNamespace": {
|
21702
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html",
|
21703
|
+
"Attributes": {
|
21704
|
+
"Id": {
|
21705
|
+
"PrimitiveType": "String"
|
21706
|
+
},
|
21707
|
+
"Arn": {
|
21708
|
+
"PrimitiveType": "String"
|
21709
|
+
}
|
21710
|
+
},
|
21711
|
+
"Properties": {
|
21712
|
+
"Description": {
|
21713
|
+
"Required": false,
|
21714
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-description",
|
21715
|
+
"PrimitiveType": "String",
|
21716
|
+
"UpdateType": "Immutable"
|
21717
|
+
},
|
21718
|
+
"Vpc": {
|
21719
|
+
"Required": true,
|
21720
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-vpc",
|
21721
|
+
"PrimitiveType": "String",
|
21722
|
+
"UpdateType": "Immutable"
|
21723
|
+
},
|
21724
|
+
"Name": {
|
21725
|
+
"Required": true,
|
21726
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html#cfn-servicediscovery-privatednsnamespace-name",
|
21727
|
+
"PrimitiveType": "String",
|
21728
|
+
"UpdateType": "Immutable"
|
21729
|
+
}
|
21730
|
+
}
|
21731
|
+
},
|
21635
21732
|
"AWS::ElasticBeanstalk::ApplicationVersion": {
|
21636
21733
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-version.html",
|
21637
21734
|
"Properties": {
|
@@ -22069,6 +22166,48 @@
|
|
22069
22166
|
}
|
22070
22167
|
}
|
22071
22168
|
},
|
22169
|
+
"AWS::Inspector::AssessmentTemplate": {
|
22170
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html",
|
22171
|
+
"Attributes": {
|
22172
|
+
"Arn": {
|
22173
|
+
"PrimitiveType": "String"
|
22174
|
+
}
|
22175
|
+
},
|
22176
|
+
"Properties": {
|
22177
|
+
"AssessmentTargetArn": {
|
22178
|
+
"Required": true,
|
22179
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttargetarn",
|
22180
|
+
"PrimitiveType": "String",
|
22181
|
+
"UpdateType": "Immutable"
|
22182
|
+
},
|
22183
|
+
"DurationInSeconds": {
|
22184
|
+
"Required": true,
|
22185
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-durationinseconds",
|
22186
|
+
"PrimitiveType": "Integer",
|
22187
|
+
"UpdateType": "Immutable"
|
22188
|
+
},
|
22189
|
+
"AssessmentTemplateName": {
|
22190
|
+
"Required": false,
|
22191
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-assessmenttemplatename",
|
22192
|
+
"PrimitiveType": "String",
|
22193
|
+
"UpdateType": "Immutable"
|
22194
|
+
},
|
22195
|
+
"RulesPackageArns": {
|
22196
|
+
"PrimitiveItemType": "String",
|
22197
|
+
"Type": "List",
|
22198
|
+
"Required": true,
|
22199
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-rulespackagearns",
|
22200
|
+
"UpdateType": "Immutable"
|
22201
|
+
},
|
22202
|
+
"UserAttributesForFindings": {
|
22203
|
+
"Type": "List",
|
22204
|
+
"Required": false,
|
22205
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html#cfn-inspector-assessmenttemplate-userattributesforfindings",
|
22206
|
+
"ItemType": "Tag",
|
22207
|
+
"UpdateType": "Immutable"
|
22208
|
+
}
|
22209
|
+
}
|
22210
|
+
},
|
22072
22211
|
"AWS::Logs::SubscriptionFilter": {
|
22073
22212
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html",
|
22074
22213
|
"Properties": {
|
@@ -22516,6 +22655,28 @@
|
|
22516
22655
|
}
|
22517
22656
|
}
|
22518
22657
|
},
|
22658
|
+
"AWS::Inspector::AssessmentTarget": {
|
22659
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html",
|
22660
|
+
"Attributes": {
|
22661
|
+
"Arn": {
|
22662
|
+
"PrimitiveType": "String"
|
22663
|
+
}
|
22664
|
+
},
|
22665
|
+
"Properties": {
|
22666
|
+
"AssessmentTargetName": {
|
22667
|
+
"Required": false,
|
22668
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-assessmenttargetname",
|
22669
|
+
"PrimitiveType": "String",
|
22670
|
+
"UpdateType": "Immutable"
|
22671
|
+
},
|
22672
|
+
"ResourceGroupArn": {
|
22673
|
+
"Required": true,
|
22674
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html#cfn-inspector-assessmenttarget-resourcegrouparn",
|
22675
|
+
"PrimitiveType": "String",
|
22676
|
+
"UpdateType": "Mutable"
|
22677
|
+
}
|
22678
|
+
}
|
22679
|
+
},
|
22519
22680
|
"AWS::S3::BucketPolicy": {
|
22520
22681
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html",
|
22521
22682
|
"Properties": {
|
@@ -22920,6 +23081,31 @@
|
|
22920
23081
|
}
|
22921
23082
|
}
|
22922
23083
|
},
|
23084
|
+
"AWS::ServiceDiscovery::PublicDnsNamespace": {
|
23085
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html",
|
23086
|
+
"Attributes": {
|
23087
|
+
"Id": {
|
23088
|
+
"PrimitiveType": "String"
|
23089
|
+
},
|
23090
|
+
"Arn": {
|
23091
|
+
"PrimitiveType": "String"
|
23092
|
+
}
|
23093
|
+
},
|
23094
|
+
"Properties": {
|
23095
|
+
"Description": {
|
23096
|
+
"Required": false,
|
23097
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-description",
|
23098
|
+
"PrimitiveType": "String",
|
23099
|
+
"UpdateType": "Immutable"
|
23100
|
+
},
|
23101
|
+
"Name": {
|
23102
|
+
"Required": true,
|
23103
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html#cfn-servicediscovery-publicdnsnamespace-name",
|
23104
|
+
"PrimitiveType": "String",
|
23105
|
+
"UpdateType": "Immutable"
|
23106
|
+
}
|
23107
|
+
}
|
23108
|
+
},
|
22923
23109
|
"AWS::ApiGateway::UsagePlanKey": {
|
22924
23110
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html",
|
22925
23111
|
"Properties": {
|
@@ -23143,5 +23329,5 @@
|
|
23143
23329
|
}
|
23144
23330
|
}
|
23145
23331
|
},
|
23146
|
-
"ResourceSpecificationVersion": "1.
|
23332
|
+
"ResourceSpecificationVersion": "1.12.0"
|
23147
23333
|
}
|
data/lib/humidifier/version.rb
CHANGED
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.
|
4
|
+
version: 1.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Localytics
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-12-
|
11
|
+
date: 2017-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -58,28 +58,28 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '12.
|
61
|
+
version: '12.3'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '12.
|
68
|
+
version: '12.3'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rubocop
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '0.
|
75
|
+
version: '0.52'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '0.
|
82
|
+
version: '0.52'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: simplecov
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -100,14 +100,14 @@ dependencies:
|
|
100
100
|
requirements:
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 0.9
|
103
|
+
version: '0.9'
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 0.9
|
110
|
+
version: '0.9'
|
111
111
|
description: Programmatically generate and manage AWS CloudFormation templates, stacks,
|
112
112
|
and change sets.
|
113
113
|
email:
|