From c076de27ba21cfd34fed6d07c34305b41d3372f0 Mon Sep 17 00:00:00 2001 From: udondan Date: Sun, 12 Jan 2025 04:43:29 +0000 Subject: [PATCH] feat: Updates supported resource types (2) --- src/supported_resource_types.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/supported_resource_types.rs b/src/supported_resource_types.rs index dc61f329..5444e05e 100644 --- a/src/supported_resource_types.rs +++ b/src/supported_resource_types.rs @@ -1,4 +1,4 @@ -pub const SUPPORTED_RESOURCE_TYPES: [&str; 1105] = [ +pub const SUPPORTED_RESOURCE_TYPES: [&str; 1107] = [ "AWS::ACMPCA::Certificate", "AWS::ACMPCA::CertificateAuthority", "AWS::ACMPCA::CertificateAuthorityActivation", @@ -49,6 +49,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 1105] = [ "AWS::ApiGatewayV2::RouteResponse", "AWS::ApiGatewayV2::VpcLink", "AWS::AppConfig::ConfigurationProfile", + "AWS::AppConfig::Deployment", "AWS::AppConfig::DeploymentStrategy", "AWS::AppConfig::Environment", "AWS::AppConfig::Extension", @@ -256,6 +257,7 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 1105] = [ "AWS::CustomerProfiles::CalculatedAttributeDefinition", "AWS::CustomerProfiles::Domain", "AWS::CustomerProfiles::EventStream", + "AWS::CustomerProfiles::EventTrigger", "AWS::CustomerProfiles::Integration", "AWS::CustomerProfiles::ObjectType", "AWS::CustomerProfiles::SegmentDefinition",