Skip to content

Commit

Permalink
update patches from ssm data on 2020.01.30 (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Jan 30, 2020
1 parent 7eeca49 commit ec1c373
Show file tree
Hide file tree
Showing 23 changed files with 7,184 additions and 3,738 deletions.
1,263 changes: 1,160 additions & 103 deletions src/cfnlint/data/AdditionalSpecs/Policies.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/cfnlint/data/AdditionalSpecs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: MIT-0
"""
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,11 @@
"op": "add",
"path": "/ResourceTypes/AWS::Athena::NamedQuery",
"value": {
"Attributes": {
"NamedQueryId": {
"PrimitiveType": "String"
}
},
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html",
"Properties": {
"Database": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,90 @@
[]
[
{
"op": "remove",
"path": "/ResourceTypes/AWS::SES::ConfigurationSet"
},
{
"op": "remove",
"path": "/ResourceTypes/AWS::SES::ConfigurationSetEventDestination"
},
{
"op": "remove",
"path": "/ResourceTypes/AWS::SES::ReceiptFilter"
},
{
"op": "remove",
"path": "/ResourceTypes/AWS::SES::ReceiptRule"
},
{
"op": "remove",
"path": "/ResourceTypes/AWS::SES::ReceiptRuleSet"
},
{
"op": "remove",
"path": "/ResourceTypes/AWS::SES::Template"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ConfigurationSetEventDestination.CloudWatchDestination"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ConfigurationSetEventDestination.DimensionConfiguration"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ConfigurationSetEventDestination.EventDestination"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ConfigurationSetEventDestination.KinesisFirehoseDestination"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ReceiptFilter.Filter"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ReceiptFilter.IpFilter"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ReceiptRule.Action"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ReceiptRule.AddHeaderAction"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ReceiptRule.BounceAction"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ReceiptRule.LambdaAction"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ReceiptRule.Rule"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ReceiptRule.S3Action"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ReceiptRule.SNSAction"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ReceiptRule.StopAction"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::ReceiptRule.WorkmailAction"
},
{
"op": "remove",
"path": "/PropertyTypes/AWS::SES::Template.Template"
}
]
Loading

0 comments on commit ec1c373

Please sign in to comment.