From 94ee6755f2b4d6eaa6362ea5a267c1aa05b4326c Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Sat, 29 Aug 2020 11:56:31 -0700 Subject: [PATCH] removing AWS::Cognito::UserPoolUser.AttributeType regional patches https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html https://github.com/aws-cloudformation/cfn-python-lint/issues/1002 https://github.com/aws-cloudformation/cfn-python-lint/pull/1003 --- .../ap-south-1/01_spec_patch.json | 23 ------------------- .../ap-southeast-1/01_spec_patch.json | 23 ------------------- 2 files changed, 46 deletions(-) delete mode 100644 src/cfnlint/data/ExtendedSpecs/ap-south-1/01_spec_patch.json delete mode 100644 src/cfnlint/data/ExtendedSpecs/ap-southeast-1/01_spec_patch.json diff --git a/src/cfnlint/data/ExtendedSpecs/ap-south-1/01_spec_patch.json b/src/cfnlint/data/ExtendedSpecs/ap-south-1/01_spec_patch.json deleted file mode 100644 index 2adf54a65a..0000000000 --- a/src/cfnlint/data/ExtendedSpecs/ap-south-1/01_spec_patch.json +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "op": "add", - "path": "/PropertyTypes/AWS::Cognito::UserPoolUser.AttributeType", - "value": { - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooluser-attributetype.html", - "Properties": { - "Name": { - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooluser-attributetype.html#cfn-cognito-userpooluser-attributetype-name", - "PrimitiveType": "String", - "Required": false, - "UpdateType": "Mutable" - }, - "Value": { - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooluser-attributetype.html#cfn-cognito-userpooluser-attributetype-value", - "PrimitiveType": "String", - "Required": false, - "UpdateType": "Mutable" - } - } - } - } -] diff --git a/src/cfnlint/data/ExtendedSpecs/ap-southeast-1/01_spec_patch.json b/src/cfnlint/data/ExtendedSpecs/ap-southeast-1/01_spec_patch.json deleted file mode 100644 index 2adf54a65a..0000000000 --- a/src/cfnlint/data/ExtendedSpecs/ap-southeast-1/01_spec_patch.json +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "op": "add", - "path": "/PropertyTypes/AWS::Cognito::UserPoolUser.AttributeType", - "value": { - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooluser-attributetype.html", - "Properties": { - "Name": { - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooluser-attributetype.html#cfn-cognito-userpooluser-attributetype-name", - "PrimitiveType": "String", - "Required": false, - "UpdateType": "Mutable" - }, - "Value": { - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooluser-attributetype.html#cfn-cognito-userpooluser-attributetype-value", - "PrimitiveType": "String", - "Required": false, - "UpdateType": "Mutable" - } - } - } - } -]