@horietakehiro/aws-cdk-utul 0.1.1

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 (2624) hide show
  1. package/.env +1 -0
  2. package/README.md +14 -0
  3. package/package.json +37 -0
  4. package/src/assertions.d.ts +29 -0
  5. package/src/assertions.js +88 -0
  6. package/src/index.d.ts +3 -0
  7. package/src/index.js +7 -0
  8. package/src/typed-resource.d.ts +97 -0
  9. package/src/typed-resource.js +3 -0
  10. package/src/types/cfn-resource-types/alexa-ask-skill.d.ts +26 -0
  11. package/src/types/cfn-resource-types/alexa-ask-skill.js +3 -0
  12. package/src/types/cfn-resource-types/aws-accessanalyzer-analyzer.d.ts +72 -0
  13. package/src/types/cfn-resource-types/aws-accessanalyzer-analyzer.js +3 -0
  14. package/src/types/cfn-resource-types/aws-acmpca-certificate.d.ts +394 -0
  15. package/src/types/cfn-resource-types/aws-acmpca-certificate.js +3 -0
  16. package/src/types/cfn-resource-types/aws-acmpca-certificateauthority.d.ts +213 -0
  17. package/src/types/cfn-resource-types/aws-acmpca-certificateauthority.js +3 -0
  18. package/src/types/cfn-resource-types/aws-acmpca-certificateauthorityactivation.d.ts +25 -0
  19. package/src/types/cfn-resource-types/aws-acmpca-certificateauthorityactivation.js +3 -0
  20. package/src/types/cfn-resource-types/aws-acmpca-permission.d.ts +21 -0
  21. package/src/types/cfn-resource-types/aws-acmpca-permission.js +3 -0
  22. package/src/types/cfn-resource-types/aws-amazonmq-broker.d.ts +76 -0
  23. package/src/types/cfn-resource-types/aws-amazonmq-broker.js +3 -0
  24. package/src/types/cfn-resource-types/aws-amazonmq-configuration.d.ts +19 -0
  25. package/src/types/cfn-resource-types/aws-amazonmq-configuration.js +3 -0
  26. package/src/types/cfn-resource-types/aws-amazonmq-configurationassociation.d.ts +12 -0
  27. package/src/types/cfn-resource-types/aws-amazonmq-configurationassociation.js +3 -0
  28. package/src/types/cfn-resource-types/aws-amplify-app.d.ts +60 -0
  29. package/src/types/cfn-resource-types/aws-amplify-app.js +3 -0
  30. package/src/types/cfn-resource-types/aws-amplify-branch.d.ts +36 -0
  31. package/src/types/cfn-resource-types/aws-amplify-branch.js +3 -0
  32. package/src/types/cfn-resource-types/aws-amplify-domain.d.ts +34 -0
  33. package/src/types/cfn-resource-types/aws-amplify-domain.js +3 -0
  34. package/src/types/cfn-resource-types/aws-amplifyuibuilder-component.d.ts +186 -0
  35. package/src/types/cfn-resource-types/aws-amplifyuibuilder-component.js +3 -0
  36. package/src/types/cfn-resource-types/aws-amplifyuibuilder-form.d.ts +160 -0
  37. package/src/types/cfn-resource-types/aws-amplifyuibuilder-form.js +3 -0
  38. package/src/types/cfn-resource-types/aws-amplifyuibuilder-theme.d.ts +29 -0
  39. package/src/types/cfn-resource-types/aws-amplifyuibuilder-theme.js +3 -0
  40. package/src/types/cfn-resource-types/aws-apigateway-account.d.ts +10 -0
  41. package/src/types/cfn-resource-types/aws-apigateway-account.js +3 -0
  42. package/src/types/cfn-resource-types/aws-apigateway-apikey.d.ts +62 -0
  43. package/src/types/cfn-resource-types/aws-apigateway-apikey.js +3 -0
  44. package/src/types/cfn-resource-types/aws-apigateway-authorizer.d.ts +46 -0
  45. package/src/types/cfn-resource-types/aws-apigateway-authorizer.js +3 -0
  46. package/src/types/cfn-resource-types/aws-apigateway-basepathmapping.d.ts +21 -0
  47. package/src/types/cfn-resource-types/aws-apigateway-basepathmapping.js +3 -0
  48. package/src/types/cfn-resource-types/aws-apigateway-clientcertificate.d.ts +18 -0
  49. package/src/types/cfn-resource-types/aws-apigateway-clientcertificate.js +3 -0
  50. package/src/types/cfn-resource-types/aws-apigateway-deployment.d.ts +217 -0
  51. package/src/types/cfn-resource-types/aws-apigateway-deployment.js +3 -0
  52. package/src/types/cfn-resource-types/aws-apigateway-documentationpart.d.ts +40 -0
  53. package/src/types/cfn-resource-types/aws-apigateway-documentationpart.js +3 -0
  54. package/src/types/cfn-resource-types/aws-apigateway-documentationversion.d.ts +17 -0
  55. package/src/types/cfn-resource-types/aws-apigateway-documentationversion.js +3 -0
  56. package/src/types/cfn-resource-types/aws-apigateway-domainname.d.ts +28 -0
  57. package/src/types/cfn-resource-types/aws-apigateway-domainname.js +3 -0
  58. package/src/types/cfn-resource-types/aws-apigateway-gatewayresponse.d.ts +38 -0
  59. package/src/types/cfn-resource-types/aws-apigateway-gatewayresponse.js +3 -0
  60. package/src/types/cfn-resource-types/aws-apigateway-method.d.ts +210 -0
  61. package/src/types/cfn-resource-types/aws-apigateway-method.js +3 -0
  62. package/src/types/cfn-resource-types/aws-apigateway-model.d.ts +28 -0
  63. package/src/types/cfn-resource-types/aws-apigateway-model.js +3 -0
  64. package/src/types/cfn-resource-types/aws-apigateway-requestvalidator.d.ts +22 -0
  65. package/src/types/cfn-resource-types/aws-apigateway-requestvalidator.js +3 -0
  66. package/src/types/cfn-resource-types/aws-apigateway-resource.d.ts +18 -0
  67. package/src/types/cfn-resource-types/aws-apigateway-resource.js +3 -0
  68. package/src/types/cfn-resource-types/aws-apigateway-restapi.d.ts +115 -0
  69. package/src/types/cfn-resource-types/aws-apigateway-restapi.js +3 -0
  70. package/src/types/cfn-resource-types/aws-apigateway-stage.d.ts +157 -0
  71. package/src/types/cfn-resource-types/aws-apigateway-stage.js +3 -0
  72. package/src/types/cfn-resource-types/aws-apigateway-usageplan.d.ts +100 -0
  73. package/src/types/cfn-resource-types/aws-apigateway-usageplan.js +3 -0
  74. package/src/types/cfn-resource-types/aws-apigateway-usageplankey.d.ts +18 -0
  75. package/src/types/cfn-resource-types/aws-apigateway-usageplankey.js +3 -0
  76. package/src/types/cfn-resource-types/aws-apigateway-vpclink.d.ts +26 -0
  77. package/src/types/cfn-resource-types/aws-apigateway-vpclink.js +3 -0
  78. package/src/types/cfn-resource-types/aws-apigatewayv2-api.d.ts +127 -0
  79. package/src/types/cfn-resource-types/aws-apigatewayv2-api.js +3 -0
  80. package/src/types/cfn-resource-types/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +46 -0
  81. package/src/types/cfn-resource-types/aws-apigatewayv2-apigatewaymanagedoverrides.js +3 -0
  82. package/src/types/cfn-resource-types/aws-apigatewayv2-apimapping.d.ts +22 -0
  83. package/src/types/cfn-resource-types/aws-apigatewayv2-apimapping.js +3 -0
  84. package/src/types/cfn-resource-types/aws-apigatewayv2-authorizer.d.ts +62 -0
  85. package/src/types/cfn-resource-types/aws-apigatewayv2-authorizer.js +3 -0
  86. package/src/types/cfn-resource-types/aws-apigatewayv2-deployment.d.ts +18 -0
  87. package/src/types/cfn-resource-types/aws-apigatewayv2-deployment.js +3 -0
  88. package/src/types/cfn-resource-types/aws-apigatewayv2-domainname.d.ts +66 -0
  89. package/src/types/cfn-resource-types/aws-apigatewayv2-domainname.js +3 -0
  90. package/src/types/cfn-resource-types/aws-apigatewayv2-integration.d.ts +118 -0
  91. package/src/types/cfn-resource-types/aws-apigatewayv2-integration.js +3 -0
  92. package/src/types/cfn-resource-types/aws-apigatewayv2-integrationresponse.d.ts +41 -0
  93. package/src/types/cfn-resource-types/aws-apigatewayv2-integrationresponse.js +3 -0
  94. package/src/types/cfn-resource-types/aws-apigatewayv2-model.d.ts +28 -0
  95. package/src/types/cfn-resource-types/aws-apigatewayv2-model.js +3 -0
  96. package/src/types/cfn-resource-types/aws-apigatewayv2-route.d.ts +58 -0
  97. package/src/types/cfn-resource-types/aws-apigatewayv2-route.js +3 -0
  98. package/src/types/cfn-resource-types/aws-apigatewayv2-routeresponse.d.ts +46 -0
  99. package/src/types/cfn-resource-types/aws-apigatewayv2-routeresponse.js +3 -0
  100. package/src/types/cfn-resource-types/aws-apigatewayv2-stage.d.ts +35 -0
  101. package/src/types/cfn-resource-types/aws-apigatewayv2-stage.js +3 -0
  102. package/src/types/cfn-resource-types/aws-apigatewayv2-vpclink.d.ts +28 -0
  103. package/src/types/cfn-resource-types/aws-apigatewayv2-vpclink.js +3 -0
  104. package/src/types/cfn-resource-types/aws-appconfig-application.d.ts +34 -0
  105. package/src/types/cfn-resource-types/aws-appconfig-application.js +3 -0
  106. package/src/types/cfn-resource-types/aws-appconfig-configurationprofile.d.ts +77 -0
  107. package/src/types/cfn-resource-types/aws-appconfig-configurationprofile.js +3 -0
  108. package/src/types/cfn-resource-types/aws-appconfig-deployment.d.ts +24 -0
  109. package/src/types/cfn-resource-types/aws-appconfig-deployment.js +3 -0
  110. package/src/types/cfn-resource-types/aws-appconfig-deploymentstrategy.d.ts +18 -0
  111. package/src/types/cfn-resource-types/aws-appconfig-deploymentstrategy.js +3 -0
  112. package/src/types/cfn-resource-types/aws-appconfig-environment.d.ts +58 -0
  113. package/src/types/cfn-resource-types/aws-appconfig-environment.js +3 -0
  114. package/src/types/cfn-resource-types/aws-appconfig-extension.d.ts +82 -0
  115. package/src/types/cfn-resource-types/aws-appconfig-extension.js +3 -0
  116. package/src/types/cfn-resource-types/aws-appconfig-extensionassociation.d.ts +36 -0
  117. package/src/types/cfn-resource-types/aws-appconfig-extensionassociation.js +3 -0
  118. package/src/types/cfn-resource-types/aws-appconfig-hostedconfigurationversion.d.ts +37 -0
  119. package/src/types/cfn-resource-types/aws-appconfig-hostedconfigurationversion.js +3 -0
  120. package/src/types/cfn-resource-types/aws-appflow-connector.d.ts +37 -0
  121. package/src/types/cfn-resource-types/aws-appflow-connector.js +3 -0
  122. package/src/types/cfn-resource-types/aws-appflow-connectorprofile.d.ts +688 -0
  123. package/src/types/cfn-resource-types/aws-appflow-connectorprofile.js +3 -0
  124. package/src/types/cfn-resource-types/aws-appflow-flow.d.ts +474 -0
  125. package/src/types/cfn-resource-types/aws-appflow-flow.js +3 -0
  126. package/src/types/cfn-resource-types/aws-appintegrations-application.d.ts +68 -0
  127. package/src/types/cfn-resource-types/aws-appintegrations-application.js +3 -0
  128. package/src/types/cfn-resource-types/aws-appintegrations-dataintegration.d.ts +113 -0
  129. package/src/types/cfn-resource-types/aws-appintegrations-dataintegration.js +3 -0
  130. package/src/types/cfn-resource-types/aws-appintegrations-eventintegration.d.ts +48 -0
  131. package/src/types/cfn-resource-types/aws-appintegrations-eventintegration.js +3 -0
  132. package/src/types/cfn-resource-types/aws-applicationautoscaling-scalabletarget.d.ts +149 -0
  133. package/src/types/cfn-resource-types/aws-applicationautoscaling-scalabletarget.js +3 -0
  134. package/src/types/cfn-resource-types/aws-applicationautoscaling-scalingpolicy.d.ts +292 -0
  135. package/src/types/cfn-resource-types/aws-applicationautoscaling-scalingpolicy.js +3 -0
  136. package/src/types/cfn-resource-types/aws-applicationinsights-application.d.ts +403 -0
  137. package/src/types/cfn-resource-types/aws-applicationinsights-application.js +3 -0
  138. package/src/types/cfn-resource-types/aws-applicationsignals-servicelevelobjective.d.ts +271 -0
  139. package/src/types/cfn-resource-types/aws-applicationsignals-servicelevelobjective.js +3 -0
  140. package/src/types/cfn-resource-types/aws-appmesh-gatewayroute.d.ts +124 -0
  141. package/src/types/cfn-resource-types/aws-appmesh-gatewayroute.js +3 -0
  142. package/src/types/cfn-resource-types/aws-appmesh-mesh.d.ts +27 -0
  143. package/src/types/cfn-resource-types/aws-appmesh-mesh.js +3 -0
  144. package/src/types/cfn-resource-types/aws-appmesh-route.d.ts +142 -0
  145. package/src/types/cfn-resource-types/aws-appmesh-route.js +3 -0
  146. package/src/types/cfn-resource-types/aws-appmesh-virtualgateway.d.ts +143 -0
  147. package/src/types/cfn-resource-types/aws-appmesh-virtualgateway.js +3 -0
  148. package/src/types/cfn-resource-types/aws-appmesh-virtualnode.d.ts +204 -0
  149. package/src/types/cfn-resource-types/aws-appmesh-virtualnode.js +3 -0
  150. package/src/types/cfn-resource-types/aws-appmesh-virtualrouter.d.ts +28 -0
  151. package/src/types/cfn-resource-types/aws-appmesh-virtualrouter.js +3 -0
  152. package/src/types/cfn-resource-types/aws-appmesh-virtualservice.d.ts +31 -0
  153. package/src/types/cfn-resource-types/aws-appmesh-virtualservice.js +3 -0
  154. package/src/types/cfn-resource-types/aws-apprunner-autoscalingconfiguration.d.ts +41 -0
  155. package/src/types/cfn-resource-types/aws-apprunner-autoscalingconfiguration.js +3 -0
  156. package/src/types/cfn-resource-types/aws-apprunner-observabilityconfiguration.d.ts +39 -0
  157. package/src/types/cfn-resource-types/aws-apprunner-observabilityconfiguration.js +3 -0
  158. package/src/types/cfn-resource-types/aws-apprunner-service.d.ts +266 -0
  159. package/src/types/cfn-resource-types/aws-apprunner-service.js +3 -0
  160. package/src/types/cfn-resource-types/aws-apprunner-vpcconnector.d.ts +35 -0
  161. package/src/types/cfn-resource-types/aws-apprunner-vpcconnector.js +3 -0
  162. package/src/types/cfn-resource-types/aws-apprunner-vpcingressconnection.d.ts +44 -0
  163. package/src/types/cfn-resource-types/aws-apprunner-vpcingressconnection.js +3 -0
  164. package/src/types/cfn-resource-types/aws-appstream-appblock.d.ts +34 -0
  165. package/src/types/cfn-resource-types/aws-appstream-appblock.js +3 -0
  166. package/src/types/cfn-resource-types/aws-appstream-appblockbuilder.d.ts +32 -0
  167. package/src/types/cfn-resource-types/aws-appstream-appblockbuilder.js +3 -0
  168. package/src/types/cfn-resource-types/aws-appstream-application.d.ts +33 -0
  169. package/src/types/cfn-resource-types/aws-appstream-application.js +3 -0
  170. package/src/types/cfn-resource-types/aws-appstream-applicationentitlementassociation.d.ts +8 -0
  171. package/src/types/cfn-resource-types/aws-appstream-applicationentitlementassociation.js +3 -0
  172. package/src/types/cfn-resource-types/aws-appstream-applicationfleetassociation.d.ts +8 -0
  173. package/src/types/cfn-resource-types/aws-appstream-applicationfleetassociation.js +3 -0
  174. package/src/types/cfn-resource-types/aws-appstream-directoryconfig.d.ts +17 -0
  175. package/src/types/cfn-resource-types/aws-appstream-directoryconfig.js +3 -0
  176. package/src/types/cfn-resource-types/aws-appstream-entitlement.d.ts +16 -0
  177. package/src/types/cfn-resource-types/aws-appstream-entitlement.js +3 -0
  178. package/src/types/cfn-resource-types/aws-appstream-fleet.d.ts +48 -0
  179. package/src/types/cfn-resource-types/aws-appstream-fleet.js +3 -0
  180. package/src/types/cfn-resource-types/aws-appstream-imagebuilder.d.ts +35 -0
  181. package/src/types/cfn-resource-types/aws-appstream-imagebuilder.js +3 -0
  182. package/src/types/cfn-resource-types/aws-appstream-stack.d.ts +45 -0
  183. package/src/types/cfn-resource-types/aws-appstream-stack.js +3 -0
  184. package/src/types/cfn-resource-types/aws-appstream-stackfleetassociation.d.ts +8 -0
  185. package/src/types/cfn-resource-types/aws-appstream-stackfleetassociation.js +3 -0
  186. package/src/types/cfn-resource-types/aws-appstream-stackuserassociation.d.ts +10 -0
  187. package/src/types/cfn-resource-types/aws-appstream-stackuserassociation.js +3 -0
  188. package/src/types/cfn-resource-types/aws-appstream-user.d.ts +11 -0
  189. package/src/types/cfn-resource-types/aws-appstream-user.js +3 -0
  190. package/src/types/cfn-resource-types/aws-appsync-apicache.d.ts +13 -0
  191. package/src/types/cfn-resource-types/aws-appsync-apicache.js +3 -0
  192. package/src/types/cfn-resource-types/aws-appsync-apikey.d.ts +11 -0
  193. package/src/types/cfn-resource-types/aws-appsync-apikey.js +3 -0
  194. package/src/types/cfn-resource-types/aws-appsync-datasource.d.ts +69 -0
  195. package/src/types/cfn-resource-types/aws-appsync-datasource.js +3 -0
  196. package/src/types/cfn-resource-types/aws-appsync-domainname.d.ts +10 -0
  197. package/src/types/cfn-resource-types/aws-appsync-domainname.js +3 -0
  198. package/src/types/cfn-resource-types/aws-appsync-domainnameapiassociation.d.ts +8 -0
  199. package/src/types/cfn-resource-types/aws-appsync-domainnameapiassociation.js +3 -0
  200. package/src/types/cfn-resource-types/aws-appsync-functionconfiguration.d.ts +99 -0
  201. package/src/types/cfn-resource-types/aws-appsync-functionconfiguration.js +3 -0
  202. package/src/types/cfn-resource-types/aws-appsync-graphqlapi.d.ts +75 -0
  203. package/src/types/cfn-resource-types/aws-appsync-graphqlapi.js +3 -0
  204. package/src/types/cfn-resource-types/aws-appsync-graphqlschema.d.ts +9 -0
  205. package/src/types/cfn-resource-types/aws-appsync-graphqlschema.js +3 -0
  206. package/src/types/cfn-resource-types/aws-appsync-resolver.d.ts +132 -0
  207. package/src/types/cfn-resource-types/aws-appsync-resolver.js +3 -0
  208. package/src/types/cfn-resource-types/aws-appsync-sourceapiassociation.d.ts +63 -0
  209. package/src/types/cfn-resource-types/aws-appsync-sourceapiassociation.js +3 -0
  210. package/src/types/cfn-resource-types/aws-apptest-testcase.d.ts +164 -0
  211. package/src/types/cfn-resource-types/aws-apptest-testcase.js +3 -0
  212. package/src/types/cfn-resource-types/aws-aps-rulegroupsnamespace.d.ts +38 -0
  213. package/src/types/cfn-resource-types/aws-aps-rulegroupsnamespace.js +3 -0
  214. package/src/types/cfn-resource-types/aws-aps-scraper.d.ts +103 -0
  215. package/src/types/cfn-resource-types/aws-aps-scraper.js +3 -0
  216. package/src/types/cfn-resource-types/aws-aps-workspace.d.ts +56 -0
  217. package/src/types/cfn-resource-types/aws-aps-workspace.js +3 -0
  218. package/src/types/cfn-resource-types/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +17 -0
  219. package/src/types/cfn-resource-types/aws-arczonalshift-autoshiftobservernotificationstatus.js +3 -0
  220. package/src/types/cfn-resource-types/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +38 -0
  221. package/src/types/cfn-resource-types/aws-arczonalshift-zonalautoshiftconfiguration.js +3 -0
  222. package/src/types/cfn-resource-types/aws-athena-capacityreservation.d.ts +58 -0
  223. package/src/types/cfn-resource-types/aws-athena-capacityreservation.js +3 -0
  224. package/src/types/cfn-resource-types/aws-athena-datacatalog.d.ts +36 -0
  225. package/src/types/cfn-resource-types/aws-athena-datacatalog.js +3 -0
  226. package/src/types/cfn-resource-types/aws-athena-namedquery.d.ts +29 -0
  227. package/src/types/cfn-resource-types/aws-athena-namedquery.js +3 -0
  228. package/src/types/cfn-resource-types/aws-athena-preparedstatement.d.ts +21 -0
  229. package/src/types/cfn-resource-types/aws-athena-preparedstatement.js +3 -0
  230. package/src/types/cfn-resource-types/aws-athena-workgroup.d.ts +176 -0
  231. package/src/types/cfn-resource-types/aws-athena-workgroup.js +3 -0
  232. package/src/types/cfn-resource-types/aws-auditmanager-assessment.d.ts +170 -0
  233. package/src/types/cfn-resource-types/aws-auditmanager-assessment.js +3 -0
  234. package/src/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.d.ts +697 -0
  235. package/src/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.js +3 -0
  236. package/src/types/cfn-resource-types/aws-autoscaling-launchconfiguration.d.ts +148 -0
  237. package/src/types/cfn-resource-types/aws-autoscaling-launchconfiguration.js +3 -0
  238. package/src/types/cfn-resource-types/aws-autoscaling-lifecyclehook.d.ts +37 -0
  239. package/src/types/cfn-resource-types/aws-autoscaling-lifecyclehook.js +3 -0
  240. package/src/types/cfn-resource-types/aws-autoscaling-scalingpolicy.d.ts +147 -0
  241. package/src/types/cfn-resource-types/aws-autoscaling-scalingpolicy.js +3 -0
  242. package/src/types/cfn-resource-types/aws-autoscaling-scheduledaction.d.ts +41 -0
  243. package/src/types/cfn-resource-types/aws-autoscaling-scheduledaction.js +3 -0
  244. package/src/types/cfn-resource-types/aws-autoscaling-warmpool.d.ts +13 -0
  245. package/src/types/cfn-resource-types/aws-autoscaling-warmpool.js +3 -0
  246. package/src/types/cfn-resource-types/aws-autoscalingplans-scalingplan.d.ts +69 -0
  247. package/src/types/cfn-resource-types/aws-autoscalingplans-scalingplan.js +3 -0
  248. package/src/types/cfn-resource-types/aws-b2bi-capability.d.ts +51 -0
  249. package/src/types/cfn-resource-types/aws-b2bi-capability.js +3 -0
  250. package/src/types/cfn-resource-types/aws-b2bi-partnership.d.ts +24 -0
  251. package/src/types/cfn-resource-types/aws-b2bi-partnership.js +3 -0
  252. package/src/types/cfn-resource-types/aws-b2bi-profile.d.ts +25 -0
  253. package/src/types/cfn-resource-types/aws-b2bi-profile.js +3 -0
  254. package/src/types/cfn-resource-types/aws-b2bi-transformer.d.ts +36 -0
  255. package/src/types/cfn-resource-types/aws-b2bi-transformer.js +3 -0
  256. package/src/types/cfn-resource-types/aws-backup-backupplan.d.ts +54 -0
  257. package/src/types/cfn-resource-types/aws-backup-backupplan.js +3 -0
  258. package/src/types/cfn-resource-types/aws-backup-backupselection.d.ts +31 -0
  259. package/src/types/cfn-resource-types/aws-backup-backupselection.js +3 -0
  260. package/src/types/cfn-resource-types/aws-backup-backupvault.d.ts +30 -0
  261. package/src/types/cfn-resource-types/aws-backup-backupvault.js +3 -0
  262. package/src/types/cfn-resource-types/aws-backup-framework.d.ts +89 -0
  263. package/src/types/cfn-resource-types/aws-backup-framework.js +3 -0
  264. package/src/types/cfn-resource-types/aws-backup-reportplan.d.ts +76 -0
  265. package/src/types/cfn-resource-types/aws-backup-reportplan.js +3 -0
  266. package/src/types/cfn-resource-types/aws-backup-restoretestingplan.d.ts +33 -0
  267. package/src/types/cfn-resource-types/aws-backup-restoretestingplan.js +3 -0
  268. package/src/types/cfn-resource-types/aws-backup-restoretestingselection.d.ts +28 -0
  269. package/src/types/cfn-resource-types/aws-backup-restoretestingselection.js +3 -0
  270. package/src/types/cfn-resource-types/aws-backupgateway-hypervisor.d.ts +17 -0
  271. package/src/types/cfn-resource-types/aws-backupgateway-hypervisor.js +3 -0
  272. package/src/types/cfn-resource-types/aws-batch-computeenvironment.d.ts +73 -0
  273. package/src/types/cfn-resource-types/aws-batch-computeenvironment.js +3 -0
  274. package/src/types/cfn-resource-types/aws-batch-jobdefinition.d.ts +267 -0
  275. package/src/types/cfn-resource-types/aws-batch-jobdefinition.js +3 -0
  276. package/src/types/cfn-resource-types/aws-batch-jobqueue.d.ts +33 -0
  277. package/src/types/cfn-resource-types/aws-batch-jobqueue.js +3 -0
  278. package/src/types/cfn-resource-types/aws-batch-schedulingpolicy.d.ts +40 -0
  279. package/src/types/cfn-resource-types/aws-batch-schedulingpolicy.js +3 -0
  280. package/src/types/cfn-resource-types/aws-bcmdataexports-export.d.ts +65 -0
  281. package/src/types/cfn-resource-types/aws-bcmdataexports-export.js +3 -0
  282. package/src/types/cfn-resource-types/aws-bedrock-agent.d.ts +329 -0
  283. package/src/types/cfn-resource-types/aws-bedrock-agent.js +3 -0
  284. package/src/types/cfn-resource-types/aws-bedrock-agentalias.d.ts +91 -0
  285. package/src/types/cfn-resource-types/aws-bedrock-agentalias.js +3 -0
  286. package/src/types/cfn-resource-types/aws-bedrock-datasource.d.ts +461 -0
  287. package/src/types/cfn-resource-types/aws-bedrock-datasource.js +3 -0
  288. package/src/types/cfn-resource-types/aws-bedrock-flow.d.ts +516 -0
  289. package/src/types/cfn-resource-types/aws-bedrock-flow.js +3 -0
  290. package/src/types/cfn-resource-types/aws-bedrock-flowalias.d.ts +66 -0
  291. package/src/types/cfn-resource-types/aws-bedrock-flowalias.js +3 -0
  292. package/src/types/cfn-resource-types/aws-bedrock-flowversion.d.ts +451 -0
  293. package/src/types/cfn-resource-types/aws-bedrock-flowversion.js +3 -0
  294. package/src/types/cfn-resource-types/aws-bedrock-guardrail.d.ts +259 -0
  295. package/src/types/cfn-resource-types/aws-bedrock-guardrail.js +3 -0
  296. package/src/types/cfn-resource-types/aws-bedrock-guardrailversion.d.ts +25 -0
  297. package/src/types/cfn-resource-types/aws-bedrock-guardrailversion.js +3 -0
  298. package/src/types/cfn-resource-types/aws-bedrock-knowledgebase.d.ts +264 -0
  299. package/src/types/cfn-resource-types/aws-bedrock-knowledgebase.js +3 -0
  300. package/src/types/cfn-resource-types/aws-bedrock-prompt.d.ts +166 -0
  301. package/src/types/cfn-resource-types/aws-bedrock-prompt.js +3 -0
  302. package/src/types/cfn-resource-types/aws-bedrock-promptversion.d.ts +152 -0
  303. package/src/types/cfn-resource-types/aws-bedrock-promptversion.js +3 -0
  304. package/src/types/cfn-resource-types/aws-billingconductor-billinggroup.d.ts +50 -0
  305. package/src/types/cfn-resource-types/aws-billingconductor-billinggroup.js +3 -0
  306. package/src/types/cfn-resource-types/aws-billingconductor-customlineitem.d.ts +67 -0
  307. package/src/types/cfn-resource-types/aws-billingconductor-customlineitem.js +3 -0
  308. package/src/types/cfn-resource-types/aws-billingconductor-pricingplan.d.ts +33 -0
  309. package/src/types/cfn-resource-types/aws-billingconductor-pricingplan.js +3 -0
  310. package/src/types/cfn-resource-types/aws-billingconductor-pricingrule.d.ts +74 -0
  311. package/src/types/cfn-resource-types/aws-billingconductor-pricingrule.js +3 -0
  312. package/src/types/cfn-resource-types/aws-budgets-budget.d.ts +70 -0
  313. package/src/types/cfn-resource-types/aws-budgets-budget.js +3 -0
  314. package/src/types/cfn-resource-types/aws-budgets-budgetsaction.d.ts +71 -0
  315. package/src/types/cfn-resource-types/aws-budgets-budgetsaction.js +3 -0
  316. package/src/types/cfn-resource-types/aws-cassandra-keyspace.d.ts +28 -0
  317. package/src/types/cfn-resource-types/aws-cassandra-keyspace.js +3 -0
  318. package/src/types/cfn-resource-types/aws-cassandra-table.d.ts +137 -0
  319. package/src/types/cfn-resource-types/aws-cassandra-table.js +3 -0
  320. package/src/types/cfn-resource-types/aws-ce-anomalymonitor.d.ts +56 -0
  321. package/src/types/cfn-resource-types/aws-ce-anomalymonitor.js +3 -0
  322. package/src/types/cfn-resource-types/aws-ce-anomalysubscription.d.ts +63 -0
  323. package/src/types/cfn-resource-types/aws-ce-anomalysubscription.js +3 -0
  324. package/src/types/cfn-resource-types/aws-ce-costcategory.d.ts +28 -0
  325. package/src/types/cfn-resource-types/aws-ce-costcategory.js +3 -0
  326. package/src/types/cfn-resource-types/aws-certificatemanager-account.d.ts +11 -0
  327. package/src/types/cfn-resource-types/aws-certificatemanager-account.js +3 -0
  328. package/src/types/cfn-resource-types/aws-certificatemanager-certificate.d.ts +23 -0
  329. package/src/types/cfn-resource-types/aws-certificatemanager-certificate.js +3 -0
  330. package/src/types/cfn-resource-types/aws-chatbot-microsoftteamschannelconfiguration.d.ts +53 -0
  331. package/src/types/cfn-resource-types/aws-chatbot-microsoftteamschannelconfiguration.js +3 -0
  332. package/src/types/cfn-resource-types/aws-chatbot-slackchannelconfiguration.d.ts +49 -0
  333. package/src/types/cfn-resource-types/aws-chatbot-slackchannelconfiguration.js +3 -0
  334. package/src/types/cfn-resource-types/aws-cleanrooms-analysistemplate.d.ts +47 -0
  335. package/src/types/cfn-resource-types/aws-cleanrooms-analysistemplate.js +3 -0
  336. package/src/types/cfn-resource-types/aws-cleanrooms-collaboration.d.ts +49 -0
  337. package/src/types/cfn-resource-types/aws-cleanrooms-collaboration.js +3 -0
  338. package/src/types/cfn-resource-types/aws-cleanrooms-configuredtable.d.ts +135 -0
  339. package/src/types/cfn-resource-types/aws-cleanrooms-configuredtable.js +3 -0
  340. package/src/types/cfn-resource-types/aws-cleanrooms-configuredtableassociation.d.ts +66 -0
  341. package/src/types/cfn-resource-types/aws-cleanrooms-configuredtableassociation.js +3 -0
  342. package/src/types/cfn-resource-types/aws-cleanrooms-idmappingtable.d.ts +37 -0
  343. package/src/types/cfn-resource-types/aws-cleanrooms-idmappingtable.js +3 -0
  344. package/src/types/cfn-resource-types/aws-cleanrooms-idnamespaceassociation.d.ts +36 -0
  345. package/src/types/cfn-resource-types/aws-cleanrooms-idnamespaceassociation.js +3 -0
  346. package/src/types/cfn-resource-types/aws-cleanrooms-membership.d.ts +41 -0
  347. package/src/types/cfn-resource-types/aws-cleanrooms-membership.js +3 -0
  348. package/src/types/cfn-resource-types/aws-cleanrooms-privacybudgettemplate.d.ts +25 -0
  349. package/src/types/cfn-resource-types/aws-cleanrooms-privacybudgettemplate.js +3 -0
  350. package/src/types/cfn-resource-types/aws-cleanroomsml-trainingdataset.d.ts +54 -0
  351. package/src/types/cfn-resource-types/aws-cleanroomsml-trainingdataset.js +3 -0
  352. package/src/types/cfn-resource-types/aws-cloud9-environmentec2.d.ts +25 -0
  353. package/src/types/cfn-resource-types/aws-cloud9-environmentec2.js +3 -0
  354. package/src/types/cfn-resource-types/aws-cloudformation-customresource.d.ts +7 -0
  355. package/src/types/cfn-resource-types/aws-cloudformation-customresource.js +3 -0
  356. package/src/types/cfn-resource-types/aws-cloudformation-hookdefaultversion.d.ts +25 -0
  357. package/src/types/cfn-resource-types/aws-cloudformation-hookdefaultversion.js +3 -0
  358. package/src/types/cfn-resource-types/aws-cloudformation-hooktypeconfig.d.ts +29 -0
  359. package/src/types/cfn-resource-types/aws-cloudformation-hooktypeconfig.js +3 -0
  360. package/src/types/cfn-resource-types/aws-cloudformation-hookversion.d.ts +61 -0
  361. package/src/types/cfn-resource-types/aws-cloudformation-hookversion.js +3 -0
  362. package/src/types/cfn-resource-types/aws-cloudformation-macro.d.ts +11 -0
  363. package/src/types/cfn-resource-types/aws-cloudformation-macro.js +3 -0
  364. package/src/types/cfn-resource-types/aws-cloudformation-moduledefaultversion.d.ts +19 -0
  365. package/src/types/cfn-resource-types/aws-cloudformation-moduledefaultversion.js +3 -0
  366. package/src/types/cfn-resource-types/aws-cloudformation-moduleversion.d.ts +51 -0
  367. package/src/types/cfn-resource-types/aws-cloudformation-moduleversion.js +3 -0
  368. package/src/types/cfn-resource-types/aws-cloudformation-publictypeversion.d.ts +41 -0
  369. package/src/types/cfn-resource-types/aws-cloudformation-publictypeversion.js +3 -0
  370. package/src/types/cfn-resource-types/aws-cloudformation-publisher.d.ts +29 -0
  371. package/src/types/cfn-resource-types/aws-cloudformation-publisher.js +3 -0
  372. package/src/types/cfn-resource-types/aws-cloudformation-resourcedefaultversion.d.ts +25 -0
  373. package/src/types/cfn-resource-types/aws-cloudformation-resourcedefaultversion.js +3 -0
  374. package/src/types/cfn-resource-types/aws-cloudformation-resourceversion.d.ts +65 -0
  375. package/src/types/cfn-resource-types/aws-cloudformation-resourceversion.js +3 -0
  376. package/src/types/cfn-resource-types/aws-cloudformation-stack.d.ts +54 -0
  377. package/src/types/cfn-resource-types/aws-cloudformation-stack.js +3 -0
  378. package/src/types/cfn-resource-types/aws-cloudformation-stackset.d.ts +177 -0
  379. package/src/types/cfn-resource-types/aws-cloudformation-stackset.js +3 -0
  380. package/src/types/cfn-resource-types/aws-cloudformation-typeactivation.d.ts +63 -0
  381. package/src/types/cfn-resource-types/aws-cloudformation-typeactivation.js +3 -0
  382. package/src/types/cfn-resource-types/aws-cloudformation-waitcondition.d.ts +12 -0
  383. package/src/types/cfn-resource-types/aws-cloudformation-waitcondition.js +3 -0
  384. package/src/types/cfn-resource-types/aws-cloudformation-waitconditionhandle.d.ts +6 -0
  385. package/src/types/cfn-resource-types/aws-cloudformation-waitconditionhandle.js +3 -0
  386. package/src/types/cfn-resource-types/aws-cloudfront-cachepolicy.d.ts +35 -0
  387. package/src/types/cfn-resource-types/aws-cloudfront-cachepolicy.js +3 -0
  388. package/src/types/cfn-resource-types/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +11 -0
  389. package/src/types/cfn-resource-types/aws-cloudfront-cloudfrontoriginaccessidentity.js +3 -0
  390. package/src/types/cfn-resource-types/aws-cloudfront-continuousdeploymentpolicy.d.ts +42 -0
  391. package/src/types/cfn-resource-types/aws-cloudfront-continuousdeploymentpolicy.js +3 -0
  392. package/src/types/cfn-resource-types/aws-cloudfront-distribution.d.ts +795 -0
  393. package/src/types/cfn-resource-types/aws-cloudfront-distribution.js +3 -0
  394. package/src/types/cfn-resource-types/aws-cloudfront-function.d.ts +23 -0
  395. package/src/types/cfn-resource-types/aws-cloudfront-function.js +3 -0
  396. package/src/types/cfn-resource-types/aws-cloudfront-keygroup.d.ts +13 -0
  397. package/src/types/cfn-resource-types/aws-cloudfront-keygroup.js +3 -0
  398. package/src/types/cfn-resource-types/aws-cloudfront-keyvaluestore.d.ts +15 -0
  399. package/src/types/cfn-resource-types/aws-cloudfront-keyvaluestore.js +3 -0
  400. package/src/types/cfn-resource-types/aws-cloudfront-monitoringsubscription.d.ts +13 -0
  401. package/src/types/cfn-resource-types/aws-cloudfront-monitoringsubscription.js +3 -0
  402. package/src/types/cfn-resource-types/aws-cloudfront-originaccesscontrol.d.ts +14 -0
  403. package/src/types/cfn-resource-types/aws-cloudfront-originaccesscontrol.js +3 -0
  404. package/src/types/cfn-resource-types/aws-cloudfront-originrequestpolicy.d.ts +27 -0
  405. package/src/types/cfn-resource-types/aws-cloudfront-originrequestpolicy.js +3 -0
  406. package/src/types/cfn-resource-types/aws-cloudfront-publickey.d.ts +14 -0
  407. package/src/types/cfn-resource-types/aws-cloudfront-publickey.js +3 -0
  408. package/src/types/cfn-resource-types/aws-cloudfront-realtimelogconfig.d.ts +24 -0
  409. package/src/types/cfn-resource-types/aws-cloudfront-realtimelogconfig.js +3 -0
  410. package/src/types/cfn-resource-types/aws-cloudfront-responseheaderspolicy.d.ts +91 -0
  411. package/src/types/cfn-resource-types/aws-cloudfront-responseheaderspolicy.js +3 -0
  412. package/src/types/cfn-resource-types/aws-cloudfront-streamingdistribution.d.ts +35 -0
  413. package/src/types/cfn-resource-types/aws-cloudfront-streamingdistribution.js +3 -0
  414. package/src/types/cfn-resource-types/aws-cloudtrail-channel.d.ts +55 -0
  415. package/src/types/cfn-resource-types/aws-cloudtrail-channel.js +3 -0
  416. package/src/types/cfn-resource-types/aws-cloudtrail-eventdatastore.d.ts +156 -0
  417. package/src/types/cfn-resource-types/aws-cloudtrail-eventdatastore.js +3 -0
  418. package/src/types/cfn-resource-types/aws-cloudtrail-resourcepolicy.d.ts +15 -0
  419. package/src/types/cfn-resource-types/aws-cloudtrail-resourcepolicy.js +3 -0
  420. package/src/types/cfn-resource-types/aws-cloudtrail-trail.d.ts +180 -0
  421. package/src/types/cfn-resource-types/aws-cloudtrail-trail.js +3 -0
  422. package/src/types/cfn-resource-types/aws-cloudwatch-alarm.d.ts +213 -0
  423. package/src/types/cfn-resource-types/aws-cloudwatch-alarm.js +3 -0
  424. package/src/types/cfn-resource-types/aws-cloudwatch-anomalydetector.d.ts +59 -0
  425. package/src/types/cfn-resource-types/aws-cloudwatch-anomalydetector.js +3 -0
  426. package/src/types/cfn-resource-types/aws-cloudwatch-compositealarm.d.ts +74 -0
  427. package/src/types/cfn-resource-types/aws-cloudwatch-compositealarm.js +3 -0
  428. package/src/types/cfn-resource-types/aws-cloudwatch-dashboard.d.ts +13 -0
  429. package/src/types/cfn-resource-types/aws-cloudwatch-dashboard.js +3 -0
  430. package/src/types/cfn-resource-types/aws-cloudwatch-insightrule.d.ts +13 -0
  431. package/src/types/cfn-resource-types/aws-cloudwatch-insightrule.js +3 -0
  432. package/src/types/cfn-resource-types/aws-codeartifact-domain.d.ts +48 -0
  433. package/src/types/cfn-resource-types/aws-codeartifact-domain.js +3 -0
  434. package/src/types/cfn-resource-types/aws-codeartifact-packagegroup.d.ts +82 -0
  435. package/src/types/cfn-resource-types/aws-codeartifact-packagegroup.js +3 -0
  436. package/src/types/cfn-resource-types/aws-codeartifact-repository.d.ts +60 -0
  437. package/src/types/cfn-resource-types/aws-codeartifact-repository.js +3 -0
  438. package/src/types/cfn-resource-types/aws-codebuild-fleet.d.ts +30 -0
  439. package/src/types/cfn-resource-types/aws-codebuild-fleet.js +3 -0
  440. package/src/types/cfn-resource-types/aws-codebuild-project.d.ts +149 -0
  441. package/src/types/cfn-resource-types/aws-codebuild-project.js +3 -0
  442. package/src/types/cfn-resource-types/aws-codebuild-reportgroup.d.ts +28 -0
  443. package/src/types/cfn-resource-types/aws-codebuild-reportgroup.js +3 -0
  444. package/src/types/cfn-resource-types/aws-codebuild-sourcecredential.d.ts +10 -0
  445. package/src/types/cfn-resource-types/aws-codebuild-sourcecredential.js +3 -0
  446. package/src/types/cfn-resource-types/aws-codecommit-repository.d.ts +36 -0
  447. package/src/types/cfn-resource-types/aws-codecommit-repository.js +3 -0
  448. package/src/types/cfn-resource-types/aws-codeconnections-connection.d.ts +46 -0
  449. package/src/types/cfn-resource-types/aws-codeconnections-connection.js +3 -0
  450. package/src/types/cfn-resource-types/aws-codedeploy-application.d.ts +21 -0
  451. package/src/types/cfn-resource-types/aws-codedeploy-application.js +3 -0
  452. package/src/types/cfn-resource-types/aws-codedeploy-deploymentconfig.d.ts +51 -0
  453. package/src/types/cfn-resource-types/aws-codedeploy-deploymentconfig.js +3 -0
  454. package/src/types/cfn-resource-types/aws-codedeploy-deploymentgroup.d.ts +133 -0
  455. package/src/types/cfn-resource-types/aws-codedeploy-deploymentgroup.js +3 -0
  456. package/src/types/cfn-resource-types/aws-codeguruprofiler-profilinggroup.d.ts +66 -0
  457. package/src/types/cfn-resource-types/aws-codeguruprofiler-profilinggroup.js +3 -0
  458. package/src/types/cfn-resource-types/aws-codegurureviewer-repositoryassociation.d.ts +48 -0
  459. package/src/types/cfn-resource-types/aws-codegurureviewer-repositoryassociation.js +3 -0
  460. package/src/types/cfn-resource-types/aws-codepipeline-customactiontype.d.ts +113 -0
  461. package/src/types/cfn-resource-types/aws-codepipeline-customactiontype.js +3 -0
  462. package/src/types/cfn-resource-types/aws-codepipeline-pipeline.d.ts +415 -0
  463. package/src/types/cfn-resource-types/aws-codepipeline-pipeline.js +3 -0
  464. package/src/types/cfn-resource-types/aws-codepipeline-webhook.d.ts +23 -0
  465. package/src/types/cfn-resource-types/aws-codepipeline-webhook.js +3 -0
  466. package/src/types/cfn-resource-types/aws-codestar-githubrepository.d.ts +22 -0
  467. package/src/types/cfn-resource-types/aws-codestar-githubrepository.js +3 -0
  468. package/src/types/cfn-resource-types/aws-codestarconnections-connection.d.ts +46 -0
  469. package/src/types/cfn-resource-types/aws-codestarconnections-connection.js +3 -0
  470. package/src/types/cfn-resource-types/aws-codestarconnections-repositorylink.d.ts +50 -0
  471. package/src/types/cfn-resource-types/aws-codestarconnections-repositorylink.js +3 -0
  472. package/src/types/cfn-resource-types/aws-codestarconnections-syncconfiguration.d.ts +49 -0
  473. package/src/types/cfn-resource-types/aws-codestarconnections-syncconfiguration.js +3 -0
  474. package/src/types/cfn-resource-types/aws-codestarnotifications-notificationrule.d.ts +29 -0
  475. package/src/types/cfn-resource-types/aws-codestarnotifications-notificationrule.js +3 -0
  476. package/src/types/cfn-resource-types/aws-cognito-identitypool.d.ts +53 -0
  477. package/src/types/cfn-resource-types/aws-cognito-identitypool.js +3 -0
  478. package/src/types/cfn-resource-types/aws-cognito-identitypoolprincipaltag.d.ts +11 -0
  479. package/src/types/cfn-resource-types/aws-cognito-identitypoolprincipaltag.js +3 -0
  480. package/src/types/cfn-resource-types/aws-cognito-identitypoolroleattachment.d.ts +36 -0
  481. package/src/types/cfn-resource-types/aws-cognito-identitypoolroleattachment.js +3 -0
  482. package/src/types/cfn-resource-types/aws-cognito-logdeliveryconfiguration.d.ts +25 -0
  483. package/src/types/cfn-resource-types/aws-cognito-logdeliveryconfiguration.js +3 -0
  484. package/src/types/cfn-resource-types/aws-cognito-userpool.d.ts +150 -0
  485. package/src/types/cfn-resource-types/aws-cognito-userpool.js +3 -0
  486. package/src/types/cfn-resource-types/aws-cognito-userpoolclient.d.ts +42 -0
  487. package/src/types/cfn-resource-types/aws-cognito-userpoolclient.js +3 -0
  488. package/src/types/cfn-resource-types/aws-cognito-userpooldomain.d.ts +13 -0
  489. package/src/types/cfn-resource-types/aws-cognito-userpooldomain.js +3 -0
  490. package/src/types/cfn-resource-types/aws-cognito-userpoolgroup.d.ts +10 -0
  491. package/src/types/cfn-resource-types/aws-cognito-userpoolgroup.js +3 -0
  492. package/src/types/cfn-resource-types/aws-cognito-userpoolidentityprovider.d.ts +16 -0
  493. package/src/types/cfn-resource-types/aws-cognito-userpoolidentityprovider.js +3 -0
  494. package/src/types/cfn-resource-types/aws-cognito-userpoolresourceserver.d.ts +13 -0
  495. package/src/types/cfn-resource-types/aws-cognito-userpoolresourceserver.js +3 -0
  496. package/src/types/cfn-resource-types/aws-cognito-userpoolriskconfigurationattachment.d.ts +47 -0
  497. package/src/types/cfn-resource-types/aws-cognito-userpoolriskconfigurationattachment.js +3 -0
  498. package/src/types/cfn-resource-types/aws-cognito-userpooluicustomizationattachment.d.ts +8 -0
  499. package/src/types/cfn-resource-types/aws-cognito-userpooluicustomizationattachment.js +3 -0
  500. package/src/types/cfn-resource-types/aws-cognito-userpooluser.d.ts +23 -0
  501. package/src/types/cfn-resource-types/aws-cognito-userpooluser.js +3 -0
  502. package/src/types/cfn-resource-types/aws-cognito-userpoolusertogroupattachment.d.ts +8 -0
  503. package/src/types/cfn-resource-types/aws-cognito-userpoolusertogroupattachment.js +3 -0
  504. package/src/types/cfn-resource-types/aws-comprehend-documentclassifier.d.ts +72 -0
  505. package/src/types/cfn-resource-types/aws-comprehend-documentclassifier.js +3 -0
  506. package/src/types/cfn-resource-types/aws-comprehend-flywheel.d.ts +59 -0
  507. package/src/types/cfn-resource-types/aws-comprehend-flywheel.js +3 -0
  508. package/src/types/cfn-resource-types/aws-config-aggregationauthorization.d.ts +36 -0
  509. package/src/types/cfn-resource-types/aws-config-aggregationauthorization.js +3 -0
  510. package/src/types/cfn-resource-types/aws-config-configrule.d.ts +148 -0
  511. package/src/types/cfn-resource-types/aws-config-configrule.js +3 -0
  512. package/src/types/cfn-resource-types/aws-config-configurationaggregator.d.ts +44 -0
  513. package/src/types/cfn-resource-types/aws-config-configurationaggregator.js +3 -0
  514. package/src/types/cfn-resource-types/aws-config-configurationrecorder.d.ts +32 -0
  515. package/src/types/cfn-resource-types/aws-config-configurationrecorder.js +3 -0
  516. package/src/types/cfn-resource-types/aws-config-conformancepack.d.ts +54 -0
  517. package/src/types/cfn-resource-types/aws-config-conformancepack.js +3 -0
  518. package/src/types/cfn-resource-types/aws-config-deliverychannel.d.ts +15 -0
  519. package/src/types/cfn-resource-types/aws-config-deliverychannel.js +3 -0
  520. package/src/types/cfn-resource-types/aws-config-organizationconfigrule.d.ts +45 -0
  521. package/src/types/cfn-resource-types/aws-config-organizationconfigrule.js +3 -0
  522. package/src/types/cfn-resource-types/aws-config-organizationconformancepack.d.ts +50 -0
  523. package/src/types/cfn-resource-types/aws-config-organizationconformancepack.js +3 -0
  524. package/src/types/cfn-resource-types/aws-config-remediationconfiguration.d.ts +25 -0
  525. package/src/types/cfn-resource-types/aws-config-remediationconfiguration.js +3 -0
  526. package/src/types/cfn-resource-types/aws-config-storedquery.d.ts +29 -0
  527. package/src/types/cfn-resource-types/aws-config-storedquery.js +3 -0
  528. package/src/types/cfn-resource-types/aws-connect-agentstatus.d.ts +64 -0
  529. package/src/types/cfn-resource-types/aws-connect-agentstatus.js +3 -0
  530. package/src/types/cfn-resource-types/aws-connect-approvedorigin.d.ts +15 -0
  531. package/src/types/cfn-resource-types/aws-connect-approvedorigin.js +3 -0
  532. package/src/types/cfn-resource-types/aws-connect-contactflow.d.ts +52 -0
  533. package/src/types/cfn-resource-types/aws-connect-contactflow.js +3 -0
  534. package/src/types/cfn-resource-types/aws-connect-contactflowmodule.d.ts +52 -0
  535. package/src/types/cfn-resource-types/aws-connect-contactflowmodule.js +3 -0
  536. package/src/types/cfn-resource-types/aws-connect-evaluationform.d.ts +341 -0
  537. package/src/types/cfn-resource-types/aws-connect-evaluationform.js +3 -0
  538. package/src/types/cfn-resource-types/aws-connect-hoursofoperation.d.ts +87 -0
  539. package/src/types/cfn-resource-types/aws-connect-hoursofoperation.js +3 -0
  540. package/src/types/cfn-resource-types/aws-connect-instance.d.ts +95 -0
  541. package/src/types/cfn-resource-types/aws-connect-instance.js +3 -0
  542. package/src/types/cfn-resource-types/aws-connect-instancestorageconfig.d.ts +76 -0
  543. package/src/types/cfn-resource-types/aws-connect-instancestorageconfig.js +3 -0
  544. package/src/types/cfn-resource-types/aws-connect-integrationassociation.d.ts +25 -0
  545. package/src/types/cfn-resource-types/aws-connect-integrationassociation.js +3 -0
  546. package/src/types/cfn-resource-types/aws-connect-phonenumber.d.ts +56 -0
  547. package/src/types/cfn-resource-types/aws-connect-phonenumber.js +3 -0
  548. package/src/types/cfn-resource-types/aws-connect-predefinedattribute.d.ts +38 -0
  549. package/src/types/cfn-resource-types/aws-connect-predefinedattribute.js +3 -0
  550. package/src/types/cfn-resource-types/aws-connect-prompt.d.ts +42 -0
  551. package/src/types/cfn-resource-types/aws-connect-prompt.js +3 -0
  552. package/src/types/cfn-resource-types/aws-connect-queue.d.ts +90 -0
  553. package/src/types/cfn-resource-types/aws-connect-queue.js +3 -0
  554. package/src/types/cfn-resource-types/aws-connect-quickconnect.d.ts +94 -0
  555. package/src/types/cfn-resource-types/aws-connect-quickconnect.js +3 -0
  556. package/src/types/cfn-resource-types/aws-connect-routingprofile.d.ts +111 -0
  557. package/src/types/cfn-resource-types/aws-connect-routingprofile.js +3 -0
  558. package/src/types/cfn-resource-types/aws-connect-rule.d.ts +283 -0
  559. package/src/types/cfn-resource-types/aws-connect-rule.js +3 -0
  560. package/src/types/cfn-resource-types/aws-connect-securitykey.d.ts +20 -0
  561. package/src/types/cfn-resource-types/aws-connect-securitykey.js +3 -0
  562. package/src/types/cfn-resource-types/aws-connect-securityprofile.d.ts +109 -0
  563. package/src/types/cfn-resource-types/aws-connect-securityprofile.js +3 -0
  564. package/src/types/cfn-resource-types/aws-connect-tasktemplate.d.ts +153 -0
  565. package/src/types/cfn-resource-types/aws-connect-tasktemplate.js +3 -0
  566. package/src/types/cfn-resource-types/aws-connect-trafficdistributiongroup.d.ts +48 -0
  567. package/src/types/cfn-resource-types/aws-connect-trafficdistributiongroup.js +3 -0
  568. package/src/types/cfn-resource-types/aws-connect-user.d.ts +144 -0
  569. package/src/types/cfn-resource-types/aws-connect-user.js +3 -0
  570. package/src/types/cfn-resource-types/aws-connect-userhierarchygroup.d.ts +40 -0
  571. package/src/types/cfn-resource-types/aws-connect-userhierarchygroup.js +3 -0
  572. package/src/types/cfn-resource-types/aws-connect-userhierarchystructure.d.ts +75 -0
  573. package/src/types/cfn-resource-types/aws-connect-userhierarchystructure.js +3 -0
  574. package/src/types/cfn-resource-types/aws-connect-view.d.ts +60 -0
  575. package/src/types/cfn-resource-types/aws-connect-view.js +3 -0
  576. package/src/types/cfn-resource-types/aws-connect-viewversion.d.ts +25 -0
  577. package/src/types/cfn-resource-types/aws-connect-viewversion.js +3 -0
  578. package/src/types/cfn-resource-types/aws-connectcampaigns-campaign.d.ts +115 -0
  579. package/src/types/cfn-resource-types/aws-connectcampaigns-campaign.js +3 -0
  580. package/src/types/cfn-resource-types/aws-controltower-enabledbaseline.d.ts +24 -0
  581. package/src/types/cfn-resource-types/aws-controltower-enabledbaseline.js +3 -0
  582. package/src/types/cfn-resource-types/aws-controltower-enabledcontrol.d.ts +47 -0
  583. package/src/types/cfn-resource-types/aws-controltower-enabledcontrol.js +3 -0
  584. package/src/types/cfn-resource-types/aws-controltower-landingzone.d.ts +19 -0
  585. package/src/types/cfn-resource-types/aws-controltower-landingzone.js +3 -0
  586. package/src/types/cfn-resource-types/aws-cur-reportdefinition.d.ts +53 -0
  587. package/src/types/cfn-resource-types/aws-cur-reportdefinition.js +3 -0
  588. package/src/types/cfn-resource-types/aws-customerprofiles-calculatedattributedefinition.d.ts +131 -0
  589. package/src/types/cfn-resource-types/aws-customerprofiles-calculatedattributedefinition.js +3 -0
  590. package/src/types/cfn-resource-types/aws-customerprofiles-domain.d.ts +224 -0
  591. package/src/types/cfn-resource-types/aws-customerprofiles-domain.js +3 -0
  592. package/src/types/cfn-resource-types/aws-customerprofiles-eventstream.d.ts +61 -0
  593. package/src/types/cfn-resource-types/aws-customerprofiles-eventstream.js +3 -0
  594. package/src/types/cfn-resource-types/aws-customerprofiles-integration.d.ts +133 -0
  595. package/src/types/cfn-resource-types/aws-customerprofiles-integration.js +3 -0
  596. package/src/types/cfn-resource-types/aws-customerprofiles-objecttype.d.ts +102 -0
  597. package/src/types/cfn-resource-types/aws-customerprofiles-objecttype.js +3 -0
  598. package/src/types/cfn-resource-types/aws-databrew-dataset.d.ts +190 -0
  599. package/src/types/cfn-resource-types/aws-databrew-dataset.js +3 -0
  600. package/src/types/cfn-resource-types/aws-databrew-job.d.ts +228 -0
  601. package/src/types/cfn-resource-types/aws-databrew-job.js +3 -0
  602. package/src/types/cfn-resource-types/aws-databrew-project.d.ts +43 -0
  603. package/src/types/cfn-resource-types/aws-databrew-project.js +3 -0
  604. package/src/types/cfn-resource-types/aws-databrew-recipe.d.ts +208 -0
  605. package/src/types/cfn-resource-types/aws-databrew-recipe.js +3 -0
  606. package/src/types/cfn-resource-types/aws-databrew-ruleset.d.ts +100 -0
  607. package/src/types/cfn-resource-types/aws-databrew-ruleset.js +3 -0
  608. package/src/types/cfn-resource-types/aws-databrew-schedule.d.ts +26 -0
  609. package/src/types/cfn-resource-types/aws-databrew-schedule.js +3 -0
  610. package/src/types/cfn-resource-types/aws-datapipeline-pipeline.d.ts +102 -0
  611. package/src/types/cfn-resource-types/aws-datapipeline-pipeline.js +3 -0
  612. package/src/types/cfn-resource-types/aws-datasync-agent.d.ts +52 -0
  613. package/src/types/cfn-resource-types/aws-datasync-agent.js +3 -0
  614. package/src/types/cfn-resource-types/aws-datasync-locationazureblob.d.ts +69 -0
  615. package/src/types/cfn-resource-types/aws-datasync-locationazureblob.js +3 -0
  616. package/src/types/cfn-resource-types/aws-datasync-locationefs.d.ts +69 -0
  617. package/src/types/cfn-resource-types/aws-datasync-locationefs.js +3 -0
  618. package/src/types/cfn-resource-types/aws-datasync-locationfsxlustre.d.ts +48 -0
  619. package/src/types/cfn-resource-types/aws-datasync-locationfsxlustre.js +3 -0
  620. package/src/types/cfn-resource-types/aws-datasync-locationfsxontap.d.ts +102 -0
  621. package/src/types/cfn-resource-types/aws-datasync-locationfsxontap.js +3 -0
  622. package/src/types/cfn-resource-types/aws-datasync-locationfsxopenzfs.d.ts +70 -0
  623. package/src/types/cfn-resource-types/aws-datasync-locationfsxopenzfs.js +3 -0
  624. package/src/types/cfn-resource-types/aws-datasync-locationfsxwindows.d.ts +56 -0
  625. package/src/types/cfn-resource-types/aws-datasync-locationfsxwindows.js +3 -0
  626. package/src/types/cfn-resource-types/aws-datasync-locationhdfs.d.ts +108 -0
  627. package/src/types/cfn-resource-types/aws-datasync-locationhdfs.js +3 -0
  628. package/src/types/cfn-resource-types/aws-datasync-locationnfs.d.ts +63 -0
  629. package/src/types/cfn-resource-types/aws-datasync-locationnfs.js +3 -0
  630. package/src/types/cfn-resource-types/aws-datasync-locationobjectstorage.d.ts +71 -0
  631. package/src/types/cfn-resource-types/aws-datasync-locationobjectstorage.js +3 -0
  632. package/src/types/cfn-resource-types/aws-datasync-locations3.d.ts +54 -0
  633. package/src/types/cfn-resource-types/aws-datasync-locations3.js +3 -0
  634. package/src/types/cfn-resource-types/aws-datasync-locationsmb.d.ts +69 -0
  635. package/src/types/cfn-resource-types/aws-datasync-locationsmb.js +3 -0
  636. package/src/types/cfn-resource-types/aws-datasync-storagesystem.d.ts +83 -0
  637. package/src/types/cfn-resource-types/aws-datasync-storagesystem.js +3 -0
  638. package/src/types/cfn-resource-types/aws-datasync-task.d.ts +288 -0
  639. package/src/types/cfn-resource-types/aws-datasync-task.js +3 -0
  640. package/src/types/cfn-resource-types/aws-datazone-datasource.d.ts +239 -0
  641. package/src/types/cfn-resource-types/aws-datazone-datasource.js +3 -0
  642. package/src/types/cfn-resource-types/aws-datazone-domain.d.ts +82 -0
  643. package/src/types/cfn-resource-types/aws-datazone-domain.js +3 -0
  644. package/src/types/cfn-resource-types/aws-datazone-environment.d.ts +109 -0
  645. package/src/types/cfn-resource-types/aws-datazone-environment.js +3 -0
  646. package/src/types/cfn-resource-types/aws-datazone-environmentactions.d.ts +48 -0
  647. package/src/types/cfn-resource-types/aws-datazone-environmentactions.js +3 -0
  648. package/src/types/cfn-resource-types/aws-datazone-environmentblueprintconfiguration.d.ts +29 -0
  649. package/src/types/cfn-resource-types/aws-datazone-environmentblueprintconfiguration.js +3 -0
  650. package/src/types/cfn-resource-types/aws-datazone-environmentprofile.d.ts +78 -0
  651. package/src/types/cfn-resource-types/aws-datazone-environmentprofile.js +3 -0
  652. package/src/types/cfn-resource-types/aws-datazone-groupprofile.d.ts +30 -0
  653. package/src/types/cfn-resource-types/aws-datazone-groupprofile.js +3 -0
  654. package/src/types/cfn-resource-types/aws-datazone-project.d.ts +44 -0
  655. package/src/types/cfn-resource-types/aws-datazone-project.js +3 -0
  656. package/src/types/cfn-resource-types/aws-datazone-projectmembership.d.ts +17 -0
  657. package/src/types/cfn-resource-types/aws-datazone-projectmembership.js +3 -0
  658. package/src/types/cfn-resource-types/aws-datazone-subscriptiontarget.d.ts +89 -0
  659. package/src/types/cfn-resource-types/aws-datazone-subscriptiontarget.js +3 -0
  660. package/src/types/cfn-resource-types/aws-datazone-userprofile.d.ts +70 -0
  661. package/src/types/cfn-resource-types/aws-datazone-userprofile.js +3 -0
  662. package/src/types/cfn-resource-types/aws-dax-cluster.d.ts +28 -0
  663. package/src/types/cfn-resource-types/aws-dax-cluster.js +3 -0
  664. package/src/types/cfn-resource-types/aws-dax-parametergroup.d.ts +11 -0
  665. package/src/types/cfn-resource-types/aws-dax-parametergroup.js +3 -0
  666. package/src/types/cfn-resource-types/aws-dax-subnetgroup.d.ts +9 -0
  667. package/src/types/cfn-resource-types/aws-dax-subnetgroup.js +3 -0
  668. package/src/types/cfn-resource-types/aws-deadline-farm.d.ts +29 -0
  669. package/src/types/cfn-resource-types/aws-deadline-farm.js +3 -0
  670. package/src/types/cfn-resource-types/aws-deadline-fleet.d.ts +154 -0
  671. package/src/types/cfn-resource-types/aws-deadline-fleet.js +3 -0
  672. package/src/types/cfn-resource-types/aws-deadline-licenseendpoint.d.ts +41 -0
  673. package/src/types/cfn-resource-types/aws-deadline-licenseendpoint.js +3 -0
  674. package/src/types/cfn-resource-types/aws-deadline-meteredproduct.d.ts +11 -0
  675. package/src/types/cfn-resource-types/aws-deadline-meteredproduct.js +3 -0
  676. package/src/types/cfn-resource-types/aws-deadline-monitor.d.ts +13 -0
  677. package/src/types/cfn-resource-types/aws-deadline-monitor.js +3 -0
  678. package/src/types/cfn-resource-types/aws-deadline-queue.d.ts +62 -0
  679. package/src/types/cfn-resource-types/aws-deadline-queue.js +3 -0
  680. package/src/types/cfn-resource-types/aws-deadline-queueenvironment.d.ts +13 -0
  681. package/src/types/cfn-resource-types/aws-deadline-queueenvironment.js +3 -0
  682. package/src/types/cfn-resource-types/aws-deadline-queuefleetassociation.d.ts +8 -0
  683. package/src/types/cfn-resource-types/aws-deadline-queuefleetassociation.js +3 -0
  684. package/src/types/cfn-resource-types/aws-deadline-storageprofile.d.ts +21 -0
  685. package/src/types/cfn-resource-types/aws-deadline-storageprofile.js +3 -0
  686. package/src/types/cfn-resource-types/aws-detective-graph.d.ts +27 -0
  687. package/src/types/cfn-resource-types/aws-detective-graph.js +3 -0
  688. package/src/types/cfn-resource-types/aws-detective-memberinvitation.d.ts +25 -0
  689. package/src/types/cfn-resource-types/aws-detective-memberinvitation.js +3 -0
  690. package/src/types/cfn-resource-types/aws-detective-organizationadmin.d.ts +13 -0
  691. package/src/types/cfn-resource-types/aws-detective-organizationadmin.js +3 -0
  692. package/src/types/cfn-resource-types/aws-devopsguru-loganomalydetectionintegration.d.ts +10 -0
  693. package/src/types/cfn-resource-types/aws-devopsguru-loganomalydetectionintegration.js +3 -0
  694. package/src/types/cfn-resource-types/aws-devopsguru-notificationchannel.d.ts +52 -0
  695. package/src/types/cfn-resource-types/aws-devopsguru-notificationchannel.js +3 -0
  696. package/src/types/cfn-resource-types/aws-devopsguru-resourcecollection.d.ts +49 -0
  697. package/src/types/cfn-resource-types/aws-devopsguru-resourcecollection.js +3 -0
  698. package/src/types/cfn-resource-types/aws-directoryservice-microsoftad.d.ts +19 -0
  699. package/src/types/cfn-resource-types/aws-directoryservice-microsoftad.js +3 -0
  700. package/src/types/cfn-resource-types/aws-directoryservice-simplead.d.ts +59 -0
  701. package/src/types/cfn-resource-types/aws-directoryservice-simplead.js +3 -0
  702. package/src/types/cfn-resource-types/aws-dlm-lifecyclepolicy.d.ts +157 -0
  703. package/src/types/cfn-resource-types/aws-dlm-lifecyclepolicy.js +3 -0
  704. package/src/types/cfn-resource-types/aws-dms-certificate.d.ts +9 -0
  705. package/src/types/cfn-resource-types/aws-dms-certificate.js +3 -0
  706. package/src/types/cfn-resource-types/aws-dms-dataprovider.d.ts +56 -0
  707. package/src/types/cfn-resource-types/aws-dms-dataprovider.js +3 -0
  708. package/src/types/cfn-resource-types/aws-dms-endpoint.d.ts +309 -0
  709. package/src/types/cfn-resource-types/aws-dms-endpoint.js +3 -0
  710. package/src/types/cfn-resource-types/aws-dms-eventsubscription.d.ts +17 -0
  711. package/src/types/cfn-resource-types/aws-dms-eventsubscription.js +3 -0
  712. package/src/types/cfn-resource-types/aws-dms-instanceprofile.d.ts +66 -0
  713. package/src/types/cfn-resource-types/aws-dms-instanceprofile.js +3 -0
  714. package/src/types/cfn-resource-types/aws-dms-migrationproject.d.ts +83 -0
  715. package/src/types/cfn-resource-types/aws-dms-migrationproject.js +3 -0
  716. package/src/types/cfn-resource-types/aws-dms-replicationconfig.d.ts +83 -0
  717. package/src/types/cfn-resource-types/aws-dms-replicationconfig.js +3 -0
  718. package/src/types/cfn-resource-types/aws-dms-replicationinstance.d.ts +27 -0
  719. package/src/types/cfn-resource-types/aws-dms-replicationinstance.js +3 -0
  720. package/src/types/cfn-resource-types/aws-dms-replicationsubnetgroup.d.ts +14 -0
  721. package/src/types/cfn-resource-types/aws-dms-replicationsubnetgroup.js +3 -0
  722. package/src/types/cfn-resource-types/aws-dms-replicationtask.d.ts +23 -0
  723. package/src/types/cfn-resource-types/aws-dms-replicationtask.js +3 -0
  724. package/src/types/cfn-resource-types/aws-docdb-dbcluster.d.ts +37 -0
  725. package/src/types/cfn-resource-types/aws-docdb-dbcluster.js +3 -0
  726. package/src/types/cfn-resource-types/aws-docdb-dbclusterparametergroup.d.ts +17 -0
  727. package/src/types/cfn-resource-types/aws-docdb-dbclusterparametergroup.js +3 -0
  728. package/src/types/cfn-resource-types/aws-docdb-dbinstance.d.ts +22 -0
  729. package/src/types/cfn-resource-types/aws-docdb-dbinstance.js +3 -0
  730. package/src/types/cfn-resource-types/aws-docdb-dbsubnetgroup.d.ts +14 -0
  731. package/src/types/cfn-resource-types/aws-docdb-dbsubnetgroup.js +3 -0
  732. package/src/types/cfn-resource-types/aws-docdb-eventsubscription.d.ts +12 -0
  733. package/src/types/cfn-resource-types/aws-docdb-eventsubscription.js +3 -0
  734. package/src/types/cfn-resource-types/aws-docdbelastic-cluster.d.ts +29 -0
  735. package/src/types/cfn-resource-types/aws-docdbelastic-cluster.js +3 -0
  736. package/src/types/cfn-resource-types/aws-dynamodb-globaltable.d.ts +148 -0
  737. package/src/types/cfn-resource-types/aws-dynamodb-globaltable.js +3 -0
  738. package/src/types/cfn-resource-types/aws-dynamodb-table.d.ts +432 -0
  739. package/src/types/cfn-resource-types/aws-dynamodb-table.js +3 -0
  740. package/src/types/cfn-resource-types/aws-ec2-capacityreservation.d.ts +29 -0
  741. package/src/types/cfn-resource-types/aws-ec2-capacityreservation.js +3 -0
  742. package/src/types/cfn-resource-types/aws-ec2-capacityreservationfleet.d.ts +35 -0
  743. package/src/types/cfn-resource-types/aws-ec2-capacityreservationfleet.js +3 -0
  744. package/src/types/cfn-resource-types/aws-ec2-carriergateway.d.ts +30 -0
  745. package/src/types/cfn-resource-types/aws-ec2-carriergateway.js +3 -0
  746. package/src/types/cfn-resource-types/aws-ec2-clientvpnauthorizationrule.d.ts +11 -0
  747. package/src/types/cfn-resource-types/aws-ec2-clientvpnauthorizationrule.js +3 -0
  748. package/src/types/cfn-resource-types/aws-ec2-clientvpnendpoint.d.ts +59 -0
  749. package/src/types/cfn-resource-types/aws-ec2-clientvpnendpoint.js +3 -0
  750. package/src/types/cfn-resource-types/aws-ec2-clientvpnroute.d.ts +10 -0
  751. package/src/types/cfn-resource-types/aws-ec2-clientvpnroute.js +3 -0
  752. package/src/types/cfn-resource-types/aws-ec2-clientvpntargetnetworkassociation.d.ts +8 -0
  753. package/src/types/cfn-resource-types/aws-ec2-clientvpntargetnetworkassociation.js +3 -0
  754. package/src/types/cfn-resource-types/aws-ec2-customergateway.d.ts +50 -0
  755. package/src/types/cfn-resource-types/aws-ec2-customergateway.js +3 -0
  756. package/src/types/cfn-resource-types/aws-ec2-dhcpoptions.d.ts +38 -0
  757. package/src/types/cfn-resource-types/aws-ec2-dhcpoptions.js +3 -0
  758. package/src/types/cfn-resource-types/aws-ec2-ec2fleet.d.ts +155 -0
  759. package/src/types/cfn-resource-types/aws-ec2-ec2fleet.js +3 -0
  760. package/src/types/cfn-resource-types/aws-ec2-egressonlyinternetgateway.d.ts +13 -0
  761. package/src/types/cfn-resource-types/aws-ec2-egressonlyinternetgateway.js +3 -0
  762. package/src/types/cfn-resource-types/aws-ec2-eip.d.ts +51 -0
  763. package/src/types/cfn-resource-types/aws-ec2-eip.js +3 -0
  764. package/src/types/cfn-resource-types/aws-ec2-eipassociation.d.ts +25 -0
  765. package/src/types/cfn-resource-types/aws-ec2-eipassociation.js +3 -0
  766. package/src/types/cfn-resource-types/aws-ec2-enclavecertificateiamroleassociation.d.ts +25 -0
  767. package/src/types/cfn-resource-types/aws-ec2-enclavecertificateiamroleassociation.js +3 -0
  768. package/src/types/cfn-resource-types/aws-ec2-flowlog.d.ts +62 -0
  769. package/src/types/cfn-resource-types/aws-ec2-flowlog.js +3 -0
  770. package/src/types/cfn-resource-types/aws-ec2-gatewayroutetableassociation.d.ts +17 -0
  771. package/src/types/cfn-resource-types/aws-ec2-gatewayroutetableassociation.js +3 -0
  772. package/src/types/cfn-resource-types/aws-ec2-host.d.ts +41 -0
  773. package/src/types/cfn-resource-types/aws-ec2-host.js +3 -0
  774. package/src/types/cfn-resource-types/aws-ec2-instance.d.ts +418 -0
  775. package/src/types/cfn-resource-types/aws-ec2-instance.js +3 -0
  776. package/src/types/cfn-resource-types/aws-ec2-instanceconnectendpoint.d.ts +40 -0
  777. package/src/types/cfn-resource-types/aws-ec2-instanceconnectendpoint.js +3 -0
  778. package/src/types/cfn-resource-types/aws-ec2-internetgateway.d.ts +23 -0
  779. package/src/types/cfn-resource-types/aws-ec2-internetgateway.js +3 -0
  780. package/src/types/cfn-resource-types/aws-ec2-ipam.d.ts +76 -0
  781. package/src/types/cfn-resource-types/aws-ec2-ipam.js +3 -0
  782. package/src/types/cfn-resource-types/aws-ec2-ipamallocation.d.ts +23 -0
  783. package/src/types/cfn-resource-types/aws-ec2-ipamallocation.js +3 -0
  784. package/src/types/cfn-resource-types/aws-ec2-ipampool.d.ts +127 -0
  785. package/src/types/cfn-resource-types/aws-ec2-ipampool.js +3 -0
  786. package/src/types/cfn-resource-types/aws-ec2-ipampoolcidr.d.ts +25 -0
  787. package/src/types/cfn-resource-types/aws-ec2-ipampoolcidr.js +3 -0
  788. package/src/types/cfn-resource-types/aws-ec2-ipamresourcediscovery.d.ts +60 -0
  789. package/src/types/cfn-resource-types/aws-ec2-ipamresourcediscovery.js +3 -0
  790. package/src/types/cfn-resource-types/aws-ec2-ipamresourcediscoveryassociation.d.ts +62 -0
  791. package/src/types/cfn-resource-types/aws-ec2-ipamresourcediscoveryassociation.js +3 -0
  792. package/src/types/cfn-resource-types/aws-ec2-ipamscope.d.ts +51 -0
  793. package/src/types/cfn-resource-types/aws-ec2-ipamscope.js +3 -0
  794. package/src/types/cfn-resource-types/aws-ec2-keypair.d.ts +50 -0
  795. package/src/types/cfn-resource-types/aws-ec2-keypair.js +3 -0
  796. package/src/types/cfn-resource-types/aws-ec2-launchtemplate.d.ts +978 -0
  797. package/src/types/cfn-resource-types/aws-ec2-launchtemplate.js +3 -0
  798. package/src/types/cfn-resource-types/aws-ec2-localgatewayroute.d.ts +31 -0
  799. package/src/types/cfn-resource-types/aws-ec2-localgatewayroute.js +3 -0
  800. package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetable.d.ts +42 -0
  801. package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetable.js +3 -0
  802. package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +42 -0
  803. package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.js +3 -0
  804. package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetablevpcassociation.d.ts +34 -0
  805. package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetablevpcassociation.js +3 -0
  806. package/src/types/cfn-resource-types/aws-ec2-natgateway.d.ts +60 -0
  807. package/src/types/cfn-resource-types/aws-ec2-natgateway.js +3 -0
  808. package/src/types/cfn-resource-types/aws-ec2-networkacl.d.ts +27 -0
  809. package/src/types/cfn-resource-types/aws-ec2-networkacl.js +3 -0
  810. package/src/types/cfn-resource-types/aws-ec2-networkaclentry.d.ts +50 -0
  811. package/src/types/cfn-resource-types/aws-ec2-networkaclentry.js +3 -0
  812. package/src/types/cfn-resource-types/aws-ec2-networkinsightsaccessscope.d.ts +42 -0
  813. package/src/types/cfn-resource-types/aws-ec2-networkinsightsaccessscope.js +3 -0
  814. package/src/types/cfn-resource-types/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +19 -0
  815. package/src/types/cfn-resource-types/aws-ec2-networkinsightsaccessscopeanalysis.js +3 -0
  816. package/src/types/cfn-resource-types/aws-ec2-networkinsightsanalysis.d.ts +173 -0
  817. package/src/types/cfn-resource-types/aws-ec2-networkinsightsanalysis.js +3 -0
  818. package/src/types/cfn-resource-types/aws-ec2-networkinsightspath.d.ts +36 -0
  819. package/src/types/cfn-resource-types/aws-ec2-networkinsightspath.js +3 -0
  820. package/src/types/cfn-resource-types/aws-ec2-networkinterface.d.ts +112 -0
  821. package/src/types/cfn-resource-types/aws-ec2-networkinterface.js +3 -0
  822. package/src/types/cfn-resource-types/aws-ec2-networkinterfaceattachment.d.ts +38 -0
  823. package/src/types/cfn-resource-types/aws-ec2-networkinterfaceattachment.js +3 -0
  824. package/src/types/cfn-resource-types/aws-ec2-networkinterfacepermission.d.ts +9 -0
  825. package/src/types/cfn-resource-types/aws-ec2-networkinterfacepermission.js +3 -0
  826. package/src/types/cfn-resource-types/aws-ec2-networkperformancemetricsubscription.d.ts +21 -0
  827. package/src/types/cfn-resource-types/aws-ec2-networkperformancemetricsubscription.js +3 -0
  828. package/src/types/cfn-resource-types/aws-ec2-placementgroup.d.ts +38 -0
  829. package/src/types/cfn-resource-types/aws-ec2-placementgroup.js +3 -0
  830. package/src/types/cfn-resource-types/aws-ec2-prefixlist.d.ts +49 -0
  831. package/src/types/cfn-resource-types/aws-ec2-prefixlist.js +3 -0
  832. package/src/types/cfn-resource-types/aws-ec2-route.d.ts +69 -0
  833. package/src/types/cfn-resource-types/aws-ec2-route.js +3 -0
  834. package/src/types/cfn-resource-types/aws-ec2-routetable.d.ts +28 -0
  835. package/src/types/cfn-resource-types/aws-ec2-routetable.js +3 -0
  836. package/src/types/cfn-resource-types/aws-ec2-securitygroup.d.ts +63 -0
  837. package/src/types/cfn-resource-types/aws-ec2-securitygroup.js +3 -0
  838. package/src/types/cfn-resource-types/aws-ec2-securitygroupegress.d.ts +54 -0
  839. package/src/types/cfn-resource-types/aws-ec2-securitygroupegress.js +3 -0
  840. package/src/types/cfn-resource-types/aws-ec2-securitygroupingress.d.ts +71 -0
  841. package/src/types/cfn-resource-types/aws-ec2-securitygroupingress.js +3 -0
  842. package/src/types/cfn-resource-types/aws-ec2-snapshotblockpublicaccess.d.ts +13 -0
  843. package/src/types/cfn-resource-types/aws-ec2-snapshotblockpublicaccess.js +3 -0
  844. package/src/types/cfn-resource-types/aws-ec2-spotfleet.d.ts +211 -0
  845. package/src/types/cfn-resource-types/aws-ec2-spotfleet.js +3 -0
  846. package/src/types/cfn-resource-types/aws-ec2-subnet.d.ts +106 -0
  847. package/src/types/cfn-resource-types/aws-ec2-subnet.js +3 -0
  848. package/src/types/cfn-resource-types/aws-ec2-subnetcidrblock.d.ts +33 -0
  849. package/src/types/cfn-resource-types/aws-ec2-subnetcidrblock.js +3 -0
  850. package/src/types/cfn-resource-types/aws-ec2-subnetnetworkaclassociation.d.ts +14 -0
  851. package/src/types/cfn-resource-types/aws-ec2-subnetnetworkaclassociation.js +3 -0
  852. package/src/types/cfn-resource-types/aws-ec2-subnetroutetableassociation.d.ts +15 -0
  853. package/src/types/cfn-resource-types/aws-ec2-subnetroutetableassociation.js +3 -0
  854. package/src/types/cfn-resource-types/aws-ec2-trafficmirrorfilter.d.ts +13 -0
  855. package/src/types/cfn-resource-types/aws-ec2-trafficmirrorfilter.js +3 -0
  856. package/src/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.d.ts +25 -0
  857. package/src/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.js +3 -0
  858. package/src/types/cfn-resource-types/aws-ec2-trafficmirrorsession.d.ts +18 -0
  859. package/src/types/cfn-resource-types/aws-ec2-trafficmirrorsession.js +3 -0
  860. package/src/types/cfn-resource-types/aws-ec2-trafficmirrortarget.d.ts +15 -0
  861. package/src/types/cfn-resource-types/aws-ec2-trafficmirrortarget.js +3 -0
  862. package/src/types/cfn-resource-types/aws-ec2-transitgateway.d.ts +23 -0
  863. package/src/types/cfn-resource-types/aws-ec2-transitgateway.js +3 -0
  864. package/src/types/cfn-resource-types/aws-ec2-transitgatewayattachment.d.ts +31 -0
  865. package/src/types/cfn-resource-types/aws-ec2-transitgatewayattachment.js +3 -0
  866. package/src/types/cfn-resource-types/aws-ec2-transitgatewayconnect.d.ts +49 -0
  867. package/src/types/cfn-resource-types/aws-ec2-transitgatewayconnect.js +3 -0
  868. package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastdomain.d.ts +56 -0
  869. package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastdomain.js +3 -0
  870. package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +29 -0
  871. package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastdomainassociation.js +3 -0
  872. package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastgroupmember.d.ts +45 -0
  873. package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastgroupmember.js +3 -0
  874. package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastgroupsource.d.ts +45 -0
  875. package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastgroupsource.js +3 -0
  876. package/src/types/cfn-resource-types/aws-ec2-transitgatewaypeeringattachment.d.ts +61 -0
  877. package/src/types/cfn-resource-types/aws-ec2-transitgatewaypeeringattachment.js +3 -0
  878. package/src/types/cfn-resource-types/aws-ec2-transitgatewayroute.d.ts +21 -0
  879. package/src/types/cfn-resource-types/aws-ec2-transitgatewayroute.js +3 -0
  880. package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetable.d.ts +27 -0
  881. package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetable.js +3 -0
  882. package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetableassociation.d.ts +13 -0
  883. package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetableassociation.js +3 -0
  884. package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetablepropagation.d.ts +13 -0
  885. package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetablepropagation.js +3 -0
  886. package/src/types/cfn-resource-types/aws-ec2-transitgatewayvpcattachment.d.ts +33 -0
  887. package/src/types/cfn-resource-types/aws-ec2-transitgatewayvpcattachment.js +3 -0
  888. package/src/types/cfn-resource-types/aws-ec2-verifiedaccessendpoint.d.ts +152 -0
  889. package/src/types/cfn-resource-types/aws-ec2-verifiedaccessendpoint.js +3 -0
  890. package/src/types/cfn-resource-types/aws-ec2-verifiedaccessgroup.d.ts +72 -0
  891. package/src/types/cfn-resource-types/aws-ec2-verifiedaccessgroup.js +3 -0
  892. package/src/types/cfn-resource-types/aws-ec2-verifiedaccessinstance.d.ts +140 -0
  893. package/src/types/cfn-resource-types/aws-ec2-verifiedaccessinstance.js +3 -0
  894. package/src/types/cfn-resource-types/aws-ec2-volume.d.ts +108 -0
  895. package/src/types/cfn-resource-types/aws-ec2-volume.js +3 -0
  896. package/src/types/cfn-resource-types/aws-ec2-volumeattachment.d.ts +20 -0
  897. package/src/types/cfn-resource-types/aws-ec2-volumeattachment.js +3 -0
  898. package/src/types/cfn-resource-types/aws-ec2-vpc.d.ts +60 -0
  899. package/src/types/cfn-resource-types/aws-ec2-vpc.js +3 -0
  900. package/src/types/cfn-resource-types/aws-ec2-vpccidrblock.d.ts +53 -0
  901. package/src/types/cfn-resource-types/aws-ec2-vpccidrblock.js +3 -0
  902. package/src/types/cfn-resource-types/aws-ec2-vpcdhcpoptionsassociation.d.ts +13 -0
  903. package/src/types/cfn-resource-types/aws-ec2-vpcdhcpoptionsassociation.js +3 -0
  904. package/src/types/cfn-resource-types/aws-ec2-vpcendpoint.d.ts +53 -0
  905. package/src/types/cfn-resource-types/aws-ec2-vpcendpoint.js +3 -0
  906. package/src/types/cfn-resource-types/aws-ec2-vpcendpointconnectionnotification.d.ts +25 -0
  907. package/src/types/cfn-resource-types/aws-ec2-vpcendpointconnectionnotification.js +3 -0
  908. package/src/types/cfn-resource-types/aws-ec2-vpcendpointservice.d.ts +11 -0
  909. package/src/types/cfn-resource-types/aws-ec2-vpcendpointservice.js +3 -0
  910. package/src/types/cfn-resource-types/aws-ec2-vpcendpointservicepermissions.d.ts +7 -0
  911. package/src/types/cfn-resource-types/aws-ec2-vpcendpointservicepermissions.js +3 -0
  912. package/src/types/cfn-resource-types/aws-ec2-vpcgatewayattachment.d.ts +21 -0
  913. package/src/types/cfn-resource-types/aws-ec2-vpcgatewayattachment.js +3 -0
  914. package/src/types/cfn-resource-types/aws-ec2-vpcpeeringconnection.d.ts +40 -0
  915. package/src/types/cfn-resource-types/aws-ec2-vpcpeeringconnection.js +3 -0
  916. package/src/types/cfn-resource-types/aws-ec2-vpnconnection.d.ts +87 -0
  917. package/src/types/cfn-resource-types/aws-ec2-vpnconnection.js +3 -0
  918. package/src/types/cfn-resource-types/aws-ec2-vpnconnectionroute.d.ts +14 -0
  919. package/src/types/cfn-resource-types/aws-ec2-vpnconnectionroute.js +3 -0
  920. package/src/types/cfn-resource-types/aws-ec2-vpngateway.d.ts +32 -0
  921. package/src/types/cfn-resource-types/aws-ec2-vpngateway.js +3 -0
  922. package/src/types/cfn-resource-types/aws-ec2-vpngatewayroutepropagation.d.ts +14 -0
  923. package/src/types/cfn-resource-types/aws-ec2-vpngatewayroutepropagation.js +3 -0
  924. package/src/types/cfn-resource-types/aws-ecr-publicrepository.d.ts +77 -0
  925. package/src/types/cfn-resource-types/aws-ecr-publicrepository.js +3 -0
  926. package/src/types/cfn-resource-types/aws-ecr-pullthroughcacherule.d.ts +21 -0
  927. package/src/types/cfn-resource-types/aws-ecr-pullthroughcacherule.js +3 -0
  928. package/src/types/cfn-resource-types/aws-ecr-registrypolicy.d.ts +13 -0
  929. package/src/types/cfn-resource-types/aws-ecr-registrypolicy.js +3 -0
  930. package/src/types/cfn-resource-types/aws-ecr-replicationconfiguration.d.ts +71 -0
  931. package/src/types/cfn-resource-types/aws-ecr-replicationconfiguration.js +3 -0
  932. package/src/types/cfn-resource-types/aws-ecr-repository.d.ts +87 -0
  933. package/src/types/cfn-resource-types/aws-ecr-repository.js +3 -0
  934. package/src/types/cfn-resource-types/aws-ecr-repositorycreationtemplate.d.ts +82 -0
  935. package/src/types/cfn-resource-types/aws-ecr-repositorycreationtemplate.js +3 -0
  936. package/src/types/cfn-resource-types/aws-ecs-capacityprovider.d.ts +28 -0
  937. package/src/types/cfn-resource-types/aws-ecs-capacityprovider.js +3 -0
  938. package/src/types/cfn-resource-types/aws-ecs-cluster.d.ts +171 -0
  939. package/src/types/cfn-resource-types/aws-ecs-cluster.js +3 -0
  940. package/src/types/cfn-resource-types/aws-ecs-clustercapacityproviderassociations.d.ts +30 -0
  941. package/src/types/cfn-resource-types/aws-ecs-clustercapacityproviderassociations.js +3 -0
  942. package/src/types/cfn-resource-types/aws-ecs-primarytaskset.d.ts +17 -0
  943. package/src/types/cfn-resource-types/aws-ecs-primarytaskset.js +3 -0
  944. package/src/types/cfn-resource-types/aws-ecs-service.d.ts +596 -0
  945. package/src/types/cfn-resource-types/aws-ecs-service.js +3 -0
  946. package/src/types/cfn-resource-types/aws-ecs-taskdefinition.d.ts +1037 -0
  947. package/src/types/cfn-resource-types/aws-ecs-taskdefinition.js +3 -0
  948. package/src/types/cfn-resource-types/aws-ecs-taskset.d.ts +120 -0
  949. package/src/types/cfn-resource-types/aws-ecs-taskset.js +3 -0
  950. package/src/types/cfn-resource-types/aws-efs-accesspoint.d.ts +81 -0
  951. package/src/types/cfn-resource-types/aws-efs-accesspoint.js +3 -0
  952. package/src/types/cfn-resource-types/aws-efs-filesystem.d.ts +160 -0
  953. package/src/types/cfn-resource-types/aws-efs-filesystem.js +3 -0
  954. package/src/types/cfn-resource-types/aws-efs-mounttarget.d.ts +22 -0
  955. package/src/types/cfn-resource-types/aws-efs-mounttarget.js +3 -0
  956. package/src/types/cfn-resource-types/aws-eks-accessentry.d.ts +75 -0
  957. package/src/types/cfn-resource-types/aws-eks-accessentry.js +3 -0
  958. package/src/types/cfn-resource-types/aws-eks-addon.d.ts +71 -0
  959. package/src/types/cfn-resource-types/aws-eks-addon.js +3 -0
  960. package/src/types/cfn-resource-types/aws-eks-cluster.d.ts +204 -0
  961. package/src/types/cfn-resource-types/aws-eks-cluster.js +3 -0
  962. package/src/types/cfn-resource-types/aws-eks-fargateprofile.d.ts +57 -0
  963. package/src/types/cfn-resource-types/aws-eks-fargateprofile.js +3 -0
  964. package/src/types/cfn-resource-types/aws-eks-identityproviderconfig.d.ts +82 -0
  965. package/src/types/cfn-resource-types/aws-eks-identityproviderconfig.js +3 -0
  966. package/src/types/cfn-resource-types/aws-eks-nodegroup.d.ts +123 -0
  967. package/src/types/cfn-resource-types/aws-eks-nodegroup.js +3 -0
  968. package/src/types/cfn-resource-types/aws-eks-podidentityassociation.d.ts +46 -0
  969. package/src/types/cfn-resource-types/aws-eks-podidentityassociation.js +3 -0
  970. package/src/types/cfn-resource-types/aws-elasticache-cachecluster.d.ts +55 -0
  971. package/src/types/cfn-resource-types/aws-elasticache-cachecluster.js +3 -0
  972. package/src/types/cfn-resource-types/aws-elasticache-globalreplicationgroup.d.ts +89 -0
  973. package/src/types/cfn-resource-types/aws-elasticache-globalreplicationgroup.js +3 -0
  974. package/src/types/cfn-resource-types/aws-elasticache-parametergroup.d.ts +35 -0
  975. package/src/types/cfn-resource-types/aws-elasticache-parametergroup.js +3 -0
  976. package/src/types/cfn-resource-types/aws-elasticache-replicationgroup.d.ts +81 -0
  977. package/src/types/cfn-resource-types/aws-elasticache-replicationgroup.js +3 -0
  978. package/src/types/cfn-resource-types/aws-elasticache-securitygroup.d.ts +12 -0
  979. package/src/types/cfn-resource-types/aws-elasticache-securitygroup.js +3 -0
  980. package/src/types/cfn-resource-types/aws-elasticache-securitygroupingress.d.ts +9 -0
  981. package/src/types/cfn-resource-types/aws-elasticache-securitygroupingress.js +3 -0
  982. package/src/types/cfn-resource-types/aws-elasticache-serverlesscache.d.ts +139 -0
  983. package/src/types/cfn-resource-types/aws-elasticache-serverlesscache.js +3 -0
  984. package/src/types/cfn-resource-types/aws-elasticache-subnetgroup.d.ts +25 -0
  985. package/src/types/cfn-resource-types/aws-elasticache-subnetgroup.js +3 -0
  986. package/src/types/cfn-resource-types/aws-elasticache-user.d.ts +66 -0
  987. package/src/types/cfn-resource-types/aws-elasticache-user.js +3 -0
  988. package/src/types/cfn-resource-types/aws-elasticache-usergroup.d.ts +44 -0
  989. package/src/types/cfn-resource-types/aws-elasticache-usergroup.js +3 -0
  990. package/src/types/cfn-resource-types/aws-elasticbeanstalk-application.d.ts +65 -0
  991. package/src/types/cfn-resource-types/aws-elasticbeanstalk-application.js +3 -0
  992. package/src/types/cfn-resource-types/aws-elasticbeanstalk-applicationversion.d.ts +28 -0
  993. package/src/types/cfn-resource-types/aws-elasticbeanstalk-applicationversion.js +3 -0
  994. package/src/types/cfn-resource-types/aws-elasticbeanstalk-configurationtemplate.d.ts +75 -0
  995. package/src/types/cfn-resource-types/aws-elasticbeanstalk-configurationtemplate.js +3 -0
  996. package/src/types/cfn-resource-types/aws-elasticbeanstalk-environment.d.ts +96 -0
  997. package/src/types/cfn-resource-types/aws-elasticbeanstalk-environment.js +3 -0
  998. package/src/types/cfn-resource-types/aws-elasticloadbalancing-loadbalancer.d.ts +76 -0
  999. package/src/types/cfn-resource-types/aws-elasticloadbalancing-loadbalancer.js +3 -0
  1000. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.d.ts +289 -0
  1001. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.js +3 -0
  1002. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listenercertificate.d.ts +11 -0
  1003. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listenercertificate.js +3 -0
  1004. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.d.ts +357 -0
  1005. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.js +3 -0
  1006. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.d.ts +146 -0
  1007. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.js +3 -0
  1008. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-targetgroup.d.ts +141 -0
  1009. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-targetgroup.js +3 -0
  1010. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-truststore.d.ts +41 -0
  1011. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-truststore.js +3 -0
  1012. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-truststorerevocation.d.ts +33 -0
  1013. package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-truststorerevocation.js +3 -0
  1014. package/src/types/cfn-resource-types/aws-elasticsearch-domain.d.ts +109 -0
  1015. package/src/types/cfn-resource-types/aws-elasticsearch-domain.js +3 -0
  1016. package/src/types/cfn-resource-types/aws-emr-cluster.d.ts +229 -0
  1017. package/src/types/cfn-resource-types/aws-emr-cluster.js +3 -0
  1018. package/src/types/cfn-resource-types/aws-emr-instancefleetconfig.d.ts +60 -0
  1019. package/src/types/cfn-resource-types/aws-emr-instancefleetconfig.js +3 -0
  1020. package/src/types/cfn-resource-types/aws-emr-instancegroupconfig.d.ts +83 -0
  1021. package/src/types/cfn-resource-types/aws-emr-instancegroupconfig.js +3 -0
  1022. package/src/types/cfn-resource-types/aws-emr-securityconfiguration.d.ts +15 -0
  1023. package/src/types/cfn-resource-types/aws-emr-securityconfiguration.js +3 -0
  1024. package/src/types/cfn-resource-types/aws-emr-step.d.ts +35 -0
  1025. package/src/types/cfn-resource-types/aws-emr-step.js +3 -0
  1026. package/src/types/cfn-resource-types/aws-emr-studio.d.ts +105 -0
  1027. package/src/types/cfn-resource-types/aws-emr-studio.js +3 -0
  1028. package/src/types/cfn-resource-types/aws-emr-studiosessionmapping.d.ts +21 -0
  1029. package/src/types/cfn-resource-types/aws-emr-studiosessionmapping.js +3 -0
  1030. package/src/types/cfn-resource-types/aws-emr-walworkspace.d.ts +26 -0
  1031. package/src/types/cfn-resource-types/aws-emr-walworkspace.js +3 -0
  1032. package/src/types/cfn-resource-types/aws-emrcontainers-virtualcluster.d.ts +52 -0
  1033. package/src/types/cfn-resource-types/aws-emrcontainers-virtualcluster.js +3 -0
  1034. package/src/types/cfn-resource-types/aws-emrserverless-application.d.ts +285 -0
  1035. package/src/types/cfn-resource-types/aws-emrserverless-application.js +3 -0
  1036. package/src/types/cfn-resource-types/aws-entityresolution-idmappingworkflow.d.ts +124 -0
  1037. package/src/types/cfn-resource-types/aws-entityresolution-idmappingworkflow.js +3 -0
  1038. package/src/types/cfn-resource-types/aws-entityresolution-idnamespace.d.ts +94 -0
  1039. package/src/types/cfn-resource-types/aws-entityresolution-idnamespace.js +3 -0
  1040. package/src/types/cfn-resource-types/aws-entityresolution-matchingworkflow.d.ts +138 -0
  1041. package/src/types/cfn-resource-types/aws-entityresolution-matchingworkflow.js +3 -0
  1042. package/src/types/cfn-resource-types/aws-entityresolution-policystatement.d.ts +25 -0
  1043. package/src/types/cfn-resource-types/aws-entityresolution-policystatement.js +3 -0
  1044. package/src/types/cfn-resource-types/aws-entityresolution-schemamapping.d.ts +73 -0
  1045. package/src/types/cfn-resource-types/aws-entityresolution-schemamapping.js +3 -0
  1046. package/src/types/cfn-resource-types/aws-events-apidestination.d.ts +24 -0
  1047. package/src/types/cfn-resource-types/aws-events-apidestination.js +3 -0
  1048. package/src/types/cfn-resource-types/aws-events-archive.d.ts +13 -0
  1049. package/src/types/cfn-resource-types/aws-events-archive.js +3 -0
  1050. package/src/types/cfn-resource-types/aws-events-connection.d.ts +60 -0
  1051. package/src/types/cfn-resource-types/aws-events-connection.js +3 -0
  1052. package/src/types/cfn-resource-types/aws-events-endpoint.d.ts +44 -0
  1053. package/src/types/cfn-resource-types/aws-events-endpoint.js +3 -0
  1054. package/src/types/cfn-resource-types/aws-events-eventbus.d.ts +45 -0
  1055. package/src/types/cfn-resource-types/aws-events-eventbus.js +3 -0
  1056. package/src/types/cfn-resource-types/aws-events-eventbuspolicy.d.ts +19 -0
  1057. package/src/types/cfn-resource-types/aws-events-eventbuspolicy.js +3 -0
  1058. package/src/types/cfn-resource-types/aws-events-rule.d.ts +182 -0
  1059. package/src/types/cfn-resource-types/aws-events-rule.js +3 -0
  1060. package/src/types/cfn-resource-types/aws-eventschemas-discoverer.d.ts +37 -0
  1061. package/src/types/cfn-resource-types/aws-eventschemas-discoverer.js +3 -0
  1062. package/src/types/cfn-resource-types/aws-eventschemas-registry.d.ts +25 -0
  1063. package/src/types/cfn-resource-types/aws-eventschemas-registry.js +3 -0
  1064. package/src/types/cfn-resource-types/aws-eventschemas-registrypolicy.d.ts +11 -0
  1065. package/src/types/cfn-resource-types/aws-eventschemas-registrypolicy.js +3 -0
  1066. package/src/types/cfn-resource-types/aws-eventschemas-schema.d.ts +49 -0
  1067. package/src/types/cfn-resource-types/aws-eventschemas-schema.js +3 -0
  1068. package/src/types/cfn-resource-types/aws-evidently-experiment.d.ts +96 -0
  1069. package/src/types/cfn-resource-types/aws-evidently-experiment.js +3 -0
  1070. package/src/types/cfn-resource-types/aws-evidently-feature.d.ts +52 -0
  1071. package/src/types/cfn-resource-types/aws-evidently-feature.js +3 -0
  1072. package/src/types/cfn-resource-types/aws-evidently-launch.d.ts +96 -0
  1073. package/src/types/cfn-resource-types/aws-evidently-launch.js +3 -0
  1074. package/src/types/cfn-resource-types/aws-evidently-project.d.ts +45 -0
  1075. package/src/types/cfn-resource-types/aws-evidently-project.js +3 -0
  1076. package/src/types/cfn-resource-types/aws-evidently-segment.d.ts +26 -0
  1077. package/src/types/cfn-resource-types/aws-evidently-segment.js +3 -0
  1078. package/src/types/cfn-resource-types/aws-finspace-environment.d.ts +128 -0
  1079. package/src/types/cfn-resource-types/aws-finspace-environment.js +3 -0
  1080. package/src/types/cfn-resource-types/aws-fis-experimenttemplate.d.ts +173 -0
  1081. package/src/types/cfn-resource-types/aws-fis-experimenttemplate.js +3 -0
  1082. package/src/types/cfn-resource-types/aws-fis-targetaccountconfiguration.d.ts +25 -0
  1083. package/src/types/cfn-resource-types/aws-fis-targetaccountconfiguration.js +3 -0
  1084. package/src/types/cfn-resource-types/aws-fms-notificationchannel.d.ts +11 -0
  1085. package/src/types/cfn-resource-types/aws-fms-notificationchannel.js +3 -0
  1086. package/src/types/cfn-resource-types/aws-fms-policy.d.ts +181 -0
  1087. package/src/types/cfn-resource-types/aws-fms-policy.js +3 -0
  1088. package/src/types/cfn-resource-types/aws-fms-resourceset.d.ts +30 -0
  1089. package/src/types/cfn-resource-types/aws-fms-resourceset.js +3 -0
  1090. package/src/types/cfn-resource-types/aws-forecast-dataset.d.ts +67 -0
  1091. package/src/types/cfn-resource-types/aws-forecast-dataset.js +3 -0
  1092. package/src/types/cfn-resource-types/aws-forecast-datasetgroup.d.ts +42 -0
  1093. package/src/types/cfn-resource-types/aws-forecast-datasetgroup.js +3 -0
  1094. package/src/types/cfn-resource-types/aws-frauddetector-detector.d.ts +231 -0
  1095. package/src/types/cfn-resource-types/aws-frauddetector-detector.js +3 -0
  1096. package/src/types/cfn-resource-types/aws-frauddetector-entitytype.d.ts +35 -0
  1097. package/src/types/cfn-resource-types/aws-frauddetector-entitytype.js +3 -0
  1098. package/src/types/cfn-resource-types/aws-frauddetector-eventtype.d.ts +120 -0
  1099. package/src/types/cfn-resource-types/aws-frauddetector-eventtype.js +3 -0
  1100. package/src/types/cfn-resource-types/aws-frauddetector-label.d.ts +35 -0
  1101. package/src/types/cfn-resource-types/aws-frauddetector-label.js +3 -0
  1102. package/src/types/cfn-resource-types/aws-frauddetector-list.d.ts +59 -0
  1103. package/src/types/cfn-resource-types/aws-frauddetector-list.js +3 -0
  1104. package/src/types/cfn-resource-types/aws-frauddetector-outcome.d.ts +35 -0
  1105. package/src/types/cfn-resource-types/aws-frauddetector-outcome.js +3 -0
  1106. package/src/types/cfn-resource-types/aws-frauddetector-variable.d.ts +51 -0
  1107. package/src/types/cfn-resource-types/aws-frauddetector-variable.js +3 -0
  1108. package/src/types/cfn-resource-types/aws-fsx-datarepositoryassociation.d.ts +94 -0
  1109. package/src/types/cfn-resource-types/aws-fsx-datarepositoryassociation.js +3 -0
  1110. package/src/types/cfn-resource-types/aws-fsx-filesystem.d.ts +126 -0
  1111. package/src/types/cfn-resource-types/aws-fsx-filesystem.js +3 -0
  1112. package/src/types/cfn-resource-types/aws-fsx-snapshot.d.ts +14 -0
  1113. package/src/types/cfn-resource-types/aws-fsx-snapshot.js +3 -0
  1114. package/src/types/cfn-resource-types/aws-fsx-storagevirtualmachine.d.ts +30 -0
  1115. package/src/types/cfn-resource-types/aws-fsx-storagevirtualmachine.js +3 -0
  1116. package/src/types/cfn-resource-types/aws-fsx-volume.d.ts +91 -0
  1117. package/src/types/cfn-resource-types/aws-fsx-volume.js +3 -0
  1118. package/src/types/cfn-resource-types/aws-gamelift-alias.d.ts +37 -0
  1119. package/src/types/cfn-resource-types/aws-gamelift-alias.js +3 -0
  1120. package/src/types/cfn-resource-types/aws-gamelift-build.d.ts +47 -0
  1121. package/src/types/cfn-resource-types/aws-gamelift-build.js +3 -0
  1122. package/src/types/cfn-resource-types/aws-gamelift-containergroupdefinition.d.ts +216 -0
  1123. package/src/types/cfn-resource-types/aws-gamelift-containergroupdefinition.js +3 -0
  1124. package/src/types/cfn-resource-types/aws-gamelift-fleet.d.ts +327 -0
  1125. package/src/types/cfn-resource-types/aws-gamelift-fleet.js +3 -0
  1126. package/src/types/cfn-resource-types/aws-gamelift-gameservergroup.d.ts +133 -0
  1127. package/src/types/cfn-resource-types/aws-gamelift-gameservergroup.js +3 -0
  1128. package/src/types/cfn-resource-types/aws-gamelift-gamesessionqueue.d.ts +107 -0
  1129. package/src/types/cfn-resource-types/aws-gamelift-gamesessionqueue.js +3 -0
  1130. package/src/types/cfn-resource-types/aws-gamelift-location.d.ts +26 -0
  1131. package/src/types/cfn-resource-types/aws-gamelift-location.js +3 -0
  1132. package/src/types/cfn-resource-types/aws-gamelift-matchmakingconfiguration.d.ts +107 -0
  1133. package/src/types/cfn-resource-types/aws-gamelift-matchmakingconfiguration.js +3 -0
  1134. package/src/types/cfn-resource-types/aws-gamelift-matchmakingruleset.d.ts +41 -0
  1135. package/src/types/cfn-resource-types/aws-gamelift-matchmakingruleset.js +3 -0
  1136. package/src/types/cfn-resource-types/aws-gamelift-script.d.ts +70 -0
  1137. package/src/types/cfn-resource-types/aws-gamelift-script.js +3 -0
  1138. package/src/types/cfn-resource-types/aws-globalaccelerator-accelerator.d.ts +59 -0
  1139. package/src/types/cfn-resource-types/aws-globalaccelerator-accelerator.js +3 -0
  1140. package/src/types/cfn-resource-types/aws-globalaccelerator-crossaccountattachment.d.ts +43 -0
  1141. package/src/types/cfn-resource-types/aws-globalaccelerator-crossaccountattachment.js +3 -0
  1142. package/src/types/cfn-resource-types/aws-globalaccelerator-endpointgroup.d.ts +75 -0
  1143. package/src/types/cfn-resource-types/aws-globalaccelerator-endpointgroup.js +3 -0
  1144. package/src/types/cfn-resource-types/aws-globalaccelerator-listener.d.ts +33 -0
  1145. package/src/types/cfn-resource-types/aws-globalaccelerator-listener.js +3 -0
  1146. package/src/types/cfn-resource-types/aws-glue-classifier.d.ts +36 -0
  1147. package/src/types/cfn-resource-types/aws-glue-classifier.js +3 -0
  1148. package/src/types/cfn-resource-types/aws-glue-connection.d.ts +23 -0
  1149. package/src/types/cfn-resource-types/aws-glue-connection.js +3 -0
  1150. package/src/types/cfn-resource-types/aws-glue-crawler.d.ts +85 -0
  1151. package/src/types/cfn-resource-types/aws-glue-crawler.js +3 -0
  1152. package/src/types/cfn-resource-types/aws-glue-customentitytype.d.ts +12 -0
  1153. package/src/types/cfn-resource-types/aws-glue-customentitytype.js +3 -0
  1154. package/src/types/cfn-resource-types/aws-glue-database.d.ts +92 -0
  1155. package/src/types/cfn-resource-types/aws-glue-database.js +3 -0
  1156. package/src/types/cfn-resource-types/aws-glue-datacatalogencryptionsettings.d.ts +21 -0
  1157. package/src/types/cfn-resource-types/aws-glue-datacatalogencryptionsettings.js +3 -0
  1158. package/src/types/cfn-resource-types/aws-glue-dataqualityruleset.d.ts +18 -0
  1159. package/src/types/cfn-resource-types/aws-glue-dataqualityruleset.js +3 -0
  1160. package/src/types/cfn-resource-types/aws-glue-devendpoint.d.ts +25 -0
  1161. package/src/types/cfn-resource-types/aws-glue-devendpoint.js +3 -0
  1162. package/src/types/cfn-resource-types/aws-glue-job.d.ts +49 -0
  1163. package/src/types/cfn-resource-types/aws-glue-job.js +3 -0
  1164. package/src/types/cfn-resource-types/aws-glue-mltransform.d.ts +48 -0
  1165. package/src/types/cfn-resource-types/aws-glue-mltransform.js +3 -0
  1166. package/src/types/cfn-resource-types/aws-glue-partition.d.ts +67 -0
  1167. package/src/types/cfn-resource-types/aws-glue-partition.js +3 -0
  1168. package/src/types/cfn-resource-types/aws-glue-registry.d.ts +34 -0
  1169. package/src/types/cfn-resource-types/aws-glue-registry.js +3 -0
  1170. package/src/types/cfn-resource-types/aws-glue-schema.d.ts +78 -0
  1171. package/src/types/cfn-resource-types/aws-glue-schema.js +3 -0
  1172. package/src/types/cfn-resource-types/aws-glue-schemaversion.d.ts +31 -0
  1173. package/src/types/cfn-resource-types/aws-glue-schemaversion.js +3 -0
  1174. package/src/types/cfn-resource-types/aws-glue-schemaversionmetadata.d.ts +17 -0
  1175. package/src/types/cfn-resource-types/aws-glue-schemaversionmetadata.js +3 -0
  1176. package/src/types/cfn-resource-types/aws-glue-securityconfiguration.d.ts +23 -0
  1177. package/src/types/cfn-resource-types/aws-glue-securityconfiguration.js +3 -0
  1178. package/src/types/cfn-resource-types/aws-glue-table.d.ts +90 -0
  1179. package/src/types/cfn-resource-types/aws-glue-table.js +3 -0
  1180. package/src/types/cfn-resource-types/aws-glue-tableoptimizer.d.ts +15 -0
  1181. package/src/types/cfn-resource-types/aws-glue-tableoptimizer.js +3 -0
  1182. package/src/types/cfn-resource-types/aws-glue-trigger.d.ts +129 -0
  1183. package/src/types/cfn-resource-types/aws-glue-trigger.js +3 -0
  1184. package/src/types/cfn-resource-types/aws-glue-workflow.d.ts +15 -0
  1185. package/src/types/cfn-resource-types/aws-glue-workflow.js +3 -0
  1186. package/src/types/cfn-resource-types/aws-grafana-workspace.d.ts +219 -0
  1187. package/src/types/cfn-resource-types/aws-grafana-workspace.js +3 -0
  1188. package/src/types/cfn-resource-types/aws-greengrass-connectordefinition.d.ts +23 -0
  1189. package/src/types/cfn-resource-types/aws-greengrass-connectordefinition.js +3 -0
  1190. package/src/types/cfn-resource-types/aws-greengrass-connectordefinitionversion.d.ts +15 -0
  1191. package/src/types/cfn-resource-types/aws-greengrass-connectordefinitionversion.js +3 -0
  1192. package/src/types/cfn-resource-types/aws-greengrass-coredefinition.d.ts +22 -0
  1193. package/src/types/cfn-resource-types/aws-greengrass-coredefinition.js +3 -0
  1194. package/src/types/cfn-resource-types/aws-greengrass-coredefinitionversion.d.ts +14 -0
  1195. package/src/types/cfn-resource-types/aws-greengrass-coredefinitionversion.js +3 -0
  1196. package/src/types/cfn-resource-types/aws-greengrass-devicedefinition.d.ts +22 -0
  1197. package/src/types/cfn-resource-types/aws-greengrass-devicedefinition.js +3 -0
  1198. package/src/types/cfn-resource-types/aws-greengrass-devicedefinitionversion.d.ts +14 -0
  1199. package/src/types/cfn-resource-types/aws-greengrass-devicedefinitionversion.js +3 -0
  1200. package/src/types/cfn-resource-types/aws-greengrass-functiondefinition.d.ts +54 -0
  1201. package/src/types/cfn-resource-types/aws-greengrass-functiondefinition.js +3 -0
  1202. package/src/types/cfn-resource-types/aws-greengrass-functiondefinitionversion.d.ts +46 -0
  1203. package/src/types/cfn-resource-types/aws-greengrass-functiondefinitionversion.js +3 -0
  1204. package/src/types/cfn-resource-types/aws-greengrass-group.d.ts +24 -0
  1205. package/src/types/cfn-resource-types/aws-greengrass-group.js +3 -0
  1206. package/src/types/cfn-resource-types/aws-greengrass-groupversion.d.ts +14 -0
  1207. package/src/types/cfn-resource-types/aws-greengrass-groupversion.js +3 -0
  1208. package/src/types/cfn-resource-types/aws-greengrass-loggerdefinition.d.ts +23 -0
  1209. package/src/types/cfn-resource-types/aws-greengrass-loggerdefinition.js +3 -0
  1210. package/src/types/cfn-resource-types/aws-greengrass-loggerdefinitionversion.d.ts +15 -0
  1211. package/src/types/cfn-resource-types/aws-greengrass-loggerdefinitionversion.js +3 -0
  1212. package/src/types/cfn-resource-types/aws-greengrass-resourcedefinition.d.ts +59 -0
  1213. package/src/types/cfn-resource-types/aws-greengrass-resourcedefinition.js +3 -0
  1214. package/src/types/cfn-resource-types/aws-greengrass-resourcedefinitionversion.d.ts +51 -0
  1215. package/src/types/cfn-resource-types/aws-greengrass-resourcedefinitionversion.js +3 -0
  1216. package/src/types/cfn-resource-types/aws-greengrass-subscriptiondefinition.d.ts +22 -0
  1217. package/src/types/cfn-resource-types/aws-greengrass-subscriptiondefinition.js +3 -0
  1218. package/src/types/cfn-resource-types/aws-greengrass-subscriptiondefinitionversion.d.ts +14 -0
  1219. package/src/types/cfn-resource-types/aws-greengrass-subscriptiondefinitionversion.js +3 -0
  1220. package/src/types/cfn-resource-types/aws-greengrassv2-componentversion.d.ts +92 -0
  1221. package/src/types/cfn-resource-types/aws-greengrassv2-componentversion.js +3 -0
  1222. package/src/types/cfn-resource-types/aws-greengrassv2-deployment.d.ts +90 -0
  1223. package/src/types/cfn-resource-types/aws-greengrassv2-deployment.js +3 -0
  1224. package/src/types/cfn-resource-types/aws-groundstation-config.d.ts +88 -0
  1225. package/src/types/cfn-resource-types/aws-groundstation-config.js +3 -0
  1226. package/src/types/cfn-resource-types/aws-groundstation-dataflowendpointgroup.d.ts +107 -0
  1227. package/src/types/cfn-resource-types/aws-groundstation-dataflowendpointgroup.js +3 -0
  1228. package/src/types/cfn-resource-types/aws-groundstation-missionprofile.d.ts +52 -0
  1229. package/src/types/cfn-resource-types/aws-groundstation-missionprofile.js +3 -0
  1230. package/src/types/cfn-resource-types/aws-guardduty-detector.d.ts +44 -0
  1231. package/src/types/cfn-resource-types/aws-guardduty-detector.js +3 -0
  1232. package/src/types/cfn-resource-types/aws-guardduty-filter.d.ts +39 -0
  1233. package/src/types/cfn-resource-types/aws-guardduty-filter.js +3 -0
  1234. package/src/types/cfn-resource-types/aws-guardduty-ipset.d.ts +16 -0
  1235. package/src/types/cfn-resource-types/aws-guardduty-ipset.js +3 -0
  1236. package/src/types/cfn-resource-types/aws-guardduty-malwareprotectionplan.d.ts +82 -0
  1237. package/src/types/cfn-resource-types/aws-guardduty-malwareprotectionplan.js +3 -0
  1238. package/src/types/cfn-resource-types/aws-guardduty-master.d.ts +17 -0
  1239. package/src/types/cfn-resource-types/aws-guardduty-master.js +3 -0
  1240. package/src/types/cfn-resource-types/aws-guardduty-member.d.ts +11 -0
  1241. package/src/types/cfn-resource-types/aws-guardduty-member.js +3 -0
  1242. package/src/types/cfn-resource-types/aws-guardduty-threatintelset.d.ts +16 -0
  1243. package/src/types/cfn-resource-types/aws-guardduty-threatintelset.js +3 -0
  1244. package/src/types/cfn-resource-types/aws-healthimaging-datastore.d.ts +50 -0
  1245. package/src/types/cfn-resource-types/aws-healthimaging-datastore.js +3 -0
  1246. package/src/types/cfn-resource-types/aws-healthlake-fhirdatastore.d.ts +115 -0
  1247. package/src/types/cfn-resource-types/aws-healthlake-fhirdatastore.js +3 -0
  1248. package/src/types/cfn-resource-types/aws-iam-accesskey.d.ts +10 -0
  1249. package/src/types/cfn-resource-types/aws-iam-accesskey.js +3 -0
  1250. package/src/types/cfn-resource-types/aws-iam-group.d.ts +49 -0
  1251. package/src/types/cfn-resource-types/aws-iam-group.js +3 -0
  1252. package/src/types/cfn-resource-types/aws-iam-grouppolicy.d.ts +28 -0
  1253. package/src/types/cfn-resource-types/aws-iam-grouppolicy.js +3 -0
  1254. package/src/types/cfn-resource-types/aws-iam-instanceprofile.d.ts +22 -0
  1255. package/src/types/cfn-resource-types/aws-iam-instanceprofile.js +3 -0
  1256. package/src/types/cfn-resource-types/aws-iam-managedpolicy.d.ts +66 -0
  1257. package/src/types/cfn-resource-types/aws-iam-managedpolicy.js +3 -0
  1258. package/src/types/cfn-resource-types/aws-iam-oidcprovider.d.ts +29 -0
  1259. package/src/types/cfn-resource-types/aws-iam-oidcprovider.js +3 -0
  1260. package/src/types/cfn-resource-types/aws-iam-policy.d.ts +43 -0
  1261. package/src/types/cfn-resource-types/aws-iam-policy.js +3 -0
  1262. package/src/types/cfn-resource-types/aws-iam-role.d.ts +89 -0
  1263. package/src/types/cfn-resource-types/aws-iam-role.js +3 -0
  1264. package/src/types/cfn-resource-types/aws-iam-rolepolicy.d.ts +29 -0
  1265. package/src/types/cfn-resource-types/aws-iam-rolepolicy.js +3 -0
  1266. package/src/types/cfn-resource-types/aws-iam-samlprovider.d.ts +25 -0
  1267. package/src/types/cfn-resource-types/aws-iam-samlprovider.js +3 -0
  1268. package/src/types/cfn-resource-types/aws-iam-servercertificate.d.ts +28 -0
  1269. package/src/types/cfn-resource-types/aws-iam-servercertificate.js +3 -0
  1270. package/src/types/cfn-resource-types/aws-iam-servicelinkedrole.d.ts +21 -0
  1271. package/src/types/cfn-resource-types/aws-iam-servicelinkedrole.js +3 -0
  1272. package/src/types/cfn-resource-types/aws-iam-user.d.ts +94 -0
  1273. package/src/types/cfn-resource-types/aws-iam-user.js +3 -0
  1274. package/src/types/cfn-resource-types/aws-iam-userpolicy.d.ts +28 -0
  1275. package/src/types/cfn-resource-types/aws-iam-userpolicy.js +3 -0
  1276. package/src/types/cfn-resource-types/aws-iam-usertogroupaddition.d.ts +8 -0
  1277. package/src/types/cfn-resource-types/aws-iam-usertogroupaddition.js +3 -0
  1278. package/src/types/cfn-resource-types/aws-iam-virtualmfadevice.d.ts +23 -0
  1279. package/src/types/cfn-resource-types/aws-iam-virtualmfadevice.js +3 -0
  1280. package/src/types/cfn-resource-types/aws-identitystore-group.d.ts +21 -0
  1281. package/src/types/cfn-resource-types/aws-identitystore-group.js +3 -0
  1282. package/src/types/cfn-resource-types/aws-identitystore-groupmembership.d.ts +27 -0
  1283. package/src/types/cfn-resource-types/aws-identitystore-groupmembership.js +3 -0
  1284. package/src/types/cfn-resource-types/aws-imagebuilder-component.d.ts +65 -0
  1285. package/src/types/cfn-resource-types/aws-imagebuilder-component.js +3 -0
  1286. package/src/types/cfn-resource-types/aws-imagebuilder-containerrecipe.d.ts +178 -0
  1287. package/src/types/cfn-resource-types/aws-imagebuilder-containerrecipe.js +3 -0
  1288. package/src/types/cfn-resource-types/aws-imagebuilder-distributionconfiguration.d.ts +200 -0
  1289. package/src/types/cfn-resource-types/aws-imagebuilder-distributionconfiguration.js +3 -0
  1290. package/src/types/cfn-resource-types/aws-imagebuilder-image.d.ts +131 -0
  1291. package/src/types/cfn-resource-types/aws-imagebuilder-image.js +3 -0
  1292. package/src/types/cfn-resource-types/aws-imagebuilder-imagepipeline.d.ts +145 -0
  1293. package/src/types/cfn-resource-types/aws-imagebuilder-imagepipeline.js +3 -0
  1294. package/src/types/cfn-resource-types/aws-imagebuilder-imagerecipe.d.ts +148 -0
  1295. package/src/types/cfn-resource-types/aws-imagebuilder-imagerecipe.js +3 -0
  1296. package/src/types/cfn-resource-types/aws-imagebuilder-infrastructureconfiguration.d.ts +99 -0
  1297. package/src/types/cfn-resource-types/aws-imagebuilder-infrastructureconfiguration.js +3 -0
  1298. package/src/types/cfn-resource-types/aws-imagebuilder-lifecyclepolicy.d.ts +189 -0
  1299. package/src/types/cfn-resource-types/aws-imagebuilder-lifecyclepolicy.js +3 -0
  1300. package/src/types/cfn-resource-types/aws-imagebuilder-workflow.d.ts +53 -0
  1301. package/src/types/cfn-resource-types/aws-imagebuilder-workflow.js +3 -0
  1302. package/src/types/cfn-resource-types/aws-inspector-assessmenttarget.d.ts +8 -0
  1303. package/src/types/cfn-resource-types/aws-inspector-assessmenttarget.js +3 -0
  1304. package/src/types/cfn-resource-types/aws-inspector-assessmenttemplate.d.ts +15 -0
  1305. package/src/types/cfn-resource-types/aws-inspector-assessmenttemplate.js +3 -0
  1306. package/src/types/cfn-resource-types/aws-inspector-resourcegroup.d.ts +11 -0
  1307. package/src/types/cfn-resource-types/aws-inspector-resourcegroup.js +3 -0
  1308. package/src/types/cfn-resource-types/aws-inspectorv2-cisscanconfiguration.d.ts +78 -0
  1309. package/src/types/cfn-resource-types/aws-inspectorv2-cisscanconfiguration.js +3 -0
  1310. package/src/types/cfn-resource-types/aws-inspectorv2-filter.d.ts +124 -0
  1311. package/src/types/cfn-resource-types/aws-inspectorv2-filter.js +3 -0
  1312. package/src/types/cfn-resource-types/aws-internetmonitor-monitor.d.ts +54 -0
  1313. package/src/types/cfn-resource-types/aws-internetmonitor-monitor.js +3 -0
  1314. package/src/types/cfn-resource-types/aws-iot-accountauditconfiguration.d.ts +65 -0
  1315. package/src/types/cfn-resource-types/aws-iot-accountauditconfiguration.js +3 -0
  1316. package/src/types/cfn-resource-types/aws-iot-authorizer.d.ts +24 -0
  1317. package/src/types/cfn-resource-types/aws-iot-authorizer.js +3 -0
  1318. package/src/types/cfn-resource-types/aws-iot-billinggroup.d.ts +30 -0
  1319. package/src/types/cfn-resource-types/aws-iot-billinggroup.js +3 -0
  1320. package/src/types/cfn-resource-types/aws-iot-cacertificate.d.ts +39 -0
  1321. package/src/types/cfn-resource-types/aws-iot-cacertificate.js +3 -0
  1322. package/src/types/cfn-resource-types/aws-iot-certificate.d.ts +12 -0
  1323. package/src/types/cfn-resource-types/aws-iot-certificate.js +3 -0
  1324. package/src/types/cfn-resource-types/aws-iot-certificateprovider.d.ts +33 -0
  1325. package/src/types/cfn-resource-types/aws-iot-certificateprovider.js +3 -0
  1326. package/src/types/cfn-resource-types/aws-iot-custommetric.d.ts +40 -0
  1327. package/src/types/cfn-resource-types/aws-iot-custommetric.js +3 -0
  1328. package/src/types/cfn-resource-types/aws-iot-dimension.d.ts +43 -0
  1329. package/src/types/cfn-resource-types/aws-iot-dimension.js +3 -0
  1330. package/src/types/cfn-resource-types/aws-iot-domainconfiguration.d.ts +41 -0
  1331. package/src/types/cfn-resource-types/aws-iot-domainconfiguration.js +3 -0
  1332. package/src/types/cfn-resource-types/aws-iot-fleetmetric.d.ts +86 -0
  1333. package/src/types/cfn-resource-types/aws-iot-fleetmetric.js +3 -0
  1334. package/src/types/cfn-resource-types/aws-iot-jobtemplate.d.ts +158 -0
  1335. package/src/types/cfn-resource-types/aws-iot-jobtemplate.js +3 -0
  1336. package/src/types/cfn-resource-types/aws-iot-logging.d.ts +17 -0
  1337. package/src/types/cfn-resource-types/aws-iot-logging.js +3 -0
  1338. package/src/types/cfn-resource-types/aws-iot-mitigationaction.d.ts +99 -0
  1339. package/src/types/cfn-resource-types/aws-iot-mitigationaction.js +3 -0
  1340. package/src/types/cfn-resource-types/aws-iot-policy.d.ts +16 -0
  1341. package/src/types/cfn-resource-types/aws-iot-policy.js +3 -0
  1342. package/src/types/cfn-resource-types/aws-iot-policyprincipalattachment.d.ts +8 -0
  1343. package/src/types/cfn-resource-types/aws-iot-policyprincipalattachment.js +3 -0
  1344. package/src/types/cfn-resource-types/aws-iot-provisioningtemplate.d.ts +22 -0
  1345. package/src/types/cfn-resource-types/aws-iot-provisioningtemplate.js +3 -0
  1346. package/src/types/cfn-resource-types/aws-iot-resourcespecificlogging.d.ts +21 -0
  1347. package/src/types/cfn-resource-types/aws-iot-resourcespecificlogging.js +3 -0
  1348. package/src/types/cfn-resource-types/aws-iot-rolealias.d.ts +23 -0
  1349. package/src/types/cfn-resource-types/aws-iot-rolealias.js +3 -0
  1350. package/src/types/cfn-resource-types/aws-iot-scheduledaudit.d.ts +48 -0
  1351. package/src/types/cfn-resource-types/aws-iot-scheduledaudit.js +3 -0
  1352. package/src/types/cfn-resource-types/aws-iot-securityprofile.d.ts +202 -0
  1353. package/src/types/cfn-resource-types/aws-iot-securityprofile.js +3 -0
  1354. package/src/types/cfn-resource-types/aws-iot-softwarepackage.d.ts +27 -0
  1355. package/src/types/cfn-resource-types/aws-iot-softwarepackage.js +3 -0
  1356. package/src/types/cfn-resource-types/aws-iot-softwarepackageversion.d.ts +39 -0
  1357. package/src/types/cfn-resource-types/aws-iot-softwarepackageversion.js +3 -0
  1358. package/src/types/cfn-resource-types/aws-iot-thing.d.ts +18 -0
  1359. package/src/types/cfn-resource-types/aws-iot-thing.js +3 -0
  1360. package/src/types/cfn-resource-types/aws-iot-thinggroup.d.ts +42 -0
  1361. package/src/types/cfn-resource-types/aws-iot-thinggroup.js +3 -0
  1362. package/src/types/cfn-resource-types/aws-iot-thingprincipalattachment.d.ts +8 -0
  1363. package/src/types/cfn-resource-types/aws-iot-thingprincipalattachment.js +3 -0
  1364. package/src/types/cfn-resource-types/aws-iot-thingtype.d.ts +35 -0
  1365. package/src/types/cfn-resource-types/aws-iot-thingtype.js +3 -0
  1366. package/src/types/cfn-resource-types/aws-iot-topicrule.d.ts +260 -0
  1367. package/src/types/cfn-resource-types/aws-iot-topicrule.js +3 -0
  1368. package/src/types/cfn-resource-types/aws-iot-topicruledestination.d.ts +34 -0
  1369. package/src/types/cfn-resource-types/aws-iot-topicruledestination.js +3 -0
  1370. package/src/types/cfn-resource-types/aws-iot1click-device.d.ts +8 -0
  1371. package/src/types/cfn-resource-types/aws-iot1click-device.js +3 -0
  1372. package/src/types/cfn-resource-types/aws-iot1click-placement.d.ts +14 -0
  1373. package/src/types/cfn-resource-types/aws-iot1click-placement.js +3 -0
  1374. package/src/types/cfn-resource-types/aws-iot1click-project.d.ts +18 -0
  1375. package/src/types/cfn-resource-types/aws-iot1click-project.js +3 -0
  1376. package/src/types/cfn-resource-types/aws-iotanalytics-channel.d.ts +33 -0
  1377. package/src/types/cfn-resource-types/aws-iotanalytics-channel.js +3 -0
  1378. package/src/types/cfn-resource-types/aws-iotanalytics-dataset.d.ts +135 -0
  1379. package/src/types/cfn-resource-types/aws-iotanalytics-dataset.js +3 -0
  1380. package/src/types/cfn-resource-types/aws-iotanalytics-datastore.d.ts +81 -0
  1381. package/src/types/cfn-resource-types/aws-iotanalytics-datastore.js +3 -0
  1382. package/src/types/cfn-resource-types/aws-iotanalytics-pipeline.d.ts +102 -0
  1383. package/src/types/cfn-resource-types/aws-iotanalytics-pipeline.js +3 -0
  1384. package/src/types/cfn-resource-types/aws-iotcoredeviceadvisor-suitedefinition.d.ts +68 -0
  1385. package/src/types/cfn-resource-types/aws-iotcoredeviceadvisor-suitedefinition.js +3 -0
  1386. package/src/types/cfn-resource-types/aws-iotevents-alarmmodel.d.ts +345 -0
  1387. package/src/types/cfn-resource-types/aws-iotevents-alarmmodel.js +3 -0
  1388. package/src/types/cfn-resource-types/aws-iotevents-detectormodel.d.ts +426 -0
  1389. package/src/types/cfn-resource-types/aws-iotevents-detectormodel.js +3 -0
  1390. package/src/types/cfn-resource-types/aws-iotevents-input.d.ts +56 -0
  1391. package/src/types/cfn-resource-types/aws-iotevents-input.js +3 -0
  1392. package/src/types/cfn-resource-types/aws-iotfleethub-application.d.ts +69 -0
  1393. package/src/types/cfn-resource-types/aws-iotfleethub-application.js +3 -0
  1394. package/src/types/cfn-resource-types/aws-iotfleetwise-campaign.d.ts +128 -0
  1395. package/src/types/cfn-resource-types/aws-iotfleetwise-campaign.js +3 -0
  1396. package/src/types/cfn-resource-types/aws-iotfleetwise-decodermanifest.d.ts +89 -0
  1397. package/src/types/cfn-resource-types/aws-iotfleetwise-decodermanifest.js +3 -0
  1398. package/src/types/cfn-resource-types/aws-iotfleetwise-fleet.d.ts +20 -0
  1399. package/src/types/cfn-resource-types/aws-iotfleetwise-fleet.js +3 -0
  1400. package/src/types/cfn-resource-types/aws-iotfleetwise-modelmanifest.d.ts +26 -0
  1401. package/src/types/cfn-resource-types/aws-iotfleetwise-modelmanifest.js +3 -0
  1402. package/src/types/cfn-resource-types/aws-iotfleetwise-signalcatalog.d.ts +84 -0
  1403. package/src/types/cfn-resource-types/aws-iotfleetwise-signalcatalog.js +3 -0
  1404. package/src/types/cfn-resource-types/aws-iotfleetwise-vehicle.d.ts +30 -0
  1405. package/src/types/cfn-resource-types/aws-iotfleetwise-vehicle.js +3 -0
  1406. package/src/types/cfn-resource-types/aws-iotsitewise-accesspolicy.d.ts +79 -0
  1407. package/src/types/cfn-resource-types/aws-iotsitewise-accesspolicy.js +3 -0
  1408. package/src/types/cfn-resource-types/aws-iotsitewise-asset.d.ts +89 -0
  1409. package/src/types/cfn-resource-types/aws-iotsitewise-asset.js +3 -0
  1410. package/src/types/cfn-resource-types/aws-iotsitewise-assetmodel.d.ts +247 -0
  1411. package/src/types/cfn-resource-types/aws-iotsitewise-assetmodel.js +3 -0
  1412. package/src/types/cfn-resource-types/aws-iotsitewise-dashboard.d.ts +40 -0
  1413. package/src/types/cfn-resource-types/aws-iotsitewise-dashboard.js +3 -0
  1414. package/src/types/cfn-resource-types/aws-iotsitewise-gateway.d.ts +81 -0
  1415. package/src/types/cfn-resource-types/aws-iotsitewise-gateway.js +3 -0
  1416. package/src/types/cfn-resource-types/aws-iotsitewise-portal.d.ts +69 -0
  1417. package/src/types/cfn-resource-types/aws-iotsitewise-portal.js +3 -0
  1418. package/src/types/cfn-resource-types/aws-iotsitewise-project.d.ts +44 -0
  1419. package/src/types/cfn-resource-types/aws-iotsitewise-project.js +3 -0
  1420. package/src/types/cfn-resource-types/aws-iotthingsgraph-flowtemplate.d.ts +12 -0
  1421. package/src/types/cfn-resource-types/aws-iotthingsgraph-flowtemplate.js +3 -0
  1422. package/src/types/cfn-resource-types/aws-iottwinmaker-componenttype.d.ts +358 -0
  1423. package/src/types/cfn-resource-types/aws-iottwinmaker-componenttype.js +3 -0
  1424. package/src/types/cfn-resource-types/aws-iottwinmaker-entity.d.ts +450 -0
  1425. package/src/types/cfn-resource-types/aws-iottwinmaker-entity.js +3 -0
  1426. package/src/types/cfn-resource-types/aws-iottwinmaker-scene.d.ts +70 -0
  1427. package/src/types/cfn-resource-types/aws-iottwinmaker-scene.js +3 -0
  1428. package/src/types/cfn-resource-types/aws-iottwinmaker-syncjob.d.ts +43 -0
  1429. package/src/types/cfn-resource-types/aws-iottwinmaker-syncjob.js +3 -0
  1430. package/src/types/cfn-resource-types/aws-iottwinmaker-workspace.d.ts +43 -0
  1431. package/src/types/cfn-resource-types/aws-iottwinmaker-workspace.js +3 -0
  1432. package/src/types/cfn-resource-types/aws-iotwireless-destination.d.ts +39 -0
  1433. package/src/types/cfn-resource-types/aws-iotwireless-destination.js +3 -0
  1434. package/src/types/cfn-resource-types/aws-iotwireless-deviceprofile.d.ts +56 -0
  1435. package/src/types/cfn-resource-types/aws-iotwireless-deviceprofile.js +3 -0
  1436. package/src/types/cfn-resource-types/aws-iotwireless-fuotatask.d.ts +73 -0
  1437. package/src/types/cfn-resource-types/aws-iotwireless-fuotatask.js +3 -0
  1438. package/src/types/cfn-resource-types/aws-iotwireless-multicastgroup.d.ts +65 -0
  1439. package/src/types/cfn-resource-types/aws-iotwireless-multicastgroup.js +3 -0
  1440. package/src/types/cfn-resource-types/aws-iotwireless-networkanalyzerconfiguration.d.ts +57 -0
  1441. package/src/types/cfn-resource-types/aws-iotwireless-networkanalyzerconfiguration.js +3 -0
  1442. package/src/types/cfn-resource-types/aws-iotwireless-partneraccount.d.ts +58 -0
  1443. package/src/types/cfn-resource-types/aws-iotwireless-partneraccount.js +3 -0
  1444. package/src/types/cfn-resource-types/aws-iotwireless-serviceprofile.d.ts +52 -0
  1445. package/src/types/cfn-resource-types/aws-iotwireless-serviceprofile.js +3 -0
  1446. package/src/types/cfn-resource-types/aws-iotwireless-taskdefinition.d.ts +63 -0
  1447. package/src/types/cfn-resource-types/aws-iotwireless-taskdefinition.js +3 -0
  1448. package/src/types/cfn-resource-types/aws-iotwireless-wirelessdevice.d.ts +121 -0
  1449. package/src/types/cfn-resource-types/aws-iotwireless-wirelessdevice.js +3 -0
  1450. package/src/types/cfn-resource-types/aws-iotwireless-wirelessdeviceimporttask.d.ts +68 -0
  1451. package/src/types/cfn-resource-types/aws-iotwireless-wirelessdeviceimporttask.js +3 -0
  1452. package/src/types/cfn-resource-types/aws-iotwireless-wirelessgateway.d.ts +51 -0
  1453. package/src/types/cfn-resource-types/aws-iotwireless-wirelessgateway.js +3 -0
  1454. package/src/types/cfn-resource-types/aws-ivs-channel.d.ts +55 -0
  1455. package/src/types/cfn-resource-types/aws-ivs-channel.js +3 -0
  1456. package/src/types/cfn-resource-types/aws-ivs-encoderconfiguration.d.ts +53 -0
  1457. package/src/types/cfn-resource-types/aws-ivs-encoderconfiguration.js +3 -0
  1458. package/src/types/cfn-resource-types/aws-ivs-playbackkeypair.d.ts +31 -0
  1459. package/src/types/cfn-resource-types/aws-ivs-playbackkeypair.js +3 -0
  1460. package/src/types/cfn-resource-types/aws-ivs-playbackrestrictionpolicy.d.ts +44 -0
  1461. package/src/types/cfn-resource-types/aws-ivs-playbackrestrictionpolicy.js +3 -0
  1462. package/src/types/cfn-resource-types/aws-ivs-publickey.d.ts +31 -0
  1463. package/src/types/cfn-resource-types/aws-ivs-publickey.js +3 -0
  1464. package/src/types/cfn-resource-types/aws-ivs-recordingconfiguration.d.ts +86 -0
  1465. package/src/types/cfn-resource-types/aws-ivs-recordingconfiguration.js +3 -0
  1466. package/src/types/cfn-resource-types/aws-ivs-stage.d.ts +42 -0
  1467. package/src/types/cfn-resource-types/aws-ivs-stage.js +3 -0
  1468. package/src/types/cfn-resource-types/aws-ivs-storageconfiguration.d.ts +33 -0
  1469. package/src/types/cfn-resource-types/aws-ivs-storageconfiguration.js +3 -0
  1470. package/src/types/cfn-resource-types/aws-ivs-streamkey.d.ts +27 -0
  1471. package/src/types/cfn-resource-types/aws-ivs-streamkey.js +3 -0
  1472. package/src/types/cfn-resource-types/aws-ivschat-loggingconfiguration.d.ts +74 -0
  1473. package/src/types/cfn-resource-types/aws-ivschat-loggingconfiguration.js +3 -0
  1474. package/src/types/cfn-resource-types/aws-ivschat-room.d.ts +63 -0
  1475. package/src/types/cfn-resource-types/aws-ivschat-room.js +3 -0
  1476. package/src/types/cfn-resource-types/aws-kafkaconnect-connector.d.ts +255 -0
  1477. package/src/types/cfn-resource-types/aws-kafkaconnect-connector.js +3 -0
  1478. package/src/types/cfn-resource-types/aws-kafkaconnect-customplugin.d.ts +80 -0
  1479. package/src/types/cfn-resource-types/aws-kafkaconnect-customplugin.js +3 -0
  1480. package/src/types/cfn-resource-types/aws-kafkaconnect-workerconfiguration.d.ts +33 -0
  1481. package/src/types/cfn-resource-types/aws-kafkaconnect-workerconfiguration.js +3 -0
  1482. package/src/types/cfn-resource-types/aws-kendra-datasource.d.ts +523 -0
  1483. package/src/types/cfn-resource-types/aws-kendra-datasource.js +3 -0
  1484. package/src/types/cfn-resource-types/aws-kendra-faq.d.ts +66 -0
  1485. package/src/types/cfn-resource-types/aws-kendra-faq.js +3 -0
  1486. package/src/types/cfn-resource-types/aws-kendra-index.d.ts +137 -0
  1487. package/src/types/cfn-resource-types/aws-kendra-index.js +3 -0
  1488. package/src/types/cfn-resource-types/aws-kendraranking-executionplan.d.ts +49 -0
  1489. package/src/types/cfn-resource-types/aws-kendraranking-executionplan.js +3 -0
  1490. package/src/types/cfn-resource-types/aws-kinesis-stream.d.ts +66 -0
  1491. package/src/types/cfn-resource-types/aws-kinesis-stream.js +3 -0
  1492. package/src/types/cfn-resource-types/aws-kinesis-streamconsumer.d.ts +11 -0
  1493. package/src/types/cfn-resource-types/aws-kinesis-streamconsumer.js +3 -0
  1494. package/src/types/cfn-resource-types/aws-kinesisanalytics-application.d.ts +61 -0
  1495. package/src/types/cfn-resource-types/aws-kinesisanalytics-application.js +3 -0
  1496. package/src/types/cfn-resource-types/aws-kinesisanalytics-applicationoutput.d.ts +30 -0
  1497. package/src/types/cfn-resource-types/aws-kinesisanalytics-applicationoutput.js +3 -0
  1498. package/src/types/cfn-resource-types/aws-kinesisanalytics-applicationreferencedatasource.d.ts +43 -0
  1499. package/src/types/cfn-resource-types/aws-kinesisanalytics-applicationreferencedatasource.js +3 -0
  1500. package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-application.d.ts +523 -0
  1501. package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-application.js +3 -0
  1502. package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +11 -0
  1503. package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.js +3 -0
  1504. package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationoutput.d.ts +27 -0
  1505. package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationoutput.js +3 -0
  1506. package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +42 -0
  1507. package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationreferencedatasource.js +3 -0
  1508. package/src/types/cfn-resource-types/aws-kinesisfirehose-deliverystream.d.ts +391 -0
  1509. package/src/types/cfn-resource-types/aws-kinesisfirehose-deliverystream.js +3 -0
  1510. package/src/types/cfn-resource-types/aws-kinesisvideo-signalingchannel.d.ts +41 -0
  1511. package/src/types/cfn-resource-types/aws-kinesisvideo-signalingchannel.js +3 -0
  1512. package/src/types/cfn-resource-types/aws-kinesisvideo-stream.d.ts +49 -0
  1513. package/src/types/cfn-resource-types/aws-kinesisvideo-stream.js +3 -0
  1514. package/src/types/cfn-resource-types/aws-kms-alias.d.ts +33 -0
  1515. package/src/types/cfn-resource-types/aws-kms-alias.js +3 -0
  1516. package/src/types/cfn-resource-types/aws-kms-key.d.ts +158 -0
  1517. package/src/types/cfn-resource-types/aws-kms-key.js +3 -0
  1518. package/src/types/cfn-resource-types/aws-kms-replicakey.d.ts +46 -0
  1519. package/src/types/cfn-resource-types/aws-kms-replicakey.js +3 -0
  1520. package/src/types/cfn-resource-types/aws-lakeformation-datacellsfilter.d.ts +55 -0
  1521. package/src/types/cfn-resource-types/aws-lakeformation-datacellsfilter.js +3 -0
  1522. package/src/types/cfn-resource-types/aws-lakeformation-datalakesettings.d.ts +26 -0
  1523. package/src/types/cfn-resource-types/aws-lakeformation-datalakesettings.js +3 -0
  1524. package/src/types/cfn-resource-types/aws-lakeformation-permissions.d.ts +45 -0
  1525. package/src/types/cfn-resource-types/aws-lakeformation-permissions.js +3 -0
  1526. package/src/types/cfn-resource-types/aws-lakeformation-principalpermissions.d.ts +216 -0
  1527. package/src/types/cfn-resource-types/aws-lakeformation-principalpermissions.js +3 -0
  1528. package/src/types/cfn-resource-types/aws-lakeformation-resource.d.ts +11 -0
  1529. package/src/types/cfn-resource-types/aws-lakeformation-resource.js +3 -0
  1530. package/src/types/cfn-resource-types/aws-lakeformation-tag.d.ts +22 -0
  1531. package/src/types/cfn-resource-types/aws-lakeformation-tag.js +3 -0
  1532. package/src/types/cfn-resource-types/aws-lakeformation-tagassociation.d.ts +63 -0
  1533. package/src/types/cfn-resource-types/aws-lakeformation-tagassociation.js +3 -0
  1534. package/src/types/cfn-resource-types/aws-lambda-alias.d.ts +58 -0
  1535. package/src/types/cfn-resource-types/aws-lambda-alias.js +3 -0
  1536. package/src/types/cfn-resource-types/aws-lambda-codesigningconfig.d.ts +54 -0
  1537. package/src/types/cfn-resource-types/aws-lambda-codesigningconfig.js +3 -0
  1538. package/src/types/cfn-resource-types/aws-lambda-eventinvokeconfig.d.ts +47 -0
  1539. package/src/types/cfn-resource-types/aws-lambda-eventinvokeconfig.js +3 -0
  1540. package/src/types/cfn-resource-types/aws-lambda-eventsourcemapping.d.ts +262 -0
  1541. package/src/types/cfn-resource-types/aws-lambda-eventsourcemapping.js +3 -0
  1542. package/src/types/cfn-resource-types/aws-lambda-function.d.ts +280 -0
  1543. package/src/types/cfn-resource-types/aws-lambda-function.js +3 -0
  1544. package/src/types/cfn-resource-types/aws-lambda-layerversion.d.ts +44 -0
  1545. package/src/types/cfn-resource-types/aws-lambda-layerversion.js +3 -0
  1546. package/src/types/cfn-resource-types/aws-lambda-layerversionpermission.d.ts +25 -0
  1547. package/src/types/cfn-resource-types/aws-lambda-layerversionpermission.js +3 -0
  1548. package/src/types/cfn-resource-types/aws-lambda-permission.d.ts +48 -0
  1549. package/src/types/cfn-resource-types/aws-lambda-permission.js +3 -0
  1550. package/src/types/cfn-resource-types/aws-lambda-url.d.ts +69 -0
  1551. package/src/types/cfn-resource-types/aws-lambda-url.js +3 -0
  1552. package/src/types/cfn-resource-types/aws-lambda-version.d.ts +57 -0
  1553. package/src/types/cfn-resource-types/aws-lambda-version.js +3 -0
  1554. package/src/types/cfn-resource-types/aws-launchwizard-deployment.d.ts +66 -0
  1555. package/src/types/cfn-resource-types/aws-launchwizard-deployment.js +3 -0
  1556. package/src/types/cfn-resource-types/aws-lex-bot.d.ts +1637 -0
  1557. package/src/types/cfn-resource-types/aws-lex-bot.js +3 -0
  1558. package/src/types/cfn-resource-types/aws-lex-botalias.d.ts +177 -0
  1559. package/src/types/cfn-resource-types/aws-lex-botalias.js +3 -0
  1560. package/src/types/cfn-resource-types/aws-lex-botversion.d.ts +41 -0
  1561. package/src/types/cfn-resource-types/aws-lex-botversion.js +3 -0
  1562. package/src/types/cfn-resource-types/aws-lex-resourcepolicy.d.ts +27 -0
  1563. package/src/types/cfn-resource-types/aws-lex-resourcepolicy.js +3 -0
  1564. package/src/types/cfn-resource-types/aws-licensemanager-grant.d.ts +29 -0
  1565. package/src/types/cfn-resource-types/aws-licensemanager-grant.js +3 -0
  1566. package/src/types/cfn-resource-types/aws-licensemanager-license.d.ts +78 -0
  1567. package/src/types/cfn-resource-types/aws-licensemanager-license.js +3 -0
  1568. package/src/types/cfn-resource-types/aws-lightsail-alarm.d.ts +54 -0
  1569. package/src/types/cfn-resource-types/aws-lightsail-alarm.js +3 -0
  1570. package/src/types/cfn-resource-types/aws-lightsail-bucket.d.ts +65 -0
  1571. package/src/types/cfn-resource-types/aws-lightsail-bucket.js +3 -0
  1572. package/src/types/cfn-resource-types/aws-lightsail-certificate.d.ts +39 -0
  1573. package/src/types/cfn-resource-types/aws-lightsail-certificate.js +3 -0
  1574. package/src/types/cfn-resource-types/aws-lightsail-container.d.ts +167 -0
  1575. package/src/types/cfn-resource-types/aws-lightsail-container.js +3 -0
  1576. package/src/types/cfn-resource-types/aws-lightsail-database.d.ts +116 -0
  1577. package/src/types/cfn-resource-types/aws-lightsail-database.js +3 -0
  1578. package/src/types/cfn-resource-types/aws-lightsail-disk.d.ts +108 -0
  1579. package/src/types/cfn-resource-types/aws-lightsail-disk.js +3 -0
  1580. package/src/types/cfn-resource-types/aws-lightsail-distribution.d.ts +164 -0
  1581. package/src/types/cfn-resource-types/aws-lightsail-distribution.js +3 -0
  1582. package/src/types/cfn-resource-types/aws-lightsail-instance.d.ts +253 -0
  1583. package/src/types/cfn-resource-types/aws-lightsail-instance.js +3 -0
  1584. package/src/types/cfn-resource-types/aws-lightsail-loadbalancer.d.ts +55 -0
  1585. package/src/types/cfn-resource-types/aws-lightsail-loadbalancer.js +3 -0
  1586. package/src/types/cfn-resource-types/aws-lightsail-loadbalancertlscertificate.d.ts +34 -0
  1587. package/src/types/cfn-resource-types/aws-lightsail-loadbalancertlscertificate.js +3 -0
  1588. package/src/types/cfn-resource-types/aws-lightsail-staticip.d.ts +22 -0
  1589. package/src/types/cfn-resource-types/aws-lightsail-staticip.js +3 -0
  1590. package/src/types/cfn-resource-types/aws-location-apikey.d.ts +57 -0
  1591. package/src/types/cfn-resource-types/aws-location-apikey.js +3 -0
  1592. package/src/types/cfn-resource-types/aws-location-geofencecollection.d.ts +42 -0
  1593. package/src/types/cfn-resource-types/aws-location-geofencecollection.js +3 -0
  1594. package/src/types/cfn-resource-types/aws-location-map.d.ts +46 -0
  1595. package/src/types/cfn-resource-types/aws-location-map.js +3 -0
  1596. package/src/types/cfn-resource-types/aws-location-placeindex.d.ts +43 -0
  1597. package/src/types/cfn-resource-types/aws-location-placeindex.js +3 -0
  1598. package/src/types/cfn-resource-types/aws-location-routecalculator.d.ts +38 -0
  1599. package/src/types/cfn-resource-types/aws-location-routecalculator.js +3 -0
  1600. package/src/types/cfn-resource-types/aws-location-tracker.d.ts +46 -0
  1601. package/src/types/cfn-resource-types/aws-location-tracker.js +3 -0
  1602. package/src/types/cfn-resource-types/aws-location-trackerconsumer.d.ts +7 -0
  1603. package/src/types/cfn-resource-types/aws-location-trackerconsumer.js +3 -0
  1604. package/src/types/cfn-resource-types/aws-logs-accountpolicy.d.ts +35 -0
  1605. package/src/types/cfn-resource-types/aws-logs-accountpolicy.js +3 -0
  1606. package/src/types/cfn-resource-types/aws-logs-delivery.d.ts +46 -0
  1607. package/src/types/cfn-resource-types/aws-logs-delivery.js +3 -0
  1608. package/src/types/cfn-resource-types/aws-logs-deliverydestination.d.ts +50 -0
  1609. package/src/types/cfn-resource-types/aws-logs-deliverydestination.js +3 -0
  1610. package/src/types/cfn-resource-types/aws-logs-deliverysource.d.ts +52 -0
  1611. package/src/types/cfn-resource-types/aws-logs-deliverysource.js +3 -0
  1612. package/src/types/cfn-resource-types/aws-logs-destination.d.ts +22 -0
  1613. package/src/types/cfn-resource-types/aws-logs-destination.js +3 -0
  1614. package/src/types/cfn-resource-types/aws-logs-loganomalydetector.d.ts +43 -0
  1615. package/src/types/cfn-resource-types/aws-logs-loganomalydetector.js +3 -0
  1616. package/src/types/cfn-resource-types/aws-logs-loggroup.d.ts +50 -0
  1617. package/src/types/cfn-resource-types/aws-logs-loggroup.js +3 -0
  1618. package/src/types/cfn-resource-types/aws-logs-logstream.d.ts +13 -0
  1619. package/src/types/cfn-resource-types/aws-logs-logstream.js +3 -0
  1620. package/src/types/cfn-resource-types/aws-logs-metricfilter.d.ts +79 -0
  1621. package/src/types/cfn-resource-types/aws-logs-metricfilter.js +3 -0
  1622. package/src/types/cfn-resource-types/aws-logs-querydefinition.d.ts +21 -0
  1623. package/src/types/cfn-resource-types/aws-logs-querydefinition.js +3 -0
  1624. package/src/types/cfn-resource-types/aws-logs-resourcepolicy.d.ts +13 -0
  1625. package/src/types/cfn-resource-types/aws-logs-resourcepolicy.js +3 -0
  1626. package/src/types/cfn-resource-types/aws-logs-subscriptionfilter.d.ts +35 -0
  1627. package/src/types/cfn-resource-types/aws-logs-subscriptionfilter.js +3 -0
  1628. package/src/types/cfn-resource-types/aws-lookoutequipment-inferencescheduler.d.ts +102 -0
  1629. package/src/types/cfn-resource-types/aws-lookoutequipment-inferencescheduler.js +3 -0
  1630. package/src/types/cfn-resource-types/aws-lookoutmetrics-alert.d.ts +59 -0
  1631. package/src/types/cfn-resource-types/aws-lookoutmetrics-alert.js +3 -0
  1632. package/src/types/cfn-resource-types/aws-lookoutmetrics-anomalydetector.d.ts +163 -0
  1633. package/src/types/cfn-resource-types/aws-lookoutmetrics-anomalydetector.js +3 -0
  1634. package/src/types/cfn-resource-types/aws-lookoutvision-project.d.ts +12 -0
  1635. package/src/types/cfn-resource-types/aws-lookoutvision-project.js +3 -0
  1636. package/src/types/cfn-resource-types/aws-m2-application.d.ts +32 -0
  1637. package/src/types/cfn-resource-types/aws-m2-application.js +3 -0
  1638. package/src/types/cfn-resource-types/aws-m2-environment.d.ts +110 -0
  1639. package/src/types/cfn-resource-types/aws-m2-environment.js +3 -0
  1640. package/src/types/cfn-resource-types/aws-macie-allowlist.d.ts +61 -0
  1641. package/src/types/cfn-resource-types/aws-macie-allowlist.js +3 -0
  1642. package/src/types/cfn-resource-types/aws-macie-customdataidentifier.d.ts +54 -0
  1643. package/src/types/cfn-resource-types/aws-macie-customdataidentifier.js +3 -0
  1644. package/src/types/cfn-resource-types/aws-macie-findingsfilter.d.ts +71 -0
  1645. package/src/types/cfn-resource-types/aws-macie-findingsfilter.js +3 -0
  1646. package/src/types/cfn-resource-types/aws-macie-session.d.ts +21 -0
  1647. package/src/types/cfn-resource-types/aws-macie-session.js +3 -0
  1648. package/src/types/cfn-resource-types/aws-managedblockchain-accessor.d.ts +34 -0
  1649. package/src/types/cfn-resource-types/aws-managedblockchain-accessor.js +3 -0
  1650. package/src/types/cfn-resource-types/aws-managedblockchain-member.d.ts +44 -0
  1651. package/src/types/cfn-resource-types/aws-managedblockchain-member.js +3 -0
  1652. package/src/types/cfn-resource-types/aws-managedblockchain-node.d.ts +14 -0
  1653. package/src/types/cfn-resource-types/aws-managedblockchain-node.js +3 -0
  1654. package/src/types/cfn-resource-types/aws-mediaconnect-bridge.d.ts +163 -0
  1655. package/src/types/cfn-resource-types/aws-mediaconnect-bridge.js +3 -0
  1656. package/src/types/cfn-resource-types/aws-mediaconnect-bridgeoutput.d.ts +39 -0
  1657. package/src/types/cfn-resource-types/aws-mediaconnect-bridgeoutput.js +3 -0
  1658. package/src/types/cfn-resource-types/aws-mediaconnect-bridgesource.d.ts +55 -0
  1659. package/src/types/cfn-resource-types/aws-mediaconnect-bridgesource.js +3 -0
  1660. package/src/types/cfn-resource-types/aws-mediaconnect-flow.d.ts +371 -0
  1661. package/src/types/cfn-resource-types/aws-mediaconnect-flow.js +3 -0
  1662. package/src/types/cfn-resource-types/aws-mediaconnect-flowentitlement.d.ts +75 -0
  1663. package/src/types/cfn-resource-types/aws-mediaconnect-flowentitlement.js +3 -0
  1664. package/src/types/cfn-resource-types/aws-mediaconnect-flowoutput.d.ts +151 -0
  1665. package/src/types/cfn-resource-types/aws-mediaconnect-flowoutput.js +3 -0
  1666. package/src/types/cfn-resource-types/aws-mediaconnect-flowsource.d.ts +143 -0
  1667. package/src/types/cfn-resource-types/aws-mediaconnect-flowsource.js +3 -0
  1668. package/src/types/cfn-resource-types/aws-mediaconnect-flowvpcinterface.d.ts +29 -0
  1669. package/src/types/cfn-resource-types/aws-mediaconnect-flowvpcinterface.js +3 -0
  1670. package/src/types/cfn-resource-types/aws-mediaconnect-gateway.d.ts +41 -0
  1671. package/src/types/cfn-resource-types/aws-mediaconnect-gateway.js +3 -0
  1672. package/src/types/cfn-resource-types/aws-mediaconvert-jobtemplate.d.ts +29 -0
  1673. package/src/types/cfn-resource-types/aws-mediaconvert-jobtemplate.js +3 -0
  1674. package/src/types/cfn-resource-types/aws-mediaconvert-preset.d.ts +16 -0
  1675. package/src/types/cfn-resource-types/aws-mediaconvert-preset.js +3 -0
  1676. package/src/types/cfn-resource-types/aws-mediaconvert-queue.d.ts +14 -0
  1677. package/src/types/cfn-resource-types/aws-mediaconvert-queue.js +3 -0
  1678. package/src/types/cfn-resource-types/aws-medialive-channel.d.ts +1068 -0
  1679. package/src/types/cfn-resource-types/aws-medialive-channel.js +3 -0
  1680. package/src/types/cfn-resource-types/aws-medialive-channelplacementgroup.d.ts +45 -0
  1681. package/src/types/cfn-resource-types/aws-medialive-channelplacementgroup.js +3 -0
  1682. package/src/types/cfn-resource-types/aws-medialive-cloudwatchalarmtemplate.d.ts +83 -0
  1683. package/src/types/cfn-resource-types/aws-medialive-cloudwatchalarmtemplate.js +3 -0
  1684. package/src/types/cfn-resource-types/aws-medialive-cloudwatchalarmtemplategroup.d.ts +35 -0
  1685. package/src/types/cfn-resource-types/aws-medialive-cloudwatchalarmtemplategroup.js +3 -0
  1686. package/src/types/cfn-resource-types/aws-medialive-cluster.d.ts +73 -0
  1687. package/src/types/cfn-resource-types/aws-medialive-cluster.js +3 -0
  1688. package/src/types/cfn-resource-types/aws-medialive-eventbridgeruletemplate.d.ts +72 -0
  1689. package/src/types/cfn-resource-types/aws-medialive-eventbridgeruletemplate.js +3 -0
  1690. package/src/types/cfn-resource-types/aws-medialive-eventbridgeruletemplategroup.d.ts +35 -0
  1691. package/src/types/cfn-resource-types/aws-medialive-eventbridgeruletemplategroup.js +3 -0
  1692. package/src/types/cfn-resource-types/aws-medialive-input.d.ts +52 -0
  1693. package/src/types/cfn-resource-types/aws-medialive-input.js +3 -0
  1694. package/src/types/cfn-resource-types/aws-medialive-inputsecuritygroup.d.ts +14 -0
  1695. package/src/types/cfn-resource-types/aws-medialive-inputsecuritygroup.js +3 -0
  1696. package/src/types/cfn-resource-types/aws-medialive-multiplex.d.ts +81 -0
  1697. package/src/types/cfn-resource-types/aws-medialive-multiplex.js +3 -0
  1698. package/src/types/cfn-resource-types/aws-medialive-multiplexprogram.d.ts +121 -0
  1699. package/src/types/cfn-resource-types/aws-medialive-multiplexprogram.js +3 -0
  1700. package/src/types/cfn-resource-types/aws-medialive-network.d.ts +60 -0
  1701. package/src/types/cfn-resource-types/aws-medialive-network.js +3 -0
  1702. package/src/types/cfn-resource-types/aws-medialive-sdisource.d.ts +47 -0
  1703. package/src/types/cfn-resource-types/aws-medialive-sdisource.js +3 -0
  1704. package/src/types/cfn-resource-types/aws-medialive-signalmap.d.ts +135 -0
  1705. package/src/types/cfn-resource-types/aws-medialive-signalmap.js +3 -0
  1706. package/src/types/cfn-resource-types/aws-mediapackage-asset.d.ts +58 -0
  1707. package/src/types/cfn-resource-types/aws-mediapackage-asset.js +3 -0
  1708. package/src/types/cfn-resource-types/aws-mediapackage-channel.d.ts +76 -0
  1709. package/src/types/cfn-resource-types/aws-mediapackage-channel.js +3 -0
  1710. package/src/types/cfn-resource-types/aws-mediapackage-originendpoint.d.ts +367 -0
  1711. package/src/types/cfn-resource-types/aws-mediapackage-originendpoint.js +3 -0
  1712. package/src/types/cfn-resource-types/aws-mediapackage-packagingconfiguration.d.ts +243 -0
  1713. package/src/types/cfn-resource-types/aws-mediapackage-packagingconfiguration.js +3 -0
  1714. package/src/types/cfn-resource-types/aws-mediapackage-packaginggroup.d.ts +49 -0
  1715. package/src/types/cfn-resource-types/aws-mediapackage-packaginggroup.js +3 -0
  1716. package/src/types/cfn-resource-types/aws-mediapackagev2-channel.d.ts +48 -0
  1717. package/src/types/cfn-resource-types/aws-mediapackagev2-channel.js +3 -0
  1718. package/src/types/cfn-resource-types/aws-mediapackagev2-channelgroup.d.ts +31 -0
  1719. package/src/types/cfn-resource-types/aws-mediapackagev2-channelgroup.js +3 -0
  1720. package/src/types/cfn-resource-types/aws-mediapackagev2-channelpolicy.d.ts +10 -0
  1721. package/src/types/cfn-resource-types/aws-mediapackagev2-channelpolicy.js +3 -0
  1722. package/src/types/cfn-resource-types/aws-mediapackagev2-originendpoint.d.ts +332 -0
  1723. package/src/types/cfn-resource-types/aws-mediapackagev2-originendpoint.js +3 -0
  1724. package/src/types/cfn-resource-types/aws-mediapackagev2-originendpointpolicy.d.ts +11 -0
  1725. package/src/types/cfn-resource-types/aws-mediapackagev2-originendpointpolicy.js +3 -0
  1726. package/src/types/cfn-resource-types/aws-mediastore-container.d.ts +33 -0
  1727. package/src/types/cfn-resource-types/aws-mediastore-container.js +3 -0
  1728. package/src/types/cfn-resource-types/aws-mediatailor-channel.d.ts +115 -0
  1729. package/src/types/cfn-resource-types/aws-mediatailor-channel.js +3 -0
  1730. package/src/types/cfn-resource-types/aws-mediatailor-channelpolicy.d.ts +12 -0
  1731. package/src/types/cfn-resource-types/aws-mediatailor-channelpolicy.js +3 -0
  1732. package/src/types/cfn-resource-types/aws-mediatailor-livesource.d.ts +38 -0
  1733. package/src/types/cfn-resource-types/aws-mediatailor-livesource.js +3 -0
  1734. package/src/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.d.ts +165 -0
  1735. package/src/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.js +3 -0
  1736. package/src/types/cfn-resource-types/aws-mediatailor-sourcelocation.d.ts +81 -0
  1737. package/src/types/cfn-resource-types/aws-mediatailor-sourcelocation.js +3 -0
  1738. package/src/types/cfn-resource-types/aws-mediatailor-vodsource.d.ts +38 -0
  1739. package/src/types/cfn-resource-types/aws-mediatailor-vodsource.js +3 -0
  1740. package/src/types/cfn-resource-types/aws-memorydb-acl.d.ts +40 -0
  1741. package/src/types/cfn-resource-types/aws-memorydb-acl.js +3 -0
  1742. package/src/types/cfn-resource-types/aws-memorydb-cluster.d.ts +149 -0
  1743. package/src/types/cfn-resource-types/aws-memorydb-cluster.js +3 -0
  1744. package/src/types/cfn-resource-types/aws-memorydb-parametergroup.d.ts +46 -0
  1745. package/src/types/cfn-resource-types/aws-memorydb-parametergroup.js +3 -0
  1746. package/src/types/cfn-resource-types/aws-memorydb-subnetgroup.d.ts +40 -0
  1747. package/src/types/cfn-resource-types/aws-memorydb-subnetgroup.js +3 -0
  1748. package/src/types/cfn-resource-types/aws-memorydb-user.d.ts +53 -0
  1749. package/src/types/cfn-resource-types/aws-memorydb-user.js +3 -0
  1750. package/src/types/cfn-resource-types/aws-msk-batchscramsecret.d.ts +8 -0
  1751. package/src/types/cfn-resource-types/aws-msk-batchscramsecret.js +3 -0
  1752. package/src/types/cfn-resource-types/aws-msk-cluster.d.ts +148 -0
  1753. package/src/types/cfn-resource-types/aws-msk-cluster.js +3 -0
  1754. package/src/types/cfn-resource-types/aws-msk-clusterpolicy.d.ts +19 -0
  1755. package/src/types/cfn-resource-types/aws-msk-clusterpolicy.js +3 -0
  1756. package/src/types/cfn-resource-types/aws-msk-configuration.d.ts +17 -0
  1757. package/src/types/cfn-resource-types/aws-msk-configuration.js +3 -0
  1758. package/src/types/cfn-resource-types/aws-msk-replicator.d.ts +181 -0
  1759. package/src/types/cfn-resource-types/aws-msk-replicator.js +3 -0
  1760. package/src/types/cfn-resource-types/aws-msk-serverlesscluster.d.ts +32 -0
  1761. package/src/types/cfn-resource-types/aws-msk-serverlesscluster.js +3 -0
  1762. package/src/types/cfn-resource-types/aws-msk-vpcconnection.d.ts +32 -0
  1763. package/src/types/cfn-resource-types/aws-msk-vpcconnection.js +3 -0
  1764. package/src/types/cfn-resource-types/aws-mwaa-environment.d.ts +191 -0
  1765. package/src/types/cfn-resource-types/aws-mwaa-environment.js +3 -0
  1766. package/src/types/cfn-resource-types/aws-neptune-dbcluster.d.ts +191 -0
  1767. package/src/types/cfn-resource-types/aws-neptune-dbcluster.js +3 -0
  1768. package/src/types/cfn-resource-types/aws-neptune-dbclusterparametergroup.d.ts +17 -0
  1769. package/src/types/cfn-resource-types/aws-neptune-dbclusterparametergroup.js +3 -0
  1770. package/src/types/cfn-resource-types/aws-neptune-dbinstance.d.ts +23 -0
  1771. package/src/types/cfn-resource-types/aws-neptune-dbinstance.js +3 -0
  1772. package/src/types/cfn-resource-types/aws-neptune-dbparametergroup.d.ts +17 -0
  1773. package/src/types/cfn-resource-types/aws-neptune-dbparametergroup.js +3 -0
  1774. package/src/types/cfn-resource-types/aws-neptune-dbsubnetgroup.d.ts +14 -0
  1775. package/src/types/cfn-resource-types/aws-neptune-dbsubnetgroup.js +3 -0
  1776. package/src/types/cfn-resource-types/aws-neptune-eventsubscription.d.ts +11 -0
  1777. package/src/types/cfn-resource-types/aws-neptune-eventsubscription.js +3 -0
  1778. package/src/types/cfn-resource-types/aws-neptunegraph-graph.d.ts +82 -0
  1779. package/src/types/cfn-resource-types/aws-neptunegraph-graph.js +3 -0
  1780. package/src/types/cfn-resource-types/aws-neptunegraph-privategraphendpoint.d.ts +31 -0
  1781. package/src/types/cfn-resource-types/aws-neptunegraph-privategraphendpoint.js +3 -0
  1782. package/src/types/cfn-resource-types/aws-networkfirewall-firewall.d.ts +42 -0
  1783. package/src/types/cfn-resource-types/aws-networkfirewall-firewall.js +3 -0
  1784. package/src/types/cfn-resource-types/aws-networkfirewall-firewallpolicy.d.ts +76 -0
  1785. package/src/types/cfn-resource-types/aws-networkfirewall-firewallpolicy.js +3 -0
  1786. package/src/types/cfn-resource-types/aws-networkfirewall-loggingconfiguration.d.ts +32 -0
  1787. package/src/types/cfn-resource-types/aws-networkfirewall-loggingconfiguration.js +3 -0
  1788. package/src/types/cfn-resource-types/aws-networkfirewall-rulegroup.d.ts +146 -0
  1789. package/src/types/cfn-resource-types/aws-networkfirewall-rulegroup.js +3 -0
  1790. package/src/types/cfn-resource-types/aws-networkfirewall-tlsinspectionconfiguration.d.ts +52 -0
  1791. package/src/types/cfn-resource-types/aws-networkfirewall-tlsinspectionconfiguration.js +3 -0
  1792. package/src/types/cfn-resource-types/aws-networkmanager-connectattachment.d.ts +124 -0
  1793. package/src/types/cfn-resource-types/aws-networkmanager-connectattachment.js +3 -0
  1794. package/src/types/cfn-resource-types/aws-networkmanager-connectpeer.d.ts +114 -0
  1795. package/src/types/cfn-resource-types/aws-networkmanager-connectpeer.js +3 -0
  1796. package/src/types/cfn-resource-types/aws-networkmanager-corenetwork.d.ts +98 -0
  1797. package/src/types/cfn-resource-types/aws-networkmanager-corenetwork.js +3 -0
  1798. package/src/types/cfn-resource-types/aws-networkmanager-customergatewayassociation.d.ts +21 -0
  1799. package/src/types/cfn-resource-types/aws-networkmanager-customergatewayassociation.js +3 -0
  1800. package/src/types/cfn-resource-types/aws-networkmanager-device.d.ts +98 -0
  1801. package/src/types/cfn-resource-types/aws-networkmanager-device.js +3 -0
  1802. package/src/types/cfn-resource-types/aws-networkmanager-globalnetwork.d.ts +42 -0
  1803. package/src/types/cfn-resource-types/aws-networkmanager-globalnetwork.js +3 -0
  1804. package/src/types/cfn-resource-types/aws-networkmanager-link.d.ts +72 -0
  1805. package/src/types/cfn-resource-types/aws-networkmanager-link.js +3 -0
  1806. package/src/types/cfn-resource-types/aws-networkmanager-linkassociation.d.ts +17 -0
  1807. package/src/types/cfn-resource-types/aws-networkmanager-linkassociation.js +3 -0
  1808. package/src/types/cfn-resource-types/aws-networkmanager-site.d.ts +64 -0
  1809. package/src/types/cfn-resource-types/aws-networkmanager-site.js +3 -0
  1810. package/src/types/cfn-resource-types/aws-networkmanager-sitetositevpnattachment.d.ts +114 -0
  1811. package/src/types/cfn-resource-types/aws-networkmanager-sitetositevpnattachment.js +3 -0
  1812. package/src/types/cfn-resource-types/aws-networkmanager-transitgatewaypeering.d.ts +66 -0
  1813. package/src/types/cfn-resource-types/aws-networkmanager-transitgatewaypeering.js +3 -0
  1814. package/src/types/cfn-resource-types/aws-networkmanager-transitgatewayregistration.d.ts +13 -0
  1815. package/src/types/cfn-resource-types/aws-networkmanager-transitgatewayregistration.js +3 -0
  1816. package/src/types/cfn-resource-types/aws-networkmanager-transitgatewayroutetableattachment.d.ts +118 -0
  1817. package/src/types/cfn-resource-types/aws-networkmanager-transitgatewayroutetableattachment.js +3 -0
  1818. package/src/types/cfn-resource-types/aws-networkmanager-vpcattachment.d.ts +132 -0
  1819. package/src/types/cfn-resource-types/aws-networkmanager-vpcattachment.js +3 -0
  1820. package/src/types/cfn-resource-types/aws-nimblestudio-launchprofile.d.ts +169 -0
  1821. package/src/types/cfn-resource-types/aws-nimblestudio-launchprofile.js +3 -0
  1822. package/src/types/cfn-resource-types/aws-nimblestudio-streamingimage.d.ts +57 -0
  1823. package/src/types/cfn-resource-types/aws-nimblestudio-streamingimage.js +3 -0
  1824. package/src/types/cfn-resource-types/aws-nimblestudio-studio.d.ts +57 -0
  1825. package/src/types/cfn-resource-types/aws-nimblestudio-studio.js +3 -0
  1826. package/src/types/cfn-resource-types/aws-nimblestudio-studiocomponent.d.ts +188 -0
  1827. package/src/types/cfn-resource-types/aws-nimblestudio-studiocomponent.js +3 -0
  1828. package/src/types/cfn-resource-types/aws-oam-link.d.ts +35 -0
  1829. package/src/types/cfn-resource-types/aws-oam-link.js +3 -0
  1830. package/src/types/cfn-resource-types/aws-oam-sink.d.ts +31 -0
  1831. package/src/types/cfn-resource-types/aws-oam-sink.js +3 -0
  1832. package/src/types/cfn-resource-types/aws-omics-annotationstore.d.ts +65 -0
  1833. package/src/types/cfn-resource-types/aws-omics-annotationstore.js +3 -0
  1834. package/src/types/cfn-resource-types/aws-omics-referencestore.d.ts +42 -0
  1835. package/src/types/cfn-resource-types/aws-omics-referencestore.js +3 -0
  1836. package/src/types/cfn-resource-types/aws-omics-rungroup.d.ts +26 -0
  1837. package/src/types/cfn-resource-types/aws-omics-rungroup.js +3 -0
  1838. package/src/types/cfn-resource-types/aws-omics-sequencestore.d.ts +46 -0
  1839. package/src/types/cfn-resource-types/aws-omics-sequencestore.js +3 -0
  1840. package/src/types/cfn-resource-types/aws-omics-variantstore.d.ts +33 -0
  1841. package/src/types/cfn-resource-types/aws-omics-variantstore.js +3 -0
  1842. package/src/types/cfn-resource-types/aws-omics-workflow.d.ts +46 -0
  1843. package/src/types/cfn-resource-types/aws-omics-workflow.js +3 -0
  1844. package/src/types/cfn-resource-types/aws-opensearchserverless-accesspolicy.d.ts +22 -0
  1845. package/src/types/cfn-resource-types/aws-opensearchserverless-accesspolicy.js +3 -0
  1846. package/src/types/cfn-resource-types/aws-opensearchserverless-collection.d.ts +66 -0
  1847. package/src/types/cfn-resource-types/aws-opensearchserverless-collection.js +3 -0
  1848. package/src/types/cfn-resource-types/aws-opensearchserverless-lifecyclepolicy.d.ts +22 -0
  1849. package/src/types/cfn-resource-types/aws-opensearchserverless-lifecyclepolicy.js +3 -0
  1850. package/src/types/cfn-resource-types/aws-opensearchserverless-securityconfig.d.ts +44 -0
  1851. package/src/types/cfn-resource-types/aws-opensearchserverless-securityconfig.js +3 -0
  1852. package/src/types/cfn-resource-types/aws-opensearchserverless-securitypolicy.d.ts +22 -0
  1853. package/src/types/cfn-resource-types/aws-opensearchserverless-securitypolicy.js +3 -0
  1854. package/src/types/cfn-resource-types/aws-opensearchserverless-vpcendpoint.d.ts +31 -0
  1855. package/src/types/cfn-resource-types/aws-opensearchserverless-vpcendpoint.js +3 -0
  1856. package/src/types/cfn-resource-types/aws-opensearchservice-domain.d.ts +179 -0
  1857. package/src/types/cfn-resource-types/aws-opensearchservice-domain.js +3 -0
  1858. package/src/types/cfn-resource-types/aws-opsworks-app.d.ts +47 -0
  1859. package/src/types/cfn-resource-types/aws-opsworks-app.js +3 -0
  1860. package/src/types/cfn-resource-types/aws-opsworks-elasticloadbalancerattachment.d.ts +8 -0
  1861. package/src/types/cfn-resource-types/aws-opsworks-elasticloadbalancerattachment.js +3 -0
  1862. package/src/types/cfn-resource-types/aws-opsworks-instance.d.ts +95 -0
  1863. package/src/types/cfn-resource-types/aws-opsworks-instance.js +3 -0
  1864. package/src/types/cfn-resource-types/aws-opsworks-layer.d.ts +73 -0
  1865. package/src/types/cfn-resource-types/aws-opsworks-layer.js +3 -0
  1866. package/src/types/cfn-resource-types/aws-opsworks-stack.d.ts +68 -0
  1867. package/src/types/cfn-resource-types/aws-opsworks-stack.js +3 -0
  1868. package/src/types/cfn-resource-types/aws-opsworks-userprofile.d.ts +10 -0
  1869. package/src/types/cfn-resource-types/aws-opsworks-userprofile.js +3 -0
  1870. package/src/types/cfn-resource-types/aws-opsworks-volume.d.ts +10 -0
  1871. package/src/types/cfn-resource-types/aws-opsworks-volume.js +3 -0
  1872. package/src/types/cfn-resource-types/aws-opsworkscm-server.d.ts +36 -0
  1873. package/src/types/cfn-resource-types/aws-opsworkscm-server.js +3 -0
  1874. package/src/types/cfn-resource-types/aws-organizations-account.d.ts +58 -0
  1875. package/src/types/cfn-resource-types/aws-organizations-account.js +3 -0
  1876. package/src/types/cfn-resource-types/aws-organizations-organization.d.ts +33 -0
  1877. package/src/types/cfn-resource-types/aws-organizations-organization.js +3 -0
  1878. package/src/types/cfn-resource-types/aws-organizations-organizationalunit.d.ts +38 -0
  1879. package/src/types/cfn-resource-types/aws-organizations-organizationalunit.js +3 -0
  1880. package/src/types/cfn-resource-types/aws-organizations-policy.d.ts +56 -0
  1881. package/src/types/cfn-resource-types/aws-organizations-policy.js +3 -0
  1882. package/src/types/cfn-resource-types/aws-organizations-resourcepolicy.d.ts +36 -0
  1883. package/src/types/cfn-resource-types/aws-organizations-resourcepolicy.js +3 -0
  1884. package/src/types/cfn-resource-types/aws-osis-pipeline.d.ts +135 -0
  1885. package/src/types/cfn-resource-types/aws-osis-pipeline.js +3 -0
  1886. package/src/types/cfn-resource-types/aws-panorama-applicationinstance.d.ts +62 -0
  1887. package/src/types/cfn-resource-types/aws-panorama-applicationinstance.js +3 -0
  1888. package/src/types/cfn-resource-types/aws-panorama-package.d.ts +47 -0
  1889. package/src/types/cfn-resource-types/aws-panorama-package.js +3 -0
  1890. package/src/types/cfn-resource-types/aws-panorama-packageversion.d.ts +35 -0
  1891. package/src/types/cfn-resource-types/aws-panorama-packageversion.js +3 -0
  1892. package/src/types/cfn-resource-types/aws-paymentcryptography-alias.d.ts +7 -0
  1893. package/src/types/cfn-resource-types/aws-paymentcryptography-alias.js +3 -0
  1894. package/src/types/cfn-resource-types/aws-paymentcryptography-key.d.ts +50 -0
  1895. package/src/types/cfn-resource-types/aws-paymentcryptography-key.js +3 -0
  1896. package/src/types/cfn-resource-types/aws-pcaconnectorad-connector.d.ts +24 -0
  1897. package/src/types/cfn-resource-types/aws-pcaconnectorad-connector.js +3 -0
  1898. package/src/types/cfn-resource-types/aws-pcaconnectorad-directoryregistration.d.ts +15 -0
  1899. package/src/types/cfn-resource-types/aws-pcaconnectorad-directoryregistration.js +3 -0
  1900. package/src/types/cfn-resource-types/aws-pcaconnectorad-serviceprincipalname.d.ts +7 -0
  1901. package/src/types/cfn-resource-types/aws-pcaconnectorad-serviceprincipalname.js +3 -0
  1902. package/src/types/cfn-resource-types/aws-pcaconnectorad-template.d.ts +258 -0
  1903. package/src/types/cfn-resource-types/aws-pcaconnectorad-template.js +3 -0
  1904. package/src/types/cfn-resource-types/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +14 -0
  1905. package/src/types/cfn-resource-types/aws-pcaconnectorad-templategroupaccesscontrolentry.js +3 -0
  1906. package/src/types/cfn-resource-types/aws-pcaconnectorscep-challenge.d.ts +15 -0
  1907. package/src/types/cfn-resource-types/aws-pcaconnectorscep-challenge.js +3 -0
  1908. package/src/types/cfn-resource-types/aws-pcaconnectorscep-connector.d.ts +33 -0
  1909. package/src/types/cfn-resource-types/aws-pcaconnectorscep-connector.js +3 -0
  1910. package/src/types/cfn-resource-types/aws-personalize-dataset.d.ts +56 -0
  1911. package/src/types/cfn-resource-types/aws-personalize-dataset.js +3 -0
  1912. package/src/types/cfn-resource-types/aws-personalize-datasetgroup.d.ts +25 -0
  1913. package/src/types/cfn-resource-types/aws-personalize-datasetgroup.js +3 -0
  1914. package/src/types/cfn-resource-types/aws-personalize-schema.d.ts +21 -0
  1915. package/src/types/cfn-resource-types/aws-personalize-schema.js +3 -0
  1916. package/src/types/cfn-resource-types/aws-personalize-solution.d.ts +186 -0
  1917. package/src/types/cfn-resource-types/aws-personalize-solution.js +3 -0
  1918. package/src/types/cfn-resource-types/aws-pinpoint-admchannel.d.ts +10 -0
  1919. package/src/types/cfn-resource-types/aws-pinpoint-admchannel.js +3 -0
  1920. package/src/types/cfn-resource-types/aws-pinpoint-apnschannel.d.ts +15 -0
  1921. package/src/types/cfn-resource-types/aws-pinpoint-apnschannel.js +3 -0
  1922. package/src/types/cfn-resource-types/aws-pinpoint-apnssandboxchannel.d.ts +15 -0
  1923. package/src/types/cfn-resource-types/aws-pinpoint-apnssandboxchannel.js +3 -0
  1924. package/src/types/cfn-resource-types/aws-pinpoint-apnsvoipchannel.d.ts +15 -0
  1925. package/src/types/cfn-resource-types/aws-pinpoint-apnsvoipchannel.js +3 -0
  1926. package/src/types/cfn-resource-types/aws-pinpoint-apnsvoipsandboxchannel.d.ts +15 -0
  1927. package/src/types/cfn-resource-types/aws-pinpoint-apnsvoipsandboxchannel.js +3 -0
  1928. package/src/types/cfn-resource-types/aws-pinpoint-app.d.ts +11 -0
  1929. package/src/types/cfn-resource-types/aws-pinpoint-app.js +3 -0
  1930. package/src/types/cfn-resource-types/aws-pinpoint-applicationsettings.d.ts +26 -0
  1931. package/src/types/cfn-resource-types/aws-pinpoint-applicationsettings.js +3 -0
  1932. package/src/types/cfn-resource-types/aws-pinpoint-baiduchannel.d.ts +10 -0
  1933. package/src/types/cfn-resource-types/aws-pinpoint-baiduchannel.js +3 -0
  1934. package/src/types/cfn-resource-types/aws-pinpoint-campaign.d.ts +177 -0
  1935. package/src/types/cfn-resource-types/aws-pinpoint-campaign.js +3 -0
  1936. package/src/types/cfn-resource-types/aws-pinpoint-emailchannel.d.ts +13 -0
  1937. package/src/types/cfn-resource-types/aws-pinpoint-emailchannel.js +3 -0
  1938. package/src/types/cfn-resource-types/aws-pinpoint-emailtemplate.d.ts +16 -0
  1939. package/src/types/cfn-resource-types/aws-pinpoint-emailtemplate.js +3 -0
  1940. package/src/types/cfn-resource-types/aws-pinpoint-eventstream.d.ts +9 -0
  1941. package/src/types/cfn-resource-types/aws-pinpoint-eventstream.js +3 -0
  1942. package/src/types/cfn-resource-types/aws-pinpoint-gcmchannel.d.ts +11 -0
  1943. package/src/types/cfn-resource-types/aws-pinpoint-gcmchannel.js +3 -0
  1944. package/src/types/cfn-resource-types/aws-pinpoint-inapptemplate.d.ts +54 -0
  1945. package/src/types/cfn-resource-types/aws-pinpoint-inapptemplate.js +3 -0
  1946. package/src/types/cfn-resource-types/aws-pinpoint-pushtemplate.d.ts +43 -0
  1947. package/src/types/cfn-resource-types/aws-pinpoint-pushtemplate.js +3 -0
  1948. package/src/types/cfn-resource-types/aws-pinpoint-segment.d.ts +73 -0
  1949. package/src/types/cfn-resource-types/aws-pinpoint-segment.js +3 -0
  1950. package/src/types/cfn-resource-types/aws-pinpoint-smschannel.d.ts +10 -0
  1951. package/src/types/cfn-resource-types/aws-pinpoint-smschannel.js +3 -0
  1952. package/src/types/cfn-resource-types/aws-pinpoint-smstemplate.d.ts +14 -0
  1953. package/src/types/cfn-resource-types/aws-pinpoint-smstemplate.js +3 -0
  1954. package/src/types/cfn-resource-types/aws-pinpoint-voicechannel.d.ts +8 -0
  1955. package/src/types/cfn-resource-types/aws-pinpoint-voicechannel.js +3 -0
  1956. package/src/types/cfn-resource-types/aws-pinpointemail-configurationset.d.ts +28 -0
  1957. package/src/types/cfn-resource-types/aws-pinpointemail-configurationset.js +3 -0
  1958. package/src/types/cfn-resource-types/aws-pinpointemail-configurationseteventdestination.d.ts +35 -0
  1959. package/src/types/cfn-resource-types/aws-pinpointemail-configurationseteventdestination.js +3 -0
  1960. package/src/types/cfn-resource-types/aws-pinpointemail-dedicatedippool.d.ts +12 -0
  1961. package/src/types/cfn-resource-types/aws-pinpointemail-dedicatedippool.js +3 -0
  1962. package/src/types/cfn-resource-types/aws-pinpointemail-identity.d.ts +25 -0
  1963. package/src/types/cfn-resource-types/aws-pinpointemail-identity.js +3 -0
  1964. package/src/types/cfn-resource-types/aws-pipes-pipe.d.ts +518 -0
  1965. package/src/types/cfn-resource-types/aws-pipes-pipe.js +3 -0
  1966. package/src/types/cfn-resource-types/aws-proton-environmentaccountconnection.d.ts +60 -0
  1967. package/src/types/cfn-resource-types/aws-proton-environmentaccountconnection.js +3 -0
  1968. package/src/types/cfn-resource-types/aws-proton-environmenttemplate.d.ts +46 -0
  1969. package/src/types/cfn-resource-types/aws-proton-environmenttemplate.js +3 -0
  1970. package/src/types/cfn-resource-types/aws-proton-servicetemplate.d.ts +46 -0
  1971. package/src/types/cfn-resource-types/aws-proton-servicetemplate.js +3 -0
  1972. package/src/types/cfn-resource-types/aws-qbusiness-application.d.ts +55 -0
  1973. package/src/types/cfn-resource-types/aws-qbusiness-application.js +3 -0
  1974. package/src/types/cfn-resource-types/aws-qbusiness-datasource.d.ts +84 -0
  1975. package/src/types/cfn-resource-types/aws-qbusiness-datasource.js +3 -0
  1976. package/src/types/cfn-resource-types/aws-qbusiness-index.d.ts +49 -0
  1977. package/src/types/cfn-resource-types/aws-qbusiness-index.js +3 -0
  1978. package/src/types/cfn-resource-types/aws-qbusiness-plugin.d.ts +66 -0
  1979. package/src/types/cfn-resource-types/aws-qbusiness-plugin.js +3 -0
  1980. package/src/types/cfn-resource-types/aws-qbusiness-retriever.d.ts +39 -0
  1981. package/src/types/cfn-resource-types/aws-qbusiness-retriever.js +3 -0
  1982. package/src/types/cfn-resource-types/aws-qbusiness-webexperience.d.ts +43 -0
  1983. package/src/types/cfn-resource-types/aws-qbusiness-webexperience.js +3 -0
  1984. package/src/types/cfn-resource-types/aws-qldb-ledger.d.ts +15 -0
  1985. package/src/types/cfn-resource-types/aws-qldb-ledger.js +3 -0
  1986. package/src/types/cfn-resource-types/aws-qldb-stream.d.ts +40 -0
  1987. package/src/types/cfn-resource-types/aws-qldb-stream.js +3 -0
  1988. package/src/types/cfn-resource-types/aws-quicksight-analysis.d.ts +3852 -0
  1989. package/src/types/cfn-resource-types/aws-quicksight-analysis.js +3 -0
  1990. package/src/types/cfn-resource-types/aws-quicksight-dashboard.d.ts +3975 -0
  1991. package/src/types/cfn-resource-types/aws-quicksight-dashboard.js +3 -0
  1992. package/src/types/cfn-resource-types/aws-quicksight-dataset.d.ts +858 -0
  1993. package/src/types/cfn-resource-types/aws-quicksight-dataset.js +3 -0
  1994. package/src/types/cfn-resource-types/aws-quicksight-datasource.d.ts +565 -0
  1995. package/src/types/cfn-resource-types/aws-quicksight-datasource.js +3 -0
  1996. package/src/types/cfn-resource-types/aws-quicksight-refreshschedule.d.ts +47 -0
  1997. package/src/types/cfn-resource-types/aws-quicksight-refreshschedule.js +3 -0
  1998. package/src/types/cfn-resource-types/aws-quicksight-template.d.ts +3867 -0
  1999. package/src/types/cfn-resource-types/aws-quicksight-template.js +3 -0
  2000. package/src/types/cfn-resource-types/aws-quicksight-theme.d.ts +303 -0
  2001. package/src/types/cfn-resource-types/aws-quicksight-theme.js +3 -0
  2002. package/src/types/cfn-resource-types/aws-quicksight-topic.d.ts +218 -0
  2003. package/src/types/cfn-resource-types/aws-quicksight-topic.js +3 -0
  2004. package/src/types/cfn-resource-types/aws-quicksight-vpcconnection.d.ts +89 -0
  2005. package/src/types/cfn-resource-types/aws-quicksight-vpcconnection.js +3 -0
  2006. package/src/types/cfn-resource-types/aws-ram-permission.d.ts +40 -0
  2007. package/src/types/cfn-resource-types/aws-ram-permission.js +3 -0
  2008. package/src/types/cfn-resource-types/aws-ram-resourceshare.d.ts +18 -0
  2009. package/src/types/cfn-resource-types/aws-ram-resourceshare.js +3 -0
  2010. package/src/types/cfn-resource-types/aws-rds-customdbengineversion.d.ts +70 -0
  2011. package/src/types/cfn-resource-types/aws-rds-customdbengineversion.js +3 -0
  2012. package/src/types/cfn-resource-types/aws-rds-dbcluster.d.ts +608 -0
  2013. package/src/types/cfn-resource-types/aws-rds-dbcluster.js +3 -0
  2014. package/src/types/cfn-resource-types/aws-rds-dbclusterparametergroup.d.ts +68 -0
  2015. package/src/types/cfn-resource-types/aws-rds-dbclusterparametergroup.js +3 -0
  2016. package/src/types/cfn-resource-types/aws-rds-dbinstance.d.ts +861 -0
  2017. package/src/types/cfn-resource-types/aws-rds-dbinstance.js +3 -0
  2018. package/src/types/cfn-resource-types/aws-rds-dbparametergroup.d.ts +76 -0
  2019. package/src/types/cfn-resource-types/aws-rds-dbparametergroup.js +3 -0
  2020. package/src/types/cfn-resource-types/aws-rds-dbproxy.d.ts +89 -0
  2021. package/src/types/cfn-resource-types/aws-rds-dbproxy.js +3 -0
  2022. package/src/types/cfn-resource-types/aws-rds-dbproxyendpoint.d.ts +53 -0
  2023. package/src/types/cfn-resource-types/aws-rds-dbproxyendpoint.js +3 -0
  2024. package/src/types/cfn-resource-types/aws-rds-dbproxytargetgroup.d.ts +42 -0
  2025. package/src/types/cfn-resource-types/aws-rds-dbproxytargetgroup.js +3 -0
  2026. package/src/types/cfn-resource-types/aws-rds-dbsecuritygroup.d.ts +20 -0
  2027. package/src/types/cfn-resource-types/aws-rds-dbsecuritygroup.js +3 -0
  2028. package/src/types/cfn-resource-types/aws-rds-dbsecuritygroupingress.d.ts +11 -0
  2029. package/src/types/cfn-resource-types/aws-rds-dbsecuritygroupingress.js +3 -0
  2030. package/src/types/cfn-resource-types/aws-rds-dbsubnetgroup.d.ts +44 -0
  2031. package/src/types/cfn-resource-types/aws-rds-dbsubnetgroup.js +3 -0
  2032. package/src/types/cfn-resource-types/aws-rds-eventsubscription.d.ts +61 -0
  2033. package/src/types/cfn-resource-types/aws-rds-eventsubscription.js +3 -0
  2034. package/src/types/cfn-resource-types/aws-rds-globalcluster.d.ts +39 -0
  2035. package/src/types/cfn-resource-types/aws-rds-globalcluster.js +3 -0
  2036. package/src/types/cfn-resource-types/aws-rds-integration.d.ts +63 -0
  2037. package/src/types/cfn-resource-types/aws-rds-integration.js +3 -0
  2038. package/src/types/cfn-resource-types/aws-rds-optiongroup.d.ts +105 -0
  2039. package/src/types/cfn-resource-types/aws-rds-optiongroup.js +3 -0
  2040. package/src/types/cfn-resource-types/aws-redshift-cluster.d.ts +269 -0
  2041. package/src/types/cfn-resource-types/aws-redshift-cluster.js +3 -0
  2042. package/src/types/cfn-resource-types/aws-redshift-clusterparametergroup.d.ts +48 -0
  2043. package/src/types/cfn-resource-types/aws-redshift-clusterparametergroup.js +3 -0
  2044. package/src/types/cfn-resource-types/aws-redshift-clustersecuritygroup.d.ts +12 -0
  2045. package/src/types/cfn-resource-types/aws-redshift-clustersecuritygroup.js +3 -0
  2046. package/src/types/cfn-resource-types/aws-redshift-clustersecuritygroupingress.d.ts +10 -0
  2047. package/src/types/cfn-resource-types/aws-redshift-clustersecuritygroupingress.js +3 -0
  2048. package/src/types/cfn-resource-types/aws-redshift-clustersubnetgroup.d.ts +38 -0
  2049. package/src/types/cfn-resource-types/aws-redshift-clustersubnetgroup.js +3 -0
  2050. package/src/types/cfn-resource-types/aws-redshift-endpointaccess.d.ts +96 -0
  2051. package/src/types/cfn-resource-types/aws-redshift-endpointaccess.js +3 -0
  2052. package/src/types/cfn-resource-types/aws-redshift-endpointauthorization.d.ts +54 -0
  2053. package/src/types/cfn-resource-types/aws-redshift-endpointauthorization.js +3 -0
  2054. package/src/types/cfn-resource-types/aws-redshift-eventsubscription.d.ts +74 -0
  2055. package/src/types/cfn-resource-types/aws-redshift-eventsubscription.js +3 -0
  2056. package/src/types/cfn-resource-types/aws-redshift-scheduledaction.d.ts +75 -0
  2057. package/src/types/cfn-resource-types/aws-redshift-scheduledaction.js +3 -0
  2058. package/src/types/cfn-resource-types/aws-redshiftserverless-namespace.d.ts +114 -0
  2059. package/src/types/cfn-resource-types/aws-redshiftserverless-namespace.js +3 -0
  2060. package/src/types/cfn-resource-types/aws-redshiftserverless-workgroup.d.ts +105 -0
  2061. package/src/types/cfn-resource-types/aws-redshiftserverless-workgroup.js +3 -0
  2062. package/src/types/cfn-resource-types/aws-refactorspaces-application.d.ts +41 -0
  2063. package/src/types/cfn-resource-types/aws-refactorspaces-application.js +3 -0
  2064. package/src/types/cfn-resource-types/aws-refactorspaces-environment.d.ts +29 -0
  2065. package/src/types/cfn-resource-types/aws-refactorspaces-environment.js +3 -0
  2066. package/src/types/cfn-resource-types/aws-refactorspaces-route.d.ts +44 -0
  2067. package/src/types/cfn-resource-types/aws-refactorspaces-route.js +3 -0
  2068. package/src/types/cfn-resource-types/aws-refactorspaces-service.d.ts +40 -0
  2069. package/src/types/cfn-resource-types/aws-refactorspaces-service.js +3 -0
  2070. package/src/types/cfn-resource-types/aws-rekognition-collection.d.ts +32 -0
  2071. package/src/types/cfn-resource-types/aws-rekognition-collection.js +3 -0
  2072. package/src/types/cfn-resource-types/aws-rekognition-project.d.ts +12 -0
  2073. package/src/types/cfn-resource-types/aws-rekognition-project.js +3 -0
  2074. package/src/types/cfn-resource-types/aws-rekognition-streamprocessor.d.ts +179 -0
  2075. package/src/types/cfn-resource-types/aws-rekognition-streamprocessor.js +3 -0
  2076. package/src/types/cfn-resource-types/aws-resiliencehub-app.d.ts +103 -0
  2077. package/src/types/cfn-resource-types/aws-resiliencehub-app.js +3 -0
  2078. package/src/types/cfn-resource-types/aws-resiliencehub-resiliencypolicy.d.ts +54 -0
  2079. package/src/types/cfn-resource-types/aws-resiliencehub-resiliencypolicy.js +3 -0
  2080. package/src/types/cfn-resource-types/aws-resourceexplorer2-defaultviewassociation.d.ts +10 -0
  2081. package/src/types/cfn-resource-types/aws-resourceexplorer2-defaultviewassociation.js +3 -0
  2082. package/src/types/cfn-resource-types/aws-resourceexplorer2-index.d.ts +18 -0
  2083. package/src/types/cfn-resource-types/aws-resourceexplorer2-index.js +3 -0
  2084. package/src/types/cfn-resource-types/aws-resourceexplorer2-view.d.ts +24 -0
  2085. package/src/types/cfn-resource-types/aws-resourceexplorer2-view.js +3 -0
  2086. package/src/types/cfn-resource-types/aws-resourcegroups-group.d.ts +47 -0
  2087. package/src/types/cfn-resource-types/aws-resourcegroups-group.js +3 -0
  2088. package/src/types/cfn-resource-types/aws-robomaker-fleet.d.ts +24 -0
  2089. package/src/types/cfn-resource-types/aws-robomaker-fleet.js +3 -0
  2090. package/src/types/cfn-resource-types/aws-robomaker-robot.d.ts +36 -0
  2091. package/src/types/cfn-resource-types/aws-robomaker-robot.js +3 -0
  2092. package/src/types/cfn-resource-types/aws-robomaker-robotapplication.d.ts +64 -0
  2093. package/src/types/cfn-resource-types/aws-robomaker-robotapplication.js +3 -0
  2094. package/src/types/cfn-resource-types/aws-robomaker-robotapplicationversion.d.ts +13 -0
  2095. package/src/types/cfn-resource-types/aws-robomaker-robotapplicationversion.js +3 -0
  2096. package/src/types/cfn-resource-types/aws-robomaker-simulationapplication.d.ts +95 -0
  2097. package/src/types/cfn-resource-types/aws-robomaker-simulationapplication.js +3 -0
  2098. package/src/types/cfn-resource-types/aws-robomaker-simulationapplicationversion.d.ts +13 -0
  2099. package/src/types/cfn-resource-types/aws-robomaker-simulationapplicationversion.js +3 -0
  2100. package/src/types/cfn-resource-types/aws-rolesanywhere-crl.d.ts +19 -0
  2101. package/src/types/cfn-resource-types/aws-rolesanywhere-crl.js +3 -0
  2102. package/src/types/cfn-resource-types/aws-rolesanywhere-profile.d.ts +33 -0
  2103. package/src/types/cfn-resource-types/aws-rolesanywhere-profile.js +3 -0
  2104. package/src/types/cfn-resource-types/aws-rolesanywhere-trustanchor.d.ts +44 -0
  2105. package/src/types/cfn-resource-types/aws-rolesanywhere-trustanchor.js +3 -0
  2106. package/src/types/cfn-resource-types/aws-route53-cidrcollection.d.ts +31 -0
  2107. package/src/types/cfn-resource-types/aws-route53-cidrcollection.js +3 -0
  2108. package/src/types/cfn-resource-types/aws-route53-dnssec.d.ts +9 -0
  2109. package/src/types/cfn-resource-types/aws-route53-dnssec.js +3 -0
  2110. package/src/types/cfn-resource-types/aws-route53-healthcheck.d.ts +64 -0
  2111. package/src/types/cfn-resource-types/aws-route53-healthcheck.js +3 -0
  2112. package/src/types/cfn-resource-types/aws-route53-hostedzone.d.ts +100 -0
  2113. package/src/types/cfn-resource-types/aws-route53-hostedzone.js +3 -0
  2114. package/src/types/cfn-resource-types/aws-route53-keysigningkey.d.ts +21 -0
  2115. package/src/types/cfn-resource-types/aws-route53-keysigningkey.js +3 -0
  2116. package/src/types/cfn-resource-types/aws-route53-recordset.d.ts +47 -0
  2117. package/src/types/cfn-resource-types/aws-route53-recordset.js +3 -0
  2118. package/src/types/cfn-resource-types/aws-route53-recordsetgroup.d.ts +52 -0
  2119. package/src/types/cfn-resource-types/aws-route53-recordsetgroup.js +3 -0
  2120. package/src/types/cfn-resource-types/aws-route53profiles-profile.d.ts +35 -0
  2121. package/src/types/cfn-resource-types/aws-route53profiles-profile.js +3 -0
  2122. package/src/types/cfn-resource-types/aws-route53profiles-profileassociation.d.ts +39 -0
  2123. package/src/types/cfn-resource-types/aws-route53profiles-profileassociation.js +3 -0
  2124. package/src/types/cfn-resource-types/aws-route53profiles-profileresourceassociation.d.ts +29 -0
  2125. package/src/types/cfn-resource-types/aws-route53profiles-profileresourceassociation.js +3 -0
  2126. package/src/types/cfn-resource-types/aws-route53recoverycontrol-cluster.d.ts +33 -0
  2127. package/src/types/cfn-resource-types/aws-route53recoverycontrol-cluster.js +3 -0
  2128. package/src/types/cfn-resource-types/aws-route53recoverycontrol-controlpanel.d.ts +37 -0
  2129. package/src/types/cfn-resource-types/aws-route53recoverycontrol-controlpanel.js +3 -0
  2130. package/src/types/cfn-resource-types/aws-route53recoverycontrol-routingcontrol.d.ts +25 -0
  2131. package/src/types/cfn-resource-types/aws-route53recoverycontrol-routingcontrol.js +3 -0
  2132. package/src/types/cfn-resource-types/aws-route53recoverycontrol-safetyrule.d.ts +84 -0
  2133. package/src/types/cfn-resource-types/aws-route53recoverycontrol-safetyrule.js +3 -0
  2134. package/src/types/cfn-resource-types/aws-route53recoveryreadiness-cell.d.ts +33 -0
  2135. package/src/types/cfn-resource-types/aws-route53recoveryreadiness-cell.js +3 -0
  2136. package/src/types/cfn-resource-types/aws-route53recoveryreadiness-readinesscheck.d.ts +25 -0
  2137. package/src/types/cfn-resource-types/aws-route53recoveryreadiness-readinesscheck.js +3 -0
  2138. package/src/types/cfn-resource-types/aws-route53recoveryreadiness-recoverygroup.d.ts +27 -0
  2139. package/src/types/cfn-resource-types/aws-route53recoveryreadiness-recoverygroup.js +3 -0
  2140. package/src/types/cfn-resource-types/aws-route53recoveryreadiness-resourceset.d.ts +106 -0
  2141. package/src/types/cfn-resource-types/aws-route53recoveryreadiness-resourceset.js +3 -0
  2142. package/src/types/cfn-resource-types/aws-route53resolver-firewalldomainlist.d.ts +71 -0
  2143. package/src/types/cfn-resource-types/aws-route53resolver-firewalldomainlist.js +3 -0
  2144. package/src/types/cfn-resource-types/aws-route53resolver-firewallrulegroup.d.ts +111 -0
  2145. package/src/types/cfn-resource-types/aws-route53resolver-firewallrulegroup.js +3 -0
  2146. package/src/types/cfn-resource-types/aws-route53resolver-firewallrulegroupassociation.d.ts +74 -0
  2147. package/src/types/cfn-resource-types/aws-route53resolver-firewallrulegroupassociation.js +3 -0
  2148. package/src/types/cfn-resource-types/aws-route53resolver-outpostresolver.d.ts +66 -0
  2149. package/src/types/cfn-resource-types/aws-route53resolver-outpostresolver.js +3 -0
  2150. package/src/types/cfn-resource-types/aws-route53resolver-resolverconfig.d.ts +25 -0
  2151. package/src/types/cfn-resource-types/aws-route53resolver-resolverconfig.js +3 -0
  2152. package/src/types/cfn-resource-types/aws-route53resolver-resolverdnssecconfig.d.ts +21 -0
  2153. package/src/types/cfn-resource-types/aws-route53resolver-resolverdnssecconfig.js +3 -0
  2154. package/src/types/cfn-resource-types/aws-route53resolver-resolverendpoint.d.ts +27 -0
  2155. package/src/types/cfn-resource-types/aws-route53resolver-resolverendpoint.js +3 -0
  2156. package/src/types/cfn-resource-types/aws-route53resolver-resolverqueryloggingconfig.d.ts +45 -0
  2157. package/src/types/cfn-resource-types/aws-route53resolver-resolverqueryloggingconfig.js +3 -0
  2158. package/src/types/cfn-resource-types/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +33 -0
  2159. package/src/types/cfn-resource-types/aws-route53resolver-resolverqueryloggingconfigassociation.js +3 -0
  2160. package/src/types/cfn-resource-types/aws-route53resolver-resolverrule.d.ts +69 -0
  2161. package/src/types/cfn-resource-types/aws-route53resolver-resolverrule.js +3 -0
  2162. package/src/types/cfn-resource-types/aws-route53resolver-resolverruleassociation.d.ts +18 -0
  2163. package/src/types/cfn-resource-types/aws-route53resolver-resolverruleassociation.js +3 -0
  2164. package/src/types/cfn-resource-types/aws-rum-appmonitor.d.ts +230 -0
  2165. package/src/types/cfn-resource-types/aws-rum-appmonitor.js +3 -0
  2166. package/src/types/cfn-resource-types/aws-s3-accessgrant.d.ts +62 -0
  2167. package/src/types/cfn-resource-types/aws-s3-accessgrant.js +3 -0
  2168. package/src/types/cfn-resource-types/aws-s3-accessgrantsinstance.d.ts +22 -0
  2169. package/src/types/cfn-resource-types/aws-s3-accessgrantsinstance.js +3 -0
  2170. package/src/types/cfn-resource-types/aws-s3-accessgrantslocation.d.ts +26 -0
  2171. package/src/types/cfn-resource-types/aws-s3-accessgrantslocation.js +3 -0
  2172. package/src/types/cfn-resource-types/aws-s3-accesspoint.d.ts +74 -0
  2173. package/src/types/cfn-resource-types/aws-s3-accesspoint.js +3 -0
  2174. package/src/types/cfn-resource-types/aws-s3-bucket.d.ts +1029 -0
  2175. package/src/types/cfn-resource-types/aws-s3-bucket.js +3 -0
  2176. package/src/types/cfn-resource-types/aws-s3-bucketpolicy.d.ts +21 -0
  2177. package/src/types/cfn-resource-types/aws-s3-bucketpolicy.js +3 -0
  2178. package/src/types/cfn-resource-types/aws-s3-multiregionaccesspoint.d.ts +57 -0
  2179. package/src/types/cfn-resource-types/aws-s3-multiregionaccesspoint.js +3 -0
  2180. package/src/types/cfn-resource-types/aws-s3-multiregionaccesspointpolicy.d.ts +24 -0
  2181. package/src/types/cfn-resource-types/aws-s3-multiregionaccesspointpolicy.js +3 -0
  2182. package/src/types/cfn-resource-types/aws-s3-storagelens.d.ts +222 -0
  2183. package/src/types/cfn-resource-types/aws-s3-storagelens.js +3 -0
  2184. package/src/types/cfn-resource-types/aws-s3-storagelensgroup.d.ts +93 -0
  2185. package/src/types/cfn-resource-types/aws-s3-storagelensgroup.js +3 -0
  2186. package/src/types/cfn-resource-types/aws-s3express-bucketpolicy.d.ts +15 -0
  2187. package/src/types/cfn-resource-types/aws-s3express-bucketpolicy.js +3 -0
  2188. package/src/types/cfn-resource-types/aws-s3express-directorybucket.d.ts +26 -0
  2189. package/src/types/cfn-resource-types/aws-s3express-directorybucket.js +3 -0
  2190. package/src/types/cfn-resource-types/aws-s3objectlambda-accesspoint.d.ts +83 -0
  2191. package/src/types/cfn-resource-types/aws-s3objectlambda-accesspoint.js +3 -0
  2192. package/src/types/cfn-resource-types/aws-s3objectlambda-accesspointpolicy.d.ts +15 -0
  2193. package/src/types/cfn-resource-types/aws-s3objectlambda-accesspointpolicy.js +3 -0
  2194. package/src/types/cfn-resource-types/aws-s3outposts-accesspoint.d.ts +33 -0
  2195. package/src/types/cfn-resource-types/aws-s3outposts-accesspoint.js +3 -0
  2196. package/src/types/cfn-resource-types/aws-s3outposts-bucket.d.ts +72 -0
  2197. package/src/types/cfn-resource-types/aws-s3outposts-bucket.js +3 -0
  2198. package/src/types/cfn-resource-types/aws-s3outposts-bucketpolicy.d.ts +15 -0
  2199. package/src/types/cfn-resource-types/aws-s3outposts-bucketpolicy.js +3 -0
  2200. package/src/types/cfn-resource-types/aws-s3outposts-endpoint.d.ts +66 -0
  2201. package/src/types/cfn-resource-types/aws-s3outposts-endpoint.js +3 -0
  2202. package/src/types/cfn-resource-types/aws-sagemaker-app.d.ts +58 -0
  2203. package/src/types/cfn-resource-types/aws-sagemaker-app.js +3 -0
  2204. package/src/types/cfn-resource-types/aws-sagemaker-appimageconfig.d.ts +143 -0
  2205. package/src/types/cfn-resource-types/aws-sagemaker-appimageconfig.js +3 -0
  2206. package/src/types/cfn-resource-types/aws-sagemaker-cluster.d.ts +168 -0
  2207. package/src/types/cfn-resource-types/aws-sagemaker-cluster.js +3 -0
  2208. package/src/types/cfn-resource-types/aws-sagemaker-coderepository.d.ts +18 -0
  2209. package/src/types/cfn-resource-types/aws-sagemaker-coderepository.js +3 -0
  2210. package/src/types/cfn-resource-types/aws-sagemaker-dataqualityjobdefinition.d.ts +309 -0
  2211. package/src/types/cfn-resource-types/aws-sagemaker-dataqualityjobdefinition.js +3 -0
  2212. package/src/types/cfn-resource-types/aws-sagemaker-device.d.ts +41 -0
  2213. package/src/types/cfn-resource-types/aws-sagemaker-device.js +3 -0
  2214. package/src/types/cfn-resource-types/aws-sagemaker-devicefleet.d.ts +48 -0
  2215. package/src/types/cfn-resource-types/aws-sagemaker-devicefleet.js +3 -0
  2216. package/src/types/cfn-resource-types/aws-sagemaker-domain.d.ts +572 -0
  2217. package/src/types/cfn-resource-types/aws-sagemaker-domain.js +3 -0
  2218. package/src/types/cfn-resource-types/aws-sagemaker-endpoint.d.ts +52 -0
  2219. package/src/types/cfn-resource-types/aws-sagemaker-endpoint.js +3 -0
  2220. package/src/types/cfn-resource-types/aws-sagemaker-endpointconfig.d.ts +127 -0
  2221. package/src/types/cfn-resource-types/aws-sagemaker-endpointconfig.js +3 -0
  2222. package/src/types/cfn-resource-types/aws-sagemaker-featuregroup.d.ts +118 -0
  2223. package/src/types/cfn-resource-types/aws-sagemaker-featuregroup.js +3 -0
  2224. package/src/types/cfn-resource-types/aws-sagemaker-image.d.ts +49 -0
  2225. package/src/types/cfn-resource-types/aws-sagemaker-image.js +3 -0
  2226. package/src/types/cfn-resource-types/aws-sagemaker-imageversion.d.ts +80 -0
  2227. package/src/types/cfn-resource-types/aws-sagemaker-imageversion.js +3 -0
  2228. package/src/types/cfn-resource-types/aws-sagemaker-inferencecomponent.d.ts +127 -0
  2229. package/src/types/cfn-resource-types/aws-sagemaker-inferencecomponent.js +3 -0
  2230. package/src/types/cfn-resource-types/aws-sagemaker-inferenceexperiment.d.ts +209 -0
  2231. package/src/types/cfn-resource-types/aws-sagemaker-inferenceexperiment.js +3 -0
  2232. package/src/types/cfn-resource-types/aws-sagemaker-mlflowtrackingserver.d.ts +57 -0
  2233. package/src/types/cfn-resource-types/aws-sagemaker-mlflowtrackingserver.js +3 -0
  2234. package/src/types/cfn-resource-types/aws-sagemaker-model.d.ts +65 -0
  2235. package/src/types/cfn-resource-types/aws-sagemaker-model.js +3 -0
  2236. package/src/types/cfn-resource-types/aws-sagemaker-modelbiasjobdefinition.d.ts +327 -0
  2237. package/src/types/cfn-resource-types/aws-sagemaker-modelbiasjobdefinition.js +3 -0
  2238. package/src/types/cfn-resource-types/aws-sagemaker-modelcard.d.ts +471 -0
  2239. package/src/types/cfn-resource-types/aws-sagemaker-modelcard.js +3 -0
  2240. package/src/types/cfn-resource-types/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +299 -0
  2241. package/src/types/cfn-resource-types/aws-sagemaker-modelexplainabilityjobdefinition.js +3 -0
  2242. package/src/types/cfn-resource-types/aws-sagemaker-modelpackage.d.ts +616 -0
  2243. package/src/types/cfn-resource-types/aws-sagemaker-modelpackage.js +3 -0
  2244. package/src/types/cfn-resource-types/aws-sagemaker-modelpackagegroup.d.ts +50 -0
  2245. package/src/types/cfn-resource-types/aws-sagemaker-modelpackagegroup.js +3 -0
  2246. package/src/types/cfn-resource-types/aws-sagemaker-modelqualityjobdefinition.d.ts +340 -0
  2247. package/src/types/cfn-resource-types/aws-sagemaker-modelqualityjobdefinition.js +3 -0
  2248. package/src/types/cfn-resource-types/aws-sagemaker-monitoringschedule.d.ts +402 -0
  2249. package/src/types/cfn-resource-types/aws-sagemaker-monitoringschedule.js +3 -0
  2250. package/src/types/cfn-resource-types/aws-sagemaker-notebookinstance.d.ts +29 -0
  2251. package/src/types/cfn-resource-types/aws-sagemaker-notebookinstance.js +3 -0
  2252. package/src/types/cfn-resource-types/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +12 -0
  2253. package/src/types/cfn-resource-types/aws-sagemaker-notebookinstancelifecycleconfig.js +3 -0
  2254. package/src/types/cfn-resource-types/aws-sagemaker-pipeline.d.ts +58 -0
  2255. package/src/types/cfn-resource-types/aws-sagemaker-pipeline.js +3 -0
  2256. package/src/types/cfn-resource-types/aws-sagemaker-project.d.ts +100 -0
  2257. package/src/types/cfn-resource-types/aws-sagemaker-project.js +3 -0
  2258. package/src/types/cfn-resource-types/aws-sagemaker-space.d.ts +207 -0
  2259. package/src/types/cfn-resource-types/aws-sagemaker-space.js +3 -0
  2260. package/src/types/cfn-resource-types/aws-sagemaker-studiolifecycleconfig.d.ts +32 -0
  2261. package/src/types/cfn-resource-types/aws-sagemaker-studiolifecycleconfig.js +3 -0
  2262. package/src/types/cfn-resource-types/aws-sagemaker-userprofile.d.ts +369 -0
  2263. package/src/types/cfn-resource-types/aws-sagemaker-userprofile.js +3 -0
  2264. package/src/types/cfn-resource-types/aws-sagemaker-workteam.d.ts +31 -0
  2265. package/src/types/cfn-resource-types/aws-sagemaker-workteam.js +3 -0
  2266. package/src/types/cfn-resource-types/aws-scheduler-schedule.d.ts +312 -0
  2267. package/src/types/cfn-resource-types/aws-scheduler-schedule.js +3 -0
  2268. package/src/types/cfn-resource-types/aws-scheduler-schedulegroup.d.ts +43 -0
  2269. package/src/types/cfn-resource-types/aws-scheduler-schedulegroup.js +3 -0
  2270. package/src/types/cfn-resource-types/aws-sdb-domain.d.ts +7 -0
  2271. package/src/types/cfn-resource-types/aws-sdb-domain.js +3 -0
  2272. package/src/types/cfn-resource-types/aws-secretsmanager-resourcepolicy.d.ts +23 -0
  2273. package/src/types/cfn-resource-types/aws-secretsmanager-resourcepolicy.js +3 -0
  2274. package/src/types/cfn-resource-types/aws-secretsmanager-rotationschedule.d.ts +29 -0
  2275. package/src/types/cfn-resource-types/aws-secretsmanager-rotationschedule.js +3 -0
  2276. package/src/types/cfn-resource-types/aws-secretsmanager-secret.d.ts +125 -0
  2277. package/src/types/cfn-resource-types/aws-secretsmanager-secret.js +3 -0
  2278. package/src/types/cfn-resource-types/aws-secretsmanager-secrettargetattachment.d.ts +9 -0
  2279. package/src/types/cfn-resource-types/aws-secretsmanager-secrettargetattachment.js +3 -0
  2280. package/src/types/cfn-resource-types/aws-securityhub-automationrule.d.ts +596 -0
  2281. package/src/types/cfn-resource-types/aws-securityhub-automationrule.js +3 -0
  2282. package/src/types/cfn-resource-types/aws-securityhub-configurationpolicy.d.ts +163 -0
  2283. package/src/types/cfn-resource-types/aws-securityhub-configurationpolicy.js +3 -0
  2284. package/src/types/cfn-resource-types/aws-securityhub-delegatedadmin.d.ts +14 -0
  2285. package/src/types/cfn-resource-types/aws-securityhub-delegatedadmin.js +3 -0
  2286. package/src/types/cfn-resource-types/aws-securityhub-findingaggregator.d.ts +29 -0
  2287. package/src/types/cfn-resource-types/aws-securityhub-findingaggregator.js +3 -0
  2288. package/src/types/cfn-resource-types/aws-securityhub-hub.d.ts +40 -0
  2289. package/src/types/cfn-resource-types/aws-securityhub-hub.js +3 -0
  2290. package/src/types/cfn-resource-types/aws-securityhub-insight.d.ts +742 -0
  2291. package/src/types/cfn-resource-types/aws-securityhub-insight.js +3 -0
  2292. package/src/types/cfn-resource-types/aws-securityhub-organizationconfiguration.d.ts +33 -0
  2293. package/src/types/cfn-resource-types/aws-securityhub-organizationconfiguration.js +3 -0
  2294. package/src/types/cfn-resource-types/aws-securityhub-policyassociation.d.ts +37 -0
  2295. package/src/types/cfn-resource-types/aws-securityhub-policyassociation.js +3 -0
  2296. package/src/types/cfn-resource-types/aws-securityhub-productsubscription.d.ts +13 -0
  2297. package/src/types/cfn-resource-types/aws-securityhub-productsubscription.js +3 -0
  2298. package/src/types/cfn-resource-types/aws-securityhub-securitycontrol.d.ts +75 -0
  2299. package/src/types/cfn-resource-types/aws-securityhub-securitycontrol.js +3 -0
  2300. package/src/types/cfn-resource-types/aws-securityhub-standard.d.ts +33 -0
  2301. package/src/types/cfn-resource-types/aws-securityhub-standard.js +3 -0
  2302. package/src/types/cfn-resource-types/aws-securitylake-awslogsource.d.ts +21 -0
  2303. package/src/types/cfn-resource-types/aws-securitylake-awslogsource.js +3 -0
  2304. package/src/types/cfn-resource-types/aws-securitylake-datalake.d.ts +87 -0
  2305. package/src/types/cfn-resource-types/aws-securitylake-datalake.js +3 -0
  2306. package/src/types/cfn-resource-types/aws-securitylake-subscriber.d.ts +90 -0
  2307. package/src/types/cfn-resource-types/aws-securitylake-subscriber.js +3 -0
  2308. package/src/types/cfn-resource-types/aws-securitylake-subscribernotification.d.ts +52 -0
  2309. package/src/types/cfn-resource-types/aws-securitylake-subscribernotification.js +3 -0
  2310. package/src/types/cfn-resource-types/aws-servicecatalog-acceptedportfolioshare.d.ts +8 -0
  2311. package/src/types/cfn-resource-types/aws-servicecatalog-acceptedportfolioshare.js +3 -0
  2312. package/src/types/cfn-resource-types/aws-servicecatalog-cloudformationproduct.d.ts +48 -0
  2313. package/src/types/cfn-resource-types/aws-servicecatalog-cloudformationproduct.js +3 -0
  2314. package/src/types/cfn-resource-types/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +51 -0
  2315. package/src/types/cfn-resource-types/aws-servicecatalog-cloudformationprovisionedproduct.js +3 -0
  2316. package/src/types/cfn-resource-types/aws-servicecatalog-launchnotificationconstraint.d.ts +11 -0
  2317. package/src/types/cfn-resource-types/aws-servicecatalog-launchnotificationconstraint.js +3 -0
  2318. package/src/types/cfn-resource-types/aws-servicecatalog-launchroleconstraint.d.ts +12 -0
  2319. package/src/types/cfn-resource-types/aws-servicecatalog-launchroleconstraint.js +3 -0
  2320. package/src/types/cfn-resource-types/aws-servicecatalog-launchtemplateconstraint.d.ts +11 -0
  2321. package/src/types/cfn-resource-types/aws-servicecatalog-launchtemplateconstraint.js +3 -0
  2322. package/src/types/cfn-resource-types/aws-servicecatalog-portfolio.d.ts +16 -0
  2323. package/src/types/cfn-resource-types/aws-servicecatalog-portfolio.js +3 -0
  2324. package/src/types/cfn-resource-types/aws-servicecatalog-portfolioprincipalassociation.d.ts +10 -0
  2325. package/src/types/cfn-resource-types/aws-servicecatalog-portfolioprincipalassociation.js +3 -0
  2326. package/src/types/cfn-resource-types/aws-servicecatalog-portfolioproductassociation.d.ts +10 -0
  2327. package/src/types/cfn-resource-types/aws-servicecatalog-portfolioproductassociation.js +3 -0
  2328. package/src/types/cfn-resource-types/aws-servicecatalog-portfolioshare.d.ts +10 -0
  2329. package/src/types/cfn-resource-types/aws-servicecatalog-portfolioshare.js +3 -0
  2330. package/src/types/cfn-resource-types/aws-servicecatalog-resourceupdateconstraint.d.ts +11 -0
  2331. package/src/types/cfn-resource-types/aws-servicecatalog-resourceupdateconstraint.js +3 -0
  2332. package/src/types/cfn-resource-types/aws-servicecatalog-serviceaction.d.ts +15 -0
  2333. package/src/types/cfn-resource-types/aws-servicecatalog-serviceaction.js +3 -0
  2334. package/src/types/cfn-resource-types/aws-servicecatalog-serviceactionassociation.d.ts +8 -0
  2335. package/src/types/cfn-resource-types/aws-servicecatalog-serviceactionassociation.js +3 -0
  2336. package/src/types/cfn-resource-types/aws-servicecatalog-stacksetconstraint.d.ts +15 -0
  2337. package/src/types/cfn-resource-types/aws-servicecatalog-stacksetconstraint.js +3 -0
  2338. package/src/types/cfn-resource-types/aws-servicecatalog-tagoption.d.ts +9 -0
  2339. package/src/types/cfn-resource-types/aws-servicecatalog-tagoption.js +3 -0
  2340. package/src/types/cfn-resource-types/aws-servicecatalog-tagoptionassociation.d.ts +8 -0
  2341. package/src/types/cfn-resource-types/aws-servicecatalog-tagoptionassociation.js +3 -0
  2342. package/src/types/cfn-resource-types/aws-servicecatalogappregistry-application.d.ts +35 -0
  2343. package/src/types/cfn-resource-types/aws-servicecatalogappregistry-application.js +3 -0
  2344. package/src/types/cfn-resource-types/aws-servicecatalogappregistry-attributegroup.d.ts +26 -0
  2345. package/src/types/cfn-resource-types/aws-servicecatalogappregistry-attributegroup.js +3 -0
  2346. package/src/types/cfn-resource-types/aws-servicecatalogappregistry-attributegroupassociation.d.ts +15 -0
  2347. package/src/types/cfn-resource-types/aws-servicecatalogappregistry-attributegroupassociation.js +3 -0
  2348. package/src/types/cfn-resource-types/aws-servicecatalogappregistry-resourceassociation.d.ts +19 -0
  2349. package/src/types/cfn-resource-types/aws-servicecatalogappregistry-resourceassociation.js +3 -0
  2350. package/src/types/cfn-resource-types/aws-servicediscovery-httpnamespace.d.ts +14 -0
  2351. package/src/types/cfn-resource-types/aws-servicediscovery-httpnamespace.js +3 -0
  2352. package/src/types/cfn-resource-types/aws-servicediscovery-instance.d.ts +10 -0
  2353. package/src/types/cfn-resource-types/aws-servicediscovery-instance.js +3 -0
  2354. package/src/types/cfn-resource-types/aws-servicediscovery-privatednsnamespace.d.ts +26 -0
  2355. package/src/types/cfn-resource-types/aws-servicediscovery-privatednsnamespace.js +3 -0
  2356. package/src/types/cfn-resource-types/aws-servicediscovery-publicdnsnamespace.d.ts +25 -0
  2357. package/src/types/cfn-resource-types/aws-servicediscovery-publicdnsnamespace.js +3 -0
  2358. package/src/types/cfn-resource-types/aws-servicediscovery-service.d.ts +36 -0
  2359. package/src/types/cfn-resource-types/aws-servicediscovery-service.js +3 -0
  2360. package/src/types/cfn-resource-types/aws-ses-configurationset.d.ts +86 -0
  2361. package/src/types/cfn-resource-types/aws-ses-configurationset.js +3 -0
  2362. package/src/types/cfn-resource-types/aws-ses-configurationseteventdestination.d.ts +83 -0
  2363. package/src/types/cfn-resource-types/aws-ses-configurationseteventdestination.js +3 -0
  2364. package/src/types/cfn-resource-types/aws-ses-contactlist.d.ts +46 -0
  2365. package/src/types/cfn-resource-types/aws-ses-contactlist.js +3 -0
  2366. package/src/types/cfn-resource-types/aws-ses-dedicatedippool.d.ts +13 -0
  2367. package/src/types/cfn-resource-types/aws-ses-dedicatedippool.js +3 -0
  2368. package/src/types/cfn-resource-types/aws-ses-emailidentity.d.ts +77 -0
  2369. package/src/types/cfn-resource-types/aws-ses-emailidentity.js +3 -0
  2370. package/src/types/cfn-resource-types/aws-ses-mailmanageraddoninstance.d.ts +18 -0
  2371. package/src/types/cfn-resource-types/aws-ses-mailmanageraddoninstance.js +3 -0
  2372. package/src/types/cfn-resource-types/aws-ses-mailmanageraddonsubscription.d.ts +17 -0
  2373. package/src/types/cfn-resource-types/aws-ses-mailmanageraddonsubscription.js +3 -0
  2374. package/src/types/cfn-resource-types/aws-ses-mailmanagerarchive.d.ts +26 -0
  2375. package/src/types/cfn-resource-types/aws-ses-mailmanagerarchive.js +3 -0
  2376. package/src/types/cfn-resource-types/aws-ses-mailmanageringresspoint.d.ts +34 -0
  2377. package/src/types/cfn-resource-types/aws-ses-mailmanageringresspoint.js +3 -0
  2378. package/src/types/cfn-resource-types/aws-ses-mailmanagerrelay.d.ts +29 -0
  2379. package/src/types/cfn-resource-types/aws-ses-mailmanagerrelay.js +3 -0
  2380. package/src/types/cfn-resource-types/aws-ses-mailmanagerruleset.d.ts +208 -0
  2381. package/src/types/cfn-resource-types/aws-ses-mailmanagerruleset.js +3 -0
  2382. package/src/types/cfn-resource-types/aws-ses-mailmanagertrafficpolicy.d.ts +88 -0
  2383. package/src/types/cfn-resource-types/aws-ses-mailmanagertrafficpolicy.js +3 -0
  2384. package/src/types/cfn-resource-types/aws-ses-receiptfilter.d.ts +15 -0
  2385. package/src/types/cfn-resource-types/aws-ses-receiptfilter.js +3 -0
  2386. package/src/types/cfn-resource-types/aws-ses-receiptrule.d.ts +61 -0
  2387. package/src/types/cfn-resource-types/aws-ses-receiptrule.js +3 -0
  2388. package/src/types/cfn-resource-types/aws-ses-receiptruleset.d.ts +7 -0
  2389. package/src/types/cfn-resource-types/aws-ses-receiptruleset.js +3 -0
  2390. package/src/types/cfn-resource-types/aws-ses-template.d.ts +28 -0
  2391. package/src/types/cfn-resource-types/aws-ses-template.js +3 -0
  2392. package/src/types/cfn-resource-types/aws-ses-vdmattributes.d.ts +29 -0
  2393. package/src/types/cfn-resource-types/aws-ses-vdmattributes.js +3 -0
  2394. package/src/types/cfn-resource-types/aws-shield-drtaccess.d.ts +17 -0
  2395. package/src/types/cfn-resource-types/aws-shield-drtaccess.js +3 -0
  2396. package/src/types/cfn-resource-types/aws-shield-proactiveengagement.d.ts +36 -0
  2397. package/src/types/cfn-resource-types/aws-shield-proactiveengagement.js +3 -0
  2398. package/src/types/cfn-resource-types/aws-shield-protection.d.ts +72 -0
  2399. package/src/types/cfn-resource-types/aws-shield-protection.js +3 -0
  2400. package/src/types/cfn-resource-types/aws-shield-protectiongroup.d.ts +53 -0
  2401. package/src/types/cfn-resource-types/aws-shield-protectiongroup.js +3 -0
  2402. package/src/types/cfn-resource-types/aws-signer-profilepermission.d.ts +10 -0
  2403. package/src/types/cfn-resource-types/aws-signer-profilepermission.js +3 -0
  2404. package/src/types/cfn-resource-types/aws-signer-signingprofile.d.ts +41 -0
  2405. package/src/types/cfn-resource-types/aws-signer-signingprofile.js +3 -0
  2406. package/src/types/cfn-resource-types/aws-simspaceweaver-simulation.d.ts +35 -0
  2407. package/src/types/cfn-resource-types/aws-simspaceweaver-simulation.js +3 -0
  2408. package/src/types/cfn-resource-types/aws-sns-subscription.d.ts +61 -0
  2409. package/src/types/cfn-resource-types/aws-sns-subscription.js +3 -0
  2410. package/src/types/cfn-resource-types/aws-sns-topic.d.ts +131 -0
  2411. package/src/types/cfn-resource-types/aws-sns-topic.js +3 -0
  2412. package/src/types/cfn-resource-types/aws-sns-topicinlinepolicy.d.ts +15 -0
  2413. package/src/types/cfn-resource-types/aws-sns-topicinlinepolicy.js +3 -0
  2414. package/src/types/cfn-resource-types/aws-sns-topicpolicy.d.ts +16 -0
  2415. package/src/types/cfn-resource-types/aws-sns-topicpolicy.js +3 -0
  2416. package/src/types/cfn-resource-types/aws-sqs-queue.d.ts +119 -0
  2417. package/src/types/cfn-resource-types/aws-sqs-queue.js +3 -0
  2418. package/src/types/cfn-resource-types/aws-sqs-queueinlinepolicy.d.ts +15 -0
  2419. package/src/types/cfn-resource-types/aws-sqs-queueinlinepolicy.js +3 -0
  2420. package/src/types/cfn-resource-types/aws-sqs-queuepolicy.d.ts +18 -0
  2421. package/src/types/cfn-resource-types/aws-sqs-queuepolicy.js +3 -0
  2422. package/src/types/cfn-resource-types/aws-ssm-association.d.ts +78 -0
  2423. package/src/types/cfn-resource-types/aws-ssm-association.js +3 -0
  2424. package/src/types/cfn-resource-types/aws-ssm-document.d.ts +91 -0
  2425. package/src/types/cfn-resource-types/aws-ssm-document.js +3 -0
  2426. package/src/types/cfn-resource-types/aws-ssm-maintenancewindow.d.ts +21 -0
  2427. package/src/types/cfn-resource-types/aws-ssm-maintenancewindow.js +3 -0
  2428. package/src/types/cfn-resource-types/aws-ssm-maintenancewindowtarget.d.ts +16 -0
  2429. package/src/types/cfn-resource-types/aws-ssm-maintenancewindowtarget.js +3 -0
  2430. package/src/types/cfn-resource-types/aws-ssm-maintenancewindowtask.d.ts +76 -0
  2431. package/src/types/cfn-resource-types/aws-ssm-maintenancewindowtask.js +3 -0
  2432. package/src/types/cfn-resource-types/aws-ssm-parameter.d.ts +53 -0
  2433. package/src/types/cfn-resource-types/aws-ssm-parameter.js +3 -0
  2434. package/src/types/cfn-resource-types/aws-ssm-patchbaseline.d.ts +141 -0
  2435. package/src/types/cfn-resource-types/aws-ssm-patchbaseline.js +3 -0
  2436. package/src/types/cfn-resource-types/aws-ssm-resourcedatasync.d.ts +31 -0
  2437. package/src/types/cfn-resource-types/aws-ssm-resourcedatasync.js +3 -0
  2438. package/src/types/cfn-resource-types/aws-ssm-resourcepolicy.d.ts +23 -0
  2439. package/src/types/cfn-resource-types/aws-ssm-resourcepolicy.js +3 -0
  2440. package/src/types/cfn-resource-types/aws-ssmcontacts-contact.d.ts +81 -0
  2441. package/src/types/cfn-resource-types/aws-ssmcontacts-contact.js +3 -0
  2442. package/src/types/cfn-resource-types/aws-ssmcontacts-contactchannel.d.ts +31 -0
  2443. package/src/types/cfn-resource-types/aws-ssmcontacts-contactchannel.js +3 -0
  2444. package/src/types/cfn-resource-types/aws-ssmcontacts-plan.d.ts +72 -0
  2445. package/src/types/cfn-resource-types/aws-ssmcontacts-plan.js +3 -0
  2446. package/src/types/cfn-resource-types/aws-ssmcontacts-rotation.d.ts +114 -0
  2447. package/src/types/cfn-resource-types/aws-ssmcontacts-rotation.js +3 -0
  2448. package/src/types/cfn-resource-types/aws-ssmincidents-replicationset.d.ts +55 -0
  2449. package/src/types/cfn-resource-types/aws-ssmincidents-replicationset.js +3 -0
  2450. package/src/types/cfn-resource-types/aws-ssmincidents-responseplan.d.ts +204 -0
  2451. package/src/types/cfn-resource-types/aws-ssmincidents-responseplan.js +3 -0
  2452. package/src/types/cfn-resource-types/aws-ssmquicksetup-configurationmanager.d.ts +51 -0
  2453. package/src/types/cfn-resource-types/aws-ssmquicksetup-configurationmanager.js +3 -0
  2454. package/src/types/cfn-resource-types/aws-sso-application.d.ts +64 -0
  2455. package/src/types/cfn-resource-types/aws-sso-application.js +3 -0
  2456. package/src/types/cfn-resource-types/aws-sso-applicationassignment.d.ts +17 -0
  2457. package/src/types/cfn-resource-types/aws-sso-applicationassignment.js +3 -0
  2458. package/src/types/cfn-resource-types/aws-sso-assignment.d.ts +29 -0
  2459. package/src/types/cfn-resource-types/aws-sso-assignment.js +3 -0
  2460. package/src/types/cfn-resource-types/aws-sso-instance.d.ts +36 -0
  2461. package/src/types/cfn-resource-types/aws-sso-instance.js +3 -0
  2462. package/src/types/cfn-resource-types/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +32 -0
  2463. package/src/types/cfn-resource-types/aws-sso-instanceaccesscontrolattributeconfiguration.js +3 -0
  2464. package/src/types/cfn-resource-types/aws-sso-permissionset.d.ts +67 -0
  2465. package/src/types/cfn-resource-types/aws-sso-permissionset.js +3 -0
  2466. package/src/types/cfn-resource-types/aws-stepfunctions-activity.d.ts +18 -0
  2467. package/src/types/cfn-resource-types/aws-stepfunctions-activity.js +3 -0
  2468. package/src/types/cfn-resource-types/aws-stepfunctions-statemachine.d.ts +60 -0
  2469. package/src/types/cfn-resource-types/aws-stepfunctions-statemachine.js +3 -0
  2470. package/src/types/cfn-resource-types/aws-stepfunctions-statemachinealias.d.ts +63 -0
  2471. package/src/types/cfn-resource-types/aws-stepfunctions-statemachinealias.js +3 -0
  2472. package/src/types/cfn-resource-types/aws-stepfunctions-statemachineversion.d.ts +9 -0
  2473. package/src/types/cfn-resource-types/aws-stepfunctions-statemachineversion.js +3 -0
  2474. package/src/types/cfn-resource-types/aws-supportapp-accountalias.d.ts +13 -0
  2475. package/src/types/cfn-resource-types/aws-supportapp-accountalias.js +3 -0
  2476. package/src/types/cfn-resource-types/aws-supportapp-slackchannelconfiguration.d.ts +37 -0
  2477. package/src/types/cfn-resource-types/aws-supportapp-slackchannelconfiguration.js +3 -0
  2478. package/src/types/cfn-resource-types/aws-supportapp-slackworkspaceconfiguration.d.ts +13 -0
  2479. package/src/types/cfn-resource-types/aws-supportapp-slackworkspaceconfiguration.js +3 -0
  2480. package/src/types/cfn-resource-types/aws-synthetics-canary.d.ts +171 -0
  2481. package/src/types/cfn-resource-types/aws-synthetics-canary.js +3 -0
  2482. package/src/types/cfn-resource-types/aws-synthetics-group.d.ts +38 -0
  2483. package/src/types/cfn-resource-types/aws-synthetics-group.js +3 -0
  2484. package/src/types/cfn-resource-types/aws-systemsmanagersap-application.d.ts +48 -0
  2485. package/src/types/cfn-resource-types/aws-systemsmanagersap-application.js +3 -0
  2486. package/src/types/cfn-resource-types/aws-timestream-database.d.ts +27 -0
  2487. package/src/types/cfn-resource-types/aws-timestream-database.js +3 -0
  2488. package/src/types/cfn-resource-types/aws-timestream-influxdbinstance.d.ts +129 -0
  2489. package/src/types/cfn-resource-types/aws-timestream-influxdbinstance.js +3 -0
  2490. package/src/types/cfn-resource-types/aws-timestream-scheduledquery.d.ts +267 -0
  2491. package/src/types/cfn-resource-types/aws-timestream-scheduledquery.js +3 -0
  2492. package/src/types/cfn-resource-types/aws-timestream-table.d.ts +111 -0
  2493. package/src/types/cfn-resource-types/aws-timestream-table.js +3 -0
  2494. package/src/types/cfn-resource-types/aws-transfer-agreement.d.ts +60 -0
  2495. package/src/types/cfn-resource-types/aws-transfer-agreement.js +3 -0
  2496. package/src/types/cfn-resource-types/aws-transfer-certificate.d.ts +80 -0
  2497. package/src/types/cfn-resource-types/aws-transfer-certificate.js +3 -0
  2498. package/src/types/cfn-resource-types/aws-transfer-connector.d.ts +112 -0
  2499. package/src/types/cfn-resource-types/aws-transfer-connector.js +3 -0
  2500. package/src/types/cfn-resource-types/aws-transfer-profile.d.ts +48 -0
  2501. package/src/types/cfn-resource-types/aws-transfer-profile.js +3 -0
  2502. package/src/types/cfn-resource-types/aws-transfer-server.d.ts +64 -0
  2503. package/src/types/cfn-resource-types/aws-transfer-server.js +3 -0
  2504. package/src/types/cfn-resource-types/aws-transfer-user.d.ts +33 -0
  2505. package/src/types/cfn-resource-types/aws-transfer-user.js +3 -0
  2506. package/src/types/cfn-resource-types/aws-transfer-workflow.d.ts +199 -0
  2507. package/src/types/cfn-resource-types/aws-transfer-workflow.js +3 -0
  2508. package/src/types/cfn-resource-types/aws-verifiedpermissions-identitysource.d.ts +73 -0
  2509. package/src/types/cfn-resource-types/aws-verifiedpermissions-identitysource.js +3 -0
  2510. package/src/types/cfn-resource-types/aws-verifiedpermissions-policy.d.ts +30 -0
  2511. package/src/types/cfn-resource-types/aws-verifiedpermissions-policy.js +3 -0
  2512. package/src/types/cfn-resource-types/aws-verifiedpermissions-policystore.d.ts +18 -0
  2513. package/src/types/cfn-resource-types/aws-verifiedpermissions-policystore.js +3 -0
  2514. package/src/types/cfn-resource-types/aws-verifiedpermissions-policytemplate.d.ts +9 -0
  2515. package/src/types/cfn-resource-types/aws-verifiedpermissions-policytemplate.js +3 -0
  2516. package/src/types/cfn-resource-types/aws-voiceid-domain.d.ts +21 -0
  2517. package/src/types/cfn-resource-types/aws-voiceid-domain.js +3 -0
  2518. package/src/types/cfn-resource-types/aws-vpclattice-accesslogsubscription.d.ts +20 -0
  2519. package/src/types/cfn-resource-types/aws-vpclattice-accesslogsubscription.js +3 -0
  2520. package/src/types/cfn-resource-types/aws-vpclattice-authpolicy.d.ts +10 -0
  2521. package/src/types/cfn-resource-types/aws-vpclattice-authpolicy.js +3 -0
  2522. package/src/types/cfn-resource-types/aws-vpclattice-listener.d.ts +41 -0
  2523. package/src/types/cfn-resource-types/aws-vpclattice-listener.js +3 -0
  2524. package/src/types/cfn-resource-types/aws-vpclattice-resourcepolicy.d.ts +9 -0
  2525. package/src/types/cfn-resource-types/aws-vpclattice-resourcepolicy.js +3 -0
  2526. package/src/types/cfn-resource-types/aws-vpclattice-rule.d.ts +69 -0
  2527. package/src/types/cfn-resource-types/aws-vpclattice-rule.js +3 -0
  2528. package/src/types/cfn-resource-types/aws-vpclattice-service.d.ts +28 -0
  2529. package/src/types/cfn-resource-types/aws-vpclattice-service.js +3 -0
  2530. package/src/types/cfn-resource-types/aws-vpclattice-servicenetwork.d.ts +20 -0
  2531. package/src/types/cfn-resource-types/aws-vpclattice-servicenetwork.js +3 -0
  2532. package/src/types/cfn-resource-types/aws-vpclattice-servicenetworkserviceassociation.d.ts +31 -0
  2533. package/src/types/cfn-resource-types/aws-vpclattice-servicenetworkserviceassociation.js +3 -0
  2534. package/src/types/cfn-resource-types/aws-vpclattice-servicenetworkvpcassociation.d.ts +25 -0
  2535. package/src/types/cfn-resource-types/aws-vpclattice-servicenetworkvpcassociation.js +3 -0
  2536. package/src/types/cfn-resource-types/aws-vpclattice-targetgroup.d.ts +55 -0
  2537. package/src/types/cfn-resource-types/aws-vpclattice-targetgroup.js +3 -0
  2538. package/src/types/cfn-resource-types/aws-waf-bytematchset.d.ts +19 -0
  2539. package/src/types/cfn-resource-types/aws-waf-bytematchset.js +3 -0
  2540. package/src/types/cfn-resource-types/aws-waf-ipset.d.ts +12 -0
  2541. package/src/types/cfn-resource-types/aws-waf-ipset.js +3 -0
  2542. package/src/types/cfn-resource-types/aws-waf-rule.d.ts +14 -0
  2543. package/src/types/cfn-resource-types/aws-waf-rule.js +3 -0
  2544. package/src/types/cfn-resource-types/aws-waf-sizeconstraintset.d.ts +18 -0
  2545. package/src/types/cfn-resource-types/aws-waf-sizeconstraintset.js +3 -0
  2546. package/src/types/cfn-resource-types/aws-waf-sqlinjectionmatchset.d.ts +16 -0
  2547. package/src/types/cfn-resource-types/aws-waf-sqlinjectionmatchset.js +3 -0
  2548. package/src/types/cfn-resource-types/aws-waf-webacl.d.ts +18 -0
  2549. package/src/types/cfn-resource-types/aws-waf-webacl.js +3 -0
  2550. package/src/types/cfn-resource-types/aws-waf-xssmatchset.d.ts +16 -0
  2551. package/src/types/cfn-resource-types/aws-waf-xssmatchset.js +3 -0
  2552. package/src/types/cfn-resource-types/aws-wafregional-bytematchset.d.ts +19 -0
  2553. package/src/types/cfn-resource-types/aws-wafregional-bytematchset.js +3 -0
  2554. package/src/types/cfn-resource-types/aws-wafregional-geomatchset.d.ts +12 -0
  2555. package/src/types/cfn-resource-types/aws-wafregional-geomatchset.js +3 -0
  2556. package/src/types/cfn-resource-types/aws-wafregional-ipset.d.ts +12 -0
  2557. package/src/types/cfn-resource-types/aws-wafregional-ipset.js +3 -0
  2558. package/src/types/cfn-resource-types/aws-wafregional-ratebasedrule.d.ts +16 -0
  2559. package/src/types/cfn-resource-types/aws-wafregional-ratebasedrule.js +3 -0
  2560. package/src/types/cfn-resource-types/aws-wafregional-regexpatternset.d.ts +8 -0
  2561. package/src/types/cfn-resource-types/aws-wafregional-regexpatternset.js +3 -0
  2562. package/src/types/cfn-resource-types/aws-wafregional-rule.d.ts +14 -0
  2563. package/src/types/cfn-resource-types/aws-wafregional-rule.js +3 -0
  2564. package/src/types/cfn-resource-types/aws-wafregional-sizeconstraintset.d.ts +18 -0
  2565. package/src/types/cfn-resource-types/aws-wafregional-sizeconstraintset.js +3 -0
  2566. package/src/types/cfn-resource-types/aws-wafregional-sqlinjectionmatchset.d.ts +16 -0
  2567. package/src/types/cfn-resource-types/aws-wafregional-sqlinjectionmatchset.js +3 -0
  2568. package/src/types/cfn-resource-types/aws-wafregional-webacl.d.ts +18 -0
  2569. package/src/types/cfn-resource-types/aws-wafregional-webacl.js +3 -0
  2570. package/src/types/cfn-resource-types/aws-wafregional-webaclassociation.d.ts +8 -0
  2571. package/src/types/cfn-resource-types/aws-wafregional-webaclassociation.js +3 -0
  2572. package/src/types/cfn-resource-types/aws-wafregional-xssmatchset.d.ts +16 -0
  2573. package/src/types/cfn-resource-types/aws-wafregional-xssmatchset.js +3 -0
  2574. package/src/types/cfn-resource-types/aws-wafv2-ipset.d.ts +51 -0
  2575. package/src/types/cfn-resource-types/aws-wafv2-ipset.js +3 -0
  2576. package/src/types/cfn-resource-types/aws-wafv2-loggingconfiguration.d.ts +104 -0
  2577. package/src/types/cfn-resource-types/aws-wafv2-loggingconfiguration.js +3 -0
  2578. package/src/types/cfn-resource-types/aws-wafv2-regexpatternset.d.ts +34 -0
  2579. package/src/types/cfn-resource-types/aws-wafv2-regexpatternset.js +3 -0
  2580. package/src/types/cfn-resource-types/aws-wafv2-rulegroup.d.ts +588 -0
  2581. package/src/types/cfn-resource-types/aws-wafv2-rulegroup.js +3 -0
  2582. package/src/types/cfn-resource-types/aws-wafv2-webacl.d.ts +806 -0
  2583. package/src/types/cfn-resource-types/aws-wafv2-webacl.js +3 -0
  2584. package/src/types/cfn-resource-types/aws-wafv2-webaclassociation.d.ts +8 -0
  2585. package/src/types/cfn-resource-types/aws-wafv2-webaclassociation.js +3 -0
  2586. package/src/types/cfn-resource-types/aws-wisdom-assistant.d.ts +20 -0
  2587. package/src/types/cfn-resource-types/aws-wisdom-assistant.js +3 -0
  2588. package/src/types/cfn-resource-types/aws-wisdom-assistantassociation.d.ts +20 -0
  2589. package/src/types/cfn-resource-types/aws-wisdom-assistantassociation.js +3 -0
  2590. package/src/types/cfn-resource-types/aws-wisdom-knowledgebase.d.ts +39 -0
  2591. package/src/types/cfn-resource-types/aws-wisdom-knowledgebase.js +3 -0
  2592. package/src/types/cfn-resource-types/aws-workspaces-connectionalias.d.ts +20 -0
  2593. package/src/types/cfn-resource-types/aws-workspaces-connectionalias.js +3 -0
  2594. package/src/types/cfn-resource-types/aws-workspaces-workspace.d.ts +25 -0
  2595. package/src/types/cfn-resource-types/aws-workspaces-workspace.js +3 -0
  2596. package/src/types/cfn-resource-types/aws-workspaces-workspacespool.d.ts +33 -0
  2597. package/src/types/cfn-resource-types/aws-workspaces-workspacespool.js +3 -0
  2598. package/src/types/cfn-resource-types/aws-workspacesthinclient-environment.d.ts +136 -0
  2599. package/src/types/cfn-resource-types/aws-workspacesthinclient-environment.js +3 -0
  2600. package/src/types/cfn-resource-types/aws-workspacesweb-browsersettings.d.ts +26 -0
  2601. package/src/types/cfn-resource-types/aws-workspacesweb-browsersettings.js +3 -0
  2602. package/src/types/cfn-resource-types/aws-workspacesweb-identityprovider.d.ts +18 -0
  2603. package/src/types/cfn-resource-types/aws-workspacesweb-identityprovider.js +3 -0
  2604. package/src/types/cfn-resource-types/aws-workspacesweb-ipaccesssettings.d.ts +40 -0
  2605. package/src/types/cfn-resource-types/aws-workspacesweb-ipaccesssettings.js +3 -0
  2606. package/src/types/cfn-resource-types/aws-workspacesweb-networksettings.d.ts +27 -0
  2607. package/src/types/cfn-resource-types/aws-workspacesweb-networksettings.js +3 -0
  2608. package/src/types/cfn-resource-types/aws-workspacesweb-portal.d.ts +46 -0
  2609. package/src/types/cfn-resource-types/aws-workspacesweb-portal.js +3 -0
  2610. package/src/types/cfn-resource-types/aws-workspacesweb-truststore.d.ts +17 -0
  2611. package/src/types/cfn-resource-types/aws-workspacesweb-truststore.js +3 -0
  2612. package/src/types/cfn-resource-types/aws-workspacesweb-useraccessloggingsettings.d.ts +20 -0
  2613. package/src/types/cfn-resource-types/aws-workspacesweb-useraccessloggingsettings.js +3 -0
  2614. package/src/types/cfn-resource-types/aws-workspacesweb-usersettings.d.ts +52 -0
  2615. package/src/types/cfn-resource-types/aws-workspacesweb-usersettings.js +3 -0
  2616. package/src/types/cfn-resource-types/aws-xray-group.d.ts +43 -0
  2617. package/src/types/cfn-resource-types/aws-xray-group.js +3 -0
  2618. package/src/types/cfn-resource-types/aws-xray-resourcepolicy.d.ts +17 -0
  2619. package/src/types/cfn-resource-types/aws-xray-resourcepolicy.js +3 -0
  2620. package/src/types/cfn-resource-types/aws-xray-samplingrule.d.ts +148 -0
  2621. package/src/types/cfn-resource-types/aws-xray-samplingrule.js +3 -0
  2622. package/src/types/cfn-resource-types.d.ts +2614 -0
  2623. package/src/types/cfn-resource-types.js +2642 -0
  2624. package/tsconfig.json +41 -0
@@ -0,0 +1,3975 @@
1
+ export type DayOfTheWeek = ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY");
2
+ export type WidgetStatus = ("ENABLED" | "DISABLED");
3
+ export type FilterNullOption = ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY");
4
+ export type CategoryFilterMatchOperator = ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH");
5
+ export type CategoryFilterSelectAllOptions = "FILTER_ALL_VALUES";
6
+ export type SheetControlSliderType = ("SINGLE_POINT" | "RANGE");
7
+ export type Visibility = ("HIDDEN" | "VISIBLE");
8
+ export type FontStyle = ("NORMAL" | "ITALIC");
9
+ export type RelativeFontSize = ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE");
10
+ export type FontDecoration = ("UNDERLINE" | "NONE");
11
+ export type FontWeightName = ("NORMAL" | "BOLD");
12
+ export type SheetControlListType = ("MULTI_SELECT" | "SINGLE_SELECT");
13
+ export type SheetControlDateTimePickerType = ("SINGLE_VALUED" | "DATE_RANGE");
14
+ export type SimpleAttributeAggregationFunction = "UNIQUE_VALUE";
15
+ export type DateAggregationFunction = ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX");
16
+ export type SimpleNumericalAggregationFunction = ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN");
17
+ export type CategoricalAggregationFunction = ("COUNT" | "DISTINCT_COUNT");
18
+ export type NumericEqualityMatchOperator = ("EQUALS" | "DOES_NOT_EQUAL");
19
+ export type NumericFilterSelectAllOptions = "FILTER_ALL_VALUES";
20
+ export type TimeGranularity = ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND");
21
+ export type RelativeDateType = ("PREVIOUS" | "THIS" | "LAST" | "NOW" | "NEXT");
22
+ export type AnchorOption = "NOW";
23
+ export type SortDirection = ("ASC" | "DESC");
24
+ export type CrossDatasetTypes = ("ALL_DATASETS" | "SINGLE_DATASET");
25
+ export type FilterVisualScope = ("ALL_VISUALS" | "SELECTED_VISUALS");
26
+ export type ColumnRole = ("DIMENSION" | "MEASURE");
27
+ export type NegativeValueDisplayMode = ("POSITIVE" | "NEGATIVE");
28
+ export type NumberScale = ("NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS");
29
+ export type NumericSeparatorSymbol = ("COMMA" | "DOT" | "SPACE");
30
+ export type SpecialValue = ("EMPTY" | "NULL" | "OTHER");
31
+ export type SheetContentType = ("PAGINATED" | "INTERACTIVE");
32
+ export type ResizeOption = ("FIXED" | "RESPONSIVE");
33
+ export type PaperSize = ("US_LETTER" | "US_LEGAL" | "US_TABLOID_LEDGER" | "A0" | "A1" | "A2" | "A3" | "A4" | "A5" | "JIS_B4" | "JIS_B5");
34
+ export type PaperOrientation = ("PORTRAIT" | "LANDSCAPE");
35
+ export type LayoutElementType = ("VISUAL" | "FILTER_CONTROL" | "PARAMETER_CONTROL" | "TEXT_BOX");
36
+ export type SectionPageBreakStatus = ("ENABLED" | "DISABLED");
37
+ export type OtherCategories = ("INCLUDE" | "EXCLUDE");
38
+ export type DataLabelPosition = ("INSIDE" | "OUTSIDE" | "LEFT" | "TOP" | "BOTTOM" | "RIGHT");
39
+ export type FunnelChartMeasureDataLabelStyle = ("VALUE_ONLY" | "PERCENTAGE_BY_FIRST_STAGE" | "PERCENTAGE_BY_PREVIOUS_STAGE" | "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" | "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE");
40
+ export type SelectedTooltipType = ("BASIC" | "DETAILED");
41
+ export type TooltipTarget = ("BOTH" | "BAR" | "LINE");
42
+ export type TooltipTitleType = ("NONE" | "PRIMARY_VALUE");
43
+ export type PivotTableDataPathType = ("HIERARCHY_ROWS_LAYOUT_COLUMN" | "MULTIPLE_ROW_METRICS_COLUMN" | "EMPTY_COLUMN_HEADER" | "COUNT_METRIC_COLUMN");
44
+ export type VisualCustomActionTrigger = ("DATA_POINT_CLICK" | "DATA_POINT_MENU");
45
+ export type SelectAllValueOptions = "ALL_VALUES";
46
+ export type SelectedFieldOptions = "ALL_FIELDS";
47
+ export type TargetVisualOptions = "ALL_VISUALS";
48
+ export type URLTargetConfiguration = ("NEW_TAB" | "NEW_WINDOW" | "SAME_TAB");
49
+ export type LegendPosition = ("AUTO" | "RIGHT" | "BOTTOM" | "TOP");
50
+ export type BaseMapStyleType = ("LIGHT_GRAY" | "DARK_GRAY" | "STREET" | "IMAGERY");
51
+ export type MapZoomMode = ("AUTO" | "MANUAL");
52
+ export type AxisBinding = ("PRIMARY_YAXIS" | "SECONDARY_YAXIS");
53
+ export type ReferenceLineSeriesType = ("BAR" | "LINE");
54
+ export type ReferenceLineLabelHorizontalPosition = ("LEFT" | "CENTER" | "RIGHT");
55
+ export type ReferenceLineValueLabelRelativePosition = ("BEFORE_CUSTOM_LABEL" | "AFTER_CUSTOM_LABEL");
56
+ export type ReferenceLineLabelVerticalPosition = ("ABOVE" | "BELOW");
57
+ export type ReferenceLinePatternType = ("SOLID" | "DASHED" | "DOTTED");
58
+ export type BoxPlotFillStyle = ("SOLID" | "TRANSPARENT");
59
+ export type DataLabelContent = ("VALUE" | "PERCENT" | "VALUE_AND_PERCENT");
60
+ export type DataLabelOverlap = ("DISABLE_OVERLAP" | "ENABLE_OVERLAP");
61
+ export type CustomContentType = ("IMAGE" | "OTHER_EMBEDDED_CONTENT");
62
+ export type CustomContentImageScalingConfiguration = ("FIT_TO_HEIGHT" | "FIT_TO_WIDTH" | "DO_NOT_SCALE" | "SCALE_TO_VISUAL");
63
+ export type ArcThickness = ("SMALL" | "MEDIUM" | "LARGE" | "WHOLE");
64
+ export type PanelBorderStyle = ("SOLID" | "DASHED" | "DOTTED");
65
+ export type HorizontalTextAlignment = ("LEFT" | "CENTER" | "RIGHT" | "AUTO");
66
+ export type SmallMultiplesAxisPlacement = ("OUTSIDE" | "INSIDE");
67
+ export type SmallMultiplesAxisScale = ("SHARED" | "INDEPENDENT");
68
+ export type ConditionalFormattingIconDisplayOption = "ICON_ONLY";
69
+ export type Icon = ("CARET_UP" | "CARET_DOWN" | "PLUS" | "MINUS" | "ARROW_UP" | "ARROW_DOWN" | "ARROW_LEFT" | "ARROW_UP_LEFT" | "ARROW_DOWN_LEFT" | "ARROW_RIGHT" | "ARROW_UP_RIGHT" | "ARROW_DOWN_RIGHT" | "FACE_UP" | "FACE_DOWN" | "FACE_FLAT" | "ONE_BAR" | "TWO_BAR" | "THREE_BAR" | "CIRCLE" | "TRIANGLE" | "SQUARE" | "FLAG" | "THUMBS_UP" | "THUMBS_DOWN" | "CHECKMARK" | "X");
70
+ export type ConditionalFormattingIconSetType = ("PLUS_MINUS" | "CHECK_X" | "THREE_COLOR_ARROW" | "THREE_GRAY_ARROW" | "CARET_UP_MINUS_DOWN" | "THREE_SHAPE" | "THREE_CIRCLE" | "FLAGS" | "BARS" | "FOUR_COLOR_ARROW" | "FOUR_GRAY_ARROW");
71
+ export type KPIVisualStandardLayoutType = ("CLASSIC" | "VERTICAL");
72
+ export type ComparisonMethod = ("DIFFERENCE" | "PERCENT_DIFFERENCE" | "PERCENT");
73
+ export type PrimaryValueDisplayType = ("HIDDEN" | "COMPARISON" | "ACTUAL");
74
+ export type KPISparklineType = ("LINE" | "AREA");
75
+ export type HistogramBinType = ("BIN_COUNT" | "BIN_WIDTH");
76
+ export type VerticalTextAlignment = ("TOP" | "MIDDLE" | "BOTTOM" | "AUTO");
77
+ export type TableBorderStyle = ("NONE" | "SOLID");
78
+ export type TextWrap = ("NONE" | "WRAP");
79
+ export type TableOrientation = ("VERTICAL" | "HORIZONTAL");
80
+ export type TableFieldIconSetType = "LINK";
81
+ export type TableCellImageScalingConfiguration = ("FIT_TO_CELL_HEIGHT" | "FIT_TO_CELL_WIDTH" | "DO_NOT_SCALE");
82
+ export type SimpleTotalAggregationFunction = ("DEFAULT" | "SUM" | "AVERAGE" | "MIN" | "MAX" | "NONE");
83
+ export type TableTotalsScrollStatus = ("PINNED" | "SCROLLED");
84
+ export type TableTotalsPlacement = ("START" | "END" | "AUTO");
85
+ export type PivotTableConditionalFormattingScopeRole = ("FIELD" | "FIELD_TOTAL" | "GRAND_TOTAL");
86
+ export type PivotTableRowsLayout = ("TABULAR" | "HIERARCHY");
87
+ export type PivotTableMetricPlacement = ("ROW" | "COLUMN");
88
+ export type PivotTableFieldCollapseState = ("COLLAPSED" | "EXPANDED");
89
+ export type PivotTableSubtotalLevel = ("ALL" | "CUSTOM" | "LAST");
90
+ export type StyledCellType = ("TOTAL" | "METRIC_HEADER" | "VALUE");
91
+ export type GeospatialSelectedPointStyle = ("POINT" | "CLUSTER" | "HEATMAP");
92
+ export type BarChartOrientation = ("HORIZONTAL" | "VERTICAL");
93
+ export type BarsArrangement = ("CLUSTERED" | "STACKED" | "STACKED_PERCENT");
94
+ export type RadarChartShape = ("CIRCLE" | "POLYGON");
95
+ export type RadarChartAxesRangeScale = ("AUTO" | "INDEPENDENT" | "SHARED");
96
+ export type ColorFillType = ("DISCRETE" | "GRADIENT");
97
+ export type SingleYAxisOption = "PRIMARY_Y_AXIS";
98
+ export type WordCloudWordOrientation = ("HORIZONTAL" | "HORIZONTAL_AND_VERTICAL");
99
+ export type WordCloudWordScaling = ("EMPHASIZE" | "NORMAL");
100
+ export type WordCloudCloudLayout = ("FLUID" | "NORMAL");
101
+ export type WordCloudWordCasing = ("LOWER_CASE" | "EXISTING_CASE");
102
+ export type WordCloudWordPadding = ("NONE" | "SMALL" | "MEDIUM" | "LARGE");
103
+ export type TopBottomComputationType = ("TOP" | "BOTTOM");
104
+ export type ForecastComputationSeasonality = ("AUTOMATIC" | "CUSTOM");
105
+ export type MaximumMinimumComputationType = ("MAXIMUM" | "MINIMUM");
106
+ export type TopBottomSortOrder = ("PERCENT_DIFFERENCE" | "ABSOLUTE_DIFFERENCE");
107
+ export type ArcThicknessOptions = ("SMALL" | "MEDIUM" | "LARGE");
108
+ export type MissingDataTreatmentOption = ("INTERPOLATE" | "SHOW_AS_ZERO" | "SHOW_AS_BLANK");
109
+ export type LineInterpolation = ("LINEAR" | "SMOOTH" | "STEPPED");
110
+ export type LineChartLineStyle = ("SOLID" | "DOTTED" | "DASHED");
111
+ export type LineChartMarkerShape = ("CIRCLE" | "TRIANGLE" | "SQUARE" | "DIAMOND" | "ROUNDED_SQUARE");
112
+ export type LineChartType = ("LINE" | "AREA" | "STACKED_AREA");
113
+ export type ParameterValueType = ("MULTI_VALUED" | "SINGLE_VALUED");
114
+ export type ValueWhenUnsetOption = ("RECOMMENDED_VALUE" | "NULL");
115
+ export type ValidationStrategyMode = ("STRICT" | "LENIENT");
116
+ export type DashboardUIState = ("EXPANDED" | "COLLAPSED");
117
+ export type DashboardBehavior = ("ENABLED" | "DISABLED");
118
+ export type ResourceStatus = ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED");
119
+ export type DashboardErrorType = ("ACCESS_DENIED" | "SOURCE_NOT_FOUND" | "DATA_SET_NOT_FOUND" | "INTERNAL_FAILURE" | "PARAMETER_VALUE_INCOMPATIBLE" | "PARAMETER_TYPE_INVALID" | "PARAMETER_NOT_FOUND" | "COLUMN_TYPE_MISMATCH" | "COLUMN_GEOGRAPHIC_ROLE_MISMATCH" | "COLUMN_REPLACEMENT_MISSING");
120
+ /**
121
+ * Definition of the AWS::QuickSight::Dashboard Resource Type.
122
+ */
123
+ export interface _AWS_QUICKSIGHT_DASHBOARD {
124
+ /**
125
+ * <p>The time that this dashboard was created.</p>
126
+ */
127
+ CreatedTime?: string;
128
+ Parameters?: Parameters;
129
+ VersionDescription?: string;
130
+ SourceEntity?: DashboardSourceEntity;
131
+ ThemeArn?: string;
132
+ Definition?: DashboardVersionDefinition;
133
+ /**
134
+ * <p>The last time that this dashboard was updated.</p>
135
+ */
136
+ LastUpdatedTime?: string;
137
+ ValidationStrategy?: ValidationStrategy;
138
+ DashboardId: string;
139
+ LinkSharingConfiguration?: LinkSharingConfiguration;
140
+ Name: string;
141
+ DashboardPublishOptions?: DashboardPublishOptions;
142
+ /**
143
+ * <p>The last time that this dashboard was published.</p>
144
+ */
145
+ LastPublishedTime?: string;
146
+ Version?: DashboardVersion;
147
+ AwsAccountId: string;
148
+ /**
149
+ * @minItems 1
150
+ * @maxItems 64
151
+ */
152
+ Permissions?: ResourcePermission[];
153
+ /**
154
+ * @minItems 0
155
+ * @maxItems 5
156
+ */
157
+ LinkEntities?: string[];
158
+ /**
159
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
160
+ */
161
+ Arn?: string;
162
+ /**
163
+ * @minItems 1
164
+ * @maxItems 200
165
+ */
166
+ Tags?: Tag[];
167
+ }
168
+ /**
169
+ * <p>A list of Amazon QuickSight parameters and the list's override values.</p>
170
+ */
171
+ export interface Parameters {
172
+ /**
173
+ * <p>The parameters that have a data type of string.</p>
174
+ *
175
+ * @minItems 0
176
+ * @maxItems 100
177
+ */
178
+ StringParameters?: StringParameter[];
179
+ /**
180
+ * <p>The parameters that have a data type of decimal.</p>
181
+ *
182
+ * @minItems 0
183
+ * @maxItems 100
184
+ */
185
+ DecimalParameters?: DecimalParameter[];
186
+ /**
187
+ * <p>The parameters that have a data type of integer.</p>
188
+ *
189
+ * @minItems 0
190
+ * @maxItems 100
191
+ */
192
+ IntegerParameters?: IntegerParameter[];
193
+ /**
194
+ * <p>The parameters that have a data type of date-time.</p>
195
+ *
196
+ * @minItems 0
197
+ * @maxItems 100
198
+ */
199
+ DateTimeParameters?: DateTimeParameter[];
200
+ }
201
+ /**
202
+ * <p>A string parameter.</p>
203
+ */
204
+ export interface StringParameter {
205
+ /**
206
+ * <p>The values of a string parameter.</p>
207
+ */
208
+ Values: string[];
209
+ /**
210
+ * <p>A display name for a string parameter.</p>
211
+ */
212
+ Name: string;
213
+ }
214
+ /**
215
+ * <p>A decimal parameter.</p>
216
+ */
217
+ export interface DecimalParameter {
218
+ /**
219
+ * <p>The values for the decimal parameter.</p>
220
+ */
221
+ Values: number[];
222
+ /**
223
+ * <p>A display name for the decimal parameter.</p>
224
+ */
225
+ Name: string;
226
+ }
227
+ /**
228
+ * <p>An integer parameter.</p>
229
+ */
230
+ export interface IntegerParameter {
231
+ /**
232
+ * <p>The values for the integer parameter.</p>
233
+ */
234
+ Values: number[];
235
+ /**
236
+ * <p>The name of the integer parameter.</p>
237
+ */
238
+ Name: string;
239
+ }
240
+ /**
241
+ * <p>A date-time parameter.</p>
242
+ */
243
+ export interface DateTimeParameter {
244
+ /**
245
+ * <p>The values for the date-time parameter.</p>
246
+ */
247
+ Values: string[];
248
+ /**
249
+ * <p>A display name for the date-time parameter.</p>
250
+ */
251
+ Name: string;
252
+ }
253
+ /**
254
+ * <p>Dashboard source entity.</p>
255
+ */
256
+ export interface DashboardSourceEntity {
257
+ SourceTemplate?: DashboardSourceTemplate;
258
+ }
259
+ /**
260
+ * <p>Dashboard source template.</p>
261
+ */
262
+ export interface DashboardSourceTemplate {
263
+ /**
264
+ * <p>Dataset references.</p>
265
+ *
266
+ * @minItems 1
267
+ */
268
+ DataSetReferences: DataSetReference[];
269
+ /**
270
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
271
+ */
272
+ Arn: string;
273
+ }
274
+ /**
275
+ * <p>Dataset reference.</p>
276
+ */
277
+ export interface DataSetReference {
278
+ /**
279
+ * <p>Dataset Amazon Resource Name (ARN).</p>
280
+ */
281
+ DataSetArn: string;
282
+ /**
283
+ * <p>Dataset placeholder.</p>
284
+ */
285
+ DataSetPlaceholder: string;
286
+ }
287
+ export interface DashboardVersionDefinition {
288
+ Options?: AssetOptions;
289
+ /**
290
+ * @minItems 0
291
+ * @maxItems 2000
292
+ */
293
+ FilterGroups?: FilterGroup[];
294
+ /**
295
+ * @minItems 0
296
+ * @maxItems 500
297
+ */
298
+ CalculatedFields?: CalculatedField[];
299
+ /**
300
+ * @minItems 1
301
+ * @maxItems 50
302
+ */
303
+ DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[];
304
+ /**
305
+ * @minItems 0
306
+ * @maxItems 2000
307
+ */
308
+ ColumnConfigurations?: ColumnConfiguration[];
309
+ AnalysisDefaults?: AnalysisDefaults;
310
+ /**
311
+ * @minItems 0
312
+ * @maxItems 20
313
+ */
314
+ Sheets?: SheetDefinition[];
315
+ /**
316
+ * @minItems 0
317
+ * @maxItems 200
318
+ */
319
+ ParameterDeclarations?: ParameterDeclaration[];
320
+ }
321
+ export interface AssetOptions {
322
+ Timezone?: string;
323
+ WeekStart?: DayOfTheWeek;
324
+ }
325
+ export interface FilterGroup {
326
+ Status?: WidgetStatus;
327
+ /**
328
+ * @minItems 0
329
+ * @maxItems 20
330
+ */
331
+ Filters: Filter[];
332
+ CrossDataset: CrossDatasetTypes;
333
+ ScopeConfiguration: FilterScopeConfiguration;
334
+ FilterGroupId: string;
335
+ }
336
+ export interface Filter {
337
+ NestedFilter?: NestedFilter;
338
+ NumericEqualityFilter?: NumericEqualityFilter;
339
+ NumericRangeFilter?: NumericRangeFilter;
340
+ TimeRangeFilter?: TimeRangeFilter;
341
+ RelativeDatesFilter?: RelativeDatesFilter;
342
+ TopBottomFilter?: TopBottomFilter;
343
+ TimeEqualityFilter?: TimeEqualityFilter;
344
+ CategoryFilter?: CategoryFilter;
345
+ }
346
+ export interface NestedFilter {
347
+ Column: ColumnIdentifier;
348
+ InnerFilter: InnerFilter;
349
+ IncludeInnerSet: boolean;
350
+ FilterId: string;
351
+ }
352
+ export interface ColumnIdentifier {
353
+ ColumnName: string;
354
+ DataSetIdentifier: string;
355
+ }
356
+ export interface InnerFilter {
357
+ CategoryInnerFilter?: CategoryInnerFilter;
358
+ }
359
+ export interface CategoryInnerFilter {
360
+ Configuration: CategoryFilterConfiguration;
361
+ Column: ColumnIdentifier;
362
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
363
+ }
364
+ export interface CategoryFilterConfiguration {
365
+ CustomFilterListConfiguration?: CustomFilterListConfiguration;
366
+ CustomFilterConfiguration?: CustomFilterConfiguration;
367
+ FilterListConfiguration?: FilterListConfiguration;
368
+ }
369
+ export interface CustomFilterListConfiguration {
370
+ /**
371
+ * @minItems 0
372
+ * @maxItems 100000
373
+ */
374
+ CategoryValues?: string[];
375
+ NullOption: FilterNullOption;
376
+ MatchOperator: CategoryFilterMatchOperator;
377
+ SelectAllOptions?: CategoryFilterSelectAllOptions;
378
+ }
379
+ export interface CustomFilterConfiguration {
380
+ CategoryValue?: string;
381
+ ParameterName?: string;
382
+ NullOption: FilterNullOption;
383
+ MatchOperator: CategoryFilterMatchOperator;
384
+ SelectAllOptions?: CategoryFilterSelectAllOptions;
385
+ }
386
+ export interface FilterListConfiguration {
387
+ /**
388
+ * @minItems 0
389
+ * @maxItems 100000
390
+ */
391
+ CategoryValues?: string[];
392
+ NullOption?: FilterNullOption;
393
+ MatchOperator: CategoryFilterMatchOperator;
394
+ SelectAllOptions?: CategoryFilterSelectAllOptions;
395
+ }
396
+ export interface DefaultFilterControlConfiguration {
397
+ ControlOptions: DefaultFilterControlOptions;
398
+ Title: string;
399
+ }
400
+ export interface DefaultFilterControlOptions {
401
+ DefaultSliderOptions?: DefaultSliderControlOptions;
402
+ DefaultRelativeDateTimeOptions?: DefaultRelativeDateTimeControlOptions;
403
+ DefaultTextFieldOptions?: DefaultTextFieldControlOptions;
404
+ DefaultTextAreaOptions?: DefaultTextAreaControlOptions;
405
+ DefaultDropdownOptions?: DefaultFilterDropDownControlOptions;
406
+ DefaultDateTimePickerOptions?: DefaultDateTimePickerControlOptions;
407
+ DefaultListOptions?: DefaultFilterListControlOptions;
408
+ }
409
+ export interface DefaultSliderControlOptions {
410
+ Type?: SheetControlSliderType;
411
+ StepSize: number;
412
+ DisplayOptions?: SliderControlDisplayOptions;
413
+ MaximumValue: number;
414
+ MinimumValue: number;
415
+ }
416
+ export interface SliderControlDisplayOptions {
417
+ TitleOptions?: LabelOptions;
418
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
419
+ }
420
+ export interface LabelOptions {
421
+ CustomLabel?: string;
422
+ Visibility?: Visibility;
423
+ FontConfiguration?: FontConfiguration;
424
+ }
425
+ export interface FontConfiguration {
426
+ FontStyle?: FontStyle;
427
+ FontSize?: FontSize;
428
+ FontDecoration?: FontDecoration;
429
+ FontColor?: string;
430
+ FontWeight?: FontWeight;
431
+ }
432
+ export interface FontSize {
433
+ Relative?: RelativeFontSize;
434
+ }
435
+ export interface FontWeight {
436
+ Name?: FontWeightName;
437
+ }
438
+ export interface SheetControlInfoIconLabelOptions {
439
+ Visibility?: Visibility;
440
+ InfoIconText?: string;
441
+ }
442
+ export interface DefaultRelativeDateTimeControlOptions {
443
+ DisplayOptions?: RelativeDateTimeControlDisplayOptions;
444
+ }
445
+ export interface RelativeDateTimeControlDisplayOptions {
446
+ TitleOptions?: LabelOptions;
447
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
448
+ DateTimeFormat?: string;
449
+ }
450
+ export interface DefaultTextFieldControlOptions {
451
+ DisplayOptions?: TextFieldControlDisplayOptions;
452
+ }
453
+ export interface TextFieldControlDisplayOptions {
454
+ TitleOptions?: LabelOptions;
455
+ PlaceholderOptions?: TextControlPlaceholderOptions;
456
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
457
+ }
458
+ export interface TextControlPlaceholderOptions {
459
+ Visibility?: Visibility;
460
+ }
461
+ export interface DefaultTextAreaControlOptions {
462
+ Delimiter?: string;
463
+ DisplayOptions?: TextAreaControlDisplayOptions;
464
+ }
465
+ export interface TextAreaControlDisplayOptions {
466
+ TitleOptions?: LabelOptions;
467
+ PlaceholderOptions?: TextControlPlaceholderOptions;
468
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
469
+ }
470
+ export interface DefaultFilterDropDownControlOptions {
471
+ Type?: SheetControlListType;
472
+ DisplayOptions?: DropDownControlDisplayOptions;
473
+ SelectableValues?: FilterSelectableValues;
474
+ }
475
+ export interface DropDownControlDisplayOptions {
476
+ TitleOptions?: LabelOptions;
477
+ SelectAllOptions?: ListControlSelectAllOptions;
478
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
479
+ }
480
+ export interface ListControlSelectAllOptions {
481
+ Visibility?: Visibility;
482
+ }
483
+ export interface FilterSelectableValues {
484
+ /**
485
+ * @minItems 0
486
+ * @maxItems 50000
487
+ */
488
+ Values?: string[];
489
+ }
490
+ export interface DefaultDateTimePickerControlOptions {
491
+ Type?: SheetControlDateTimePickerType;
492
+ DisplayOptions?: DateTimePickerControlDisplayOptions;
493
+ }
494
+ export interface DateTimePickerControlDisplayOptions {
495
+ TitleOptions?: LabelOptions;
496
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
497
+ DateTimeFormat?: string;
498
+ }
499
+ export interface DefaultFilterListControlOptions {
500
+ Type?: SheetControlListType;
501
+ DisplayOptions?: ListControlDisplayOptions;
502
+ SelectableValues?: FilterSelectableValues;
503
+ }
504
+ export interface ListControlDisplayOptions {
505
+ TitleOptions?: LabelOptions;
506
+ SearchOptions?: ListControlSearchOptions;
507
+ SelectAllOptions?: ListControlSelectAllOptions;
508
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
509
+ }
510
+ export interface ListControlSearchOptions {
511
+ Visibility?: Visibility;
512
+ }
513
+ export interface NumericEqualityFilter {
514
+ AggregationFunction?: AggregationFunction;
515
+ Column: ColumnIdentifier;
516
+ Value?: number;
517
+ ParameterName?: string;
518
+ NullOption: FilterNullOption;
519
+ MatchOperator: NumericEqualityMatchOperator;
520
+ SelectAllOptions?: NumericFilterSelectAllOptions;
521
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
522
+ FilterId: string;
523
+ }
524
+ export interface AggregationFunction {
525
+ AttributeAggregationFunction?: AttributeAggregationFunction;
526
+ DateAggregationFunction?: DateAggregationFunction;
527
+ NumericalAggregationFunction?: NumericalAggregationFunction;
528
+ CategoricalAggregationFunction?: CategoricalAggregationFunction;
529
+ }
530
+ export interface AttributeAggregationFunction {
531
+ SimpleAttributeAggregation?: SimpleAttributeAggregationFunction;
532
+ ValueForMultipleValues?: string;
533
+ }
534
+ export interface NumericalAggregationFunction {
535
+ PercentileAggregation?: PercentileAggregation;
536
+ SimpleNumericalAggregation?: SimpleNumericalAggregationFunction;
537
+ }
538
+ export interface PercentileAggregation {
539
+ PercentileValue?: number;
540
+ }
541
+ export interface NumericRangeFilter {
542
+ AggregationFunction?: AggregationFunction;
543
+ Column: ColumnIdentifier;
544
+ IncludeMaximum?: boolean;
545
+ RangeMinimum?: NumericRangeFilterValue;
546
+ NullOption: FilterNullOption;
547
+ SelectAllOptions?: NumericFilterSelectAllOptions;
548
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
549
+ FilterId: string;
550
+ RangeMaximum?: NumericRangeFilterValue;
551
+ IncludeMinimum?: boolean;
552
+ }
553
+ export interface NumericRangeFilterValue {
554
+ StaticValue?: number;
555
+ Parameter?: string;
556
+ }
557
+ export interface TimeRangeFilter {
558
+ RangeMinimumValue?: TimeRangeFilterValue;
559
+ Column: ColumnIdentifier;
560
+ RangeMaximumValue?: TimeRangeFilterValue;
561
+ IncludeMaximum?: boolean;
562
+ TimeGranularity?: TimeGranularity;
563
+ NullOption: FilterNullOption;
564
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
565
+ FilterId: string;
566
+ IncludeMinimum?: boolean;
567
+ ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
568
+ }
569
+ export interface TimeRangeFilterValue {
570
+ RollingDate?: RollingDateConfiguration;
571
+ StaticValue?: string;
572
+ Parameter?: string;
573
+ }
574
+ export interface RollingDateConfiguration {
575
+ Expression: string;
576
+ DataSetIdentifier?: string;
577
+ }
578
+ export interface ExcludePeriodConfiguration {
579
+ Status?: WidgetStatus;
580
+ Amount: number;
581
+ Granularity: TimeGranularity;
582
+ }
583
+ export interface RelativeDatesFilter {
584
+ RelativeDateValue?: number;
585
+ Column: ColumnIdentifier;
586
+ RelativeDateType: RelativeDateType;
587
+ TimeGranularity: TimeGranularity;
588
+ ParameterName?: string;
589
+ NullOption: FilterNullOption;
590
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
591
+ FilterId: string;
592
+ AnchorDateConfiguration: AnchorDateConfiguration;
593
+ MinimumGranularity?: TimeGranularity;
594
+ ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
595
+ }
596
+ export interface AnchorDateConfiguration {
597
+ AnchorOption?: AnchorOption;
598
+ ParameterName?: string;
599
+ }
600
+ export interface TopBottomFilter {
601
+ /**
602
+ * @minItems 0
603
+ * @maxItems 100
604
+ */
605
+ AggregationSortConfigurations: AggregationSortConfiguration[];
606
+ Column: ColumnIdentifier;
607
+ TimeGranularity?: TimeGranularity;
608
+ ParameterName?: string;
609
+ Limit?: number;
610
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
611
+ FilterId: string;
612
+ }
613
+ export interface AggregationSortConfiguration {
614
+ AggregationFunction?: AggregationFunction;
615
+ SortDirection: SortDirection;
616
+ Column: ColumnIdentifier;
617
+ }
618
+ export interface TimeEqualityFilter {
619
+ Column: ColumnIdentifier;
620
+ RollingDate?: RollingDateConfiguration;
621
+ Value?: string;
622
+ TimeGranularity?: TimeGranularity;
623
+ ParameterName?: string;
624
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
625
+ FilterId: string;
626
+ }
627
+ export interface CategoryFilter {
628
+ Configuration: CategoryFilterConfiguration;
629
+ Column: ColumnIdentifier;
630
+ DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
631
+ FilterId: string;
632
+ }
633
+ export interface FilterScopeConfiguration {
634
+ AllSheets?: AllSheetsFilterScopeConfiguration;
635
+ SelectedSheets?: SelectedSheetsFilterScopeConfiguration;
636
+ }
637
+ export interface AllSheetsFilterScopeConfiguration {
638
+ }
639
+ export interface SelectedSheetsFilterScopeConfiguration {
640
+ /**
641
+ * @minItems 1
642
+ * @maxItems 50
643
+ */
644
+ SheetVisualScopingConfigurations?: SheetVisualScopingConfiguration[];
645
+ }
646
+ export interface SheetVisualScopingConfiguration {
647
+ Scope: FilterVisualScope;
648
+ SheetId: string;
649
+ /**
650
+ * @minItems 0
651
+ * @maxItems 50
652
+ */
653
+ VisualIds?: string[];
654
+ }
655
+ export interface CalculatedField {
656
+ Expression: string;
657
+ DataSetIdentifier: string;
658
+ Name: string;
659
+ }
660
+ export interface DataSetIdentifierDeclaration {
661
+ Identifier: string;
662
+ DataSetArn: string;
663
+ }
664
+ export interface ColumnConfiguration {
665
+ Role?: ColumnRole;
666
+ FormatConfiguration?: FormatConfiguration;
667
+ Column: ColumnIdentifier;
668
+ ColorsConfiguration?: ColorsConfiguration;
669
+ }
670
+ export interface FormatConfiguration {
671
+ NumberFormatConfiguration?: NumberFormatConfiguration;
672
+ DateTimeFormatConfiguration?: DateTimeFormatConfiguration;
673
+ StringFormatConfiguration?: StringFormatConfiguration;
674
+ }
675
+ export interface NumberFormatConfiguration {
676
+ FormatConfiguration?: NumericFormatConfiguration;
677
+ }
678
+ export interface NumericFormatConfiguration {
679
+ NumberDisplayFormatConfiguration?: NumberDisplayFormatConfiguration;
680
+ CurrencyDisplayFormatConfiguration?: CurrencyDisplayFormatConfiguration;
681
+ PercentageDisplayFormatConfiguration?: PercentageDisplayFormatConfiguration;
682
+ }
683
+ export interface NumberDisplayFormatConfiguration {
684
+ NegativeValueConfiguration?: NegativeValueConfiguration;
685
+ DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
686
+ NumberScale?: NumberScale;
687
+ NullValueFormatConfiguration?: NullValueFormatConfiguration;
688
+ Suffix?: string;
689
+ SeparatorConfiguration?: NumericSeparatorConfiguration;
690
+ Prefix?: string;
691
+ }
692
+ export interface NegativeValueConfiguration {
693
+ DisplayMode: NegativeValueDisplayMode;
694
+ }
695
+ export interface DecimalPlacesConfiguration {
696
+ DecimalPlaces: number;
697
+ }
698
+ export interface NullValueFormatConfiguration {
699
+ NullString: string;
700
+ }
701
+ export interface NumericSeparatorConfiguration {
702
+ DecimalSeparator?: NumericSeparatorSymbol;
703
+ ThousandsSeparator?: ThousandSeparatorOptions;
704
+ }
705
+ export interface ThousandSeparatorOptions {
706
+ Symbol?: NumericSeparatorSymbol;
707
+ Visibility?: Visibility;
708
+ }
709
+ export interface CurrencyDisplayFormatConfiguration {
710
+ NegativeValueConfiguration?: NegativeValueConfiguration;
711
+ DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
712
+ NumberScale?: NumberScale;
713
+ NullValueFormatConfiguration?: NullValueFormatConfiguration;
714
+ Suffix?: string;
715
+ SeparatorConfiguration?: NumericSeparatorConfiguration;
716
+ Symbol?: string;
717
+ Prefix?: string;
718
+ }
719
+ export interface PercentageDisplayFormatConfiguration {
720
+ NegativeValueConfiguration?: NegativeValueConfiguration;
721
+ DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
722
+ NullValueFormatConfiguration?: NullValueFormatConfiguration;
723
+ Suffix?: string;
724
+ SeparatorConfiguration?: NumericSeparatorConfiguration;
725
+ Prefix?: string;
726
+ }
727
+ export interface DateTimeFormatConfiguration {
728
+ NumericFormatConfiguration?: NumericFormatConfiguration;
729
+ NullValueFormatConfiguration?: NullValueFormatConfiguration;
730
+ DateTimeFormat?: string;
731
+ }
732
+ export interface StringFormatConfiguration {
733
+ NumericFormatConfiguration?: NumericFormatConfiguration;
734
+ NullValueFormatConfiguration?: NullValueFormatConfiguration;
735
+ }
736
+ export interface ColorsConfiguration {
737
+ /**
738
+ * @minItems 0
739
+ * @maxItems 50
740
+ */
741
+ CustomColors?: CustomColor[];
742
+ }
743
+ export interface CustomColor {
744
+ Color: string;
745
+ FieldValue?: string;
746
+ SpecialValue?: SpecialValue;
747
+ }
748
+ export interface AnalysisDefaults {
749
+ DefaultNewSheetConfiguration: DefaultNewSheetConfiguration;
750
+ }
751
+ export interface DefaultNewSheetConfiguration {
752
+ SheetContentType?: SheetContentType;
753
+ InteractiveLayoutConfiguration?: DefaultInteractiveLayoutConfiguration;
754
+ PaginatedLayoutConfiguration?: DefaultPaginatedLayoutConfiguration;
755
+ }
756
+ export interface DefaultInteractiveLayoutConfiguration {
757
+ FreeForm?: DefaultFreeFormLayoutConfiguration;
758
+ Grid?: DefaultGridLayoutConfiguration;
759
+ }
760
+ export interface DefaultFreeFormLayoutConfiguration {
761
+ CanvasSizeOptions: FreeFormLayoutCanvasSizeOptions;
762
+ }
763
+ export interface FreeFormLayoutCanvasSizeOptions {
764
+ ScreenCanvasSizeOptions?: FreeFormLayoutScreenCanvasSizeOptions;
765
+ }
766
+ export interface FreeFormLayoutScreenCanvasSizeOptions {
767
+ /**
768
+ * String based length that is composed of value and unit in px
769
+ */
770
+ OptimizedViewPortWidth: string;
771
+ }
772
+ export interface DefaultGridLayoutConfiguration {
773
+ CanvasSizeOptions: GridLayoutCanvasSizeOptions;
774
+ }
775
+ export interface GridLayoutCanvasSizeOptions {
776
+ ScreenCanvasSizeOptions?: GridLayoutScreenCanvasSizeOptions;
777
+ }
778
+ export interface GridLayoutScreenCanvasSizeOptions {
779
+ /**
780
+ * String based length that is composed of value and unit in px
781
+ */
782
+ OptimizedViewPortWidth?: string;
783
+ ResizeOption: ResizeOption;
784
+ }
785
+ export interface DefaultPaginatedLayoutConfiguration {
786
+ SectionBased?: DefaultSectionBasedLayoutConfiguration;
787
+ }
788
+ export interface DefaultSectionBasedLayoutConfiguration {
789
+ CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptions;
790
+ }
791
+ export interface SectionBasedLayoutCanvasSizeOptions {
792
+ PaperCanvasSizeOptions?: SectionBasedLayoutPaperCanvasSizeOptions;
793
+ }
794
+ export interface SectionBasedLayoutPaperCanvasSizeOptions {
795
+ PaperMargin?: Spacing;
796
+ PaperSize?: PaperSize;
797
+ PaperOrientation?: PaperOrientation;
798
+ }
799
+ export interface Spacing {
800
+ /**
801
+ * String based length that is composed of value and unit
802
+ */
803
+ Left?: string;
804
+ /**
805
+ * String based length that is composed of value and unit
806
+ */
807
+ Top?: string;
808
+ /**
809
+ * String based length that is composed of value and unit
810
+ */
811
+ Right?: string;
812
+ /**
813
+ * String based length that is composed of value and unit
814
+ */
815
+ Bottom?: string;
816
+ }
817
+ export interface SheetDefinition {
818
+ Description?: string;
819
+ /**
820
+ * @minItems 0
821
+ * @maxItems 200
822
+ */
823
+ ParameterControls?: ParameterControl[];
824
+ /**
825
+ * @minItems 0
826
+ * @maxItems 100
827
+ */
828
+ TextBoxes?: SheetTextBox[];
829
+ /**
830
+ * @minItems 1
831
+ * @maxItems 1
832
+ */
833
+ Layouts?: Layout[];
834
+ ContentType?: SheetContentType;
835
+ SheetId: string;
836
+ /**
837
+ * @minItems 0
838
+ * @maxItems 200
839
+ */
840
+ FilterControls?: FilterControl[];
841
+ /**
842
+ * @minItems 0
843
+ * @maxItems 1
844
+ */
845
+ SheetControlLayouts?: SheetControlLayout[];
846
+ Title?: string;
847
+ /**
848
+ * @minItems 0
849
+ * @maxItems 50
850
+ */
851
+ Visuals?: Visual[];
852
+ Name?: string;
853
+ }
854
+ export interface ParameterControl {
855
+ Slider?: ParameterSliderControl;
856
+ TextArea?: ParameterTextAreaControl;
857
+ Dropdown?: ParameterDropDownControl;
858
+ TextField?: ParameterTextFieldControl;
859
+ List?: ParameterListControl;
860
+ DateTimePicker?: ParameterDateTimePickerControl;
861
+ }
862
+ export interface ParameterSliderControl {
863
+ ParameterControlId: string;
864
+ StepSize: number;
865
+ DisplayOptions?: SliderControlDisplayOptions;
866
+ SourceParameterName: string;
867
+ Title: string;
868
+ MaximumValue: number;
869
+ MinimumValue: number;
870
+ }
871
+ export interface ParameterTextAreaControl {
872
+ ParameterControlId: string;
873
+ Delimiter?: string;
874
+ DisplayOptions?: TextAreaControlDisplayOptions;
875
+ SourceParameterName: string;
876
+ Title: string;
877
+ }
878
+ export interface ParameterDropDownControl {
879
+ ParameterControlId: string;
880
+ Type?: SheetControlListType;
881
+ DisplayOptions?: DropDownControlDisplayOptions;
882
+ SourceParameterName: string;
883
+ CascadingControlConfiguration?: CascadingControlConfiguration;
884
+ Title: string;
885
+ SelectableValues?: ParameterSelectableValues;
886
+ }
887
+ export interface CascadingControlConfiguration {
888
+ /**
889
+ * @minItems 0
890
+ * @maxItems 200
891
+ */
892
+ SourceControls?: CascadingControlSource[];
893
+ }
894
+ export interface CascadingControlSource {
895
+ SourceSheetControlId?: string;
896
+ ColumnToMatch?: ColumnIdentifier;
897
+ }
898
+ export interface ParameterSelectableValues {
899
+ LinkToDataSetColumn?: ColumnIdentifier;
900
+ /**
901
+ * @minItems 0
902
+ * @maxItems 50000
903
+ */
904
+ Values?: string[];
905
+ }
906
+ export interface ParameterTextFieldControl {
907
+ ParameterControlId: string;
908
+ DisplayOptions?: TextFieldControlDisplayOptions;
909
+ SourceParameterName: string;
910
+ Title: string;
911
+ }
912
+ export interface ParameterListControl {
913
+ ParameterControlId: string;
914
+ Type?: SheetControlListType;
915
+ DisplayOptions?: ListControlDisplayOptions;
916
+ SourceParameterName: string;
917
+ CascadingControlConfiguration?: CascadingControlConfiguration;
918
+ Title: string;
919
+ SelectableValues?: ParameterSelectableValues;
920
+ }
921
+ export interface ParameterDateTimePickerControl {
922
+ ParameterControlId: string;
923
+ DisplayOptions?: DateTimePickerControlDisplayOptions;
924
+ SourceParameterName: string;
925
+ Title: string;
926
+ }
927
+ export interface SheetTextBox {
928
+ SheetTextBoxId: string;
929
+ Content?: string;
930
+ }
931
+ export interface Layout {
932
+ Configuration: LayoutConfiguration;
933
+ }
934
+ export interface LayoutConfiguration {
935
+ GridLayout?: GridLayoutConfiguration;
936
+ FreeFormLayout?: FreeFormLayoutConfiguration;
937
+ SectionBasedLayout?: SectionBasedLayoutConfiguration;
938
+ }
939
+ export interface GridLayoutConfiguration {
940
+ CanvasSizeOptions?: GridLayoutCanvasSizeOptions;
941
+ /**
942
+ * @minItems 0
943
+ * @maxItems 430
944
+ */
945
+ Elements: GridLayoutElement[];
946
+ }
947
+ export interface GridLayoutElement {
948
+ ElementType: LayoutElementType;
949
+ ColumnSpan: number;
950
+ ColumnIndex?: number;
951
+ RowIndex?: number;
952
+ RowSpan: number;
953
+ ElementId: string;
954
+ }
955
+ export interface FreeFormLayoutConfiguration {
956
+ CanvasSizeOptions?: FreeFormLayoutCanvasSizeOptions;
957
+ /**
958
+ * @minItems 0
959
+ * @maxItems 430
960
+ */
961
+ Elements: FreeFormLayoutElement[];
962
+ }
963
+ export interface FreeFormLayoutElement {
964
+ ElementType: LayoutElementType;
965
+ BorderStyle?: FreeFormLayoutElementBorderStyle;
966
+ /**
967
+ * String based length that is composed of value and unit in px
968
+ */
969
+ Height: string;
970
+ Visibility?: Visibility;
971
+ /**
972
+ * @minItems 0
973
+ * @maxItems 10000
974
+ */
975
+ RenderingRules?: SheetElementRenderingRule[];
976
+ /**
977
+ * String based length that is composed of value and unit in px with Integer.MAX_VALUE as maximum value
978
+ */
979
+ YAxisLocation: string;
980
+ LoadingAnimation?: LoadingAnimation;
981
+ /**
982
+ * String based length that is composed of value and unit in px
983
+ */
984
+ Width: string;
985
+ BackgroundStyle?: FreeFormLayoutElementBackgroundStyle;
986
+ ElementId: string;
987
+ /**
988
+ * String based length that is composed of value and unit in px
989
+ */
990
+ XAxisLocation: string;
991
+ SelectedBorderStyle?: FreeFormLayoutElementBorderStyle;
992
+ }
993
+ export interface FreeFormLayoutElementBorderStyle {
994
+ Color?: string;
995
+ Visibility?: Visibility;
996
+ }
997
+ export interface SheetElementRenderingRule {
998
+ Expression: string;
999
+ ConfigurationOverrides: SheetElementConfigurationOverrides;
1000
+ }
1001
+ export interface SheetElementConfigurationOverrides {
1002
+ Visibility?: Visibility;
1003
+ }
1004
+ export interface LoadingAnimation {
1005
+ Visibility?: Visibility;
1006
+ }
1007
+ export interface FreeFormLayoutElementBackgroundStyle {
1008
+ Color?: string;
1009
+ Visibility?: Visibility;
1010
+ }
1011
+ export interface SectionBasedLayoutConfiguration {
1012
+ CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptions;
1013
+ /**
1014
+ * @minItems 0
1015
+ * @maxItems 1
1016
+ */
1017
+ FooterSections: HeaderFooterSectionConfiguration[];
1018
+ /**
1019
+ * @minItems 0
1020
+ * @maxItems 28
1021
+ */
1022
+ BodySections: BodySectionConfiguration[];
1023
+ /**
1024
+ * @minItems 0
1025
+ * @maxItems 1
1026
+ */
1027
+ HeaderSections: HeaderFooterSectionConfiguration[];
1028
+ }
1029
+ export interface HeaderFooterSectionConfiguration {
1030
+ Layout: SectionLayoutConfiguration;
1031
+ Style?: SectionStyle;
1032
+ SectionId: string;
1033
+ }
1034
+ export interface SectionLayoutConfiguration {
1035
+ FreeFormLayout: FreeFormSectionLayoutConfiguration;
1036
+ }
1037
+ export interface FreeFormSectionLayoutConfiguration {
1038
+ /**
1039
+ * @minItems 0
1040
+ * @maxItems 430
1041
+ */
1042
+ Elements: FreeFormLayoutElement[];
1043
+ }
1044
+ export interface SectionStyle {
1045
+ Padding?: Spacing;
1046
+ /**
1047
+ * String based length that is composed of value and unit in px
1048
+ */
1049
+ Height?: string;
1050
+ }
1051
+ export interface BodySectionConfiguration {
1052
+ Content: BodySectionContent;
1053
+ Style?: SectionStyle;
1054
+ PageBreakConfiguration?: SectionPageBreakConfiguration;
1055
+ SectionId: string;
1056
+ }
1057
+ export interface BodySectionContent {
1058
+ Layout?: SectionLayoutConfiguration;
1059
+ }
1060
+ export interface SectionPageBreakConfiguration {
1061
+ After?: SectionAfterPageBreak;
1062
+ }
1063
+ export interface SectionAfterPageBreak {
1064
+ Status?: SectionPageBreakStatus;
1065
+ }
1066
+ export interface FilterControl {
1067
+ Slider?: FilterSliderControl;
1068
+ TextArea?: FilterTextAreaControl;
1069
+ Dropdown?: FilterDropDownControl;
1070
+ TextField?: FilterTextFieldControl;
1071
+ List?: FilterListControl;
1072
+ DateTimePicker?: FilterDateTimePickerControl;
1073
+ RelativeDateTime?: FilterRelativeDateTimeControl;
1074
+ CrossSheet?: FilterCrossSheetControl;
1075
+ }
1076
+ export interface FilterSliderControl {
1077
+ FilterControlId: string;
1078
+ Type?: SheetControlSliderType;
1079
+ StepSize: number;
1080
+ DisplayOptions?: SliderControlDisplayOptions;
1081
+ Title: string;
1082
+ MaximumValue: number;
1083
+ SourceFilterId: string;
1084
+ MinimumValue: number;
1085
+ }
1086
+ export interface FilterTextAreaControl {
1087
+ FilterControlId: string;
1088
+ Delimiter?: string;
1089
+ DisplayOptions?: TextAreaControlDisplayOptions;
1090
+ Title: string;
1091
+ SourceFilterId: string;
1092
+ }
1093
+ export interface FilterDropDownControl {
1094
+ FilterControlId: string;
1095
+ Type?: SheetControlListType;
1096
+ DisplayOptions?: DropDownControlDisplayOptions;
1097
+ CascadingControlConfiguration?: CascadingControlConfiguration;
1098
+ Title: string;
1099
+ SourceFilterId: string;
1100
+ SelectableValues?: FilterSelectableValues;
1101
+ }
1102
+ export interface FilterTextFieldControl {
1103
+ FilterControlId: string;
1104
+ DisplayOptions?: TextFieldControlDisplayOptions;
1105
+ Title: string;
1106
+ SourceFilterId: string;
1107
+ }
1108
+ export interface FilterListControl {
1109
+ FilterControlId: string;
1110
+ Type?: SheetControlListType;
1111
+ DisplayOptions?: ListControlDisplayOptions;
1112
+ CascadingControlConfiguration?: CascadingControlConfiguration;
1113
+ Title: string;
1114
+ SourceFilterId: string;
1115
+ SelectableValues?: FilterSelectableValues;
1116
+ }
1117
+ export interface FilterDateTimePickerControl {
1118
+ FilterControlId: string;
1119
+ Type?: SheetControlDateTimePickerType;
1120
+ DisplayOptions?: DateTimePickerControlDisplayOptions;
1121
+ Title: string;
1122
+ SourceFilterId: string;
1123
+ }
1124
+ export interface FilterRelativeDateTimeControl {
1125
+ FilterControlId: string;
1126
+ DisplayOptions?: RelativeDateTimeControlDisplayOptions;
1127
+ Title: string;
1128
+ SourceFilterId: string;
1129
+ }
1130
+ export interface FilterCrossSheetControl {
1131
+ FilterControlId: string;
1132
+ CascadingControlConfiguration?: CascadingControlConfiguration;
1133
+ SourceFilterId: string;
1134
+ }
1135
+ export interface SheetControlLayout {
1136
+ Configuration: SheetControlLayoutConfiguration;
1137
+ }
1138
+ export interface SheetControlLayoutConfiguration {
1139
+ GridLayout?: GridLayoutConfiguration;
1140
+ }
1141
+ export interface Visual {
1142
+ FunnelChartVisual?: FunnelChartVisual;
1143
+ FilledMapVisual?: FilledMapVisual;
1144
+ BoxPlotVisual?: BoxPlotVisual;
1145
+ WaterfallVisual?: WaterfallVisual;
1146
+ CustomContentVisual?: CustomContentVisual;
1147
+ PieChartVisual?: PieChartVisual;
1148
+ KPIVisual?: KPIVisual;
1149
+ HistogramVisual?: HistogramVisual;
1150
+ TableVisual?: TableVisual;
1151
+ PivotTableVisual?: PivotTableVisual;
1152
+ GeospatialMapVisual?: GeospatialMapVisual;
1153
+ BarChartVisual?: BarChartVisual;
1154
+ ScatterPlotVisual?: ScatterPlotVisual;
1155
+ RadarChartVisual?: RadarChartVisual;
1156
+ HeatMapVisual?: HeatMapVisual;
1157
+ TreeMapVisual?: TreeMapVisual;
1158
+ ComboChartVisual?: ComboChartVisual;
1159
+ WordCloudVisual?: WordCloudVisual;
1160
+ InsightVisual?: InsightVisual;
1161
+ SankeyDiagramVisual?: SankeyDiagramVisual;
1162
+ GaugeChartVisual?: GaugeChartVisual;
1163
+ LineChartVisual?: LineChartVisual;
1164
+ EmptyVisual?: EmptyVisual;
1165
+ }
1166
+ export interface FunnelChartVisual {
1167
+ Subtitle?: VisualSubtitleLabelOptions;
1168
+ VisualId: string;
1169
+ ChartConfiguration?: FunnelChartConfiguration;
1170
+ /**
1171
+ * @minItems 0
1172
+ * @maxItems 10
1173
+ */
1174
+ Actions?: VisualCustomAction[];
1175
+ Title?: VisualTitleLabelOptions;
1176
+ /**
1177
+ * @minItems 0
1178
+ * @maxItems 2
1179
+ */
1180
+ ColumnHierarchies?: ColumnHierarchy[];
1181
+ }
1182
+ export interface VisualSubtitleLabelOptions {
1183
+ Visibility?: Visibility;
1184
+ FormatText?: LongFormatText;
1185
+ }
1186
+ export interface LongFormatText {
1187
+ RichText?: string;
1188
+ PlainText?: string;
1189
+ }
1190
+ export interface FunnelChartConfiguration {
1191
+ SortConfiguration?: FunnelChartSortConfiguration;
1192
+ DataLabelOptions?: FunnelChartDataLabelOptions;
1193
+ CategoryLabelOptions?: ChartAxisLabelOptions;
1194
+ FieldWells?: FunnelChartFieldWells;
1195
+ Tooltip?: TooltipOptions;
1196
+ ValueLabelOptions?: ChartAxisLabelOptions;
1197
+ VisualPalette?: VisualPalette;
1198
+ }
1199
+ export interface FunnelChartSortConfiguration {
1200
+ CategoryItemsLimit?: ItemsLimitConfiguration;
1201
+ /**
1202
+ * @minItems 0
1203
+ * @maxItems 100
1204
+ */
1205
+ CategorySort?: FieldSortOptions[];
1206
+ }
1207
+ export interface ItemsLimitConfiguration {
1208
+ ItemsLimit?: number;
1209
+ OtherCategories?: OtherCategories;
1210
+ }
1211
+ export interface FieldSortOptions {
1212
+ FieldSort?: FieldSort;
1213
+ ColumnSort?: ColumnSort;
1214
+ }
1215
+ export interface FieldSort {
1216
+ FieldId: string;
1217
+ Direction: SortDirection;
1218
+ }
1219
+ export interface ColumnSort {
1220
+ AggregationFunction?: AggregationFunction;
1221
+ SortBy: ColumnIdentifier;
1222
+ Direction: SortDirection;
1223
+ }
1224
+ export interface FunnelChartDataLabelOptions {
1225
+ MeasureLabelVisibility?: Visibility;
1226
+ Position?: DataLabelPosition;
1227
+ Visibility?: Visibility;
1228
+ CategoryLabelVisibility?: Visibility;
1229
+ LabelColor?: string;
1230
+ MeasureDataLabelStyle?: FunnelChartMeasureDataLabelStyle;
1231
+ LabelFontConfiguration?: FontConfiguration;
1232
+ }
1233
+ export interface ChartAxisLabelOptions {
1234
+ Visibility?: Visibility;
1235
+ SortIconVisibility?: Visibility;
1236
+ /**
1237
+ * @minItems 0
1238
+ * @maxItems 100
1239
+ */
1240
+ AxisLabelOptions?: AxisLabelOptions[];
1241
+ }
1242
+ export interface AxisLabelOptions {
1243
+ CustomLabel?: string;
1244
+ ApplyTo?: AxisLabelReferenceOptions;
1245
+ FontConfiguration?: FontConfiguration;
1246
+ }
1247
+ export interface AxisLabelReferenceOptions {
1248
+ Column: ColumnIdentifier;
1249
+ FieldId: string;
1250
+ }
1251
+ export interface FunnelChartFieldWells {
1252
+ FunnelChartAggregatedFieldWells?: FunnelChartAggregatedFieldWells;
1253
+ }
1254
+ export interface FunnelChartAggregatedFieldWells {
1255
+ /**
1256
+ * @minItems 0
1257
+ * @maxItems 1
1258
+ */
1259
+ Category?: DimensionField[];
1260
+ /**
1261
+ * @minItems 0
1262
+ * @maxItems 1
1263
+ */
1264
+ Values?: MeasureField[];
1265
+ }
1266
+ export interface DimensionField {
1267
+ DateDimensionField?: DateDimensionField;
1268
+ NumericalDimensionField?: NumericalDimensionField;
1269
+ CategoricalDimensionField?: CategoricalDimensionField;
1270
+ }
1271
+ export interface DateDimensionField {
1272
+ HierarchyId?: string;
1273
+ FormatConfiguration?: DateTimeFormatConfiguration;
1274
+ Column: ColumnIdentifier;
1275
+ FieldId: string;
1276
+ DateGranularity?: TimeGranularity;
1277
+ }
1278
+ export interface NumericalDimensionField {
1279
+ HierarchyId?: string;
1280
+ FormatConfiguration?: NumberFormatConfiguration;
1281
+ Column: ColumnIdentifier;
1282
+ FieldId: string;
1283
+ }
1284
+ export interface CategoricalDimensionField {
1285
+ HierarchyId?: string;
1286
+ FormatConfiguration?: StringFormatConfiguration;
1287
+ Column: ColumnIdentifier;
1288
+ FieldId: string;
1289
+ }
1290
+ export interface MeasureField {
1291
+ DateMeasureField?: DateMeasureField;
1292
+ NumericalMeasureField?: NumericalMeasureField;
1293
+ CategoricalMeasureField?: CategoricalMeasureField;
1294
+ CalculatedMeasureField?: CalculatedMeasureField;
1295
+ }
1296
+ export interface DateMeasureField {
1297
+ AggregationFunction?: DateAggregationFunction;
1298
+ FormatConfiguration?: DateTimeFormatConfiguration;
1299
+ Column: ColumnIdentifier;
1300
+ FieldId: string;
1301
+ }
1302
+ export interface NumericalMeasureField {
1303
+ AggregationFunction?: NumericalAggregationFunction;
1304
+ FormatConfiguration?: NumberFormatConfiguration;
1305
+ Column: ColumnIdentifier;
1306
+ FieldId: string;
1307
+ }
1308
+ export interface CategoricalMeasureField {
1309
+ AggregationFunction?: CategoricalAggregationFunction;
1310
+ FormatConfiguration?: StringFormatConfiguration;
1311
+ Column: ColumnIdentifier;
1312
+ FieldId: string;
1313
+ }
1314
+ export interface CalculatedMeasureField {
1315
+ Expression: string;
1316
+ FieldId: string;
1317
+ }
1318
+ export interface TooltipOptions {
1319
+ SelectedTooltipType?: SelectedTooltipType;
1320
+ TooltipVisibility?: Visibility;
1321
+ FieldBasedTooltip?: FieldBasedTooltip;
1322
+ }
1323
+ export interface FieldBasedTooltip {
1324
+ /**
1325
+ * @minItems 0
1326
+ * @maxItems 100
1327
+ */
1328
+ TooltipFields?: TooltipItem[];
1329
+ AggregationVisibility?: Visibility;
1330
+ TooltipTitleType?: TooltipTitleType;
1331
+ }
1332
+ export interface TooltipItem {
1333
+ FieldTooltipItem?: FieldTooltipItem;
1334
+ ColumnTooltipItem?: ColumnTooltipItem;
1335
+ }
1336
+ export interface FieldTooltipItem {
1337
+ TooltipTarget?: TooltipTarget;
1338
+ FieldId: string;
1339
+ Label?: string;
1340
+ Visibility?: Visibility;
1341
+ }
1342
+ export interface ColumnTooltipItem {
1343
+ Aggregation?: AggregationFunction;
1344
+ TooltipTarget?: TooltipTarget;
1345
+ Column: ColumnIdentifier;
1346
+ Label?: string;
1347
+ Visibility?: Visibility;
1348
+ }
1349
+ export interface VisualPalette {
1350
+ ChartColor?: string;
1351
+ /**
1352
+ * @minItems 0
1353
+ * @maxItems 5000
1354
+ */
1355
+ ColorMap?: DataPathColor[];
1356
+ }
1357
+ export interface DataPathColor {
1358
+ Element: DataPathValue;
1359
+ Color: string;
1360
+ TimeGranularity?: TimeGranularity;
1361
+ }
1362
+ export interface DataPathValue {
1363
+ DataPathType?: DataPathType;
1364
+ FieldId?: string;
1365
+ FieldValue?: string;
1366
+ }
1367
+ export interface DataPathType {
1368
+ PivotTableDataPathType?: PivotTableDataPathType;
1369
+ }
1370
+ export interface VisualCustomAction {
1371
+ Status?: WidgetStatus;
1372
+ Trigger: VisualCustomActionTrigger;
1373
+ CustomActionId: string;
1374
+ Name: string;
1375
+ /**
1376
+ * @minItems 1
1377
+ * @maxItems 2
1378
+ */
1379
+ ActionOperations: VisualCustomActionOperation[];
1380
+ }
1381
+ export interface VisualCustomActionOperation {
1382
+ NavigationOperation?: CustomActionNavigationOperation;
1383
+ SetParametersOperation?: CustomActionSetParametersOperation;
1384
+ FilterOperation?: CustomActionFilterOperation;
1385
+ URLOperation?: CustomActionURLOperation;
1386
+ }
1387
+ export interface CustomActionNavigationOperation {
1388
+ LocalNavigationConfiguration?: LocalNavigationConfiguration;
1389
+ }
1390
+ export interface LocalNavigationConfiguration {
1391
+ TargetSheetId: string;
1392
+ }
1393
+ export interface CustomActionSetParametersOperation {
1394
+ /**
1395
+ * @minItems 1
1396
+ * @maxItems 200
1397
+ */
1398
+ ParameterValueConfigurations: SetParameterValueConfiguration[];
1399
+ }
1400
+ export interface SetParameterValueConfiguration {
1401
+ DestinationParameterName: string;
1402
+ Value: DestinationParameterValueConfiguration;
1403
+ }
1404
+ export interface DestinationParameterValueConfiguration {
1405
+ CustomValuesConfiguration?: CustomValuesConfiguration;
1406
+ SourceParameterName?: string;
1407
+ SelectAllValueOptions?: SelectAllValueOptions;
1408
+ SourceField?: string;
1409
+ SourceColumn?: ColumnIdentifier;
1410
+ }
1411
+ export interface CustomValuesConfiguration {
1412
+ IncludeNullValue?: boolean;
1413
+ CustomValues: CustomParameterValues;
1414
+ }
1415
+ export interface CustomParameterValues {
1416
+ /**
1417
+ * @minItems 0
1418
+ * @maxItems 50000
1419
+ */
1420
+ DecimalValues?: number[];
1421
+ /**
1422
+ * @minItems 0
1423
+ * @maxItems 50000
1424
+ */
1425
+ IntegerValues?: number[];
1426
+ /**
1427
+ * @minItems 0
1428
+ * @maxItems 50000
1429
+ */
1430
+ StringValues?: string[];
1431
+ /**
1432
+ * @minItems 0
1433
+ * @maxItems 50000
1434
+ */
1435
+ DateTimeValues?: string[];
1436
+ }
1437
+ export interface CustomActionFilterOperation {
1438
+ SelectedFieldsConfiguration: FilterOperationSelectedFieldsConfiguration;
1439
+ TargetVisualsConfiguration: FilterOperationTargetVisualsConfiguration;
1440
+ }
1441
+ export interface FilterOperationSelectedFieldsConfiguration {
1442
+ /**
1443
+ * <p>The selected columns of a dataset.</p>
1444
+ *
1445
+ * @minItems 0
1446
+ * @maxItems 10
1447
+ */
1448
+ SelectedColumns?: ColumnIdentifier[];
1449
+ /**
1450
+ * @minItems 1
1451
+ * @maxItems 20
1452
+ */
1453
+ SelectedFields?: string[];
1454
+ SelectedFieldOptions?: SelectedFieldOptions;
1455
+ }
1456
+ export interface FilterOperationTargetVisualsConfiguration {
1457
+ SameSheetTargetVisualConfiguration?: SameSheetTargetVisualConfiguration;
1458
+ }
1459
+ export interface SameSheetTargetVisualConfiguration {
1460
+ TargetVisualOptions?: TargetVisualOptions;
1461
+ /**
1462
+ * @minItems 1
1463
+ * @maxItems 50
1464
+ */
1465
+ TargetVisuals?: string[];
1466
+ }
1467
+ export interface CustomActionURLOperation {
1468
+ URLTemplate: string;
1469
+ URLTarget: URLTargetConfiguration;
1470
+ }
1471
+ export interface VisualTitleLabelOptions {
1472
+ Visibility?: Visibility;
1473
+ FormatText?: ShortFormatText;
1474
+ }
1475
+ export interface ShortFormatText {
1476
+ RichText?: string;
1477
+ PlainText?: string;
1478
+ }
1479
+ export interface ColumnHierarchy {
1480
+ DateTimeHierarchy?: DateTimeHierarchy;
1481
+ ExplicitHierarchy?: ExplicitHierarchy;
1482
+ PredefinedHierarchy?: PredefinedHierarchy;
1483
+ }
1484
+ export interface DateTimeHierarchy {
1485
+ HierarchyId: string;
1486
+ /**
1487
+ * @minItems 0
1488
+ * @maxItems 10
1489
+ */
1490
+ DrillDownFilters?: DrillDownFilter[];
1491
+ }
1492
+ export interface DrillDownFilter {
1493
+ NumericEqualityFilter?: NumericEqualityDrillDownFilter;
1494
+ TimeRangeFilter?: TimeRangeDrillDownFilter;
1495
+ CategoryFilter?: CategoryDrillDownFilter;
1496
+ }
1497
+ export interface NumericEqualityDrillDownFilter {
1498
+ Column: ColumnIdentifier;
1499
+ Value: number;
1500
+ }
1501
+ export interface TimeRangeDrillDownFilter {
1502
+ Column: ColumnIdentifier;
1503
+ RangeMinimum: string;
1504
+ TimeGranularity: TimeGranularity;
1505
+ RangeMaximum: string;
1506
+ }
1507
+ export interface CategoryDrillDownFilter {
1508
+ Column: ColumnIdentifier;
1509
+ /**
1510
+ * @minItems 0
1511
+ * @maxItems 100000
1512
+ */
1513
+ CategoryValues: string[];
1514
+ }
1515
+ export interface ExplicitHierarchy {
1516
+ HierarchyId: string;
1517
+ /**
1518
+ * @minItems 0
1519
+ * @maxItems 10
1520
+ */
1521
+ DrillDownFilters?: DrillDownFilter[];
1522
+ /**
1523
+ * @minItems 2
1524
+ * @maxItems 10
1525
+ */
1526
+ Columns: ColumnIdentifier[];
1527
+ }
1528
+ export interface PredefinedHierarchy {
1529
+ HierarchyId: string;
1530
+ /**
1531
+ * @minItems 0
1532
+ * @maxItems 10
1533
+ */
1534
+ DrillDownFilters?: DrillDownFilter[];
1535
+ /**
1536
+ * @minItems 1
1537
+ * @maxItems 10
1538
+ */
1539
+ Columns: ColumnIdentifier[];
1540
+ }
1541
+ export interface FilledMapVisual {
1542
+ Subtitle?: VisualSubtitleLabelOptions;
1543
+ ConditionalFormatting?: FilledMapConditionalFormatting;
1544
+ VisualId: string;
1545
+ ChartConfiguration?: FilledMapConfiguration;
1546
+ /**
1547
+ * @minItems 0
1548
+ * @maxItems 10
1549
+ */
1550
+ Actions?: VisualCustomAction[];
1551
+ Title?: VisualTitleLabelOptions;
1552
+ /**
1553
+ * @minItems 0
1554
+ * @maxItems 2
1555
+ */
1556
+ ColumnHierarchies?: ColumnHierarchy[];
1557
+ }
1558
+ export interface FilledMapConditionalFormatting {
1559
+ /**
1560
+ * @minItems 0
1561
+ * @maxItems 200
1562
+ */
1563
+ ConditionalFormattingOptions: FilledMapConditionalFormattingOption[];
1564
+ }
1565
+ export interface FilledMapConditionalFormattingOption {
1566
+ Shape: FilledMapShapeConditionalFormatting;
1567
+ }
1568
+ export interface FilledMapShapeConditionalFormatting {
1569
+ Format?: ShapeConditionalFormat;
1570
+ FieldId: string;
1571
+ }
1572
+ export interface ShapeConditionalFormat {
1573
+ BackgroundColor: ConditionalFormattingColor;
1574
+ }
1575
+ export interface ConditionalFormattingColor {
1576
+ Gradient?: ConditionalFormattingGradientColor;
1577
+ Solid?: ConditionalFormattingSolidColor;
1578
+ }
1579
+ export interface ConditionalFormattingGradientColor {
1580
+ Expression: string;
1581
+ Color: GradientColor;
1582
+ }
1583
+ export interface GradientColor {
1584
+ /**
1585
+ * @minItems 0
1586
+ * @maxItems 100
1587
+ */
1588
+ Stops?: GradientStop[];
1589
+ }
1590
+ export interface GradientStop {
1591
+ GradientOffset: number;
1592
+ DataValue?: number;
1593
+ Color?: string;
1594
+ }
1595
+ export interface ConditionalFormattingSolidColor {
1596
+ Expression: string;
1597
+ Color?: string;
1598
+ }
1599
+ export interface FilledMapConfiguration {
1600
+ SortConfiguration?: FilledMapSortConfiguration;
1601
+ Legend?: LegendOptions;
1602
+ MapStyleOptions?: GeospatialMapStyleOptions;
1603
+ FieldWells?: FilledMapFieldWells;
1604
+ Tooltip?: TooltipOptions;
1605
+ WindowOptions?: GeospatialWindowOptions;
1606
+ }
1607
+ export interface FilledMapSortConfiguration {
1608
+ /**
1609
+ * @minItems 0
1610
+ * @maxItems 100
1611
+ */
1612
+ CategorySort?: FieldSortOptions[];
1613
+ }
1614
+ export interface LegendOptions {
1615
+ Position?: LegendPosition;
1616
+ Title?: LabelOptions;
1617
+ Visibility?: Visibility;
1618
+ /**
1619
+ * String based length that is composed of value and unit in px
1620
+ */
1621
+ Height?: string;
1622
+ /**
1623
+ * String based length that is composed of value and unit in px
1624
+ */
1625
+ Width?: string;
1626
+ }
1627
+ export interface GeospatialMapStyleOptions {
1628
+ BaseMapStyle?: BaseMapStyleType;
1629
+ }
1630
+ export interface FilledMapFieldWells {
1631
+ FilledMapAggregatedFieldWells?: FilledMapAggregatedFieldWells;
1632
+ }
1633
+ export interface FilledMapAggregatedFieldWells {
1634
+ /**
1635
+ * @minItems 0
1636
+ * @maxItems 1
1637
+ */
1638
+ Values?: MeasureField[];
1639
+ /**
1640
+ * @minItems 0
1641
+ * @maxItems 1
1642
+ */
1643
+ Geospatial?: DimensionField[];
1644
+ }
1645
+ export interface GeospatialWindowOptions {
1646
+ Bounds?: GeospatialCoordinateBounds;
1647
+ MapZoomMode?: MapZoomMode;
1648
+ }
1649
+ export interface GeospatialCoordinateBounds {
1650
+ West: number;
1651
+ South: number;
1652
+ North: number;
1653
+ East: number;
1654
+ }
1655
+ export interface BoxPlotVisual {
1656
+ Subtitle?: VisualSubtitleLabelOptions;
1657
+ VisualId: string;
1658
+ ChartConfiguration?: BoxPlotChartConfiguration;
1659
+ /**
1660
+ * @minItems 0
1661
+ * @maxItems 10
1662
+ */
1663
+ Actions?: VisualCustomAction[];
1664
+ Title?: VisualTitleLabelOptions;
1665
+ /**
1666
+ * @minItems 0
1667
+ * @maxItems 2
1668
+ */
1669
+ ColumnHierarchies?: ColumnHierarchy[];
1670
+ }
1671
+ export interface BoxPlotChartConfiguration {
1672
+ SortConfiguration?: BoxPlotSortConfiguration;
1673
+ Legend?: LegendOptions;
1674
+ /**
1675
+ * @minItems 0
1676
+ * @maxItems 20
1677
+ */
1678
+ ReferenceLines?: ReferenceLine[];
1679
+ CategoryAxis?: AxisDisplayOptions;
1680
+ PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
1681
+ CategoryLabelOptions?: ChartAxisLabelOptions;
1682
+ FieldWells?: BoxPlotFieldWells;
1683
+ Tooltip?: TooltipOptions;
1684
+ BoxPlotOptions?: BoxPlotOptions;
1685
+ PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
1686
+ VisualPalette?: VisualPalette;
1687
+ }
1688
+ export interface BoxPlotSortConfiguration {
1689
+ /**
1690
+ * @minItems 0
1691
+ * @maxItems 100
1692
+ */
1693
+ CategorySort?: FieldSortOptions[];
1694
+ PaginationConfiguration?: PaginationConfiguration;
1695
+ }
1696
+ export interface PaginationConfiguration {
1697
+ PageSize: number;
1698
+ PageNumber: number;
1699
+ }
1700
+ export interface ReferenceLine {
1701
+ Status?: WidgetStatus;
1702
+ DataConfiguration: ReferenceLineDataConfiguration;
1703
+ LabelConfiguration?: ReferenceLineLabelConfiguration;
1704
+ StyleConfiguration?: ReferenceLineStyleConfiguration;
1705
+ }
1706
+ export interface ReferenceLineDataConfiguration {
1707
+ DynamicConfiguration?: ReferenceLineDynamicDataConfiguration;
1708
+ AxisBinding?: AxisBinding;
1709
+ SeriesType?: ReferenceLineSeriesType;
1710
+ StaticConfiguration?: ReferenceLineStaticDataConfiguration;
1711
+ }
1712
+ export interface ReferenceLineDynamicDataConfiguration {
1713
+ Column: ColumnIdentifier;
1714
+ MeasureAggregationFunction?: AggregationFunction;
1715
+ Calculation: NumericalAggregationFunction;
1716
+ }
1717
+ export interface ReferenceLineStaticDataConfiguration {
1718
+ Value: number;
1719
+ }
1720
+ export interface ReferenceLineLabelConfiguration {
1721
+ HorizontalPosition?: ReferenceLineLabelHorizontalPosition;
1722
+ ValueLabelConfiguration?: ReferenceLineValueLabelConfiguration;
1723
+ CustomLabelConfiguration?: ReferenceLineCustomLabelConfiguration;
1724
+ FontColor?: string;
1725
+ FontConfiguration?: FontConfiguration;
1726
+ VerticalPosition?: ReferenceLineLabelVerticalPosition;
1727
+ }
1728
+ export interface ReferenceLineValueLabelConfiguration {
1729
+ FormatConfiguration?: NumericFormatConfiguration;
1730
+ RelativePosition?: ReferenceLineValueLabelRelativePosition;
1731
+ }
1732
+ export interface ReferenceLineCustomLabelConfiguration {
1733
+ CustomLabel: string;
1734
+ }
1735
+ export interface ReferenceLineStyleConfiguration {
1736
+ Pattern?: ReferenceLinePatternType;
1737
+ Color?: string;
1738
+ }
1739
+ export interface AxisDisplayOptions {
1740
+ DataOptions?: AxisDataOptions;
1741
+ TickLabelOptions?: AxisTickLabelOptions;
1742
+ /**
1743
+ * String based length that is composed of value and unit in px
1744
+ */
1745
+ AxisOffset?: string;
1746
+ AxisLineVisibility?: Visibility;
1747
+ GridLineVisibility?: Visibility;
1748
+ ScrollbarOptions?: ScrollBarOptions;
1749
+ }
1750
+ export interface AxisDataOptions {
1751
+ DateAxisOptions?: DateAxisOptions;
1752
+ NumericAxisOptions?: NumericAxisOptions;
1753
+ }
1754
+ export interface DateAxisOptions {
1755
+ MissingDateVisibility?: Visibility;
1756
+ }
1757
+ export interface NumericAxisOptions {
1758
+ Scale?: AxisScale;
1759
+ Range?: AxisDisplayRange;
1760
+ }
1761
+ export interface AxisScale {
1762
+ Logarithmic?: AxisLogarithmicScale;
1763
+ Linear?: AxisLinearScale;
1764
+ }
1765
+ export interface AxisLogarithmicScale {
1766
+ Base?: number;
1767
+ }
1768
+ export interface AxisLinearScale {
1769
+ StepSize?: number;
1770
+ StepCount?: number;
1771
+ }
1772
+ export interface AxisDisplayRange {
1773
+ DataDriven?: AxisDisplayDataDrivenRange;
1774
+ MinMax?: AxisDisplayMinMaxRange;
1775
+ }
1776
+ export interface AxisDisplayDataDrivenRange {
1777
+ }
1778
+ export interface AxisDisplayMinMaxRange {
1779
+ Minimum?: number;
1780
+ Maximum?: number;
1781
+ }
1782
+ export interface AxisTickLabelOptions {
1783
+ RotationAngle?: number;
1784
+ LabelOptions?: LabelOptions;
1785
+ }
1786
+ export interface ScrollBarOptions {
1787
+ VisibleRange?: VisibleRangeOptions;
1788
+ Visibility?: Visibility;
1789
+ }
1790
+ export interface VisibleRangeOptions {
1791
+ PercentRange?: PercentVisibleRange;
1792
+ }
1793
+ export interface PercentVisibleRange {
1794
+ From?: number;
1795
+ To?: number;
1796
+ }
1797
+ export interface BoxPlotFieldWells {
1798
+ BoxPlotAggregatedFieldWells?: BoxPlotAggregatedFieldWells;
1799
+ }
1800
+ export interface BoxPlotAggregatedFieldWells {
1801
+ /**
1802
+ * @minItems 0
1803
+ * @maxItems 1
1804
+ */
1805
+ GroupBy?: DimensionField[];
1806
+ /**
1807
+ * @minItems 0
1808
+ * @maxItems 5
1809
+ */
1810
+ Values?: MeasureField[];
1811
+ }
1812
+ export interface BoxPlotOptions {
1813
+ StyleOptions?: BoxPlotStyleOptions;
1814
+ OutlierVisibility?: Visibility;
1815
+ AllDataPointsVisibility?: Visibility;
1816
+ }
1817
+ export interface BoxPlotStyleOptions {
1818
+ FillStyle?: BoxPlotFillStyle;
1819
+ }
1820
+ export interface WaterfallVisual {
1821
+ Subtitle?: VisualSubtitleLabelOptions;
1822
+ VisualId: string;
1823
+ ChartConfiguration?: WaterfallChartConfiguration;
1824
+ /**
1825
+ * @minItems 0
1826
+ * @maxItems 10
1827
+ */
1828
+ Actions?: VisualCustomAction[];
1829
+ Title?: VisualTitleLabelOptions;
1830
+ /**
1831
+ * @minItems 0
1832
+ * @maxItems 2
1833
+ */
1834
+ ColumnHierarchies?: ColumnHierarchy[];
1835
+ }
1836
+ export interface WaterfallChartConfiguration {
1837
+ CategoryAxisLabelOptions?: ChartAxisLabelOptions;
1838
+ SortConfiguration?: WaterfallChartSortConfiguration;
1839
+ Legend?: LegendOptions;
1840
+ DataLabels?: DataLabelOptions;
1841
+ PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
1842
+ FieldWells?: WaterfallChartFieldWells;
1843
+ WaterfallChartOptions?: WaterfallChartOptions;
1844
+ ColorConfiguration?: WaterfallChartColorConfiguration;
1845
+ CategoryAxisDisplayOptions?: AxisDisplayOptions;
1846
+ PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
1847
+ VisualPalette?: VisualPalette;
1848
+ }
1849
+ export interface WaterfallChartSortConfiguration {
1850
+ BreakdownItemsLimit?: ItemsLimitConfiguration;
1851
+ /**
1852
+ * @minItems 0
1853
+ * @maxItems 100
1854
+ */
1855
+ CategorySort?: FieldSortOptions[];
1856
+ }
1857
+ export interface DataLabelOptions {
1858
+ /**
1859
+ * @minItems 0
1860
+ * @maxItems 100
1861
+ */
1862
+ DataLabelTypes?: DataLabelType[];
1863
+ MeasureLabelVisibility?: Visibility;
1864
+ Position?: DataLabelPosition;
1865
+ LabelContent?: DataLabelContent;
1866
+ Visibility?: Visibility;
1867
+ TotalsVisibility?: Visibility;
1868
+ Overlap?: DataLabelOverlap;
1869
+ CategoryLabelVisibility?: Visibility;
1870
+ LabelColor?: string;
1871
+ LabelFontConfiguration?: FontConfiguration;
1872
+ }
1873
+ export interface DataLabelType {
1874
+ MaximumLabelType?: MaximumLabelType;
1875
+ DataPathLabelType?: DataPathLabelType;
1876
+ RangeEndsLabelType?: RangeEndsLabelType;
1877
+ FieldLabelType?: FieldLabelType;
1878
+ MinimumLabelType?: MinimumLabelType;
1879
+ }
1880
+ export interface MaximumLabelType {
1881
+ Visibility?: Visibility;
1882
+ }
1883
+ export interface DataPathLabelType {
1884
+ FieldId?: string;
1885
+ Visibility?: Visibility;
1886
+ FieldValue?: string;
1887
+ }
1888
+ export interface RangeEndsLabelType {
1889
+ Visibility?: Visibility;
1890
+ }
1891
+ export interface FieldLabelType {
1892
+ FieldId?: string;
1893
+ Visibility?: Visibility;
1894
+ }
1895
+ export interface MinimumLabelType {
1896
+ Visibility?: Visibility;
1897
+ }
1898
+ export interface WaterfallChartFieldWells {
1899
+ WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells;
1900
+ }
1901
+ export interface WaterfallChartAggregatedFieldWells {
1902
+ /**
1903
+ * @minItems 0
1904
+ * @maxItems 200
1905
+ */
1906
+ Categories?: DimensionField[];
1907
+ /**
1908
+ * @minItems 0
1909
+ * @maxItems 200
1910
+ */
1911
+ Breakdowns?: DimensionField[];
1912
+ /**
1913
+ * @minItems 0
1914
+ * @maxItems 200
1915
+ */
1916
+ Values?: MeasureField[];
1917
+ }
1918
+ export interface WaterfallChartOptions {
1919
+ TotalBarLabel?: string;
1920
+ }
1921
+ export interface WaterfallChartColorConfiguration {
1922
+ GroupColorConfiguration?: WaterfallChartGroupColorConfiguration;
1923
+ }
1924
+ export interface WaterfallChartGroupColorConfiguration {
1925
+ NegativeBarColor?: string;
1926
+ TotalBarColor?: string;
1927
+ PositiveBarColor?: string;
1928
+ }
1929
+ export interface CustomContentVisual {
1930
+ Subtitle?: VisualSubtitleLabelOptions;
1931
+ VisualId: string;
1932
+ ChartConfiguration?: CustomContentConfiguration;
1933
+ /**
1934
+ * @minItems 0
1935
+ * @maxItems 10
1936
+ */
1937
+ Actions?: VisualCustomAction[];
1938
+ DataSetIdentifier: string;
1939
+ Title?: VisualTitleLabelOptions;
1940
+ }
1941
+ export interface CustomContentConfiguration {
1942
+ ContentUrl?: string;
1943
+ ContentType?: CustomContentType;
1944
+ ImageScaling?: CustomContentImageScalingConfiguration;
1945
+ }
1946
+ export interface PieChartVisual {
1947
+ Subtitle?: VisualSubtitleLabelOptions;
1948
+ VisualId: string;
1949
+ ChartConfiguration?: PieChartConfiguration;
1950
+ /**
1951
+ * @minItems 0
1952
+ * @maxItems 10
1953
+ */
1954
+ Actions?: VisualCustomAction[];
1955
+ Title?: VisualTitleLabelOptions;
1956
+ /**
1957
+ * @minItems 0
1958
+ * @maxItems 2
1959
+ */
1960
+ ColumnHierarchies?: ColumnHierarchy[];
1961
+ }
1962
+ export interface PieChartConfiguration {
1963
+ SortConfiguration?: PieChartSortConfiguration;
1964
+ Legend?: LegendOptions;
1965
+ DataLabels?: DataLabelOptions;
1966
+ /**
1967
+ * @minItems 1
1968
+ * @maxItems 200
1969
+ */
1970
+ ContributionAnalysisDefaults?: ContributionAnalysisDefault[];
1971
+ CategoryLabelOptions?: ChartAxisLabelOptions;
1972
+ FieldWells?: PieChartFieldWells;
1973
+ Tooltip?: TooltipOptions;
1974
+ DonutOptions?: DonutOptions;
1975
+ SmallMultiplesOptions?: SmallMultiplesOptions;
1976
+ ValueLabelOptions?: ChartAxisLabelOptions;
1977
+ VisualPalette?: VisualPalette;
1978
+ }
1979
+ export interface PieChartSortConfiguration {
1980
+ /**
1981
+ * @minItems 0
1982
+ * @maxItems 100
1983
+ */
1984
+ SmallMultiplesSort?: FieldSortOptions[];
1985
+ CategoryItemsLimit?: ItemsLimitConfiguration;
1986
+ /**
1987
+ * @minItems 0
1988
+ * @maxItems 100
1989
+ */
1990
+ CategorySort?: FieldSortOptions[];
1991
+ SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
1992
+ }
1993
+ export interface ContributionAnalysisDefault {
1994
+ MeasureFieldId: string;
1995
+ /**
1996
+ * @minItems 1
1997
+ * @maxItems 4
1998
+ */
1999
+ ContributorDimensions: ColumnIdentifier[];
2000
+ }
2001
+ export interface PieChartFieldWells {
2002
+ PieChartAggregatedFieldWells?: PieChartAggregatedFieldWells;
2003
+ }
2004
+ export interface PieChartAggregatedFieldWells {
2005
+ /**
2006
+ * @minItems 0
2007
+ * @maxItems 200
2008
+ */
2009
+ Category?: DimensionField[];
2010
+ /**
2011
+ * @minItems 0
2012
+ * @maxItems 200
2013
+ */
2014
+ Values?: MeasureField[];
2015
+ /**
2016
+ * @minItems 0
2017
+ * @maxItems 1
2018
+ */
2019
+ SmallMultiples?: DimensionField[];
2020
+ }
2021
+ export interface DonutOptions {
2022
+ DonutCenterOptions?: DonutCenterOptions;
2023
+ ArcOptions?: ArcOptions;
2024
+ }
2025
+ export interface DonutCenterOptions {
2026
+ LabelVisibility?: Visibility;
2027
+ }
2028
+ export interface ArcOptions {
2029
+ ArcThickness?: ArcThickness;
2030
+ }
2031
+ export interface SmallMultiplesOptions {
2032
+ MaxVisibleRows?: number;
2033
+ PanelConfiguration?: PanelConfiguration;
2034
+ MaxVisibleColumns?: number;
2035
+ XAxis?: SmallMultiplesAxisProperties;
2036
+ YAxis?: SmallMultiplesAxisProperties;
2037
+ }
2038
+ export interface PanelConfiguration {
2039
+ /**
2040
+ * String based length that is composed of value and unit in px
2041
+ */
2042
+ BorderThickness?: string;
2043
+ BorderStyle?: PanelBorderStyle;
2044
+ /**
2045
+ * String based length that is composed of value and unit in px
2046
+ */
2047
+ GutterSpacing?: string;
2048
+ BackgroundVisibility?: Visibility;
2049
+ BorderVisibility?: Visibility;
2050
+ BorderColor?: string;
2051
+ Title?: PanelTitleOptions;
2052
+ GutterVisibility?: Visibility;
2053
+ BackgroundColor?: string;
2054
+ }
2055
+ export interface PanelTitleOptions {
2056
+ Visibility?: Visibility;
2057
+ FontConfiguration?: FontConfiguration;
2058
+ HorizontalTextAlignment?: HorizontalTextAlignment;
2059
+ }
2060
+ export interface SmallMultiplesAxisProperties {
2061
+ Placement?: SmallMultiplesAxisPlacement;
2062
+ Scale?: SmallMultiplesAxisScale;
2063
+ }
2064
+ export interface KPIVisual {
2065
+ Subtitle?: VisualSubtitleLabelOptions;
2066
+ ConditionalFormatting?: KPIConditionalFormatting;
2067
+ VisualId: string;
2068
+ ChartConfiguration?: KPIConfiguration;
2069
+ /**
2070
+ * @minItems 0
2071
+ * @maxItems 10
2072
+ */
2073
+ Actions?: VisualCustomAction[];
2074
+ Title?: VisualTitleLabelOptions;
2075
+ /**
2076
+ * @minItems 0
2077
+ * @maxItems 2
2078
+ */
2079
+ ColumnHierarchies?: ColumnHierarchy[];
2080
+ }
2081
+ export interface KPIConditionalFormatting {
2082
+ /**
2083
+ * @minItems 0
2084
+ * @maxItems 100
2085
+ */
2086
+ ConditionalFormattingOptions?: KPIConditionalFormattingOption[];
2087
+ }
2088
+ export interface KPIConditionalFormattingOption {
2089
+ PrimaryValue?: KPIPrimaryValueConditionalFormatting;
2090
+ ActualValue?: KPIActualValueConditionalFormatting;
2091
+ ComparisonValue?: KPIComparisonValueConditionalFormatting;
2092
+ ProgressBar?: KPIProgressBarConditionalFormatting;
2093
+ }
2094
+ export interface KPIPrimaryValueConditionalFormatting {
2095
+ TextColor?: ConditionalFormattingColor;
2096
+ Icon?: ConditionalFormattingIcon;
2097
+ }
2098
+ export interface ConditionalFormattingIcon {
2099
+ CustomCondition?: ConditionalFormattingCustomIconCondition;
2100
+ IconSet?: ConditionalFormattingIconSet;
2101
+ }
2102
+ export interface ConditionalFormattingCustomIconCondition {
2103
+ Expression: string;
2104
+ Color?: string;
2105
+ DisplayConfiguration?: ConditionalFormattingIconDisplayConfiguration;
2106
+ IconOptions: ConditionalFormattingCustomIconOptions;
2107
+ }
2108
+ export interface ConditionalFormattingIconDisplayConfiguration {
2109
+ IconDisplayOption?: ConditionalFormattingIconDisplayOption;
2110
+ }
2111
+ export interface ConditionalFormattingCustomIconOptions {
2112
+ UnicodeIcon?: string;
2113
+ Icon?: Icon;
2114
+ }
2115
+ export interface ConditionalFormattingIconSet {
2116
+ Expression: string;
2117
+ IconSetType?: ConditionalFormattingIconSetType;
2118
+ }
2119
+ export interface KPIActualValueConditionalFormatting {
2120
+ TextColor?: ConditionalFormattingColor;
2121
+ Icon?: ConditionalFormattingIcon;
2122
+ }
2123
+ export interface KPIComparisonValueConditionalFormatting {
2124
+ TextColor?: ConditionalFormattingColor;
2125
+ Icon?: ConditionalFormattingIcon;
2126
+ }
2127
+ export interface KPIProgressBarConditionalFormatting {
2128
+ ForegroundColor?: ConditionalFormattingColor;
2129
+ }
2130
+ export interface KPIConfiguration {
2131
+ SortConfiguration?: KPISortConfiguration;
2132
+ KPIOptions?: KPIOptions;
2133
+ FieldWells?: KPIFieldWells;
2134
+ }
2135
+ export interface KPISortConfiguration {
2136
+ /**
2137
+ * @minItems 0
2138
+ * @maxItems 100
2139
+ */
2140
+ TrendGroupSort?: FieldSortOptions[];
2141
+ }
2142
+ export interface KPIOptions {
2143
+ SecondaryValueFontConfiguration?: FontConfiguration;
2144
+ VisualLayoutOptions?: KPIVisualLayoutOptions;
2145
+ TrendArrows?: TrendArrowOptions;
2146
+ SecondaryValue?: SecondaryValueOptions;
2147
+ Comparison?: ComparisonConfiguration;
2148
+ PrimaryValueDisplayType?: PrimaryValueDisplayType;
2149
+ ProgressBar?: ProgressBarOptions;
2150
+ PrimaryValueFontConfiguration?: FontConfiguration;
2151
+ Sparkline?: KPISparklineOptions;
2152
+ }
2153
+ export interface KPIVisualLayoutOptions {
2154
+ StandardLayout?: KPIVisualStandardLayout;
2155
+ }
2156
+ export interface KPIVisualStandardLayout {
2157
+ Type: KPIVisualStandardLayoutType;
2158
+ }
2159
+ export interface TrendArrowOptions {
2160
+ Visibility?: Visibility;
2161
+ }
2162
+ export interface SecondaryValueOptions {
2163
+ Visibility?: Visibility;
2164
+ }
2165
+ export interface ComparisonConfiguration {
2166
+ ComparisonMethod?: ComparisonMethod;
2167
+ ComparisonFormat?: ComparisonFormatConfiguration;
2168
+ }
2169
+ export interface ComparisonFormatConfiguration {
2170
+ NumberDisplayFormatConfiguration?: NumberDisplayFormatConfiguration;
2171
+ PercentageDisplayFormatConfiguration?: PercentageDisplayFormatConfiguration;
2172
+ }
2173
+ export interface ProgressBarOptions {
2174
+ Visibility?: Visibility;
2175
+ }
2176
+ export interface KPISparklineOptions {
2177
+ Type: KPISparklineType;
2178
+ Color?: string;
2179
+ TooltipVisibility?: Visibility;
2180
+ Visibility?: Visibility;
2181
+ }
2182
+ export interface KPIFieldWells {
2183
+ /**
2184
+ * @minItems 0
2185
+ * @maxItems 200
2186
+ */
2187
+ TargetValues?: MeasureField[];
2188
+ /**
2189
+ * @minItems 0
2190
+ * @maxItems 200
2191
+ */
2192
+ TrendGroups?: DimensionField[];
2193
+ /**
2194
+ * @minItems 0
2195
+ * @maxItems 200
2196
+ */
2197
+ Values?: MeasureField[];
2198
+ }
2199
+ export interface HistogramVisual {
2200
+ Subtitle?: VisualSubtitleLabelOptions;
2201
+ VisualId: string;
2202
+ ChartConfiguration?: HistogramConfiguration;
2203
+ /**
2204
+ * @minItems 0
2205
+ * @maxItems 10
2206
+ */
2207
+ Actions?: VisualCustomAction[];
2208
+ Title?: VisualTitleLabelOptions;
2209
+ }
2210
+ export interface HistogramConfiguration {
2211
+ YAxisDisplayOptions?: AxisDisplayOptions;
2212
+ DataLabels?: DataLabelOptions;
2213
+ BinOptions?: HistogramBinOptions;
2214
+ FieldWells?: HistogramFieldWells;
2215
+ Tooltip?: TooltipOptions;
2216
+ XAxisLabelOptions?: ChartAxisLabelOptions;
2217
+ VisualPalette?: VisualPalette;
2218
+ XAxisDisplayOptions?: AxisDisplayOptions;
2219
+ }
2220
+ export interface HistogramBinOptions {
2221
+ BinWidth?: BinWidthOptions;
2222
+ StartValue?: number;
2223
+ SelectedBinType?: HistogramBinType;
2224
+ BinCount?: BinCountOptions;
2225
+ }
2226
+ export interface BinWidthOptions {
2227
+ BinCountLimit?: number;
2228
+ Value?: number;
2229
+ }
2230
+ export interface BinCountOptions {
2231
+ Value?: number;
2232
+ }
2233
+ export interface HistogramFieldWells {
2234
+ HistogramAggregatedFieldWells?: HistogramAggregatedFieldWells;
2235
+ }
2236
+ export interface HistogramAggregatedFieldWells {
2237
+ /**
2238
+ * @minItems 0
2239
+ * @maxItems 1
2240
+ */
2241
+ Values?: MeasureField[];
2242
+ }
2243
+ export interface TableVisual {
2244
+ Subtitle?: VisualSubtitleLabelOptions;
2245
+ ConditionalFormatting?: TableConditionalFormatting;
2246
+ VisualId: string;
2247
+ ChartConfiguration?: TableConfiguration;
2248
+ /**
2249
+ * @minItems 0
2250
+ * @maxItems 10
2251
+ */
2252
+ Actions?: VisualCustomAction[];
2253
+ Title?: VisualTitleLabelOptions;
2254
+ }
2255
+ export interface TableConditionalFormatting {
2256
+ /**
2257
+ * @minItems 0
2258
+ * @maxItems 500
2259
+ */
2260
+ ConditionalFormattingOptions?: TableConditionalFormattingOption[];
2261
+ }
2262
+ export interface TableConditionalFormattingOption {
2263
+ Row?: TableRowConditionalFormatting;
2264
+ Cell?: TableCellConditionalFormatting;
2265
+ }
2266
+ export interface TableRowConditionalFormatting {
2267
+ TextColor?: ConditionalFormattingColor;
2268
+ BackgroundColor?: ConditionalFormattingColor;
2269
+ }
2270
+ export interface TableCellConditionalFormatting {
2271
+ FieldId: string;
2272
+ TextFormat?: TextConditionalFormat;
2273
+ }
2274
+ export interface TextConditionalFormat {
2275
+ TextColor?: ConditionalFormattingColor;
2276
+ Icon?: ConditionalFormattingIcon;
2277
+ BackgroundColor?: ConditionalFormattingColor;
2278
+ }
2279
+ export interface TableConfiguration {
2280
+ SortConfiguration?: TableSortConfiguration;
2281
+ PaginatedReportOptions?: TablePaginatedReportOptions;
2282
+ TableOptions?: TableOptions;
2283
+ /**
2284
+ * @minItems 0
2285
+ * @maxItems 200
2286
+ */
2287
+ TableInlineVisualizations?: TableInlineVisualization[];
2288
+ FieldWells?: TableFieldWells;
2289
+ FieldOptions?: TableFieldOptions;
2290
+ TotalOptions?: TotalOptions;
2291
+ }
2292
+ export interface TableSortConfiguration {
2293
+ /**
2294
+ * @minItems 0
2295
+ * @maxItems 100
2296
+ */
2297
+ RowSort?: FieldSortOptions[];
2298
+ PaginationConfiguration?: PaginationConfiguration;
2299
+ }
2300
+ export interface TablePaginatedReportOptions {
2301
+ OverflowColumnHeaderVisibility?: Visibility;
2302
+ VerticalOverflowVisibility?: Visibility;
2303
+ }
2304
+ export interface TableOptions {
2305
+ HeaderStyle?: TableCellStyle;
2306
+ CellStyle?: TableCellStyle;
2307
+ Orientation?: TableOrientation;
2308
+ RowAlternateColorOptions?: RowAlternateColorOptions;
2309
+ }
2310
+ export interface TableCellStyle {
2311
+ VerticalTextAlignment?: VerticalTextAlignment;
2312
+ Visibility?: Visibility;
2313
+ Height?: number;
2314
+ FontConfiguration?: FontConfiguration;
2315
+ Border?: GlobalTableBorderOptions;
2316
+ TextWrap?: TextWrap;
2317
+ HorizontalTextAlignment?: HorizontalTextAlignment;
2318
+ BackgroundColor?: string;
2319
+ }
2320
+ export interface GlobalTableBorderOptions {
2321
+ UniformBorder?: TableBorderOptions;
2322
+ SideSpecificBorder?: TableSideBorderOptions;
2323
+ }
2324
+ export interface TableBorderOptions {
2325
+ Thickness?: number;
2326
+ Color?: string;
2327
+ Style?: TableBorderStyle;
2328
+ }
2329
+ export interface TableSideBorderOptions {
2330
+ Left?: TableBorderOptions;
2331
+ Top?: TableBorderOptions;
2332
+ InnerHorizontal?: TableBorderOptions;
2333
+ Right?: TableBorderOptions;
2334
+ Bottom?: TableBorderOptions;
2335
+ InnerVertical?: TableBorderOptions;
2336
+ }
2337
+ export interface RowAlternateColorOptions {
2338
+ Status?: WidgetStatus;
2339
+ UsePrimaryBackgroundColor?: WidgetStatus;
2340
+ /**
2341
+ * @minItems 0
2342
+ * @maxItems 1
2343
+ */
2344
+ RowAlternateColors?: string[];
2345
+ }
2346
+ export interface TableInlineVisualization {
2347
+ DataBars?: DataBarsOptions;
2348
+ }
2349
+ export interface DataBarsOptions {
2350
+ PositiveColor?: string;
2351
+ FieldId: string;
2352
+ NegativeColor?: string;
2353
+ }
2354
+ export interface TableFieldWells {
2355
+ TableUnaggregatedFieldWells?: TableUnaggregatedFieldWells;
2356
+ TableAggregatedFieldWells?: TableAggregatedFieldWells;
2357
+ }
2358
+ export interface TableUnaggregatedFieldWells {
2359
+ /**
2360
+ * @minItems 0
2361
+ * @maxItems 200
2362
+ */
2363
+ Values?: UnaggregatedField[];
2364
+ }
2365
+ export interface UnaggregatedField {
2366
+ FormatConfiguration?: FormatConfiguration;
2367
+ Column: ColumnIdentifier;
2368
+ FieldId: string;
2369
+ }
2370
+ export interface TableAggregatedFieldWells {
2371
+ /**
2372
+ * @minItems 0
2373
+ * @maxItems 200
2374
+ */
2375
+ GroupBy?: DimensionField[];
2376
+ /**
2377
+ * @minItems 0
2378
+ * @maxItems 200
2379
+ */
2380
+ Values?: MeasureField[];
2381
+ }
2382
+ export interface TableFieldOptions {
2383
+ /**
2384
+ * @minItems 0
2385
+ * @maxItems 200
2386
+ */
2387
+ Order?: string[];
2388
+ PinnedFieldOptions?: TablePinnedFieldOptions;
2389
+ /**
2390
+ * @minItems 0
2391
+ * @maxItems 100
2392
+ */
2393
+ SelectedFieldOptions?: TableFieldOption[];
2394
+ }
2395
+ export interface TablePinnedFieldOptions {
2396
+ /**
2397
+ * @minItems 0
2398
+ * @maxItems 201
2399
+ */
2400
+ PinnedLeftFields?: string[];
2401
+ }
2402
+ export interface TableFieldOption {
2403
+ CustomLabel?: string;
2404
+ URLStyling?: TableFieldURLConfiguration;
2405
+ FieldId: string;
2406
+ Visibility?: Visibility;
2407
+ /**
2408
+ * String based length that is composed of value and unit in px
2409
+ */
2410
+ Width?: string;
2411
+ }
2412
+ export interface TableFieldURLConfiguration {
2413
+ LinkConfiguration?: TableFieldLinkConfiguration;
2414
+ ImageConfiguration?: TableFieldImageConfiguration;
2415
+ }
2416
+ export interface TableFieldLinkConfiguration {
2417
+ Target: URLTargetConfiguration;
2418
+ Content: TableFieldLinkContentConfiguration;
2419
+ }
2420
+ export interface TableFieldLinkContentConfiguration {
2421
+ CustomIconContent?: TableFieldCustomIconContent;
2422
+ CustomTextContent?: TableFieldCustomTextContent;
2423
+ }
2424
+ export interface TableFieldCustomIconContent {
2425
+ Icon?: TableFieldIconSetType;
2426
+ }
2427
+ export interface TableFieldCustomTextContent {
2428
+ Value?: string;
2429
+ FontConfiguration: FontConfiguration;
2430
+ }
2431
+ export interface TableFieldImageConfiguration {
2432
+ SizingOptions?: TableCellImageSizingConfiguration;
2433
+ }
2434
+ export interface TableCellImageSizingConfiguration {
2435
+ TableCellImageScalingConfiguration?: TableCellImageScalingConfiguration;
2436
+ }
2437
+ export interface TotalOptions {
2438
+ /**
2439
+ * @minItems 0
2440
+ * @maxItems 200
2441
+ */
2442
+ TotalAggregationOptions?: TotalAggregationOption[];
2443
+ CustomLabel?: string;
2444
+ ScrollStatus?: TableTotalsScrollStatus;
2445
+ Placement?: TableTotalsPlacement;
2446
+ TotalCellStyle?: TableCellStyle;
2447
+ TotalsVisibility?: Visibility;
2448
+ }
2449
+ export interface TotalAggregationOption {
2450
+ TotalAggregationFunction: TotalAggregationFunction;
2451
+ FieldId: string;
2452
+ }
2453
+ export interface TotalAggregationFunction {
2454
+ SimpleTotalAggregationFunction?: SimpleTotalAggregationFunction;
2455
+ }
2456
+ export interface PivotTableVisual {
2457
+ Subtitle?: VisualSubtitleLabelOptions;
2458
+ ConditionalFormatting?: PivotTableConditionalFormatting;
2459
+ VisualId: string;
2460
+ ChartConfiguration?: PivotTableConfiguration;
2461
+ /**
2462
+ * @minItems 0
2463
+ * @maxItems 10
2464
+ */
2465
+ Actions?: VisualCustomAction[];
2466
+ Title?: VisualTitleLabelOptions;
2467
+ }
2468
+ export interface PivotTableConditionalFormatting {
2469
+ /**
2470
+ * @minItems 0
2471
+ * @maxItems 500
2472
+ */
2473
+ ConditionalFormattingOptions?: PivotTableConditionalFormattingOption[];
2474
+ }
2475
+ export interface PivotTableConditionalFormattingOption {
2476
+ Cell?: PivotTableCellConditionalFormatting;
2477
+ }
2478
+ export interface PivotTableCellConditionalFormatting {
2479
+ Scope?: PivotTableConditionalFormattingScope;
2480
+ /**
2481
+ * @minItems 0
2482
+ * @maxItems 3
2483
+ */
2484
+ Scopes?: PivotTableConditionalFormattingScope[];
2485
+ FieldId: string;
2486
+ TextFormat?: TextConditionalFormat;
2487
+ }
2488
+ export interface PivotTableConditionalFormattingScope {
2489
+ Role?: PivotTableConditionalFormattingScopeRole;
2490
+ }
2491
+ export interface PivotTableConfiguration {
2492
+ SortConfiguration?: PivotTableSortConfiguration;
2493
+ PaginatedReportOptions?: PivotTablePaginatedReportOptions;
2494
+ TableOptions?: PivotTableOptions;
2495
+ FieldWells?: PivotTableFieldWells;
2496
+ FieldOptions?: PivotTableFieldOptions;
2497
+ TotalOptions?: PivotTableTotalOptions;
2498
+ }
2499
+ export interface PivotTableSortConfiguration {
2500
+ /**
2501
+ * @minItems 0
2502
+ * @maxItems 200
2503
+ */
2504
+ FieldSortOptions?: PivotFieldSortOptions[];
2505
+ }
2506
+ export interface PivotFieldSortOptions {
2507
+ SortBy: PivotTableSortBy;
2508
+ FieldId: string;
2509
+ }
2510
+ export interface PivotTableSortBy {
2511
+ Field?: FieldSort;
2512
+ DataPath?: DataPathSort;
2513
+ Column?: ColumnSort;
2514
+ }
2515
+ export interface DataPathSort {
2516
+ /**
2517
+ * @minItems 0
2518
+ * @maxItems 20
2519
+ */
2520
+ SortPaths: DataPathValue[];
2521
+ Direction: SortDirection;
2522
+ }
2523
+ export interface PivotTablePaginatedReportOptions {
2524
+ OverflowColumnHeaderVisibility?: Visibility;
2525
+ VerticalOverflowVisibility?: Visibility;
2526
+ }
2527
+ export interface PivotTableOptions {
2528
+ RowFieldNamesStyle?: TableCellStyle;
2529
+ RowHeaderStyle?: TableCellStyle;
2530
+ CollapsedRowDimensionsVisibility?: Visibility;
2531
+ RowsLayout?: PivotTableRowsLayout;
2532
+ MetricPlacement?: PivotTableMetricPlacement;
2533
+ /**
2534
+ * String based length that is composed of value and unit in px
2535
+ */
2536
+ DefaultCellWidth?: string;
2537
+ ColumnNamesVisibility?: Visibility;
2538
+ RowsLabelOptions?: PivotTableRowsLabelOptions;
2539
+ SingleMetricVisibility?: Visibility;
2540
+ ColumnHeaderStyle?: TableCellStyle;
2541
+ ToggleButtonsVisibility?: Visibility;
2542
+ CellStyle?: TableCellStyle;
2543
+ RowAlternateColorOptions?: RowAlternateColorOptions;
2544
+ }
2545
+ export interface PivotTableRowsLabelOptions {
2546
+ CustomLabel?: string;
2547
+ Visibility?: Visibility;
2548
+ }
2549
+ export interface PivotTableFieldWells {
2550
+ PivotTableAggregatedFieldWells?: PivotTableAggregatedFieldWells;
2551
+ }
2552
+ export interface PivotTableAggregatedFieldWells {
2553
+ /**
2554
+ * @minItems 0
2555
+ * @maxItems 40
2556
+ */
2557
+ Values?: MeasureField[];
2558
+ /**
2559
+ * @minItems 0
2560
+ * @maxItems 40
2561
+ */
2562
+ Columns?: DimensionField[];
2563
+ /**
2564
+ * @minItems 0
2565
+ * @maxItems 40
2566
+ */
2567
+ Rows?: DimensionField[];
2568
+ }
2569
+ export interface PivotTableFieldOptions {
2570
+ CollapseStateOptions?: PivotTableFieldCollapseStateOption[];
2571
+ /**
2572
+ * @minItems 0
2573
+ * @maxItems 100
2574
+ */
2575
+ DataPathOptions?: PivotTableDataPathOption[];
2576
+ /**
2577
+ * @minItems 0
2578
+ * @maxItems 100
2579
+ */
2580
+ SelectedFieldOptions?: PivotTableFieldOption[];
2581
+ }
2582
+ export interface PivotTableFieldCollapseStateOption {
2583
+ Target: PivotTableFieldCollapseStateTarget;
2584
+ State?: PivotTableFieldCollapseState;
2585
+ }
2586
+ export interface PivotTableFieldCollapseStateTarget {
2587
+ FieldId?: string;
2588
+ /**
2589
+ * @minItems 0
2590
+ * @maxItems 20
2591
+ */
2592
+ FieldDataPathValues?: DataPathValue[];
2593
+ }
2594
+ export interface PivotTableDataPathOption {
2595
+ /**
2596
+ * @minItems 0
2597
+ * @maxItems 20
2598
+ */
2599
+ DataPathList: DataPathValue[];
2600
+ /**
2601
+ * String based length that is composed of value and unit in px
2602
+ */
2603
+ Width?: string;
2604
+ }
2605
+ export interface PivotTableFieldOption {
2606
+ CustomLabel?: string;
2607
+ FieldId: string;
2608
+ Visibility?: Visibility;
2609
+ }
2610
+ export interface PivotTableTotalOptions {
2611
+ ColumnSubtotalOptions?: SubtotalOptions;
2612
+ RowSubtotalOptions?: SubtotalOptions;
2613
+ RowTotalOptions?: PivotTotalOptions;
2614
+ ColumnTotalOptions?: PivotTotalOptions;
2615
+ }
2616
+ export interface SubtotalOptions {
2617
+ CustomLabel?: string;
2618
+ /**
2619
+ * @minItems 0
2620
+ * @maxItems 100
2621
+ */
2622
+ FieldLevelOptions?: PivotTableFieldSubtotalOptions[];
2623
+ ValueCellStyle?: TableCellStyle;
2624
+ TotalCellStyle?: TableCellStyle;
2625
+ TotalsVisibility?: Visibility;
2626
+ FieldLevel?: PivotTableSubtotalLevel;
2627
+ MetricHeaderCellStyle?: TableCellStyle;
2628
+ /**
2629
+ * @minItems 0
2630
+ * @maxItems 3
2631
+ */
2632
+ StyleTargets?: TableStyleTarget[];
2633
+ }
2634
+ export interface PivotTableFieldSubtotalOptions {
2635
+ FieldId?: string;
2636
+ }
2637
+ export interface TableStyleTarget {
2638
+ CellType: StyledCellType;
2639
+ }
2640
+ export interface PivotTotalOptions {
2641
+ /**
2642
+ * @minItems 0
2643
+ * @maxItems 200
2644
+ */
2645
+ TotalAggregationOptions?: TotalAggregationOption[];
2646
+ CustomLabel?: string;
2647
+ ValueCellStyle?: TableCellStyle;
2648
+ ScrollStatus?: TableTotalsScrollStatus;
2649
+ Placement?: TableTotalsPlacement;
2650
+ TotalCellStyle?: TableCellStyle;
2651
+ TotalsVisibility?: Visibility;
2652
+ MetricHeaderCellStyle?: TableCellStyle;
2653
+ }
2654
+ export interface GeospatialMapVisual {
2655
+ Subtitle?: VisualSubtitleLabelOptions;
2656
+ VisualId: string;
2657
+ ChartConfiguration?: GeospatialMapConfiguration;
2658
+ /**
2659
+ * @minItems 0
2660
+ * @maxItems 10
2661
+ */
2662
+ Actions?: VisualCustomAction[];
2663
+ Title?: VisualTitleLabelOptions;
2664
+ /**
2665
+ * @minItems 0
2666
+ * @maxItems 2
2667
+ */
2668
+ ColumnHierarchies?: ColumnHierarchy[];
2669
+ }
2670
+ export interface GeospatialMapConfiguration {
2671
+ Legend?: LegendOptions;
2672
+ MapStyleOptions?: GeospatialMapStyleOptions;
2673
+ FieldWells?: GeospatialMapFieldWells;
2674
+ Tooltip?: TooltipOptions;
2675
+ WindowOptions?: GeospatialWindowOptions;
2676
+ PointStyleOptions?: GeospatialPointStyleOptions;
2677
+ VisualPalette?: VisualPalette;
2678
+ }
2679
+ export interface GeospatialMapFieldWells {
2680
+ GeospatialMapAggregatedFieldWells?: GeospatialMapAggregatedFieldWells;
2681
+ }
2682
+ export interface GeospatialMapAggregatedFieldWells {
2683
+ /**
2684
+ * @minItems 0
2685
+ * @maxItems 200
2686
+ */
2687
+ Colors?: DimensionField[];
2688
+ /**
2689
+ * @minItems 0
2690
+ * @maxItems 200
2691
+ */
2692
+ Values?: MeasureField[];
2693
+ /**
2694
+ * @minItems 0
2695
+ * @maxItems 200
2696
+ */
2697
+ Geospatial?: DimensionField[];
2698
+ }
2699
+ export interface GeospatialPointStyleOptions {
2700
+ SelectedPointStyle?: GeospatialSelectedPointStyle;
2701
+ ClusterMarkerConfiguration?: ClusterMarkerConfiguration;
2702
+ HeatmapConfiguration?: GeospatialHeatmapConfiguration;
2703
+ }
2704
+ export interface ClusterMarkerConfiguration {
2705
+ ClusterMarker?: ClusterMarker;
2706
+ }
2707
+ export interface ClusterMarker {
2708
+ SimpleClusterMarker?: SimpleClusterMarker;
2709
+ }
2710
+ export interface SimpleClusterMarker {
2711
+ Color?: string;
2712
+ }
2713
+ export interface GeospatialHeatmapConfiguration {
2714
+ HeatmapColor?: GeospatialHeatmapColorScale;
2715
+ }
2716
+ export interface GeospatialHeatmapColorScale {
2717
+ /**
2718
+ * @minItems 2
2719
+ * @maxItems 2
2720
+ */
2721
+ Colors?: GeospatialHeatmapDataColor[];
2722
+ }
2723
+ export interface GeospatialHeatmapDataColor {
2724
+ Color: string;
2725
+ }
2726
+ export interface BarChartVisual {
2727
+ Subtitle?: VisualSubtitleLabelOptions;
2728
+ VisualId: string;
2729
+ ChartConfiguration?: BarChartConfiguration;
2730
+ /**
2731
+ * @minItems 0
2732
+ * @maxItems 10
2733
+ */
2734
+ Actions?: VisualCustomAction[];
2735
+ Title?: VisualTitleLabelOptions;
2736
+ /**
2737
+ * @minItems 0
2738
+ * @maxItems 2
2739
+ */
2740
+ ColumnHierarchies?: ColumnHierarchy[];
2741
+ }
2742
+ export interface BarChartConfiguration {
2743
+ SortConfiguration?: BarChartSortConfiguration;
2744
+ Legend?: LegendOptions;
2745
+ /**
2746
+ * @minItems 0
2747
+ * @maxItems 20
2748
+ */
2749
+ ReferenceLines?: ReferenceLine[];
2750
+ DataLabels?: DataLabelOptions;
2751
+ ColorLabelOptions?: ChartAxisLabelOptions;
2752
+ CategoryLabelOptions?: ChartAxisLabelOptions;
2753
+ Tooltip?: TooltipOptions;
2754
+ SmallMultiplesOptions?: SmallMultiplesOptions;
2755
+ Orientation?: BarChartOrientation;
2756
+ VisualPalette?: VisualPalette;
2757
+ ValueLabelOptions?: ChartAxisLabelOptions;
2758
+ BarsArrangement?: BarsArrangement;
2759
+ CategoryAxis?: AxisDisplayOptions;
2760
+ /**
2761
+ * @minItems 1
2762
+ * @maxItems 200
2763
+ */
2764
+ ContributionAnalysisDefaults?: ContributionAnalysisDefault[];
2765
+ FieldWells?: BarChartFieldWells;
2766
+ ValueAxis?: AxisDisplayOptions;
2767
+ }
2768
+ export interface BarChartSortConfiguration {
2769
+ /**
2770
+ * @minItems 0
2771
+ * @maxItems 100
2772
+ */
2773
+ SmallMultiplesSort?: FieldSortOptions[];
2774
+ /**
2775
+ * @minItems 0
2776
+ * @maxItems 100
2777
+ */
2778
+ ColorSort?: FieldSortOptions[];
2779
+ ColorItemsLimit?: ItemsLimitConfiguration;
2780
+ CategoryItemsLimit?: ItemsLimitConfiguration;
2781
+ /**
2782
+ * @minItems 0
2783
+ * @maxItems 100
2784
+ */
2785
+ CategorySort?: FieldSortOptions[];
2786
+ SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
2787
+ }
2788
+ export interface BarChartFieldWells {
2789
+ BarChartAggregatedFieldWells?: BarChartAggregatedFieldWells;
2790
+ }
2791
+ export interface BarChartAggregatedFieldWells {
2792
+ /**
2793
+ * @minItems 0
2794
+ * @maxItems 200
2795
+ */
2796
+ Category?: DimensionField[];
2797
+ /**
2798
+ * @minItems 0
2799
+ * @maxItems 200
2800
+ */
2801
+ Colors?: DimensionField[];
2802
+ /**
2803
+ * @minItems 0
2804
+ * @maxItems 200
2805
+ */
2806
+ Values?: MeasureField[];
2807
+ /**
2808
+ * @minItems 0
2809
+ * @maxItems 1
2810
+ */
2811
+ SmallMultiples?: DimensionField[];
2812
+ }
2813
+ export interface ScatterPlotVisual {
2814
+ Subtitle?: VisualSubtitleLabelOptions;
2815
+ VisualId: string;
2816
+ ChartConfiguration?: ScatterPlotConfiguration;
2817
+ /**
2818
+ * @minItems 0
2819
+ * @maxItems 10
2820
+ */
2821
+ Actions?: VisualCustomAction[];
2822
+ Title?: VisualTitleLabelOptions;
2823
+ /**
2824
+ * @minItems 0
2825
+ * @maxItems 2
2826
+ */
2827
+ ColumnHierarchies?: ColumnHierarchy[];
2828
+ }
2829
+ export interface ScatterPlotConfiguration {
2830
+ YAxisLabelOptions?: ChartAxisLabelOptions;
2831
+ Legend?: LegendOptions;
2832
+ YAxisDisplayOptions?: AxisDisplayOptions;
2833
+ DataLabels?: DataLabelOptions;
2834
+ FieldWells?: ScatterPlotFieldWells;
2835
+ Tooltip?: TooltipOptions;
2836
+ XAxisLabelOptions?: ChartAxisLabelOptions;
2837
+ VisualPalette?: VisualPalette;
2838
+ XAxisDisplayOptions?: AxisDisplayOptions;
2839
+ }
2840
+ export interface ScatterPlotFieldWells {
2841
+ ScatterPlotUnaggregatedFieldWells?: ScatterPlotUnaggregatedFieldWells;
2842
+ ScatterPlotCategoricallyAggregatedFieldWells?: ScatterPlotCategoricallyAggregatedFieldWells;
2843
+ }
2844
+ export interface ScatterPlotUnaggregatedFieldWells {
2845
+ /**
2846
+ * @minItems 0
2847
+ * @maxItems 200
2848
+ */
2849
+ Category?: DimensionField[];
2850
+ /**
2851
+ * @minItems 0
2852
+ * @maxItems 200
2853
+ */
2854
+ Size?: MeasureField[];
2855
+ /**
2856
+ * @minItems 0
2857
+ * @maxItems 200
2858
+ */
2859
+ Label?: DimensionField[];
2860
+ /**
2861
+ * @minItems 0
2862
+ * @maxItems 200
2863
+ */
2864
+ XAxis?: DimensionField[];
2865
+ /**
2866
+ * @minItems 0
2867
+ * @maxItems 200
2868
+ */
2869
+ YAxis?: DimensionField[];
2870
+ }
2871
+ export interface ScatterPlotCategoricallyAggregatedFieldWells {
2872
+ /**
2873
+ * @minItems 0
2874
+ * @maxItems 200
2875
+ */
2876
+ Category?: DimensionField[];
2877
+ /**
2878
+ * @minItems 0
2879
+ * @maxItems 200
2880
+ */
2881
+ Size?: MeasureField[];
2882
+ /**
2883
+ * @minItems 0
2884
+ * @maxItems 200
2885
+ */
2886
+ Label?: DimensionField[];
2887
+ /**
2888
+ * @minItems 0
2889
+ * @maxItems 200
2890
+ */
2891
+ XAxis?: MeasureField[];
2892
+ /**
2893
+ * @minItems 0
2894
+ * @maxItems 200
2895
+ */
2896
+ YAxis?: MeasureField[];
2897
+ }
2898
+ export interface RadarChartVisual {
2899
+ Subtitle?: VisualSubtitleLabelOptions;
2900
+ VisualId: string;
2901
+ ChartConfiguration?: RadarChartConfiguration;
2902
+ /**
2903
+ * @minItems 0
2904
+ * @maxItems 10
2905
+ */
2906
+ Actions?: VisualCustomAction[];
2907
+ Title?: VisualTitleLabelOptions;
2908
+ /**
2909
+ * @minItems 0
2910
+ * @maxItems 2
2911
+ */
2912
+ ColumnHierarchies?: ColumnHierarchy[];
2913
+ }
2914
+ export interface RadarChartConfiguration {
2915
+ SortConfiguration?: RadarChartSortConfiguration;
2916
+ Legend?: LegendOptions;
2917
+ Shape?: RadarChartShape;
2918
+ BaseSeriesSettings?: RadarChartSeriesSettings;
2919
+ ColorLabelOptions?: ChartAxisLabelOptions;
2920
+ CategoryLabelOptions?: ChartAxisLabelOptions;
2921
+ AxesRangeScale?: RadarChartAxesRangeScale;
2922
+ VisualPalette?: VisualPalette;
2923
+ AlternateBandColorsVisibility?: Visibility;
2924
+ StartAngle?: number;
2925
+ CategoryAxis?: AxisDisplayOptions;
2926
+ FieldWells?: RadarChartFieldWells;
2927
+ ColorAxis?: AxisDisplayOptions;
2928
+ AlternateBandOddColor?: string;
2929
+ AlternateBandEvenColor?: string;
2930
+ }
2931
+ export interface RadarChartSortConfiguration {
2932
+ /**
2933
+ * @minItems 0
2934
+ * @maxItems 100
2935
+ */
2936
+ ColorSort?: FieldSortOptions[];
2937
+ ColorItemsLimit?: ItemsLimitConfiguration;
2938
+ CategoryItemsLimit?: ItemsLimitConfiguration;
2939
+ /**
2940
+ * @minItems 0
2941
+ * @maxItems 100
2942
+ */
2943
+ CategorySort?: FieldSortOptions[];
2944
+ }
2945
+ export interface RadarChartSeriesSettings {
2946
+ AreaStyleSettings?: RadarChartAreaStyleSettings;
2947
+ }
2948
+ export interface RadarChartAreaStyleSettings {
2949
+ Visibility?: Visibility;
2950
+ }
2951
+ export interface RadarChartFieldWells {
2952
+ RadarChartAggregatedFieldWells?: RadarChartAggregatedFieldWells;
2953
+ }
2954
+ export interface RadarChartAggregatedFieldWells {
2955
+ /**
2956
+ * @minItems 0
2957
+ * @maxItems 1
2958
+ */
2959
+ Category?: DimensionField[];
2960
+ /**
2961
+ * @minItems 0
2962
+ * @maxItems 1
2963
+ */
2964
+ Color?: DimensionField[];
2965
+ /**
2966
+ * @minItems 0
2967
+ * @maxItems 20
2968
+ */
2969
+ Values?: MeasureField[];
2970
+ }
2971
+ export interface HeatMapVisual {
2972
+ Subtitle?: VisualSubtitleLabelOptions;
2973
+ VisualId: string;
2974
+ ChartConfiguration?: HeatMapConfiguration;
2975
+ /**
2976
+ * @minItems 0
2977
+ * @maxItems 10
2978
+ */
2979
+ Actions?: VisualCustomAction[];
2980
+ Title?: VisualTitleLabelOptions;
2981
+ /**
2982
+ * @minItems 0
2983
+ * @maxItems 2
2984
+ */
2985
+ ColumnHierarchies?: ColumnHierarchy[];
2986
+ }
2987
+ export interface HeatMapConfiguration {
2988
+ SortConfiguration?: HeatMapSortConfiguration;
2989
+ ColumnLabelOptions?: ChartAxisLabelOptions;
2990
+ Legend?: LegendOptions;
2991
+ DataLabels?: DataLabelOptions;
2992
+ FieldWells?: HeatMapFieldWells;
2993
+ Tooltip?: TooltipOptions;
2994
+ ColorScale?: ColorScale;
2995
+ RowLabelOptions?: ChartAxisLabelOptions;
2996
+ }
2997
+ export interface HeatMapSortConfiguration {
2998
+ /**
2999
+ * @minItems 0
3000
+ * @maxItems 100
3001
+ */
3002
+ HeatMapRowSort?: FieldSortOptions[];
3003
+ HeatMapRowItemsLimitConfiguration?: ItemsLimitConfiguration;
3004
+ HeatMapColumnItemsLimitConfiguration?: ItemsLimitConfiguration;
3005
+ /**
3006
+ * @minItems 0
3007
+ * @maxItems 100
3008
+ */
3009
+ HeatMapColumnSort?: FieldSortOptions[];
3010
+ }
3011
+ export interface HeatMapFieldWells {
3012
+ HeatMapAggregatedFieldWells?: HeatMapAggregatedFieldWells;
3013
+ }
3014
+ export interface HeatMapAggregatedFieldWells {
3015
+ /**
3016
+ * @minItems 0
3017
+ * @maxItems 1
3018
+ */
3019
+ Values?: MeasureField[];
3020
+ /**
3021
+ * @minItems 0
3022
+ * @maxItems 1
3023
+ */
3024
+ Columns?: DimensionField[];
3025
+ /**
3026
+ * @minItems 0
3027
+ * @maxItems 1
3028
+ */
3029
+ Rows?: DimensionField[];
3030
+ }
3031
+ export interface ColorScale {
3032
+ /**
3033
+ * @minItems 2
3034
+ * @maxItems 3
3035
+ */
3036
+ Colors: DataColor[];
3037
+ ColorFillType: ColorFillType;
3038
+ NullValueColor?: DataColor;
3039
+ }
3040
+ export interface DataColor {
3041
+ DataValue?: number;
3042
+ Color?: string;
3043
+ }
3044
+ export interface TreeMapVisual {
3045
+ Subtitle?: VisualSubtitleLabelOptions;
3046
+ VisualId: string;
3047
+ ChartConfiguration?: TreeMapConfiguration;
3048
+ /**
3049
+ * @minItems 0
3050
+ * @maxItems 10
3051
+ */
3052
+ Actions?: VisualCustomAction[];
3053
+ Title?: VisualTitleLabelOptions;
3054
+ /**
3055
+ * @minItems 0
3056
+ * @maxItems 2
3057
+ */
3058
+ ColumnHierarchies?: ColumnHierarchy[];
3059
+ }
3060
+ export interface TreeMapConfiguration {
3061
+ SortConfiguration?: TreeMapSortConfiguration;
3062
+ Legend?: LegendOptions;
3063
+ DataLabels?: DataLabelOptions;
3064
+ ColorLabelOptions?: ChartAxisLabelOptions;
3065
+ SizeLabelOptions?: ChartAxisLabelOptions;
3066
+ FieldWells?: TreeMapFieldWells;
3067
+ Tooltip?: TooltipOptions;
3068
+ ColorScale?: ColorScale;
3069
+ GroupLabelOptions?: ChartAxisLabelOptions;
3070
+ }
3071
+ export interface TreeMapSortConfiguration {
3072
+ /**
3073
+ * @minItems 0
3074
+ * @maxItems 100
3075
+ */
3076
+ TreeMapSort?: FieldSortOptions[];
3077
+ TreeMapGroupItemsLimitConfiguration?: ItemsLimitConfiguration;
3078
+ }
3079
+ export interface TreeMapFieldWells {
3080
+ TreeMapAggregatedFieldWells?: TreeMapAggregatedFieldWells;
3081
+ }
3082
+ export interface TreeMapAggregatedFieldWells {
3083
+ /**
3084
+ * @minItems 0
3085
+ * @maxItems 1
3086
+ */
3087
+ Sizes?: MeasureField[];
3088
+ /**
3089
+ * @minItems 0
3090
+ * @maxItems 1
3091
+ */
3092
+ Colors?: MeasureField[];
3093
+ /**
3094
+ * @minItems 0
3095
+ * @maxItems 1
3096
+ */
3097
+ Groups?: DimensionField[];
3098
+ }
3099
+ export interface ComboChartVisual {
3100
+ Subtitle?: VisualSubtitleLabelOptions;
3101
+ VisualId: string;
3102
+ ChartConfiguration?: ComboChartConfiguration;
3103
+ /**
3104
+ * @minItems 0
3105
+ * @maxItems 10
3106
+ */
3107
+ Actions?: VisualCustomAction[];
3108
+ Title?: VisualTitleLabelOptions;
3109
+ /**
3110
+ * @minItems 0
3111
+ * @maxItems 2
3112
+ */
3113
+ ColumnHierarchies?: ColumnHierarchy[];
3114
+ }
3115
+ export interface ComboChartConfiguration {
3116
+ SortConfiguration?: ComboChartSortConfiguration;
3117
+ Legend?: LegendOptions;
3118
+ /**
3119
+ * @minItems 0
3120
+ * @maxItems 20
3121
+ */
3122
+ ReferenceLines?: ReferenceLine[];
3123
+ ColorLabelOptions?: ChartAxisLabelOptions;
3124
+ BarDataLabels?: DataLabelOptions;
3125
+ CategoryLabelOptions?: ChartAxisLabelOptions;
3126
+ Tooltip?: TooltipOptions;
3127
+ SingleAxisOptions?: SingleAxisOptions;
3128
+ PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
3129
+ VisualPalette?: VisualPalette;
3130
+ BarsArrangement?: BarsArrangement;
3131
+ SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
3132
+ LineDataLabels?: DataLabelOptions;
3133
+ CategoryAxis?: AxisDisplayOptions;
3134
+ PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
3135
+ FieldWells?: ComboChartFieldWells;
3136
+ SecondaryYAxisDisplayOptions?: AxisDisplayOptions;
3137
+ }
3138
+ export interface ComboChartSortConfiguration {
3139
+ /**
3140
+ * @minItems 0
3141
+ * @maxItems 100
3142
+ */
3143
+ ColorSort?: FieldSortOptions[];
3144
+ ColorItemsLimit?: ItemsLimitConfiguration;
3145
+ CategoryItemsLimit?: ItemsLimitConfiguration;
3146
+ /**
3147
+ * @minItems 0
3148
+ * @maxItems 100
3149
+ */
3150
+ CategorySort?: FieldSortOptions[];
3151
+ }
3152
+ export interface SingleAxisOptions {
3153
+ YAxisOptions?: YAxisOptions;
3154
+ }
3155
+ export interface YAxisOptions {
3156
+ YAxis: SingleYAxisOption;
3157
+ }
3158
+ export interface ComboChartFieldWells {
3159
+ ComboChartAggregatedFieldWells?: ComboChartAggregatedFieldWells;
3160
+ }
3161
+ export interface ComboChartAggregatedFieldWells {
3162
+ /**
3163
+ * @minItems 0
3164
+ * @maxItems 200
3165
+ */
3166
+ BarValues?: MeasureField[];
3167
+ /**
3168
+ * @minItems 0
3169
+ * @maxItems 200
3170
+ */
3171
+ Category?: DimensionField[];
3172
+ /**
3173
+ * @minItems 0
3174
+ * @maxItems 200
3175
+ */
3176
+ Colors?: DimensionField[];
3177
+ /**
3178
+ * @minItems 0
3179
+ * @maxItems 200
3180
+ */
3181
+ LineValues?: MeasureField[];
3182
+ }
3183
+ export interface WordCloudVisual {
3184
+ Subtitle?: VisualSubtitleLabelOptions;
3185
+ VisualId: string;
3186
+ ChartConfiguration?: WordCloudChartConfiguration;
3187
+ /**
3188
+ * @minItems 0
3189
+ * @maxItems 10
3190
+ */
3191
+ Actions?: VisualCustomAction[];
3192
+ Title?: VisualTitleLabelOptions;
3193
+ /**
3194
+ * @minItems 0
3195
+ * @maxItems 2
3196
+ */
3197
+ ColumnHierarchies?: ColumnHierarchy[];
3198
+ }
3199
+ export interface WordCloudChartConfiguration {
3200
+ SortConfiguration?: WordCloudSortConfiguration;
3201
+ CategoryLabelOptions?: ChartAxisLabelOptions;
3202
+ FieldWells?: WordCloudFieldWells;
3203
+ WordCloudOptions?: WordCloudOptions;
3204
+ }
3205
+ export interface WordCloudSortConfiguration {
3206
+ CategoryItemsLimit?: ItemsLimitConfiguration;
3207
+ /**
3208
+ * @minItems 0
3209
+ * @maxItems 100
3210
+ */
3211
+ CategorySort?: FieldSortOptions[];
3212
+ }
3213
+ export interface WordCloudFieldWells {
3214
+ WordCloudAggregatedFieldWells?: WordCloudAggregatedFieldWells;
3215
+ }
3216
+ export interface WordCloudAggregatedFieldWells {
3217
+ /**
3218
+ * @minItems 0
3219
+ * @maxItems 10
3220
+ */
3221
+ GroupBy?: DimensionField[];
3222
+ /**
3223
+ * @minItems 0
3224
+ * @maxItems 1
3225
+ */
3226
+ Size?: MeasureField[];
3227
+ }
3228
+ export interface WordCloudOptions {
3229
+ WordOrientation?: WordCloudWordOrientation;
3230
+ WordScaling?: WordCloudWordScaling;
3231
+ CloudLayout?: WordCloudCloudLayout;
3232
+ MaximumStringLength?: number;
3233
+ WordCasing?: WordCloudWordCasing;
3234
+ WordPadding?: WordCloudWordPadding;
3235
+ }
3236
+ export interface InsightVisual {
3237
+ Subtitle?: VisualSubtitleLabelOptions;
3238
+ VisualId: string;
3239
+ /**
3240
+ * @minItems 0
3241
+ * @maxItems 10
3242
+ */
3243
+ Actions?: VisualCustomAction[];
3244
+ DataSetIdentifier: string;
3245
+ InsightConfiguration?: InsightConfiguration;
3246
+ Title?: VisualTitleLabelOptions;
3247
+ }
3248
+ export interface InsightConfiguration {
3249
+ /**
3250
+ * @minItems 0
3251
+ * @maxItems 100
3252
+ */
3253
+ Computations?: Computation[];
3254
+ CustomNarrative?: CustomNarrativeOptions;
3255
+ }
3256
+ export interface Computation {
3257
+ PeriodToDate?: PeriodToDateComputation;
3258
+ GrowthRate?: GrowthRateComputation;
3259
+ TopBottomRanked?: TopBottomRankedComputation;
3260
+ TotalAggregation?: TotalAggregationComputation;
3261
+ Forecast?: ForecastComputation;
3262
+ MaximumMinimum?: MaximumMinimumComputation;
3263
+ PeriodOverPeriod?: PeriodOverPeriodComputation;
3264
+ MetricComparison?: MetricComparisonComputation;
3265
+ TopBottomMovers?: TopBottomMoversComputation;
3266
+ UniqueValues?: UniqueValuesComputation;
3267
+ }
3268
+ export interface PeriodToDateComputation {
3269
+ PeriodTimeGranularity?: TimeGranularity;
3270
+ Value?: MeasureField;
3271
+ Time?: DimensionField;
3272
+ ComputationId: string;
3273
+ Name?: string;
3274
+ }
3275
+ export interface GrowthRateComputation {
3276
+ Value?: MeasureField;
3277
+ Time?: DimensionField;
3278
+ PeriodSize?: number;
3279
+ ComputationId: string;
3280
+ Name?: string;
3281
+ }
3282
+ export interface TopBottomRankedComputation {
3283
+ Type: TopBottomComputationType;
3284
+ Category?: DimensionField;
3285
+ ResultSize?: number;
3286
+ Value?: MeasureField;
3287
+ ComputationId: string;
3288
+ Name?: string;
3289
+ }
3290
+ export interface TotalAggregationComputation {
3291
+ Value?: MeasureField;
3292
+ ComputationId: string;
3293
+ Name?: string;
3294
+ }
3295
+ export interface ForecastComputation {
3296
+ PeriodsBackward?: number;
3297
+ PeriodsForward?: number;
3298
+ PredictionInterval?: number;
3299
+ Seasonality?: ForecastComputationSeasonality;
3300
+ CustomSeasonalityValue?: number;
3301
+ Value?: MeasureField;
3302
+ Time?: DimensionField;
3303
+ UpperBoundary?: number;
3304
+ ComputationId: string;
3305
+ Name?: string;
3306
+ LowerBoundary?: number;
3307
+ }
3308
+ export interface MaximumMinimumComputation {
3309
+ Type: MaximumMinimumComputationType;
3310
+ Value?: MeasureField;
3311
+ Time?: DimensionField;
3312
+ ComputationId: string;
3313
+ Name?: string;
3314
+ }
3315
+ export interface PeriodOverPeriodComputation {
3316
+ Value?: MeasureField;
3317
+ Time?: DimensionField;
3318
+ ComputationId: string;
3319
+ Name?: string;
3320
+ }
3321
+ export interface MetricComparisonComputation {
3322
+ TargetValue?: MeasureField;
3323
+ Time?: DimensionField;
3324
+ ComputationId: string;
3325
+ FromValue?: MeasureField;
3326
+ Name?: string;
3327
+ }
3328
+ export interface TopBottomMoversComputation {
3329
+ Type: TopBottomComputationType;
3330
+ Category?: DimensionField;
3331
+ Value?: MeasureField;
3332
+ SortOrder?: TopBottomSortOrder;
3333
+ Time?: DimensionField;
3334
+ MoverSize?: number;
3335
+ ComputationId: string;
3336
+ Name?: string;
3337
+ }
3338
+ export interface UniqueValuesComputation {
3339
+ Category?: DimensionField;
3340
+ ComputationId: string;
3341
+ Name?: string;
3342
+ }
3343
+ export interface CustomNarrativeOptions {
3344
+ Narrative: string;
3345
+ }
3346
+ export interface SankeyDiagramVisual {
3347
+ Subtitle?: VisualSubtitleLabelOptions;
3348
+ VisualId: string;
3349
+ ChartConfiguration?: SankeyDiagramChartConfiguration;
3350
+ /**
3351
+ * @minItems 0
3352
+ * @maxItems 10
3353
+ */
3354
+ Actions?: VisualCustomAction[];
3355
+ Title?: VisualTitleLabelOptions;
3356
+ }
3357
+ export interface SankeyDiagramChartConfiguration {
3358
+ SortConfiguration?: SankeyDiagramSortConfiguration;
3359
+ DataLabels?: DataLabelOptions;
3360
+ FieldWells?: SankeyDiagramFieldWells;
3361
+ }
3362
+ export interface SankeyDiagramSortConfiguration {
3363
+ /**
3364
+ * @minItems 0
3365
+ * @maxItems 100
3366
+ */
3367
+ WeightSort?: FieldSortOptions[];
3368
+ SourceItemsLimit?: ItemsLimitConfiguration;
3369
+ DestinationItemsLimit?: ItemsLimitConfiguration;
3370
+ }
3371
+ export interface SankeyDiagramFieldWells {
3372
+ SankeyDiagramAggregatedFieldWells?: SankeyDiagramAggregatedFieldWells;
3373
+ }
3374
+ export interface SankeyDiagramAggregatedFieldWells {
3375
+ /**
3376
+ * @minItems 0
3377
+ * @maxItems 200
3378
+ */
3379
+ Destination?: DimensionField[];
3380
+ /**
3381
+ * @minItems 0
3382
+ * @maxItems 200
3383
+ */
3384
+ Source?: DimensionField[];
3385
+ /**
3386
+ * @minItems 0
3387
+ * @maxItems 200
3388
+ */
3389
+ Weight?: MeasureField[];
3390
+ }
3391
+ export interface GaugeChartVisual {
3392
+ Subtitle?: VisualSubtitleLabelOptions;
3393
+ ConditionalFormatting?: GaugeChartConditionalFormatting;
3394
+ VisualId: string;
3395
+ ChartConfiguration?: GaugeChartConfiguration;
3396
+ /**
3397
+ * @minItems 0
3398
+ * @maxItems 10
3399
+ */
3400
+ Actions?: VisualCustomAction[];
3401
+ Title?: VisualTitleLabelOptions;
3402
+ }
3403
+ export interface GaugeChartConditionalFormatting {
3404
+ /**
3405
+ * @minItems 0
3406
+ * @maxItems 100
3407
+ */
3408
+ ConditionalFormattingOptions?: GaugeChartConditionalFormattingOption[];
3409
+ }
3410
+ export interface GaugeChartConditionalFormattingOption {
3411
+ Arc?: GaugeChartArcConditionalFormatting;
3412
+ PrimaryValue?: GaugeChartPrimaryValueConditionalFormatting;
3413
+ }
3414
+ export interface GaugeChartArcConditionalFormatting {
3415
+ ForegroundColor?: ConditionalFormattingColor;
3416
+ }
3417
+ export interface GaugeChartPrimaryValueConditionalFormatting {
3418
+ TextColor?: ConditionalFormattingColor;
3419
+ Icon?: ConditionalFormattingIcon;
3420
+ }
3421
+ export interface GaugeChartConfiguration {
3422
+ DataLabels?: DataLabelOptions;
3423
+ FieldWells?: GaugeChartFieldWells;
3424
+ TooltipOptions?: TooltipOptions;
3425
+ GaugeChartOptions?: GaugeChartOptions;
3426
+ VisualPalette?: VisualPalette;
3427
+ }
3428
+ export interface GaugeChartFieldWells {
3429
+ /**
3430
+ * @minItems 0
3431
+ * @maxItems 200
3432
+ */
3433
+ TargetValues?: MeasureField[];
3434
+ /**
3435
+ * @minItems 0
3436
+ * @maxItems 200
3437
+ */
3438
+ Values?: MeasureField[];
3439
+ }
3440
+ export interface GaugeChartOptions {
3441
+ Arc?: ArcConfiguration;
3442
+ Comparison?: ComparisonConfiguration;
3443
+ PrimaryValueDisplayType?: PrimaryValueDisplayType;
3444
+ ArcAxis?: ArcAxisConfiguration;
3445
+ PrimaryValueFontConfiguration?: FontConfiguration;
3446
+ }
3447
+ export interface ArcConfiguration {
3448
+ ArcAngle?: number;
3449
+ ArcThickness?: ArcThicknessOptions;
3450
+ }
3451
+ export interface ArcAxisConfiguration {
3452
+ Range?: ArcAxisDisplayRange;
3453
+ ReserveRange?: number;
3454
+ }
3455
+ export interface ArcAxisDisplayRange {
3456
+ Min?: number;
3457
+ Max?: number;
3458
+ }
3459
+ export interface LineChartVisual {
3460
+ Subtitle?: VisualSubtitleLabelOptions;
3461
+ VisualId: string;
3462
+ ChartConfiguration?: LineChartConfiguration;
3463
+ /**
3464
+ * @minItems 0
3465
+ * @maxItems 10
3466
+ */
3467
+ Actions?: VisualCustomAction[];
3468
+ Title?: VisualTitleLabelOptions;
3469
+ /**
3470
+ * @minItems 0
3471
+ * @maxItems 2
3472
+ */
3473
+ ColumnHierarchies?: ColumnHierarchy[];
3474
+ }
3475
+ export interface LineChartConfiguration {
3476
+ SortConfiguration?: LineChartSortConfiguration;
3477
+ Legend?: LegendOptions;
3478
+ /**
3479
+ * @minItems 0
3480
+ * @maxItems 20
3481
+ */
3482
+ ReferenceLines?: ReferenceLine[];
3483
+ DataLabels?: DataLabelOptions;
3484
+ Tooltip?: TooltipOptions;
3485
+ SingleAxisOptions?: SingleAxisOptions;
3486
+ SmallMultiplesOptions?: SmallMultiplesOptions;
3487
+ PrimaryYAxisDisplayOptions?: LineSeriesAxisDisplayOptions;
3488
+ VisualPalette?: VisualPalette;
3489
+ XAxisDisplayOptions?: AxisDisplayOptions;
3490
+ DefaultSeriesSettings?: LineChartDefaultSeriesSettings;
3491
+ SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
3492
+ /**
3493
+ * @minItems 0
3494
+ * @maxItems 10
3495
+ */
3496
+ ForecastConfigurations?: ForecastConfiguration[];
3497
+ /**
3498
+ * @minItems 0
3499
+ * @maxItems 2000
3500
+ */
3501
+ Series?: SeriesItem[];
3502
+ Type?: LineChartType;
3503
+ PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
3504
+ /**
3505
+ * @minItems 1
3506
+ * @maxItems 200
3507
+ */
3508
+ ContributionAnalysisDefaults?: ContributionAnalysisDefault[];
3509
+ FieldWells?: LineChartFieldWells;
3510
+ SecondaryYAxisDisplayOptions?: LineSeriesAxisDisplayOptions;
3511
+ XAxisLabelOptions?: ChartAxisLabelOptions;
3512
+ }
3513
+ export interface LineChartSortConfiguration {
3514
+ CategoryItemsLimitConfiguration?: ItemsLimitConfiguration;
3515
+ ColorItemsLimitConfiguration?: ItemsLimitConfiguration;
3516
+ /**
3517
+ * @minItems 0
3518
+ * @maxItems 100
3519
+ */
3520
+ SmallMultiplesSort?: FieldSortOptions[];
3521
+ /**
3522
+ * @minItems 0
3523
+ * @maxItems 100
3524
+ */
3525
+ CategorySort?: FieldSortOptions[];
3526
+ SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
3527
+ }
3528
+ export interface LineSeriesAxisDisplayOptions {
3529
+ /**
3530
+ * @minItems 0
3531
+ * @maxItems 100
3532
+ */
3533
+ MissingDataConfigurations?: MissingDataConfiguration[];
3534
+ AxisOptions?: AxisDisplayOptions;
3535
+ }
3536
+ export interface MissingDataConfiguration {
3537
+ TreatmentOption?: MissingDataTreatmentOption;
3538
+ }
3539
+ export interface LineChartDefaultSeriesSettings {
3540
+ LineStyleSettings?: LineChartLineStyleSettings;
3541
+ AxisBinding?: AxisBinding;
3542
+ MarkerStyleSettings?: LineChartMarkerStyleSettings;
3543
+ }
3544
+ export interface LineChartLineStyleSettings {
3545
+ LineInterpolation?: LineInterpolation;
3546
+ LineStyle?: LineChartLineStyle;
3547
+ LineVisibility?: Visibility;
3548
+ /**
3549
+ * String based length that is composed of value and unit in px
3550
+ */
3551
+ LineWidth?: string;
3552
+ }
3553
+ export interface LineChartMarkerStyleSettings {
3554
+ MarkerShape?: LineChartMarkerShape;
3555
+ /**
3556
+ * String based length that is composed of value and unit in px
3557
+ */
3558
+ MarkerSize?: string;
3559
+ MarkerVisibility?: Visibility;
3560
+ MarkerColor?: string;
3561
+ }
3562
+ export interface ForecastConfiguration {
3563
+ ForecastProperties?: TimeBasedForecastProperties;
3564
+ Scenario?: ForecastScenario;
3565
+ }
3566
+ export interface TimeBasedForecastProperties {
3567
+ PeriodsBackward?: number;
3568
+ PeriodsForward?: number;
3569
+ PredictionInterval?: number;
3570
+ Seasonality?: number;
3571
+ UpperBoundary?: number;
3572
+ LowerBoundary?: number;
3573
+ }
3574
+ export interface ForecastScenario {
3575
+ WhatIfRangeScenario?: WhatIfRangeScenario;
3576
+ WhatIfPointScenario?: WhatIfPointScenario;
3577
+ }
3578
+ export interface WhatIfRangeScenario {
3579
+ StartDate: string;
3580
+ Value: number;
3581
+ EndDate: string;
3582
+ }
3583
+ export interface WhatIfPointScenario {
3584
+ Value: number;
3585
+ Date: string;
3586
+ }
3587
+ export interface SeriesItem {
3588
+ FieldSeriesItem?: FieldSeriesItem;
3589
+ DataFieldSeriesItem?: DataFieldSeriesItem;
3590
+ }
3591
+ export interface FieldSeriesItem {
3592
+ FieldId: string;
3593
+ AxisBinding: AxisBinding;
3594
+ Settings?: LineChartSeriesSettings;
3595
+ }
3596
+ export interface LineChartSeriesSettings {
3597
+ LineStyleSettings?: LineChartLineStyleSettings;
3598
+ MarkerStyleSettings?: LineChartMarkerStyleSettings;
3599
+ }
3600
+ export interface DataFieldSeriesItem {
3601
+ FieldId: string;
3602
+ AxisBinding: AxisBinding;
3603
+ FieldValue?: string;
3604
+ Settings?: LineChartSeriesSettings;
3605
+ }
3606
+ export interface LineChartFieldWells {
3607
+ LineChartAggregatedFieldWells?: LineChartAggregatedFieldWells;
3608
+ }
3609
+ export interface LineChartAggregatedFieldWells {
3610
+ /**
3611
+ * @minItems 0
3612
+ * @maxItems 200
3613
+ */
3614
+ Category?: DimensionField[];
3615
+ /**
3616
+ * @minItems 0
3617
+ * @maxItems 200
3618
+ */
3619
+ Colors?: DimensionField[];
3620
+ /**
3621
+ * @minItems 0
3622
+ * @maxItems 200
3623
+ */
3624
+ Values?: MeasureField[];
3625
+ /**
3626
+ * @minItems 0
3627
+ * @maxItems 1
3628
+ */
3629
+ SmallMultiples?: DimensionField[];
3630
+ }
3631
+ export interface EmptyVisual {
3632
+ VisualId: string;
3633
+ /**
3634
+ * @minItems 0
3635
+ * @maxItems 10
3636
+ */
3637
+ Actions?: VisualCustomAction[];
3638
+ DataSetIdentifier: string;
3639
+ }
3640
+ export interface ParameterDeclaration {
3641
+ StringParameterDeclaration?: StringParameterDeclaration;
3642
+ DateTimeParameterDeclaration?: DateTimeParameterDeclaration;
3643
+ DecimalParameterDeclaration?: DecimalParameterDeclaration;
3644
+ IntegerParameterDeclaration?: IntegerParameterDeclaration;
3645
+ }
3646
+ export interface StringParameterDeclaration {
3647
+ /**
3648
+ * @minItems 0
3649
+ * @maxItems 150
3650
+ */
3651
+ MappedDataSetParameters?: MappedDataSetParameter[];
3652
+ DefaultValues?: StringDefaultValues;
3653
+ ParameterValueType: ParameterValueType;
3654
+ ValueWhenUnset?: StringValueWhenUnsetConfiguration;
3655
+ Name: string;
3656
+ }
3657
+ export interface MappedDataSetParameter {
3658
+ DataSetParameterName: string;
3659
+ DataSetIdentifier: string;
3660
+ }
3661
+ export interface StringDefaultValues {
3662
+ DynamicValue?: DynamicDefaultValue;
3663
+ /**
3664
+ * @minItems 0
3665
+ * @maxItems 50000
3666
+ */
3667
+ StaticValues?: string[];
3668
+ }
3669
+ export interface DynamicDefaultValue {
3670
+ GroupNameColumn?: ColumnIdentifier;
3671
+ DefaultValueColumn: ColumnIdentifier;
3672
+ UserNameColumn?: ColumnIdentifier;
3673
+ }
3674
+ export interface StringValueWhenUnsetConfiguration {
3675
+ ValueWhenUnsetOption?: ValueWhenUnsetOption;
3676
+ CustomValue?: string;
3677
+ }
3678
+ export interface DateTimeParameterDeclaration {
3679
+ /**
3680
+ * @minItems 0
3681
+ * @maxItems 150
3682
+ */
3683
+ MappedDataSetParameters?: MappedDataSetParameter[];
3684
+ DefaultValues?: DateTimeDefaultValues;
3685
+ TimeGranularity?: TimeGranularity;
3686
+ ValueWhenUnset?: DateTimeValueWhenUnsetConfiguration;
3687
+ Name: string;
3688
+ }
3689
+ export interface DateTimeDefaultValues {
3690
+ RollingDate?: RollingDateConfiguration;
3691
+ DynamicValue?: DynamicDefaultValue;
3692
+ /**
3693
+ * @minItems 0
3694
+ * @maxItems 50000
3695
+ */
3696
+ StaticValues?: string[];
3697
+ }
3698
+ export interface DateTimeValueWhenUnsetConfiguration {
3699
+ ValueWhenUnsetOption?: ValueWhenUnsetOption;
3700
+ CustomValue?: string;
3701
+ }
3702
+ export interface DecimalParameterDeclaration {
3703
+ /**
3704
+ * @minItems 0
3705
+ * @maxItems 150
3706
+ */
3707
+ MappedDataSetParameters?: MappedDataSetParameter[];
3708
+ DefaultValues?: DecimalDefaultValues;
3709
+ ParameterValueType: ParameterValueType;
3710
+ ValueWhenUnset?: DecimalValueWhenUnsetConfiguration;
3711
+ Name: string;
3712
+ }
3713
+ export interface DecimalDefaultValues {
3714
+ DynamicValue?: DynamicDefaultValue;
3715
+ /**
3716
+ * @minItems 0
3717
+ * @maxItems 50000
3718
+ */
3719
+ StaticValues?: number[];
3720
+ }
3721
+ export interface DecimalValueWhenUnsetConfiguration {
3722
+ ValueWhenUnsetOption?: ValueWhenUnsetOption;
3723
+ CustomValue?: number;
3724
+ }
3725
+ export interface IntegerParameterDeclaration {
3726
+ /**
3727
+ * @minItems 0
3728
+ * @maxItems 150
3729
+ */
3730
+ MappedDataSetParameters?: MappedDataSetParameter[];
3731
+ DefaultValues?: IntegerDefaultValues;
3732
+ ParameterValueType: ParameterValueType;
3733
+ ValueWhenUnset?: IntegerValueWhenUnsetConfiguration;
3734
+ Name: string;
3735
+ }
3736
+ export interface IntegerDefaultValues {
3737
+ DynamicValue?: DynamicDefaultValue;
3738
+ /**
3739
+ * @minItems 0
3740
+ * @maxItems 50000
3741
+ */
3742
+ StaticValues?: number[];
3743
+ }
3744
+ export interface IntegerValueWhenUnsetConfiguration {
3745
+ ValueWhenUnsetOption?: ValueWhenUnsetOption;
3746
+ CustomValue?: number;
3747
+ }
3748
+ /**
3749
+ * <p>The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to <code>LENIENT</code>, validation is skipped for specific errors.</p>
3750
+ */
3751
+ export interface ValidationStrategy {
3752
+ Mode: ValidationStrategyMode;
3753
+ }
3754
+ export interface LinkSharingConfiguration {
3755
+ /**
3756
+ * @minItems 1
3757
+ * @maxItems 64
3758
+ */
3759
+ Permissions?: ResourcePermission[];
3760
+ }
3761
+ /**
3762
+ * <p>Permission for the resource.</p>
3763
+ */
3764
+ export interface ResourcePermission {
3765
+ /**
3766
+ * <p>The IAM action to grant or revoke permissions on.</p>
3767
+ *
3768
+ * @minItems 1
3769
+ * @maxItems 20
3770
+ */
3771
+ Actions: string[];
3772
+ /**
3773
+ * <p>The Amazon Resource Name (ARN) of the principal. This can be one of the
3774
+ * following:</p>
3775
+ * <ul>
3776
+ * <li>
3777
+ * <p>The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)</p>
3778
+ * </li>
3779
+ * <li>
3780
+ * <p>The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>
3781
+ * </li>
3782
+ * <li>
3783
+ * <p>The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight
3784
+ * ARN. Use this option only to share resources (templates) across Amazon Web Services accounts.
3785
+ * (This is less common.) </p>
3786
+ * </li>
3787
+ * </ul>
3788
+ */
3789
+ Principal: string;
3790
+ }
3791
+ /**
3792
+ * <p>Dashboard publish options.</p>
3793
+ */
3794
+ export interface DashboardPublishOptions {
3795
+ SheetControlsOption?: SheetControlsOption;
3796
+ ExportToCSVOption?: ExportToCSVOption;
3797
+ DataPointMenuLabelOption?: DataPointMenuLabelOption;
3798
+ DataPointDrillUpDownOption?: DataPointDrillUpDownOption;
3799
+ AdHocFilteringOption?: AdHocFilteringOption;
3800
+ VisualPublishOptions?: DashboardVisualPublishOptions;
3801
+ VisualMenuOption?: VisualMenuOption;
3802
+ DataPointTooltipOption?: DataPointTooltipOption;
3803
+ VisualAxisSortOption?: VisualAxisSortOption;
3804
+ ExportWithHiddenFieldsOption?: ExportWithHiddenFieldsOption;
3805
+ SheetLayoutElementMaximizationOption?: SheetLayoutElementMaximizationOption;
3806
+ }
3807
+ /**
3808
+ * <p>Sheet controls option.</p>
3809
+ */
3810
+ export interface SheetControlsOption {
3811
+ VisibilityState?: DashboardUIState;
3812
+ }
3813
+ /**
3814
+ * <p>Export to .csv option.</p>
3815
+ */
3816
+ export interface ExportToCSVOption {
3817
+ AvailabilityStatus?: DashboardBehavior;
3818
+ }
3819
+ /**
3820
+ * <p>The data point menu options of a dashboard.</p>
3821
+ */
3822
+ export interface DataPointMenuLabelOption {
3823
+ AvailabilityStatus?: DashboardBehavior;
3824
+ }
3825
+ /**
3826
+ * <p>The drill down options for data points in a dashbaord.</p>
3827
+ */
3828
+ export interface DataPointDrillUpDownOption {
3829
+ AvailabilityStatus?: DashboardBehavior;
3830
+ }
3831
+ /**
3832
+ * <p>An ad hoc (one-time) filtering option.</p>
3833
+ */
3834
+ export interface AdHocFilteringOption {
3835
+ AvailabilityStatus?: DashboardBehavior;
3836
+ }
3837
+ /**
3838
+ * <p>The visual publish options of a visual in a dashboard</p>
3839
+ */
3840
+ export interface DashboardVisualPublishOptions {
3841
+ ExportHiddenFieldsOption?: ExportHiddenFieldsOption;
3842
+ }
3843
+ /**
3844
+ * <p>Determines if hidden fields are included in an exported dashboard.</p>
3845
+ */
3846
+ export interface ExportHiddenFieldsOption {
3847
+ AvailabilityStatus?: DashboardBehavior;
3848
+ }
3849
+ export interface VisualMenuOption {
3850
+ AvailabilityStatus?: DashboardBehavior;
3851
+ }
3852
+ /**
3853
+ * <p>The data point tooltip options.</p>
3854
+ */
3855
+ export interface DataPointTooltipOption {
3856
+ AvailabilityStatus?: DashboardBehavior;
3857
+ }
3858
+ export interface VisualAxisSortOption {
3859
+ AvailabilityStatus?: DashboardBehavior;
3860
+ }
3861
+ /**
3862
+ * <p>Determines whether or not hidden fields are visible on exported dashbaords.</p>
3863
+ */
3864
+ export interface ExportWithHiddenFieldsOption {
3865
+ AvailabilityStatus?: DashboardBehavior;
3866
+ }
3867
+ /**
3868
+ * <p>The sheet layout maximization options of a dashbaord.</p>
3869
+ */
3870
+ export interface SheetLayoutElementMaximizationOption {
3871
+ AvailabilityStatus?: DashboardBehavior;
3872
+ }
3873
+ /**
3874
+ * <p>Dashboard version.</p>
3875
+ */
3876
+ export interface DashboardVersion {
3877
+ Status?: ResourceStatus;
3878
+ /**
3879
+ * <p>Errors associated with this dashboard version.</p>
3880
+ *
3881
+ * @minItems 1
3882
+ */
3883
+ Errors?: DashboardError[];
3884
+ /**
3885
+ * <p>The time that this dashboard version was created.</p>
3886
+ */
3887
+ CreatedTime?: string;
3888
+ /**
3889
+ * <p>Description.</p>
3890
+ */
3891
+ Description?: string;
3892
+ /**
3893
+ * <p>The Amazon Resource Numbers (ARNs) for the datasets that are associated with this
3894
+ * version of the dashboard.</p>
3895
+ *
3896
+ * @minItems 0
3897
+ * @maxItems 100
3898
+ */
3899
+ DataSetArns?: string[];
3900
+ /**
3901
+ * <p>The ARN of the theme associated with a version of the dashboard.</p>
3902
+ */
3903
+ ThemeArn?: string;
3904
+ /**
3905
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
3906
+ */
3907
+ Arn?: string;
3908
+ /**
3909
+ * <p>Source entity ARN.</p>
3910
+ */
3911
+ SourceEntityArn?: string;
3912
+ /**
3913
+ * <p>Version number for this version of the dashboard.</p>
3914
+ */
3915
+ VersionNumber?: number;
3916
+ /**
3917
+ * <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
3918
+ *
3919
+ * @minItems 0
3920
+ * @maxItems 20
3921
+ */
3922
+ Sheets?: Sheet[];
3923
+ }
3924
+ /**
3925
+ * <p>Dashboard error.</p>
3926
+ */
3927
+ export interface DashboardError {
3928
+ Type?: DashboardErrorType;
3929
+ /**
3930
+ * <p>Message.</p>
3931
+ */
3932
+ Message?: string;
3933
+ /**
3934
+ * <p>Lists the violated entities that caused the dashboard error.</p>
3935
+ *
3936
+ * @minItems 0
3937
+ * @maxItems 200
3938
+ */
3939
+ ViolatedEntities?: Entity[];
3940
+ }
3941
+ export interface Entity {
3942
+ Path?: string;
3943
+ }
3944
+ /**
3945
+ * <p>A <i>sheet</i>, which is an object that contains a set of visuals that
3946
+ * are viewed together on one page in Amazon QuickSight. Every analysis and dashboard
3947
+ * contains at least one sheet. Each sheet contains at least one visualization widget, for
3948
+ * example a chart, pivot table, or narrative insight. Sheets can be associated with other
3949
+ * components, such as controls, filters, and so on.</p>
3950
+ */
3951
+ export interface Sheet {
3952
+ /**
3953
+ * <p>The unique identifier associated with a sheet.</p>
3954
+ */
3955
+ SheetId?: string;
3956
+ /**
3957
+ * <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
3958
+ * console.</p>
3959
+ */
3960
+ Name?: string;
3961
+ }
3962
+ /**
3963
+ * <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
3964
+ * resource.</p>
3965
+ */
3966
+ export interface Tag {
3967
+ /**
3968
+ * <p>Tag value.</p>
3969
+ */
3970
+ Value: string;
3971
+ /**
3972
+ * <p>Tag key.</p>
3973
+ */
3974
+ Key: string;
3975
+ }