@horietakehiro/aws-cdk-utul 0.41.32 → 0.41.34

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 (43) hide show
  1. package/lib/types/cfn-resource-types/aws-applicationsignals-groupingconfiguration.d.ts +23 -0
  2. package/lib/types/cfn-resource-types/aws-applicationsignals-groupingconfiguration.js +3 -0
  3. package/lib/types/cfn-resource-types/aws-arcregionswitch-plan.d.ts +1 -0
  4. package/lib/types/cfn-resource-types/aws-arcregionswitch-plan.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-bedrockagentcore-browsercustom.d.ts +35 -1
  6. package/lib/types/cfn-resource-types/aws-bedrockagentcore-browsercustom.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-bedrockagentcore-codeinterpretercustom.d.ts +35 -1
  8. package/lib/types/cfn-resource-types/aws-bedrockagentcore-codeinterpretercustom.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-bedrockagentcore-gateway.d.ts +65 -0
  10. package/lib/types/cfn-resource-types/aws-bedrockagentcore-gateway.js +3 -0
  11. package/lib/types/cfn-resource-types/aws-bedrockagentcore-gatewaytarget.d.ts +111 -0
  12. package/lib/types/cfn-resource-types/aws-bedrockagentcore-gatewaytarget.js +3 -0
  13. package/lib/types/cfn-resource-types/aws-bedrockagentcore-runtime.d.ts +31 -1
  14. package/lib/types/cfn-resource-types/aws-bedrockagentcore-runtime.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-ec2-ec2fleet.d.ts +57 -57
  16. package/lib/types/cfn-resource-types/aws-ec2-ec2fleet.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-ec2-spotfleet.d.ts +135 -135
  18. package/lib/types/cfn-resource-types/aws-ec2-spotfleet.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-imagebuilder-image.d.ts +10 -0
  20. package/lib/types/cfn-resource-types/aws-imagebuilder-image.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-imagebuilder-imagepipeline.d.ts +22 -4
  22. package/lib/types/cfn-resource-types/aws-imagebuilder-imagepipeline.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-imagebuilder-imagerecipe.d.ts +50 -40
  24. package/lib/types/cfn-resource-types/aws-imagebuilder-imagerecipe.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-lightsail-disksnapshot.d.ts +81 -0
  26. package/lib/types/cfn-resource-types/aws-lightsail-disksnapshot.js +3 -0
  27. package/lib/types/cfn-resource-types/aws-medialive-channel.d.ts +6 -0
  28. package/lib/types/cfn-resource-types/aws-medialive-channel.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-neptune-eventsubscription.d.ts +31 -2
  30. package/lib/types/cfn-resource-types/aws-neptune-eventsubscription.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-observabilityadmin-organizationcentralizationrule.d.ts +63 -0
  32. package/lib/types/cfn-resource-types/aws-observabilityadmin-organizationcentralizationrule.js +3 -0
  33. package/lib/types/cfn-resource-types/aws-pcs-cluster.d.ts +38 -38
  34. package/lib/types/cfn-resource-types/aws-pcs-cluster.js +1 -1
  35. package/lib/types/cfn-resource-types/aws-pcs-queue.d.ts +40 -18
  36. package/lib/types/cfn-resource-types/aws-pcs-queue.js +1 -1
  37. package/lib/types/cfn-resource-types/aws-s3-bucket.d.ts +26 -17
  38. package/lib/types/cfn-resource-types/aws-s3-bucket.js +1 -1
  39. package/lib/types/cfn-resource-types/aws-servicecatalog-portfolioshare.d.ts +12 -1
  40. package/lib/types/cfn-resource-types/aws-servicecatalog-portfolioshare.js +1 -1
  41. package/lib/types/cfn-resource-types.d.ts +10 -0
  42. package/lib/types/cfn-resource-types.js +40 -30
  43. 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.41.32",
4
+ "version": "0.41.34",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"