@horietakehiro/aws-cdk-utul 0.41.52 → 0.41.54

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 (40) hide show
  1. package/lib/types/cfn-resource-types/aws-connect-datatable.d.ts +73 -0
  2. package/lib/types/cfn-resource-types/aws-connect-datatable.js +3 -0
  3. package/lib/types/cfn-resource-types/aws-connect-datatableattribute.d.ts +33 -0
  4. package/lib/types/cfn-resource-types/aws-connect-datatableattribute.js +3 -0
  5. package/lib/types/cfn-resource-types/aws-connect-datatablerecord.d.ts +16 -0
  6. package/lib/types/cfn-resource-types/aws-connect-datatablerecord.js +3 -0
  7. package/lib/types/cfn-resource-types/aws-connect-evaluationform.d.ts +284 -167
  8. package/lib/types/cfn-resource-types/aws-connect-evaluationform.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-devopsagent-agentspace.d.ts +29 -0
  10. package/lib/types/cfn-resource-types/aws-devopsagent-agentspace.js +3 -0
  11. package/lib/types/cfn-resource-types/aws-devopsagent-association.d.ts +320 -0
  12. package/lib/types/cfn-resource-types/aws-devopsagent-association.js +3 -0
  13. package/lib/types/cfn-resource-types/aws-glue-identitycenterconfiguration.d.ts +25 -0
  14. package/lib/types/cfn-resource-types/aws-glue-identitycenterconfiguration.js +3 -0
  15. package/lib/types/cfn-resource-types/aws-iotfleethub-application.d.ts +8 -56
  16. package/lib/types/cfn-resource-types/aws-iotfleethub-application.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-lambda-function.d.ts +11 -0
  18. package/lib/types/cfn-resource-types/aws-lambda-function.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-medialive-channel.d.ts +5 -0
  20. package/lib/types/cfn-resource-types/aws-medialive-channel.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-medialive-input.d.ts +9 -0
  22. package/lib/types/cfn-resource-types/aws-medialive-input.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-observabilityadmin-s3tableintegration.d.ts +65 -0
  24. package/lib/types/cfn-resource-types/aws-observabilityadmin-s3tableintegration.js +3 -0
  25. package/lib/types/cfn-resource-types/aws-observabilityadmin-telemetrypipelines.d.ts +49 -0
  26. package/lib/types/cfn-resource-types/aws-observabilityadmin-telemetrypipelines.js +3 -0
  27. package/lib/types/cfn-resource-types/aws-s3-accessgrant.js +1 -1
  28. package/lib/types/cfn-resource-types/aws-s3-accessgrantslocation.d.ts +2 -2
  29. package/lib/types/cfn-resource-types/aws-s3-accessgrantslocation.js +1 -1
  30. package/lib/types/cfn-resource-types/aws-s3-storagelens.d.ts +43 -9
  31. package/lib/types/cfn-resource-types/aws-s3-storagelens.js +1 -1
  32. package/lib/types/cfn-resource-types/aws-s3tables-table.d.ts +10 -0
  33. package/lib/types/cfn-resource-types/aws-s3tables-table.js +1 -1
  34. package/lib/types/cfn-resource-types/aws-s3tables-tablebucket.d.ts +10 -0
  35. package/lib/types/cfn-resource-types/aws-s3tables-tablebucket.js +1 -1
  36. package/lib/types/cfn-resource-types/aws-securityhub-connectorv2.d.ts +82 -0
  37. package/lib/types/cfn-resource-types/aws-securityhub-connectorv2.js +3 -0
  38. package/lib/types/cfn-resource-types.d.ts +18 -0
  39. package/lib/types/cfn-resource-types.js +44 -25
  40. 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.52",
4
+ "version": "0.41.54",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"