Skip to content

Commit 03ee311

Browse files
authored
feat: Updates supported resource types (1) (#1341)
1 parent b4110a0 commit 03ee311

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/supported_resource_types.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub static SUPPORTED_RESOURCE_TYPES: [&str; 1382] = [
1+
pub static SUPPORTED_RESOURCE_TYPES: [&str; 1381] = [
22
"AWS::ACMPCA::Certificate",
33
"AWS::ACMPCA::CertificateAuthority",
44
"AWS::ACMPCA::CertificateAuthorityActivation",
@@ -1298,7 +1298,6 @@ pub static SUPPORTED_RESOURCE_TYPES: [&str; 1382] = [
12981298
"AWS::Shield::ProtectionGroup",
12991299
"AWS::Signer::ProfilePermission",
13001300
"AWS::Signer::SigningProfile",
1301-
"AWS::SimSpaceWeaver::Simulation",
13021301
"AWS::StepFunctions::Activity",
13031302
"AWS::StepFunctions::StateMachine",
13041303
"AWS::StepFunctions::StateMachineAlias",

0 commit comments

Comments
 (0)