Skip to content

Commit

Permalink
feat: Updates supported resource types (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed May 26, 2024
1 parent 434de57 commit f31d07b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/supported_resource_types.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const SUPPORTED_RESOURCE_TYPES: [&str; 986] = [
pub const SUPPORTED_RESOURCE_TYPES: [&str; 989] = [
"AWS::ACMPCA::Certificate",
"AWS::ACMPCA::CertificateAuthority",
"AWS::ACMPCA::CertificateAuthorityActivation",
Expand Down Expand Up @@ -253,8 +253,11 @@ pub const SUPPORTED_RESOURCE_TYPES: [&str; 986] = [
"AWS::DataZone::Environment",
"AWS::DataZone::EnvironmentBlueprintConfiguration",
"AWS::DataZone::EnvironmentProfile",
"AWS::DataZone::GroupProfile",
"AWS::DataZone::Project",
"AWS::DataZone::ProjectMembership",
"AWS::DataZone::SubscriptionTarget",
"AWS::DataZone::UserProfile",
"AWS::Deadline::Farm",
"AWS::Deadline::Fleet",
"AWS::Deadline::LicenseEndpoint",
Expand Down

0 comments on commit f31d07b

Please sign in to comment.