@horietakehiro/aws-cdk-utul 0.41.39 → 0.41.41

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 (51) hide show
  1. package/lib/types/cfn-resource-types/aws-bedrockagentcore-runtime.d.ts +1 -1
  2. package/lib/types/cfn-resource-types/aws-bedrockagentcore-runtime.js +1 -1
  3. package/lib/types/cfn-resource-types/aws-billingconductor-customlineitem.d.ts +7 -0
  4. package/lib/types/cfn-resource-types/aws-billingconductor-customlineitem.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-cloudfront-distribution.d.ts +1 -0
  6. package/lib/types/cfn-resource-types/aws-cloudfront-distribution.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-cloudfront-vpcorigin.d.ts +1 -0
  8. package/lib/types/cfn-resource-types/aws-cloudfront-vpcorigin.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-connect-emailaddress.d.ts +15 -0
  10. package/lib/types/cfn-resource-types/aws-connect-emailaddress.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-connect-evaluationform.d.ts +214 -97
  12. package/lib/types/cfn-resource-types/aws-connect-evaluationform.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-connectcampaignsv2-campaign.d.ts +28 -0
  14. package/lib/types/cfn-resource-types/aws-connectcampaignsv2-campaign.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-datazone-connection.d.ts +22 -2
  16. package/lib/types/cfn-resource-types/aws-datazone-connection.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-ec2-capacitymanagerdataexport.d.ts +42 -0
  18. package/lib/types/cfn-resource-types/aws-ec2-capacitymanagerdataexport.js +3 -0
  19. package/lib/types/cfn-resource-types/aws-ecs-service.d.ts +10 -6
  20. package/lib/types/cfn-resource-types/aws-ecs-service.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.d.ts +4 -3
  22. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.d.ts +41 -15
  24. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.d.ts +3 -0
  26. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.js +1 -1
  27. package/lib/types/cfn-resource-types/aws-fsx-filesystem.d.ts +1 -0
  28. package/lib/types/cfn-resource-types/aws-fsx-filesystem.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-imagebuilder-image.d.ts +24 -0
  30. package/lib/types/cfn-resource-types/aws-imagebuilder-image.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-imagebuilder-imagepipeline.d.ts +70 -66
  32. package/lib/types/cfn-resource-types/aws-imagebuilder-imagepipeline.js +1 -1
  33. package/lib/types/cfn-resource-types/aws-mediapackagev2-originendpoint.d.ts +25 -2
  34. package/lib/types/cfn-resource-types/aws-mediapackagev2-originendpoint.js +1 -1
  35. package/lib/types/cfn-resource-types/aws-organizations-account.d.ts +4 -0
  36. package/lib/types/cfn-resource-types/aws-organizations-account.js +1 -1
  37. package/lib/types/cfn-resource-types/aws-osis-pipeline.d.ts +10 -0
  38. package/lib/types/cfn-resource-types/aws-osis-pipeline.js +1 -1
  39. package/lib/types/cfn-resource-types/aws-rtbfabric-link.d.ts +117 -0
  40. package/lib/types/cfn-resource-types/aws-rtbfabric-link.js +3 -0
  41. package/lib/types/cfn-resource-types/aws-rtbfabric-requestergateway.d.ts +62 -0
  42. package/lib/types/cfn-resource-types/aws-rtbfabric-requestergateway.js +3 -0
  43. package/lib/types/cfn-resource-types/aws-rtbfabric-respondergateway.d.ts +91 -0
  44. package/lib/types/cfn-resource-types/aws-rtbfabric-respondergateway.js +3 -0
  45. package/lib/types/cfn-resource-types/aws-sagemaker-userprofile.d.ts +8 -20
  46. package/lib/types/cfn-resource-types/aws-sagemaker-userprofile.js +1 -1
  47. package/lib/types/cfn-resource-types/aws-transfer-connector.d.ts +24 -1
  48. package/lib/types/cfn-resource-types/aws-transfer-connector.js +1 -1
  49. package/lib/types/cfn-resource-types.d.ts +8 -0
  50. package/lib/types/cfn-resource-types.js +31 -23
  51. 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.39",
4
+ "version": "0.41.41",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"