From f3e38621624f400655d69b89309e4f26d7b81e1d Mon Sep 17 00:00:00 2001 From: Kaizen Conroy <36202692+kaizen3031593@users.noreply.github.com> Date: Wed, 16 Mar 2022 14:38:05 -0400 Subject: [PATCH] chore(cfnspec): delete extraneous file introduced in #16529 (#19422) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- ...3_AppSync_OpenSearch_DataSource_patch.json | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 packages/@aws-cdk/cfnspec/spec-source/903_AppSync_OpenSearch_DataSource_patch.json diff --git a/packages/@aws-cdk/cfnspec/spec-source/903_AppSync_OpenSearch_DataSource_patch.json b/packages/@aws-cdk/cfnspec/spec-source/903_AppSync_OpenSearch_DataSource_patch.json deleted file mode 100644 index 1fd421d63c42c..0000000000000 --- a/packages/@aws-cdk/cfnspec/spec-source/903_AppSync_OpenSearch_DataSource_patch.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "PropertyTypes": { - "patch": { - "description": "Copy Elasticsearch AppSync DataSource property to OpenSearch", - "operations": [ - { - "op": "copy", - "from": "/AWS::AppSync::DataSource.ElasticsearchConfig", - "path": "/AWS::AppSync::DataSource.OpenSearchConfig" - } - ] - } - }, - "ResourceTypes": { - "patch": { - "description": "Copy Elasticsearch AppSync DataSource resource to OpenSearch", - "operations": [ - { - "op": "copy", - "from": "/AWS::AppSync::DataSource/Properties/ElasticsearchConfig", - "path": "/AWS::AppSync::DataSource/Properties/OpenSearchConfig" - }, - { - "op": "replace", - "path": "/AWS::AppSync::DataSource/Properties/OpenSearchConfig/Type", - "value": "OpenSearchConfig" - } - ] - } - } -}