@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.
Files changed (41) hide show
  1. package/lib/typed-resource.d.ts +6 -3
  2. package/lib/typed-resource.js +1 -31
  3. package/lib/types/cfn-resource-types/aws-aiops-investigationgroup.d.ts +7 -0
  4. package/lib/types/cfn-resource-types/aws-aiops-investigationgroup.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-b2bi-partnership.d.ts +29 -0
  6. package/lib/types/cfn-resource-types/aws-b2bi-partnership.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-b2bi-transformer.d.ts +11 -0
  8. package/lib/types/cfn-resource-types/aws-b2bi-transformer.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.d.ts +56 -4
  10. package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-ecs-taskdefinition.d.ts +2 -2
  12. package/lib/types/cfn-resource-types/aws-ecs-taskdefinition.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-emrserverless-application.d.ts +10 -0
  14. package/lib/types/cfn-resource-types/aws-emrserverless-application.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-fsx-s3accesspointattachment.d.ts +39 -0
  16. package/lib/types/cfn-resource-types/aws-fsx-s3accesspointattachment.js +3 -0
  17. package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.d.ts +4 -0
  18. package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-gamelift-fleet.d.ts +2 -2
  20. package/lib/types/cfn-resource-types/aws-gamelift-fleet.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-kms-key.d.ts +9 -2
  22. package/lib/types/cfn-resource-types/aws-kms-key.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-lex-bot.d.ts +31 -9
  24. package/lib/types/cfn-resource-types/aws-lex-bot.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.d.ts +4 -0
  26. package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.js +1 -1
  27. package/lib/types/cfn-resource-types/aws-neptune-dbinstance.d.ts +67 -10
  28. package/lib/types/cfn-resource-types/aws-neptune-dbinstance.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-networkmanager-vpcattachment.d.ts +62 -54
  30. package/lib/types/cfn-resource-types/aws-networkmanager-vpcattachment.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-rds-dbinstance.d.ts +552 -552
  32. package/lib/types/cfn-resource-types/aws-rds-dbinstance.js +1 -1
  33. package/lib/types/cfn-resource-types/aws-workspacesinstances-volume.d.ts +64 -0
  34. package/lib/types/cfn-resource-types/aws-workspacesinstances-volume.js +3 -0
  35. package/lib/types/cfn-resource-types/aws-workspacesinstances-volumeassociation.d.ts +21 -0
  36. package/lib/types/cfn-resource-types/aws-workspacesinstances-volumeassociation.js +3 -0
  37. package/lib/types/cfn-resource-types/aws-workspacesinstances-workspaceinstance.d.ts +119 -0
  38. package/lib/types/cfn-resource-types/aws-workspacesinstances-workspaceinstance.js +3 -0
  39. package/lib/types/cfn-resource-types.d.ts +8 -0
  40. package/lib/types/cfn-resource-types.js +27 -19
  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.40.2",
4
+ "version": "0.40.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"