@horietakehiro/aws-cdk-utul 0.40.2 → 0.40.4

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 (57) 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-cassandra-table.d.ts +16 -0
  10. package/lib/types/cfn-resource-types/aws-cassandra-table.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-connect-rule.d.ts +4 -4
  12. package/lib/types/cfn-resource-types/aws-connect-rule.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.d.ts +108 -99
  14. package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.d.ts +56 -4
  16. package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-ecs-service.d.ts +1 -1
  18. package/lib/types/cfn-resource-types/aws-ecs-service.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-ecs-taskdefinition.d.ts +2 -2
  20. package/lib/types/cfn-resource-types/aws-ecs-taskdefinition.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-emrserverless-application.d.ts +10 -0
  22. package/lib/types/cfn-resource-types/aws-emrserverless-application.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-fsx-s3accesspointattachment.d.ts +39 -0
  24. package/lib/types/cfn-resource-types/aws-fsx-s3accesspointattachment.js +3 -0
  25. package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.d.ts +4 -0
  26. package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.js +1 -1
  27. package/lib/types/cfn-resource-types/aws-gamelift-fleet.d.ts +2 -2
  28. package/lib/types/cfn-resource-types/aws-gamelift-fleet.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-kms-key.d.ts +9 -2
  30. package/lib/types/cfn-resource-types/aws-kms-key.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-lex-bot.d.ts +31 -9
  32. package/lib/types/cfn-resource-types/aws-lex-bot.js +1 -1
  33. package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.d.ts +4 -0
  34. package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.js +1 -1
  35. package/lib/types/cfn-resource-types/aws-neptune-dbinstance.d.ts +67 -10
  36. package/lib/types/cfn-resource-types/aws-neptune-dbinstance.js +1 -1
  37. package/lib/types/cfn-resource-types/aws-networkmanager-vpcattachment.d.ts +62 -54
  38. package/lib/types/cfn-resource-types/aws-networkmanager-vpcattachment.js +1 -1
  39. package/lib/types/cfn-resource-types/aws-pcs-cluster.d.ts +32 -32
  40. package/lib/types/cfn-resource-types/aws-pcs-cluster.js +1 -1
  41. package/lib/types/cfn-resource-types/aws-qbusiness-dataaccessor.d.ts +18 -0
  42. package/lib/types/cfn-resource-types/aws-qbusiness-dataaccessor.js +1 -1
  43. package/lib/types/cfn-resource-types/aws-qbusiness-permission.d.ts +14 -0
  44. package/lib/types/cfn-resource-types/aws-qbusiness-permission.js +1 -1
  45. package/lib/types/cfn-resource-types/aws-rds-dbinstance.d.ts +552 -552
  46. package/lib/types/cfn-resource-types/aws-rds-dbinstance.js +1 -1
  47. package/lib/types/cfn-resource-types/aws-redshiftserverless-snapshot.d.ts +49 -0
  48. package/lib/types/cfn-resource-types/aws-redshiftserverless-snapshot.js +3 -0
  49. package/lib/types/cfn-resource-types/aws-workspacesinstances-volume.d.ts +64 -0
  50. package/lib/types/cfn-resource-types/aws-workspacesinstances-volume.js +3 -0
  51. package/lib/types/cfn-resource-types/aws-workspacesinstances-volumeassociation.d.ts +21 -0
  52. package/lib/types/cfn-resource-types/aws-workspacesinstances-volumeassociation.js +3 -0
  53. package/lib/types/cfn-resource-types/aws-workspacesinstances-workspaceinstance.d.ts +119 -0
  54. package/lib/types/cfn-resource-types/aws-workspacesinstances-workspaceinstance.js +3 -0
  55. package/lib/types/cfn-resource-types.d.ts +10 -0
  56. package/lib/types/cfn-resource-types.js +29 -19
  57. 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.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"