cfndsl 0.9.0 → 0.9.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NDllMmI2MjhiMWMzYmY0NzAyZDgzZjE2NWJhYzRlOWVjZmUxYmQ5Nw==
4
+ OTA3MDgzMTQ5MzNmYmJkNGE5ZDFiYzljY2IzOTRjMzg2MWU0OWFiYw==
5
5
  data.tar.gz: !binary |-
6
- MjBmNzQ3OWRlMjAxMDZlMmJiOWE4NjZlNTBlZmNmYzExZTc3MTUyMw==
6
+ ZmE3MTViZGJhYWYzOWJkMmM3MmEyZjFlZTkwNTFiYjFiZDBiZDVhMw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- M2YyNjlhOTlhM2RmZDFkNDE3MjFmYTMzZGE2MjI1NjgyNmNjMDA3OTA0NDNj
10
- NmYwZmMwYzFjODQxZDBiNTFjMjFkZGQ2M2ZkYzMxNDE1NjI5ZTc3NjI5Y2Q1
11
- MjU1N2FhNDFiOTRlNzA0NDljNDJhYTUxNTk4YWE1YjQ2OTc5NmI=
9
+ NjBkOWQwYWY0MmNjMmRkMWU1ZDJjMTdiMzk3YmQyMTUwMDRhNmQ1ZGY3Y2Yy
10
+ NGU5ODQxNDk5Mjk2MzIwZGVkODE2ZmE3OTQ4OGI0ZWJjZjFhODhjNjNhYzIy
11
+ MzE1NTJjNjA2YjZlMjdlNDFjMTQ1ODA1ZGJiNjY5ZjYwZjM3NTI=
12
12
  data.tar.gz: !binary |-
13
- OWI3YTUzZGViNTMxYTAyZTc4Y2U3ZjQ5Njg1YjVlZmVjNjVjYThlMzNiNDQx
14
- NzBjYTliZjlmOGJhNWQ4ZmM5ODU4ZDQ2ZmRlNWQyNjM3ZWI5OGY1YzkyOTgw
15
- YzZiN2ExZmMxYWRjYWE3NGUwYTVhYmYyZDlhOGZiOTlhNDQ1YWE=
13
+ MjdhZDE3ODc3MTYyZjc2NDRjNjNkNzkxZmQ1ODM3NGNhOTY3ZjcyYjAzMWJl
14
+ ZjdiOTRmNGRkYmJiN2I3Njk5MzU3ZTU5MTZmZDMzN2IwMGQ1ODdjYWFiMGYw
15
+ MmUzNjc1ZGJhODdkZWYyZDc5ZDEzMThkMTM0OTdjNzg2MjM4Mzg=
@@ -18,6 +18,83 @@ Resources:
18
18
  Tags: [ AutoScalingTags ]
19
19
  TerminationPolicies: [ String ]
20
20
  VPCZoneIdentifier: [ String ]
21
+ "AWS::ApiGateway::Account" :
22
+ Properties:
23
+ CloudWatchRoleArn: String
24
+ "AWS::ApiGateway::ApiKey" :
25
+ Properties:
26
+ Description: String
27
+ Enabled: Boolean
28
+ Name: String
29
+ StageKeys: [ ApiGatewayApiKeyStageKey ]
30
+ "AWS::ApiGateway::Authorizer" :
31
+ Properties:
32
+ AuthorizerCredentials: String
33
+ AuthorizerResultTtlInSeconds: Integer
34
+ IdentitySource: String
35
+ IdentityValidationExpression: String
36
+ Name: String
37
+ RestApiId: String
38
+ Type: String
39
+ "AWS::ApiGateway::BasePathMapping" :
40
+ Properties:
41
+ BasePath: String
42
+ DomainName: String
43
+ RestApiId: String
44
+ Stage: String
45
+ "AWS::ApiGateway::ClientCertificate" :
46
+ Properties:
47
+ Description: String
48
+ "AWS::ApiGateway::Deployment" :
49
+ Properties:
50
+ Description: String
51
+ RestApiId: String
52
+ StageDescription: ApiGatewayDeploymentStageDescription
53
+ StageName: String
54
+ "AWS::ApiGateway::Method" :
55
+ Properties:
56
+ ApiKeyRequired: Boolean
57
+ AuthorizationType: String
58
+ AuthorizerId: String
59
+ HttpMethod: String
60
+ Integration: ApiGatewayMethodIntegration
61
+ MethodResponses: [ ApiGatewayMethodResponse ]
62
+ RequestModels: JSON
63
+ RequestParameters: JSON
64
+ ResourceId: String
65
+ RestApiId: String
66
+ "AWS::ApiGateway::Model" :
67
+ Properties:
68
+ ContentType: String
69
+ Description: String
70
+ Name: String
71
+ RestApiId: String
72
+ Schema: String
73
+ "AWS::ApiGateway::Resource" :
74
+ Properties:
75
+ ParentId: String
76
+ PathPart: String
77
+ RestApiId: String
78
+ "AWS::ApiGateway::RestApi" :
79
+ Properties:
80
+ Body: String
81
+ BodyS3Location: ApiGatewayRestApiS3Location
82
+ CloneFrom: String
83
+ Description: String
84
+ FailOnWarnings: Boolean
85
+ Name: String
86
+ Parameters: [ String ]
87
+ "AWS::ApiGateway::Stage" :
88
+ Properties:
89
+ CacheClusterEnabled: Boolean
90
+ CacheClusterSize: String
91
+ ClientCertificateId: String
92
+ DeploymentId: String
93
+ Description: String
94
+ MethodSettings: [ ApiGatewayStageMethodSetting ]
95
+ RestApiId: String
96
+ StageName: String
97
+ Variables: JSON
21
98
  "AWS::AutoScaling::LaunchConfiguration" :
22
99
  Properties:
23
100
  AssociatePublicIpAddress: Boolean
@@ -150,7 +227,7 @@ Resources:
150
227
  Password : String
151
228
  ShortName : String
152
229
  Size : String
153
- VpcSettings: [ VpcSettings ]
230
+ VpcSettings: VpcSettings
154
231
  "AWS::DirectoryService::MicrosoftAD" :
155
232
  Properties :
156
233
  CreateAlias : Boolean
@@ -158,7 +235,7 @@ Resources:
158
235
  Name : String
159
236
  Password : String
160
237
  ShortName : String
161
- VpcSettings: [ VpcSettings ]
238
+ VpcSettings: VpcSettings
162
239
  "AWS::DynamoDB::Table" :
163
240
  Properties :
164
241
  AttributeDefinitions : [ AttributeDefinitionsType ]
@@ -628,6 +705,7 @@ Resources:
628
705
  Name: String
629
706
  ServiceRoleArn: String
630
707
  UseCustomCookbooks: Boolean
708
+ UseOpsworksSecurityGroups: Boolean
631
709
  VpcId: String
632
710
  "AWS::RDS::DBCluster" :
633
711
  Properties:
@@ -714,6 +792,13 @@ Resources:
714
792
  DBSubnetGroupDescription: String
715
793
  SubnetIds: [ String ]
716
794
  Tags: [ EC2Tag ]
795
+ "AWS::RDS::EventSubscription" :
796
+ Properties:
797
+ Enabled: Boolean
798
+ EventCategories: [String]
799
+ SnsTopicArn: String
800
+ SourceIds: [String]
801
+ SourceType: String
717
802
  "AWS::RDS::DBSecurityGroupIngress" :
718
803
  Properties:
719
804
  CIDRIP: String
@@ -1247,3 +1332,62 @@ Types:
1247
1332
  Id: String
1248
1333
  Input: String
1249
1334
  InputPath: String
1335
+ ApiGatewayApiKeyStageKey:
1336
+ RestApiId: String
1337
+ StageName: String
1338
+ ApiGatewayDeploymentStageDescription:
1339
+ CacheClusterEnabled: Boolean
1340
+ CacheClusterSize: String
1341
+ ClientCertificateId: String
1342
+ DeploymentId: String
1343
+ Description: String
1344
+ MethodSettings: [ ApiGatewayDeploymentStageDescriptionMethodSetting ]
1345
+ RestApiId: String
1346
+ StageName: String
1347
+ Variables: JSON
1348
+ ApiGatewayDeploymentStageDescriptionMethodSetting:
1349
+ CacheDataEncrypted: Boolean
1350
+ CacheTtlInSeconds: Integer
1351
+ CachingEnabled: Boolean
1352
+ DataTraceEnabled: Boolean
1353
+ HttpMethod: String
1354
+ LoggingLevel: String
1355
+ MetricsEnabled: Boolean
1356
+ ResourcePath: String
1357
+ ThrottlingBurstLimit: Integer
1358
+ ThrottlingRateLimit: Number
1359
+ ApiGatewayMethodIntegration:
1360
+ CacheKeyParameters: [ String ]
1361
+ CacheNamespace: String
1362
+ Credentials: String
1363
+ IntegrationHttpMethod: String
1364
+ IntegrationResponses: [ ApiGatewayMethodIntegrationResponse ]
1365
+ RequestParameters: JSON
1366
+ RequestTemplates: JSON
1367
+ Type: String
1368
+ Uri: String
1369
+ ApiGatewayMethodIntegrationResponse:
1370
+ ResponseParameters: JSON
1371
+ ResponseTemplates: JSON
1372
+ SelectionPattern: String
1373
+ StatusCode: String
1374
+ ApiGatewayMethodResponse:
1375
+ ResponseModels: JSON
1376
+ ResponseParameters: JSON
1377
+ StatusCode: String
1378
+ ApiGatewayRestApiS3Location:
1379
+ Bucket: String
1380
+ ETag: String
1381
+ Key: String
1382
+ Version: String
1383
+ ApiGatewayStageMethodSetting:
1384
+ CacheDataEncrypted: Boolean
1385
+ CacheTtlInSeconds: Integer
1386
+ CachingEnabled: Boolean
1387
+ DataTraceEnabled: Boolean
1388
+ HttpMethod: String
1389
+ LoggingLevel: String
1390
+ MetricsEnabled: Boolean
1391
+ ResourcePath: String
1392
+ ThrottlingBurstLimit: Integer
1393
+ ThrottlingRateLimit: Number
@@ -1,3 +1,3 @@
1
1
  module CfnDsl
2
- VERSION = '0.9.0'.freeze
2
+ VERSION = '0.9.1'.freeze
3
3
  end
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.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack