@horietakehiro/aws-cdk-utul 0.35.5 → 0.40.0

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 (47) hide show
  1. package/lib/assertions.d.ts +219 -12
  2. package/lib/assertions.js +228 -66
  3. package/lib/typed-resource.d.ts +1 -1
  4. package/lib/typed-resource.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-accessanalyzer-analyzer.d.ts +33 -1
  6. package/lib/types/cfn-resource-types/aws-accessanalyzer-analyzer.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-amplify-app.d.ts +4 -0
  8. package/lib/types/cfn-resource-types/aws-amplify-app.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-cleanrooms-collaboration.d.ts +3 -3
  10. package/lib/types/cfn-resource-types/aws-cleanrooms-collaboration.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-connect-evaluationform.d.ts +113 -103
  12. package/lib/types/cfn-resource-types/aws-connect-evaluationform.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-customerprofiles-segmentdefinition.d.ts +20 -0
  14. package/lib/types/cfn-resource-types/aws-customerprofiles-segmentdefinition.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-datazone-projectprofile.d.ts +28 -0
  16. package/lib/types/cfn-resource-types/aws-datazone-projectprofile.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-dynamodb-table.d.ts +2 -2
  18. package/lib/types/cfn-resource-types/aws-dynamodb-table.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-ec2-launchtemplate.d.ts +10 -0
  20. package/lib/types/cfn-resource-types/aws-ec2-launchtemplate.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-ec2-subnet.d.ts +7 -1
  22. package/lib/types/cfn-resource-types/aws-ec2-subnet.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilter.d.ts +18 -2
  24. package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilter.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-inspectorv2-filter.d.ts +22 -1
  26. package/lib/types/cfn-resource-types/aws-inspectorv2-filter.js +1 -1
  27. package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.d.ts +38 -0
  28. package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-mpa-approvalteam.d.ts +54 -0
  30. package/lib/types/cfn-resource-types/aws-mpa-approvalteam.js +3 -0
  31. package/lib/types/cfn-resource-types/aws-mpa-identitysource.d.ts +33 -0
  32. package/lib/types/cfn-resource-types/aws-mpa-identitysource.js +3 -0
  33. package/lib/types/cfn-resource-types/aws-organizations-policy.d.ts +2 -2
  34. package/lib/types/cfn-resource-types/aws-organizations-policy.js +1 -1
  35. package/lib/types/cfn-resource-types/aws-quicksight-custompermissions.d.ts +18 -18
  36. package/lib/types/cfn-resource-types/aws-quicksight-custompermissions.js +1 -1
  37. package/lib/types/cfn-resource-types/aws-securityhub-aggregatorv2.d.ts +38 -0
  38. package/lib/types/cfn-resource-types/aws-securityhub-aggregatorv2.js +3 -0
  39. package/lib/types/cfn-resource-types/aws-securityhub-automationrulev2.d.ts +282 -0
  40. package/lib/types/cfn-resource-types/aws-securityhub-automationrulev2.js +3 -0
  41. package/lib/types/cfn-resource-types/aws-securityhub-hubv2.d.ts +24 -0
  42. package/lib/types/cfn-resource-types/aws-securityhub-hubv2.js +3 -0
  43. package/lib/types/cfn-resource-types/aws-synthetics-canary.d.ts +4 -0
  44. package/lib/types/cfn-resource-types/aws-synthetics-canary.js +1 -1
  45. package/lib/types/cfn-resource-types.d.ts +10 -0
  46. package/lib/types/cfn-resource-types.js +22 -12
  47. 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.5",
4
+ "version": "0.40.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"