@horietakehiro/aws-cdk-utul 0.12.0 → 0.20.0

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 (135) hide show
  1. package/index.d.ts +0 -1
  2. package/index.js +3 -3
  3. package/lib/assertions.d.ts +114 -2
  4. package/lib/assertions.js +121 -5
  5. package/lib/stack-manager.d.ts +0 -41
  6. package/lib/stack-manager.js +188 -131
  7. package/lib/typed-resource.d.ts +6 -5
  8. package/lib/typed-resource.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-apigateway-account.d.ts +0 -3
  10. package/lib/types/cfn-resource-types/aws-apigateway-account.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-apigateway-apikey.d.ts +0 -27
  12. package/lib/types/cfn-resource-types/aws-apigateway-apikey.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-apigateway-authorizer.d.ts +0 -30
  14. package/lib/types/cfn-resource-types/aws-apigateway-authorizer.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-apigateway-basepathmapping.d.ts +0 -12
  16. package/lib/types/cfn-resource-types/aws-apigateway-basepathmapping.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-apigateway-clientcertificate.d.ts +0 -6
  18. package/lib/types/cfn-resource-types/aws-apigateway-clientcertificate.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-apigateway-deployment.d.ts +0 -63
  20. package/lib/types/cfn-resource-types/aws-apigateway-deployment.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-apigateway-documentationpart.d.ts +0 -24
  22. package/lib/types/cfn-resource-types/aws-apigateway-documentationpart.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-apigateway-documentationversion.d.ts +0 -9
  24. package/lib/types/cfn-resource-types/aws-apigateway-documentationversion.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-apigateway-gatewayresponse.d.ts +0 -15
  26. package/lib/types/cfn-resource-types/aws-apigateway-gatewayresponse.js +1 -1
  27. package/lib/types/cfn-resource-types/aws-apigateway-method.d.ts +0 -109
  28. package/lib/types/cfn-resource-types/aws-apigateway-method.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-apigateway-model.d.ts +0 -12
  30. package/lib/types/cfn-resource-types/aws-apigateway-model.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-apigateway-requestvalidator.d.ts +0 -12
  32. package/lib/types/cfn-resource-types/aws-apigateway-requestvalidator.js +1 -1
  33. package/lib/types/cfn-resource-types/aws-apigateway-resource.d.ts +0 -9
  34. package/lib/types/cfn-resource-types/aws-apigateway-resource.js +1 -1
  35. package/lib/types/cfn-resource-types/aws-apigateway-restapi.d.ts +0 -33
  36. package/lib/types/cfn-resource-types/aws-apigateway-restapi.js +1 -1
  37. package/lib/types/cfn-resource-types/aws-apigateway-stage.d.ts +0 -75
  38. package/lib/types/cfn-resource-types/aws-apigateway-stage.js +1 -1
  39. package/lib/types/cfn-resource-types/aws-apigateway-usageplan.d.ts +0 -48
  40. package/lib/types/cfn-resource-types/aws-apigateway-usageplan.js +1 -1
  41. package/lib/types/cfn-resource-types/aws-apigateway-usageplankey.d.ts +0 -3
  42. package/lib/types/cfn-resource-types/aws-apigateway-usageplankey.js +1 -1
  43. package/lib/types/cfn-resource-types/aws-appsync-api.d.ts +123 -0
  44. package/lib/types/cfn-resource-types/aws-appsync-api.js +3 -0
  45. package/lib/types/cfn-resource-types/aws-appsync-channelnamespace.d.ts +66 -0
  46. package/lib/types/cfn-resource-types/aws-appsync-channelnamespace.js +3 -0
  47. package/lib/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.d.ts +30 -0
  48. package/lib/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.js +1 -1
  49. package/lib/types/cfn-resource-types/aws-bedrock-applicationinferenceprofile.d.ts +82 -0
  50. package/lib/types/cfn-resource-types/aws-bedrock-applicationinferenceprofile.js +3 -0
  51. package/lib/types/cfn-resource-types/aws-cleanrooms-analysistemplate.d.ts +1 -1
  52. package/lib/types/cfn-resource-types/aws-cleanrooms-analysistemplate.js +1 -1
  53. package/lib/types/cfn-resource-types/aws-cleanrooms-collaboration.d.ts +2 -0
  54. package/lib/types/cfn-resource-types/aws-cleanrooms-collaboration.js +1 -1
  55. package/lib/types/cfn-resource-types/aws-cleanrooms-membership.d.ts +1 -0
  56. package/lib/types/cfn-resource-types/aws-cleanrooms-membership.js +1 -1
  57. package/lib/types/cfn-resource-types/aws-codebuild-fleet.d.ts +28 -1
  58. package/lib/types/cfn-resource-types/aws-codebuild-fleet.js +1 -1
  59. package/lib/types/cfn-resource-types/aws-cognito-userpool.d.ts +94 -94
  60. package/lib/types/cfn-resource-types/aws-cognito-userpool.js +1 -1
  61. package/lib/types/cfn-resource-types/aws-datasync-task.d.ts +100 -96
  62. package/lib/types/cfn-resource-types/aws-datasync-task.js +1 -1
  63. package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.d.ts +96 -96
  64. package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.js +1 -1
  65. package/lib/types/cfn-resource-types/aws-ec2-securitygroupvpcassociation.d.ts +25 -0
  66. package/lib/types/cfn-resource-types/aws-ec2-securitygroupvpcassociation.js +3 -0
  67. package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.d.ts +1 -1
  68. package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.js +1 -1
  69. package/lib/types/cfn-resource-types/aws-ecs-service.d.ts +5 -4
  70. package/lib/types/cfn-resource-types/aws-ecs-service.js +1 -1
  71. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.d.ts +17 -14
  72. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.js +1 -1
  73. package/lib/types/cfn-resource-types/aws-events-connection.d.ts +26 -26
  74. package/lib/types/cfn-resource-types/aws-events-connection.js +1 -1
  75. package/lib/types/cfn-resource-types/aws-gamelift-containergroupdefinition.d.ts +4 -179
  76. package/lib/types/cfn-resource-types/aws-gamelift-containergroupdefinition.js +1 -1
  77. package/lib/types/cfn-resource-types/aws-gamelift-fleet.d.ts +1 -42
  78. package/lib/types/cfn-resource-types/aws-gamelift-fleet.js +1 -1
  79. package/lib/types/cfn-resource-types/aws-inspectorv2-cisscanconfiguration.d.ts +1 -1
  80. package/lib/types/cfn-resource-types/aws-inspectorv2-cisscanconfiguration.js +1 -1
  81. package/lib/types/cfn-resource-types/aws-iotwireless-wirelessdeviceimporttask.d.ts +12 -1
  82. package/lib/types/cfn-resource-types/aws-iotwireless-wirelessdeviceimporttask.js +1 -1
  83. package/lib/types/cfn-resource-types/aws-lambda-function.d.ts +24 -4
  84. package/lib/types/cfn-resource-types/aws-lambda-function.js +1 -1
  85. package/lib/types/cfn-resource-types/aws-lambda-version.d.ts +1 -9
  86. package/lib/types/cfn-resource-types/aws-lambda-version.js +1 -1
  87. package/lib/types/cfn-resource-types/aws-logs-delivery.d.ts +20 -0
  88. package/lib/types/cfn-resource-types/aws-logs-delivery.js +1 -1
  89. package/lib/types/cfn-resource-types/aws-logs-deliverydestination.d.ts +4 -0
  90. package/lib/types/cfn-resource-types/aws-logs-deliverydestination.js +1 -1
  91. package/lib/types/cfn-resource-types/aws-m2-application.d.ts +1 -1
  92. package/lib/types/cfn-resource-types/aws-m2-application.js +1 -1
  93. package/lib/types/cfn-resource-types/aws-mediapackagev2-originendpoint.d.ts +19 -0
  94. package/lib/types/cfn-resource-types/aws-mediapackagev2-originendpoint.js +1 -1
  95. package/lib/types/cfn-resource-types/aws-nimblestudio-launchprofile.d.ts +23 -143
  96. package/lib/types/cfn-resource-types/aws-nimblestudio-launchprofile.js +1 -1
  97. package/lib/types/cfn-resource-types/aws-nimblestudio-streamingimage.d.ts +16 -46
  98. package/lib/types/cfn-resource-types/aws-nimblestudio-streamingimage.js +1 -1
  99. package/lib/types/cfn-resource-types/aws-nimblestudio-studio.d.ts +15 -47
  100. package/lib/types/cfn-resource-types/aws-nimblestudio-studio.js +1 -1
  101. package/lib/types/cfn-resource-types/aws-nimblestudio-studiocomponent.d.ts +36 -163
  102. package/lib/types/cfn-resource-types/aws-nimblestudio-studiocomponent.js +1 -1
  103. package/lib/types/cfn-resource-types/aws-opensearchservice-application.d.ts +89 -0
  104. package/lib/types/cfn-resource-types/aws-opensearchservice-application.js +3 -0
  105. package/lib/types/cfn-resource-types/aws-opensearchservice-domain.d.ts +30 -0
  106. package/lib/types/cfn-resource-types/aws-opensearchservice-domain.js +1 -1
  107. package/lib/types/cfn-resource-types/aws-quicksight-analysis.d.ts +1 -1
  108. package/lib/types/cfn-resource-types/aws-quicksight-analysis.js +1 -1
  109. package/lib/types/cfn-resource-types/aws-quicksight-dashboard.d.ts +1 -1
  110. package/lib/types/cfn-resource-types/aws-quicksight-dashboard.js +1 -1
  111. package/lib/types/cfn-resource-types/aws-quicksight-datasource.d.ts +22 -9
  112. package/lib/types/cfn-resource-types/aws-quicksight-datasource.js +1 -1
  113. package/lib/types/cfn-resource-types/aws-quicksight-template.d.ts +1 -1
  114. package/lib/types/cfn-resource-types/aws-quicksight-template.js +1 -1
  115. package/lib/types/cfn-resource-types/aws-rds-dbcluster.d.ts +372 -371
  116. package/lib/types/cfn-resource-types/aws-rds-dbcluster.js +1 -1
  117. package/lib/types/cfn-resource-types/aws-rds-dbshardgroup.d.ts +56 -0
  118. package/lib/types/cfn-resource-types/aws-rds-dbshardgroup.js +3 -0
  119. package/lib/types/cfn-resource-types/aws-sagemaker-studiolifecycleconfig.d.ts +2 -2
  120. package/lib/types/cfn-resource-types/aws-sagemaker-studiolifecycleconfig.js +1 -1
  121. package/lib/types/cfn-resource-types/aws-secretsmanager-rotationschedule.d.ts +71 -11
  122. package/lib/types/cfn-resource-types/aws-secretsmanager-rotationschedule.js +1 -1
  123. package/lib/types/cfn-resource-types/aws-ses-configurationset.d.ts +4 -0
  124. package/lib/types/cfn-resource-types/aws-ses-configurationset.js +1 -1
  125. package/lib/types/cfn-resource-types/aws-transfer-user.d.ts +28 -14
  126. package/lib/types/cfn-resource-types/aws-transfer-user.js +1 -1
  127. package/lib/types/cfn-resource-types/aws-wisdom-aiagent.d.ts +76 -0
  128. package/lib/types/cfn-resource-types/aws-wisdom-aiagent.js +3 -0
  129. package/lib/types/cfn-resource-types/aws-wisdom-aiagentversion.d.ts +12 -0
  130. package/lib/types/cfn-resource-types/aws-wisdom-aiagentversion.js +3 -0
  131. package/lib/types/cfn-resource-types/aws-wisdom-aipromptversion.d.ts +12 -0
  132. package/lib/types/cfn-resource-types/aws-wisdom-aipromptversion.js +3 -0
  133. package/lib/types/cfn-resource-types.d.ts +19 -1
  134. package/lib/types/cfn-resource-types.js +45 -27
  135. package/package.json +1 -1
@@ -33,7 +33,7 @@ export type SheetContentType = ("PAGINATED" | "INTERACTIVE");
33
33
  export type ResizeOption = ("FIXED" | "RESPONSIVE");
34
34
  export type PaperSize = ("US_LETTER" | "US_LEGAL" | "US_TABLOID_LEDGER" | "A0" | "A1" | "A2" | "A3" | "A4" | "A5" | "JIS_B4" | "JIS_B5");
35
35
  export type PaperOrientation = ("PORTRAIT" | "LANDSCAPE");
36
- export type LayoutElementType = ("VISUAL" | "FILTER_CONTROL" | "PARAMETER_CONTROL" | "TEXT_BOX");
36
+ export type LayoutElementType = ("VISUAL" | "FILTER_CONTROL" | "PARAMETER_CONTROL" | "TEXT_BOX" | "IMAGE");
37
37
  export type SectionPageBreakStatus = ("ENABLED" | "DISABLED");
38
38
  export type OtherCategories = ("INCLUDE" | "EXCLUDE");
39
39
  export type DataLabelPosition = ("INSIDE" | "OUTSIDE" | "LEFT" | "TOP" | "BOTTOM" | "RIGHT");