@horietakehiro/aws-cdk-utul 0.41.8 → 0.41.10

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 (39) hide show
  1. package/lib/types/cfn-resource-types/aws-batch-serviceenvironment.d.ts +25 -0
  2. package/lib/types/cfn-resource-types/aws-batch-serviceenvironment.js +3 -0
  3. package/lib/types/cfn-resource-types/aws-cloudwatch-alarm.d.ts +5 -5
  4. package/lib/types/cfn-resource-types/aws-cloudwatch-alarm.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-dax-cluster.d.ts +1 -0
  6. package/lib/types/cfn-resource-types/aws-dax-cluster.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-ec2-volume.d.ts +10 -0
  8. package/lib/types/cfn-resource-types/aws-ec2-volume.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-ecr-repositorycreationtemplate.d.ts +16 -1
  10. package/lib/types/cfn-resource-types/aws-ecr-repositorycreationtemplate.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.d.ts +4 -3
  12. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.d.ts +77 -72
  14. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.d.ts +1 -1
  16. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-entityresolution-matchingworkflow.d.ts +12 -0
  18. package/lib/types/cfn-resource-types/aws-entityresolution-matchingworkflow.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-glue-job.d.ts +1 -1
  20. package/lib/types/cfn-resource-types/aws-glue-job.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-iotsitewise-computationmodel.d.ts +94 -0
  22. package/lib/types/cfn-resource-types/aws-iotsitewise-computationmodel.js +3 -0
  23. package/lib/types/cfn-resource-types/aws-lightsail-domain.d.ts +84 -0
  24. package/lib/types/cfn-resource-types/aws-lightsail-domain.js +3 -0
  25. package/lib/types/cfn-resource-types/aws-medialive-channel.d.ts +11 -0
  26. package/lib/types/cfn-resource-types/aws-medialive-channel.js +1 -1
  27. package/lib/types/cfn-resource-types/aws-mediapackagev2-channel.d.ts +2 -1
  28. package/lib/types/cfn-resource-types/aws-mediapackagev2-channel.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-mediapackagev2-originendpointpolicy.d.ts +9 -0
  30. package/lib/types/cfn-resource-types/aws-mediapackagev2-originendpointpolicy.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-quicksight-topic.d.ts +144 -140
  32. package/lib/types/cfn-resource-types/aws-quicksight-topic.js +1 -1
  33. package/lib/types/cfn-resource-types/aws-rds-dbinstance.d.ts +23 -0
  34. package/lib/types/cfn-resource-types/aws-rds-dbinstance.js +1 -1
  35. package/lib/types/cfn-resource-types/aws-sagemaker-processingjob.d.ts +407 -0
  36. package/lib/types/cfn-resource-types/aws-sagemaker-processingjob.js +3 -0
  37. package/lib/types/cfn-resource-types.d.ts +8 -0
  38. package/lib/types/cfn-resource-types.js +36 -28
  39. 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.8",
4
+ "version": "0.41.10",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"