@horietakehiro/aws-cdk-utul 0.41.38 → 0.41.40

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 (37) hide show
  1. package/lib/types/cfn-resource-types/aws-cloudfront-distribution.d.ts +1 -0
  2. package/lib/types/cfn-resource-types/aws-cloudfront-distribution.js +1 -1
  3. package/lib/types/cfn-resource-types/aws-cloudfront-vpcorigin.d.ts +1 -0
  4. package/lib/types/cfn-resource-types/aws-cloudfront-vpcorigin.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-connect-emailaddress.d.ts +15 -0
  6. package/lib/types/cfn-resource-types/aws-connect-emailaddress.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-connect-evaluationform.d.ts +214 -97
  8. package/lib/types/cfn-resource-types/aws-connect-evaluationform.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-ec2-capacitymanagerdataexport.d.ts +42 -0
  10. package/lib/types/cfn-resource-types/aws-ec2-capacitymanagerdataexport.js +3 -0
  11. package/lib/types/cfn-resource-types/aws-ecs-service.d.ts +1 -0
  12. package/lib/types/cfn-resource-types/aws-ecs-service.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.d.ts +4 -3
  14. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.d.ts +37 -11
  16. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-events-eventbuspolicy.d.ts +27 -1
  18. package/lib/types/cfn-resource-types/aws-events-eventbuspolicy.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-fsx-filesystem.d.ts +1 -0
  20. package/lib/types/cfn-resource-types/aws-fsx-filesystem.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-imagebuilder-image.d.ts +14 -0
  22. package/lib/types/cfn-resource-types/aws-imagebuilder-image.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-imagebuilder-imagepipeline.d.ts +70 -66
  24. package/lib/types/cfn-resource-types/aws-imagebuilder-imagepipeline.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-mediapackagev2-originendpoint.d.ts +25 -2
  26. package/lib/types/cfn-resource-types/aws-mediapackagev2-originendpoint.js +1 -1
  27. package/lib/types/cfn-resource-types/aws-osis-pipeline.d.ts +10 -0
  28. package/lib/types/cfn-resource-types/aws-osis-pipeline.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-rtbfabric-link.d.ts +72 -0
  30. package/lib/types/cfn-resource-types/aws-rtbfabric-link.js +3 -0
  31. package/lib/types/cfn-resource-types/aws-rtbfabric-requestergateway.d.ts +62 -0
  32. package/lib/types/cfn-resource-types/aws-rtbfabric-requestergateway.js +3 -0
  33. package/lib/types/cfn-resource-types/aws-rtbfabric-respondergateway.d.ts +91 -0
  34. package/lib/types/cfn-resource-types/aws-rtbfabric-respondergateway.js +3 -0
  35. package/lib/types/cfn-resource-types.d.ts +8 -0
  36. package/lib/types/cfn-resource-types.js +31 -23
  37. 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.38",
4
+ "version": "0.41.40",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"