Skip to content

Commit c5bf09f

Browse files
authored
Exclude unsupported types AWS::SageMaker::Endpoint and AWS::SES::Conf… (#314)
1 parent e6e8f5c commit c5bf09f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/resourceState/ListResourcesExclusionTypes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export const NO_LIST_SUPPORT: ReadonlySet<string> = new Set([
5757
'AWS::S3Outposts::BucketPolicy',
5858
'AWS::SageMaker::Device',
5959
'AWS::SageMaker::DeviceFleet',
60+
'AWS::SageMaker::Endpoint',
6061
'AWS::ServiceCatalog::CloudFormationProvisionedProduct',
6162
'AWS::SES::VdmAttributes',
6263
'AWS::SNS::TopicInlinePolicy',
@@ -105,6 +106,7 @@ export const REQUIRES_RESOURCE_MODEL: ReadonlySet<string> = new Set([
105106
'AWS::RDS::DBProxyTargetGroup',
106107
'AWS::S3Outposts::AccessPoint',
107108
'AWS::S3Outposts::Bucket',
109+
'AWS::SES::ConfigurationSetEventDestination',
108110
'AWS::SSO::Assignment',
109111
'AWS::SSO::InstanceAccessControlAttributeConfiguration',
110112
'AWS::SSO::PermissionSet',

0 commit comments

Comments
 (0)