@horietakehiro/aws-cdk-utul 0.40.3 → 0.41.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 (49) hide show
  1. package/lib/types/cfn-resource-types/aws-bedrock-guardrail.d.ts +20 -0
  2. package/lib/types/cfn-resource-types/aws-bedrock-guardrail.js +1 -1
  3. package/lib/types/cfn-resource-types/aws-cassandra-table.d.ts +16 -0
  4. package/lib/types/cfn-resource-types/aws-cassandra-table.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-connect-rule.d.ts +4 -4
  6. package/lib/types/cfn-resource-types/aws-connect-rule.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.d.ts +108 -99
  8. package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-ec2-trafficmirrortarget.d.ts +16 -1
  10. package/lib/types/cfn-resource-types/aws-ec2-trafficmirrortarget.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-ec2-vpcendpoint.d.ts +3 -0
  12. package/lib/types/cfn-resource-types/aws-ec2-vpcendpoint.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-ecs-service.d.ts +1 -1
  14. package/lib/types/cfn-resource-types/aws-ecs-service.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-ecs-taskdefinition.d.ts +1 -13
  16. package/lib/types/cfn-resource-types/aws-ecs-taskdefinition.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-events-eventbus.d.ts +19 -19
  18. package/lib/types/cfn-resource-types/aws-events-eventbus.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-imagebuilder-component.d.ts +2 -4
  20. package/lib/types/cfn-resource-types/aws-imagebuilder-component.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-imagebuilder-workflow.d.ts +2 -4
  22. package/lib/types/cfn-resource-types/aws-imagebuilder-workflow.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-kinesis-streamconsumer.d.ts +34 -1
  24. package/lib/types/cfn-resource-types/aws-kinesis-streamconsumer.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-odb-cloudautonomousvmcluster.d.ts +220 -0
  26. package/lib/types/cfn-resource-types/aws-odb-cloudautonomousvmcluster.js +3 -0
  27. package/lib/types/cfn-resource-types/aws-odb-cloudexadatainfrastructure.d.ts +151 -0
  28. package/lib/types/cfn-resource-types/aws-odb-cloudexadatainfrastructure.js +3 -0
  29. package/lib/types/cfn-resource-types/aws-odb-cloudvmcluster.d.ts +172 -0
  30. package/lib/types/cfn-resource-types/aws-odb-cloudvmcluster.js +3 -0
  31. package/lib/types/cfn-resource-types/aws-odb-odbnetwork.d.ts +70 -0
  32. package/lib/types/cfn-resource-types/aws-odb-odbnetwork.js +3 -0
  33. package/lib/types/cfn-resource-types/aws-pcs-cluster.d.ts +32 -32
  34. package/lib/types/cfn-resource-types/aws-pcs-cluster.js +1 -1
  35. package/lib/types/cfn-resource-types/aws-qbusiness-dataaccessor.d.ts +18 -0
  36. package/lib/types/cfn-resource-types/aws-qbusiness-dataaccessor.js +1 -1
  37. package/lib/types/cfn-resource-types/aws-qbusiness-permission.d.ts +14 -0
  38. package/lib/types/cfn-resource-types/aws-qbusiness-permission.js +1 -1
  39. package/lib/types/cfn-resource-types/aws-quicksight-custompermissions.d.ts +24 -18
  40. package/lib/types/cfn-resource-types/aws-quicksight-custompermissions.js +1 -1
  41. package/lib/types/cfn-resource-types/aws-rds-dbinstance.d.ts +558 -557
  42. package/lib/types/cfn-resource-types/aws-rds-dbinstance.js +1 -1
  43. package/lib/types/cfn-resource-types/aws-redshiftserverless-snapshot.d.ts +49 -0
  44. package/lib/types/cfn-resource-types/aws-redshiftserverless-snapshot.js +3 -0
  45. package/lib/types/cfn-resource-types/aws-s3tables-table.d.ts +111 -0
  46. package/lib/types/cfn-resource-types/aws-s3tables-table.js +3 -0
  47. package/lib/types/cfn-resource-types.d.ts +12 -0
  48. package/lib/types/cfn-resource-types.js +23 -11
  49. package/package.json +2 -5
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.3",
4
+ "version": "0.41.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"
@@ -27,10 +27,7 @@
27
27
  "node-fetch": "^2.7.0",
28
28
  "ts-jest": "^29.1.2",
29
29
  "ts-node": "^10.9.2",
30
- "typescript": "~5.3.3",
31
- "@smithy/node-http-handler": "^3.2.5",
32
- "hpagent": "^1.2.0",
33
- "uuid": "^10.0.0"
30
+ "typescript": "~5.3.3"
34
31
  },
35
32
  "dependencies": {
36
33
  "@aws-sdk/client-cloudformation": "^3.675.0",