@horietakehiro/aws-cdk-utul 0.41.47 → 0.41.49

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 (119) hide show
  1. package/lib/types/cfn-resource-types/aws-apigateway-domainname.d.ts +1 -0
  2. package/lib/types/cfn-resource-types/aws-apigateway-domainname.js +1 -1
  3. package/lib/types/cfn-resource-types/aws-apigateway-domainnamev2.d.ts +1 -0
  4. package/lib/types/cfn-resource-types/aws-apigateway-domainnamev2.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-apigateway-method.d.ts +2 -0
  6. package/lib/types/cfn-resource-types/aws-apigateway-method.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-apigateway-restapi.d.ts +2 -0
  8. package/lib/types/cfn-resource-types/aws-apigateway-restapi.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-athena-workgroup.d.ts +130 -1
  10. package/lib/types/cfn-resource-types/aws-athena-workgroup.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-backup-backupplan.d.ts +14 -13
  12. package/lib/types/cfn-resource-types/aws-backup-backupplan.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-bedrock-dataautomationproject.d.ts +8 -0
  14. package/lib/types/cfn-resource-types/aws-bedrock-dataautomationproject.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-bedrock-knowledgebase.d.ts +22 -1
  16. package/lib/types/cfn-resource-types/aws-bedrock-knowledgebase.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-billingconductor-billinggroup.d.ts +16 -5
  18. package/lib/types/cfn-resource-types/aws-billingconductor-billinggroup.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-cloudformation-stackset.d.ts +8 -0
  20. package/lib/types/cfn-resource-types/aws-cloudformation-stackset.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-cloudfront-connectionfunction.d.ts +29 -0
  22. package/lib/types/cfn-resource-types/aws-cloudfront-connectionfunction.js +3 -0
  23. package/lib/types/cfn-resource-types/aws-cloudtrail-trail.d.ts +34 -0
  24. package/lib/types/cfn-resource-types/aws-cloudtrail-trail.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-cognito-terms.d.ts +23 -0
  26. package/lib/types/cfn-resource-types/aws-cognito-terms.js +3 -0
  27. package/lib/types/cfn-resource-types/aws-connect-evaluationform.d.ts +166 -172
  28. package/lib/types/cfn-resource-types/aws-connect-evaluationform.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-customerprofiles-domain.d.ts +26 -0
  30. package/lib/types/cfn-resource-types/aws-customerprofiles-domain.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-dsql-cluster.d.ts +4 -0
  32. package/lib/types/cfn-resource-types/aws-dsql-cluster.js +1 -1
  33. package/lib/types/cfn-resource-types/aws-ec2-natgateway.d.ts +29 -19
  34. package/lib/types/cfn-resource-types/aws-ec2-natgateway.js +1 -1
  35. package/lib/types/cfn-resource-types/aws-ec2-networkaclentry.d.ts +2 -2
  36. package/lib/types/cfn-resource-types/aws-ec2-networkaclentry.js +1 -1
  37. package/lib/types/cfn-resource-types/aws-ec2-transitgatewaymeteringpolicy.d.ts +30 -0
  38. package/lib/types/cfn-resource-types/aws-ec2-transitgatewaymeteringpolicy.js +3 -0
  39. package/lib/types/cfn-resource-types/aws-ec2-transitgatewaymeteringpolicyentry.d.ts +61 -0
  40. package/lib/types/cfn-resource-types/aws-ec2-transitgatewaymeteringpolicyentry.js +3 -0
  41. package/lib/types/cfn-resource-types/aws-ec2-vpcencryptioncontrol.d.ts +92 -0
  42. package/lib/types/cfn-resource-types/aws-ec2-vpcencryptioncontrol.js +3 -0
  43. package/lib/types/cfn-resource-types/aws-ec2-vpcendpoint.d.ts +6 -0
  44. package/lib/types/cfn-resource-types/aws-ec2-vpcendpoint.js +1 -1
  45. package/lib/types/cfn-resource-types/aws-ec2-vpnconcentrator.d.ts +29 -0
  46. package/lib/types/cfn-resource-types/aws-ec2-vpnconcentrator.js +3 -0
  47. package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.d.ts +5 -0
  48. package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.js +1 -1
  49. package/lib/types/cfn-resource-types/aws-ecr-pulltimeupdateexclusion.d.ts +10 -0
  50. package/lib/types/cfn-resource-types/aws-ecr-pulltimeupdateexclusion.js +3 -0
  51. package/lib/types/cfn-resource-types/aws-ecr-signingconfiguration.d.ts +44 -0
  52. package/lib/types/cfn-resource-types/aws-ecr-signingconfiguration.js +3 -0
  53. package/lib/types/cfn-resource-types/aws-ecs-capacityprovider.d.ts +9 -0
  54. package/lib/types/cfn-resource-types/aws-ecs-capacityprovider.js +1 -1
  55. package/lib/types/cfn-resource-types/aws-ecs-expressgatewayservice.d.ts +83 -0
  56. package/lib/types/cfn-resource-types/aws-ecs-expressgatewayservice.js +3 -0
  57. package/lib/types/cfn-resource-types/aws-ecs-service.d.ts +34 -5
  58. package/lib/types/cfn-resource-types/aws-ecs-service.js +1 -1
  59. package/lib/types/cfn-resource-types/aws-eks-cluster.d.ts +10 -0
  60. package/lib/types/cfn-resource-types/aws-eks-cluster.js +1 -1
  61. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-targetgroup.d.ts +16 -12
  62. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-targetgroup.js +1 -1
  63. package/lib/types/cfn-resource-types/aws-entityresolution-matchingworkflow.d.ts +2 -2
  64. package/lib/types/cfn-resource-types/aws-entityresolution-matchingworkflow.js +1 -1
  65. package/lib/types/cfn-resource-types/aws-fsx-filesystem.d.ts +1 -0
  66. package/lib/types/cfn-resource-types/aws-fsx-filesystem.js +1 -1
  67. package/lib/types/cfn-resource-types/aws-fsx-storagevirtualmachine.d.ts +1 -0
  68. package/lib/types/cfn-resource-types/aws-fsx-storagevirtualmachine.js +1 -1
  69. package/lib/types/cfn-resource-types/aws-glue-integration.d.ts +90 -0
  70. package/lib/types/cfn-resource-types/aws-glue-integration.js +3 -0
  71. package/lib/types/cfn-resource-types/aws-kinesisvideo-stream.d.ts +10 -0
  72. package/lib/types/cfn-resource-types/aws-kinesisvideo-stream.js +1 -1
  73. package/lib/types/cfn-resource-types/aws-kms-key.d.ts +3 -0
  74. package/lib/types/cfn-resource-types/aws-kms-key.js +1 -1
  75. package/lib/types/cfn-resource-types/aws-lakeformation-datalakesettings.d.ts +3 -0
  76. package/lib/types/cfn-resource-types/aws-lakeformation-datalakesettings.js +1 -1
  77. package/lib/types/cfn-resource-types/aws-lambda-eventsourcemapping.d.ts +8 -5
  78. package/lib/types/cfn-resource-types/aws-lambda-eventsourcemapping.js +1 -1
  79. package/lib/types/cfn-resource-types/aws-lambda-function.d.ts +7 -0
  80. package/lib/types/cfn-resource-types/aws-lambda-function.js +1 -1
  81. package/lib/types/cfn-resource-types/aws-lex-botversion.d.ts +1 -1
  82. package/lib/types/cfn-resource-types/aws-lex-botversion.js +1 -1
  83. package/lib/types/cfn-resource-types/aws-lex-resourcepolicy.d.ts +1 -1
  84. package/lib/types/cfn-resource-types/aws-lex-resourcepolicy.js +1 -1
  85. package/lib/types/cfn-resource-types/aws-msk-cluster.d.ts +4 -0
  86. package/lib/types/cfn-resource-types/aws-msk-cluster.js +1 -1
  87. package/lib/types/cfn-resource-types/aws-opensearchservice-domain.d.ts +10 -0
  88. package/lib/types/cfn-resource-types/aws-opensearchservice-domain.js +1 -1
  89. package/lib/types/cfn-resource-types/aws-pcs-cluster.d.ts +68 -38
  90. package/lib/types/cfn-resource-types/aws-pcs-cluster.js +1 -1
  91. package/lib/types/cfn-resource-types/aws-rbin-rule.d.ts +1 -1
  92. package/lib/types/cfn-resource-types/aws-rbin-rule.js +1 -1
  93. package/lib/types/cfn-resource-types/aws-rum-appmonitor.d.ts +79 -34
  94. package/lib/types/cfn-resource-types/aws-rum-appmonitor.js +1 -1
  95. package/lib/types/cfn-resource-types/aws-s3-bucket.d.ts +9 -0
  96. package/lib/types/cfn-resource-types/aws-s3-bucket.js +1 -1
  97. package/lib/types/cfn-resource-types/aws-s3tables-tablebucket.d.ts +10 -0
  98. package/lib/types/cfn-resource-types/aws-s3tables-tablebucket.js +1 -1
  99. package/lib/types/cfn-resource-types/aws-sagemaker-partnerapp.d.ts +12 -0
  100. package/lib/types/cfn-resource-types/aws-sagemaker-partnerapp.js +1 -1
  101. package/lib/types/cfn-resource-types/aws-secretsmanager-secret.d.ts +1 -0
  102. package/lib/types/cfn-resource-types/aws-secretsmanager-secret.js +1 -1
  103. package/lib/types/cfn-resource-types/aws-servicecatalog-cloudformationproduct.d.ts +3 -5
  104. package/lib/types/cfn-resource-types/aws-servicecatalog-cloudformationproduct.js +1 -1
  105. package/lib/types/cfn-resource-types/aws-vpclattice-domainverification.d.ts +23 -0
  106. package/lib/types/cfn-resource-types/aws-vpclattice-domainverification.js +3 -0
  107. package/lib/types/cfn-resource-types/aws-vpclattice-resourceconfiguration.d.ts +8 -5
  108. package/lib/types/cfn-resource-types/aws-vpclattice-resourceconfiguration.js +1 -1
  109. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkresourceassociation.d.ts +1 -0
  110. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkresourceassociation.js +1 -1
  111. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkvpcassociation.d.ts +10 -0
  112. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkvpcassociation.js +1 -1
  113. package/lib/types/cfn-resource-types/aws-wisdom-aiagent.d.ts +27 -2
  114. package/lib/types/cfn-resource-types/aws-wisdom-aiagent.js +1 -1
  115. package/lib/types/cfn-resource-types.d.ts +22 -2
  116. package/lib/types/cfn-resource-types.js +49 -29
  117. package/package.json +1 -1
  118. package/lib/types/cfn-resource-types/dev-fsx-storagevirtualmachine.d.ts +0 -31
  119. package/lib/types/cfn-resource-types/dev-fsx-storagevirtualmachine.js +0 -3
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.47",
4
+ "version": "0.41.49",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/horietakehiro/aws-cdk-utul"
@@ -1,31 +0,0 @@
1
- /**
2
- * Resource Type definition for Dev::FSx::StorageVirtualMachine
3
- */
4
- export interface _DEV_FSX_STORAGEVIRTUALMACHINE {
5
- ResourceARN?: string;
6
- SvmAdminPassword?: string;
7
- StorageVirtualMachineId?: string;
8
- ActiveDirectoryConfiguration?: ActiveDirectoryConfiguration;
9
- RootVolumeSecurityStyle?: string;
10
- FileSystemId: string;
11
- UUID?: string;
12
- Tags?: Tag[];
13
- Name: string;
14
- }
15
- export interface ActiveDirectoryConfiguration {
16
- SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
17
- NetBiosName?: string;
18
- }
19
- export interface SelfManagedActiveDirectoryConfiguration {
20
- FileSystemAdministratorsGroup?: string;
21
- UserName?: string;
22
- DomainName?: string;
23
- OrganizationalUnitDistinguishedName?: string;
24
- DomainJoinServiceAccountSecret?: string;
25
- DnsIps?: string[];
26
- Password?: string;
27
- }
28
- export interface Tag {
29
- Value: string;
30
- Key: string;
31
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2LWZzeC1zdG9yYWdldmlydHVhbG1hY2hpbmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJkZXYtZnN4LXN0b3JhZ2V2aXJ0dWFsbWFjaGluZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBSZXNvdXJjZSBUeXBlIGRlZmluaXRpb24gZm9yIERldjo6RlN4OjpTdG9yYWdlVmlydHVhbE1hY2hpbmVcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfREVWX0ZTWF9TVE9SQUdFVklSVFVBTE1BQ0hJTkUge1xuUmVzb3VyY2VBUk4/OiBzdHJpbmdcblN2bUFkbWluUGFzc3dvcmQ/OiBzdHJpbmdcblN0b3JhZ2VWaXJ0dWFsTWFjaGluZUlkPzogc3RyaW5nXG5BY3RpdmVEaXJlY3RvcnlDb25maWd1cmF0aW9uPzogQWN0aXZlRGlyZWN0b3J5Q29uZmlndXJhdGlvblxuUm9vdFZvbHVtZVNlY3VyaXR5U3R5bGU/OiBzdHJpbmdcbkZpbGVTeXN0ZW1JZDogc3RyaW5nXG5VVUlEPzogc3RyaW5nXG5UYWdzPzogVGFnW11cbk5hbWU6IHN0cmluZ1xufVxuZXhwb3J0IGludGVyZmFjZSBBY3RpdmVEaXJlY3RvcnlDb25maWd1cmF0aW9uIHtcblNlbGZNYW5hZ2VkQWN0aXZlRGlyZWN0b3J5Q29uZmlndXJhdGlvbj86IFNlbGZNYW5hZ2VkQWN0aXZlRGlyZWN0b3J5Q29uZmlndXJhdGlvblxuTmV0Qmlvc05hbWU/OiBzdHJpbmdcbn1cbmV4cG9ydCBpbnRlcmZhY2UgU2VsZk1hbmFnZWRBY3RpdmVEaXJlY3RvcnlDb25maWd1cmF0aW9uIHtcbkZpbGVTeXN0ZW1BZG1pbmlzdHJhdG9yc0dyb3VwPzogc3RyaW5nXG5Vc2VyTmFtZT86IHN0cmluZ1xuRG9tYWluTmFtZT86IHN0cmluZ1xuT3JnYW5pemF0aW9uYWxVbml0RGlzdGluZ3Vpc2hlZE5hbWU/OiBzdHJpbmdcbkRvbWFpbkpvaW5TZXJ2aWNlQWNjb3VudFNlY3JldD86IHN0cmluZ1xuRG5zSXBzPzogc3RyaW5nW11cblBhc3N3b3JkPzogc3RyaW5nXG59XG5leHBvcnQgaW50ZXJmYWNlIFRhZyB7XG5WYWx1ZTogc3RyaW5nXG5LZXk6IHN0cmluZ1xufVxuIl19