Skip to content

Commit cc3df34

Browse files
authored
feat: Updates supported resource types (4) (#1343)
1 parent 03ee311 commit cc3df34

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/supported_resource_types.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub static SUPPORTED_RESOURCE_TYPES: [&str; 1381] = [
1+
pub static SUPPORTED_RESOURCE_TYPES: [&str; 1377] = [
22
"AWS::ACMPCA::Certificate",
33
"AWS::ACMPCA::CertificateAuthority",
44
"AWS::ACMPCA::CertificateAuthorityActivation",
@@ -742,10 +742,6 @@ pub static SUPPORTED_RESOURCE_TYPES: [&str; 1381] = [
742742
"AWS::IoT::ThingType",
743743
"AWS::IoT::TopicRule",
744744
"AWS::IoT::TopicRuleDestination",
745-
"AWS::IoTAnalytics::Channel",
746-
"AWS::IoTAnalytics::Dataset",
747-
"AWS::IoTAnalytics::Datastore",
748-
"AWS::IoTAnalytics::Pipeline",
749745
"AWS::IoTCoreDeviceAdvisor::SuiteDefinition",
750746
"AWS::IoTEvents::AlarmModel",
751747
"AWS::IoTEvents::DetectorModel",

0 commit comments

Comments
 (0)