@horietakehiro/aws-cdk-utul 0.40.2 → 0.40.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/typed-resource.d.ts +6 -3
- package/lib/typed-resource.js +1 -31
- package/lib/types/cfn-resource-types/aws-aiops-investigationgroup.d.ts +7 -0
- package/lib/types/cfn-resource-types/aws-aiops-investigationgroup.js +1 -1
- package/lib/types/cfn-resource-types/aws-b2bi-partnership.d.ts +29 -0
- package/lib/types/cfn-resource-types/aws-b2bi-partnership.js +1 -1
- package/lib/types/cfn-resource-types/aws-b2bi-transformer.d.ts +11 -0
- package/lib/types/cfn-resource-types/aws-b2bi-transformer.js +1 -1
- package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.d.ts +56 -4
- package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.js +1 -1
- package/lib/types/cfn-resource-types/aws-ecs-taskdefinition.d.ts +2 -2
- package/lib/types/cfn-resource-types/aws-ecs-taskdefinition.js +1 -1
- package/lib/types/cfn-resource-types/aws-emrserverless-application.d.ts +10 -0
- package/lib/types/cfn-resource-types/aws-emrserverless-application.js +1 -1
- package/lib/types/cfn-resource-types/aws-fsx-s3accesspointattachment.d.ts +39 -0
- package/lib/types/cfn-resource-types/aws-fsx-s3accesspointattachment.js +3 -0
- package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.d.ts +2 -2
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-kms-key.d.ts +9 -2
- package/lib/types/cfn-resource-types/aws-kms-key.js +1 -1
- package/lib/types/cfn-resource-types/aws-lex-bot.d.ts +31 -9
- package/lib/types/cfn-resource-types/aws-lex-bot.js +1 -1
- package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.js +1 -1
- package/lib/types/cfn-resource-types/aws-neptune-dbinstance.d.ts +67 -10
- package/lib/types/cfn-resource-types/aws-neptune-dbinstance.js +1 -1
- package/lib/types/cfn-resource-types/aws-networkmanager-vpcattachment.d.ts +62 -54
- package/lib/types/cfn-resource-types/aws-networkmanager-vpcattachment.js +1 -1
- package/lib/types/cfn-resource-types/aws-rds-dbinstance.d.ts +552 -552
- package/lib/types/cfn-resource-types/aws-rds-dbinstance.js +1 -1
- package/lib/types/cfn-resource-types/aws-workspacesinstances-volume.d.ts +64 -0
- package/lib/types/cfn-resource-types/aws-workspacesinstances-volume.js +3 -0
- package/lib/types/cfn-resource-types/aws-workspacesinstances-volumeassociation.d.ts +21 -0
- package/lib/types/cfn-resource-types/aws-workspacesinstances-volumeassociation.js +3 -0
- package/lib/types/cfn-resource-types/aws-workspacesinstances-workspaceinstance.d.ts +119 -0
- package/lib/types/cfn-resource-types/aws-workspacesinstances-workspaceinstance.js +3 -0
- package/lib/types/cfn-resource-types.d.ts +8 -0
- package/lib/types/cfn-resource-types.js +27 -19
- package/package.json +1 -1