@horietakehiro/aws-cdk-utul 0.41.75 → 0.41.76

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 (35) hide show
  1. package/lib/types/cfn-resource-types/aws-arcregionswitch-plan.d.ts +29 -4
  2. package/lib/types/cfn-resource-types/aws-arcregionswitch-plan.js +1 -1
  3. package/lib/types/cfn-resource-types/aws-batch-computeenvironment.d.ts +38 -34
  4. package/lib/types/cfn-resource-types/aws-batch-computeenvironment.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-bedrockagentcore-browserprofile.d.ts +68 -0
  6. package/lib/types/cfn-resource-types/aws-bedrockagentcore-browserprofile.js +3 -0
  7. package/lib/types/cfn-resource-types/aws-bedrockagentcore-evaluator.d.ts +144 -0
  8. package/lib/types/cfn-resource-types/aws-bedrockagentcore-evaluator.js +3 -0
  9. package/lib/types/cfn-resource-types/aws-bedrockagentcore-onlineevaluationconfig.d.ts +171 -0
  10. package/lib/types/cfn-resource-types/aws-bedrockagentcore-onlineevaluationconfig.js +3 -0
  11. package/lib/types/cfn-resource-types/aws-bedrockmantle-project.d.ts +41 -0
  12. package/lib/types/cfn-resource-types/aws-bedrockmantle-project.js +3 -0
  13. package/lib/types/cfn-resource-types/aws-directconnect-connection.d.ts +60 -0
  14. package/lib/types/cfn-resource-types/aws-directconnect-connection.js +3 -0
  15. package/lib/types/cfn-resource-types/aws-directconnect-directconnectgateway.d.ts +38 -0
  16. package/lib/types/cfn-resource-types/aws-directconnect-directconnectgateway.js +3 -0
  17. package/lib/types/cfn-resource-types/aws-directconnect-directconnectgatewayassociation.d.ts +31 -0
  18. package/lib/types/cfn-resource-types/aws-directconnect-directconnectgatewayassociation.js +3 -0
  19. package/lib/types/cfn-resource-types/aws-directconnect-lag.d.ts +58 -0
  20. package/lib/types/cfn-resource-types/aws-directconnect-lag.js +3 -0
  21. package/lib/types/cfn-resource-types/aws-directconnect-privatevirtualinterface.d.ts +103 -0
  22. package/lib/types/cfn-resource-types/aws-directconnect-privatevirtualinterface.js +3 -0
  23. package/lib/types/cfn-resource-types/aws-directconnect-publicvirtualinterface.d.ts +89 -0
  24. package/lib/types/cfn-resource-types/aws-directconnect-publicvirtualinterface.js +3 -0
  25. package/lib/types/cfn-resource-types/aws-directconnect-transitvirtualinterface.d.ts +97 -0
  26. package/lib/types/cfn-resource-types/aws-directconnect-transitvirtualinterface.js +3 -0
  27. package/lib/types/cfn-resource-types/aws-ecs-capacityprovider.d.ts +6 -1
  28. package/lib/types/cfn-resource-types/aws-ecs-capacityprovider.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-servicecatalog-portfolio.d.ts +1 -1
  30. package/lib/types/cfn-resource-types/aws-servicecatalog-portfolio.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-ssm-maintenancewindow.d.ts +44 -2
  32. package/lib/types/cfn-resource-types/aws-ssm-maintenancewindow.js +1 -1
  33. package/lib/types/cfn-resource-types.d.ts +22 -0
  34. package/lib/types/cfn-resource-types.js +51 -29
  35. 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.75",
4
+ "version": "0.41.76",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"