@horietakehiro/aws-cdk-utul 0.35.4 → 0.35.6

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.
Files changed (41) hide show
  1. package/lib/types/cfn-resource-types/aws-amplify-app.d.ts +4 -0
  2. package/lib/types/cfn-resource-types/aws-amplify-app.js +1 -1
  3. package/lib/types/cfn-resource-types/aws-cleanrooms-collaboration.d.ts +3 -3
  4. package/lib/types/cfn-resource-types/aws-cleanrooms-collaboration.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-dynamodb-table.d.ts +2 -2
  6. package/lib/types/cfn-resource-types/aws-dynamodb-table.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-ec2-launchtemplate.d.ts +10 -0
  8. package/lib/types/cfn-resource-types/aws-ec2-launchtemplate.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-ec2-subnet.d.ts +7 -1
  10. package/lib/types/cfn-resource-types/aws-ec2-subnet.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilter.d.ts +18 -2
  12. package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilter.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-inspectorv2-filter.d.ts +22 -1
  14. package/lib/types/cfn-resource-types/aws-inspectorv2-filter.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-lambda-eventsourcemapping.d.ts +0 -29
  16. package/lib/types/cfn-resource-types/aws-lambda-eventsourcemapping.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.d.ts +38 -0
  18. package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-mpa-approvalteam.d.ts +54 -0
  20. package/lib/types/cfn-resource-types/aws-mpa-approvalteam.js +3 -0
  21. package/lib/types/cfn-resource-types/aws-mpa-identitysource.d.ts +33 -0
  22. package/lib/types/cfn-resource-types/aws-mpa-identitysource.js +3 -0
  23. package/lib/types/cfn-resource-types/aws-organizations-policy.d.ts +2 -2
  24. package/lib/types/cfn-resource-types/aws-organizations-policy.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-quicksight-custompermissions.d.ts +18 -18
  26. package/lib/types/cfn-resource-types/aws-quicksight-custompermissions.js +1 -1
  27. package/lib/types/cfn-resource-types/aws-rds-dbcluster.d.ts +2 -2
  28. package/lib/types/cfn-resource-types/aws-rds-dbcluster.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-rds-dbinstance.d.ts +1 -1
  30. package/lib/types/cfn-resource-types/aws-rds-dbinstance.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-securityhub-aggregatorv2.d.ts +38 -0
  32. package/lib/types/cfn-resource-types/aws-securityhub-aggregatorv2.js +3 -0
  33. package/lib/types/cfn-resource-types/aws-securityhub-automationrulev2.d.ts +282 -0
  34. package/lib/types/cfn-resource-types/aws-securityhub-automationrulev2.js +3 -0
  35. package/lib/types/cfn-resource-types/aws-securityhub-hubv2.d.ts +24 -0
  36. package/lib/types/cfn-resource-types/aws-securityhub-hubv2.js +3 -0
  37. package/lib/types/cfn-resource-types/aws-synthetics-canary.d.ts +4 -0
  38. package/lib/types/cfn-resource-types/aws-synthetics-canary.js +1 -1
  39. package/lib/types/cfn-resource-types.d.ts +10 -0
  40. package/lib/types/cfn-resource-types.js +22 -12
  41. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@horietakehiro/aws-cdk-utul",
3
3
  "license": "MIT",
4
- "version": "0.35.4",
4
+ "version": "0.35.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"