cdk-comprehend-s3olap 2.0.479 → 2.0.480

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 (406) hide show
  1. package/.jsii +96 -7
  2. package/lib/cdk-comprehend-s3olap.d.ts +1 -1
  3. package/lib/cdk-comprehend-s3olap.js +9 -5
  4. package/lib/comprehend-lambdas.js +2 -2
  5. package/lib/demo/typescript/typescript-stack.js +11 -1
  6. package/lib/iam-roles.js +4 -4
  7. package/lib/index.js +7 -3
  8. package/lib/resources/lambda-arn-helper.js +3 -2
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.examples.json +196 -0
  11. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +254 -111
  12. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +101 -19
  14. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +7 -1
  15. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +20 -13
  16. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.paginators.json +4 -4
  17. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +62 -59
  18. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +3 -0
  19. package/node_modules/aws-sdk/apis/apigateway-2015-07-09.min.json +7 -1
  20. package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +7 -1
  21. package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +975 -0
  22. package/node_modules/aws-sdk/apis/application-signals-2024-04-15.paginators.json +34 -0
  23. package/node_modules/aws-sdk/apis/apptest-2022-12-06.min.json +1917 -0
  24. package/node_modules/aws-sdk/apis/apptest-2022-12-06.paginators.json +40 -0
  25. package/node_modules/aws-sdk/apis/apptest-2022-12-06.waiters2.json +5 -0
  26. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +62 -10
  27. package/node_modules/aws-sdk/apis/artifact-2018-05-10.examples.json +113 -0
  28. package/node_modules/aws-sdk/apis/artifact-2018-05-10.min.json +47 -41
  29. package/node_modules/aws-sdk/apis/artifact-2018-05-10.waiters2.json +5 -0
  30. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +7 -1
  31. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +57 -38
  32. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +7 -1
  33. package/node_modules/aws-sdk/apis/b2bi-2022-06-23.min.json +8 -1
  34. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +115 -60
  35. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +140 -86
  36. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +2122 -231
  37. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.paginators.json +24 -0
  38. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +809 -190
  39. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.paginators.json +6 -0
  40. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +898 -44
  41. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +102 -21
  42. package/node_modules/aws-sdk/apis/chatbot-2017-10-11.min.json +138 -24
  43. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +10 -1
  44. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +6 -2
  45. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +48 -43
  46. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +7 -1
  47. package/node_modules/aws-sdk/apis/cloudhsmv2-2017-04-28.min.json +79 -20
  48. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +44 -24
  49. package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +7 -1
  50. package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +80 -38
  51. package/node_modules/aws-sdk/apis/codedeploy-2014-10-06.min.json +7 -1
  52. package/node_modules/aws-sdk/apis/codeguru-security-2018-05-10.min.json +6 -0
  53. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +4 -1
  54. package/node_modules/aws-sdk/apis/cognito-identity-2014-06-30.min.json +23 -5
  55. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +111 -27
  56. package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +447 -134
  57. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +7 -1
  58. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1266 -499
  59. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +24 -0
  60. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +205 -63
  61. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +150 -5
  62. package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +12 -0
  63. package/node_modules/aws-sdk/apis/cost-optimization-hub-2022-07-26.min.json +310 -262
  64. package/node_modules/aws-sdk/apis/cost-optimization-hub-2022-07-26.waiters2.json +5 -0
  65. package/node_modules/aws-sdk/apis/cur-2017-01-06.min.json +7 -1
  66. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +52 -25
  67. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +3 -0
  68. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +1064 -444
  69. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +12 -0
  70. package/node_modules/aws-sdk/apis/devicefarm-2015-06-23.min.json +7 -1
  71. package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +7 -1
  72. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +3 -0
  73. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +7 -1
  74. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +7 -1
  75. package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +7 -1
  76. package/node_modules/aws-sdk/apis/dynamodb-2011-12-05.min.json +7 -1
  77. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +256 -181
  78. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +397 -283
  79. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +7 -1
  80. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +290 -256
  81. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +151 -84
  82. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +7 -1
  83. package/node_modules/aws-sdk/apis/elasticbeanstalk-2010-12-01.min.json +7 -1
  84. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +7 -1
  85. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +3 -0
  86. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +15 -3
  87. package/node_modules/aws-sdk/apis/elastictranscoder-2012-09-25.min.json +7 -1
  88. package/node_modules/aws-sdk/apis/email-2010-12-01.min.json +7 -1
  89. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +172 -14
  90. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +6 -0
  91. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +7 -1
  92. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +87 -28
  93. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +209 -160
  94. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +63 -59
  95. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +206 -164
  96. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +7 -1
  97. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +13 -1
  98. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +886 -574
  99. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +22 -8
  100. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +317 -15
  101. package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +12 -0
  102. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +17 -3
  103. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +7 -1
  104. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +429 -124
  105. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +3 -0
  106. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +122 -96
  107. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +18 -10
  108. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +3 -1
  109. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +7 -1
  110. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +396 -242
  111. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +6 -0
  112. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.waiters2.json +5 -0
  113. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +36 -6
  114. package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +266 -110
  115. package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.paginators.json +24 -0
  116. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +31 -0
  117. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +79 -23
  118. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +43 -25
  119. package/node_modules/aws-sdk/apis/launch-wizard-2018-05-10.min.json +159 -0
  120. package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.min.json +236 -16
  121. package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +6 -0
  122. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +11 -2
  123. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +1036 -754
  124. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +6 -0
  125. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +254 -143
  126. package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +6 -0
  127. package/node_modules/aws-sdk/apis/mailmanager-2023-10-17.min.json +1836 -0
  128. package/node_modules/aws-sdk/apis/mailmanager-2023-10-17.paginators.json +58 -0
  129. package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +3 -0
  130. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +106 -94
  131. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +208 -131
  132. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.paginators.json +6 -0
  133. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +367 -364
  134. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.examples.json +1271 -0
  135. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +108 -71
  136. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +8 -5
  137. package/node_modules/aws-sdk/apis/metadata.json +20 -9
  138. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +4 -4
  139. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +178 -158
  140. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +320 -176
  141. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +36 -22
  142. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +190 -115
  143. package/node_modules/aws-sdk/apis/opsworks-2013-02-18.min.json +3 -0
  144. package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +7 -1
  145. package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +77 -28
  146. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +10 -1
  147. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +544 -383
  148. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.waiters2.json +5 -0
  149. package/node_modules/aws-sdk/apis/pca-connector-scep-2018-05-10.examples.json +5 -0
  150. package/node_modules/aws-sdk/apis/pca-connector-scep-2018-05-10.min.json +456 -0
  151. package/node_modules/aws-sdk/apis/pca-connector-scep-2018-05-10.paginators.json +16 -0
  152. package/node_modules/aws-sdk/apis/pca-connector-scep-2018-05-10.waiters2.json +5 -0
  153. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +153 -44
  154. package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +9 -1
  155. package/node_modules/aws-sdk/apis/pi-2018-02-27.min.json +28 -18
  156. package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +403 -378
  157. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +521 -99
  158. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +6 -0
  159. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +632 -555
  160. package/node_modules/aws-sdk/apis/pipes-2015-10-07.waiters2.json +5 -0
  161. package/node_modules/aws-sdk/apis/polly-2016-06-10.min.json +7 -1
  162. package/node_modules/aws-sdk/apis/qapps-2023-11-27.examples.json +583 -0
  163. package/node_modules/aws-sdk/apis/qapps-2023-11-27.min.json +1312 -0
  164. package/node_modules/aws-sdk/apis/qapps-2023-11-27.paginators.json +16 -0
  165. package/node_modules/aws-sdk/apis/qapps-2023-11-27.waiters2.json +5 -0
  166. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.examples.json +2 -3
  167. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +813 -689
  168. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.paginators.json +1 -1
  169. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.waiters2.json +5 -0
  170. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +335 -108
  171. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.paginators.json +6 -0
  172. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2113 -1354
  173. package/node_modules/aws-sdk/apis/rds-2013-01-10.min.json +4 -1
  174. package/node_modules/aws-sdk/apis/rds-2013-02-12.min.json +4 -1
  175. package/node_modules/aws-sdk/apis/rds-2013-09-09.min.json +4 -1
  176. package/node_modules/aws-sdk/apis/rds-2014-09-01.min.json +4 -1
  177. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +25 -10
  178. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +7 -1
  179. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +7 -1
  180. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +15 -3
  181. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +63 -14
  182. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +6 -0
  183. package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +7 -1
  184. package/node_modules/aws-sdk/apis/route53profiles-2018-05-10.min.json +3 -0
  185. package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +62 -53
  186. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +76 -76
  187. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +46 -5
  188. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1958 -1211
  189. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +12 -0
  190. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +11 -1
  191. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +7 -1
  192. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +7 -1
  193. package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +148 -136
  194. package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +7 -1
  195. package/node_modules/aws-sdk/apis/signer-2017-08-25.min.json +3 -0
  196. package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +7 -1
  197. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +7 -1
  198. package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +24 -14
  199. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +14 -3
  200. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +95 -0
  201. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.paginators.json +6 -0
  202. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +9 -0
  203. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +32 -9
  204. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +4 -1
  205. package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +30 -14
  206. package/node_modules/aws-sdk/apis/swf-2012-01-25.min.json +104 -68
  207. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.examples.json +5 -0
  208. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +658 -0
  209. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.paginators.json +10 -0
  210. package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +71 -23
  211. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +101 -76
  212. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +19 -8
  213. package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +107 -46
  214. package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +345 -83
  215. package/node_modules/aws-sdk/apis/waf-2015-08-24.min.json +7 -1
  216. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +46 -33
  217. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +513 -76
  218. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +30 -13
  219. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +8 -1
  220. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +162 -3
  221. package/node_modules/aws-sdk/clients/account.d.ts +84 -9
  222. package/node_modules/aws-sdk/clients/acm.d.ts +8 -8
  223. package/node_modules/aws-sdk/clients/acmpca.d.ts +40 -40
  224. package/node_modules/aws-sdk/clients/all.d.ts +6 -3
  225. package/node_modules/aws-sdk/clients/all.js +7 -4
  226. package/node_modules/aws-sdk/clients/amplify.d.ts +15 -14
  227. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +43 -43
  228. package/node_modules/aws-sdk/clients/applicationsignals.d.ts +955 -0
  229. package/node_modules/aws-sdk/clients/applicationsignals.js +18 -0
  230. package/node_modules/aws-sdk/clients/apptest.d.ts +2019 -0
  231. package/node_modules/aws-sdk/clients/apptest.js +19 -0
  232. package/node_modules/aws-sdk/clients/arczonalshift.d.ts +66 -29
  233. package/node_modules/aws-sdk/clients/artifact.d.ts +68 -64
  234. package/node_modules/aws-sdk/clients/artifact.js +1 -0
  235. package/node_modules/aws-sdk/clients/athena.d.ts +5 -5
  236. package/node_modules/aws-sdk/clients/auditmanager.d.ts +45 -33
  237. package/node_modules/aws-sdk/clients/autoscaling.d.ts +67 -67
  238. package/node_modules/aws-sdk/clients/b2bi.d.ts +8 -8
  239. package/node_modules/aws-sdk/clients/batch.d.ts +54 -1
  240. package/node_modules/aws-sdk/clients/bedrock.d.ts +63 -14
  241. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +2327 -211
  242. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +666 -28
  243. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +849 -4
  244. package/node_modules/aws-sdk/clients/budgets.d.ts +84 -1
  245. package/node_modules/aws-sdk/clients/chatbot.d.ts +100 -0
  246. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +19 -15
  247. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +9 -9
  248. package/node_modules/aws-sdk/clients/cloudformation.d.ts +11 -2
  249. package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
  250. package/node_modules/aws-sdk/clients/cloudhsmv2.d.ts +134 -34
  251. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -12
  252. package/node_modules/aws-sdk/clients/codeartifact.d.ts +28 -28
  253. package/node_modules/aws-sdk/clients/codebuild.d.ts +71 -24
  254. package/node_modules/aws-sdk/clients/codegurusecurity.d.ts +60 -55
  255. package/node_modules/aws-sdk/clients/codepipeline.d.ts +4 -4
  256. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +1 -1
  257. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +449 -47
  258. package/node_modules/aws-sdk/clients/connect.d.ts +935 -35
  259. package/node_modules/aws-sdk/clients/connectcases.d.ts +124 -1
  260. package/node_modules/aws-sdk/clients/controltower.d.ts +244 -44
  261. package/node_modules/aws-sdk/clients/costoptimizationhub.d.ts +380 -328
  262. package/node_modules/aws-sdk/clients/costoptimizationhub.js +1 -0
  263. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +35 -5
  264. package/node_modules/aws-sdk/clients/datasync.d.ts +7 -7
  265. package/node_modules/aws-sdk/clients/datazone.d.ts +667 -5
  266. package/node_modules/aws-sdk/clients/directconnect.d.ts +40 -25
  267. package/node_modules/aws-sdk/clients/dynamodb.d.ts +114 -45
  268. package/node_modules/aws-sdk/clients/ec2.d.ts +423 -284
  269. package/node_modules/aws-sdk/clients/ecr.d.ts +2 -2
  270. package/node_modules/aws-sdk/clients/ecs.d.ts +47 -5
  271. package/node_modules/aws-sdk/clients/eks.d.ts +100 -20
  272. package/node_modules/aws-sdk/clients/elasticache.d.ts +6 -6
  273. package/node_modules/aws-sdk/clients/elbv2.d.ts +6 -6
  274. package/node_modules/aws-sdk/clients/emr.d.ts +12 -4
  275. package/node_modules/aws-sdk/clients/emrserverless.d.ts +191 -0
  276. package/node_modules/aws-sdk/clients/eventbridge.d.ts +111 -20
  277. package/node_modules/aws-sdk/clients/firehose.d.ts +73 -10
  278. package/node_modules/aws-sdk/clients/fms.d.ts +12 -7
  279. package/node_modules/aws-sdk/clients/fsx.d.ts +84 -36
  280. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +8 -0
  281. package/node_modules/aws-sdk/clients/glue.d.ts +504 -23
  282. package/node_modules/aws-sdk/clients/grafana.d.ts +297 -11
  283. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +15 -5
  284. package/node_modules/aws-sdk/clients/guardduty.d.ts +277 -5
  285. package/node_modules/aws-sdk/clients/inspector2.d.ts +49 -3
  286. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +11 -1
  287. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1 -1
  288. package/node_modules/aws-sdk/clients/iotwireless.d.ts +2 -2
  289. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +433 -235
  290. package/node_modules/aws-sdk/clients/ivsrealtime.js +1 -0
  291. package/node_modules/aws-sdk/clients/kafka.d.ts +35 -0
  292. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +147 -3
  293. package/node_modules/aws-sdk/clients/kms.d.ts +78 -12
  294. package/node_modules/aws-sdk/clients/lakeformation.d.ts +17 -0
  295. package/node_modules/aws-sdk/clients/launchwizard.d.ts +181 -8
  296. package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.d.ts +249 -10
  297. package/node_modules/aws-sdk/clients/lightsail.d.ts +29 -25
  298. package/node_modules/aws-sdk/clients/location.d.ts +981 -677
  299. package/node_modules/aws-sdk/clients/macie2.d.ts +149 -44
  300. package/node_modules/aws-sdk/clients/mailmanager.d.ts +2320 -0
  301. package/node_modules/aws-sdk/clients/mailmanager.js +18 -0
  302. package/node_modules/aws-sdk/clients/managedblockchain.d.ts +4 -4
  303. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +13 -0
  304. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +77 -6
  305. package/node_modules/aws-sdk/clients/medialive.d.ts +8 -0
  306. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +57 -4
  307. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +7 -2
  308. package/node_modules/aws-sdk/clients/mq.d.ts +15 -15
  309. package/node_modules/aws-sdk/clients/mwaa.d.ts +215 -189
  310. package/node_modules/aws-sdk/clients/networkmanager.d.ts +237 -11
  311. package/node_modules/aws-sdk/clients/omics.d.ts +89 -53
  312. package/node_modules/aws-sdk/clients/opensearch.d.ts +120 -3
  313. package/node_modules/aws-sdk/clients/opsworks.d.ts +117 -117
  314. package/node_modules/aws-sdk/clients/organizations.d.ts +2 -2
  315. package/node_modules/aws-sdk/clients/osis.d.ts +89 -5
  316. package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +3 -3
  317. package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +358 -311
  318. package/node_modules/aws-sdk/clients/paymentcryptographydata.js +1 -0
  319. package/node_modules/aws-sdk/clients/pcaconnectorscep.d.ts +486 -0
  320. package/node_modules/aws-sdk/clients/pcaconnectorscep.js +19 -0
  321. package/node_modules/aws-sdk/clients/personalize.d.ts +160 -1
  322. package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +6 -0
  323. package/node_modules/aws-sdk/clients/pi.d.ts +17 -10
  324. package/node_modules/aws-sdk/clients/pinpoint.d.ts +27 -0
  325. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +514 -8
  326. package/node_modules/aws-sdk/clients/pipes.d.ts +455 -348
  327. package/node_modules/aws-sdk/clients/pipes.js +1 -0
  328. package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
  329. package/node_modules/aws-sdk/clients/qapps.d.ts +1442 -0
  330. package/node_modules/aws-sdk/clients/qapps.js +19 -0
  331. package/node_modules/aws-sdk/clients/qbusiness.d.ts +855 -699
  332. package/node_modules/aws-sdk/clients/qbusiness.js +1 -0
  333. package/node_modules/aws-sdk/clients/qconnect.d.ts +219 -1
  334. package/node_modules/aws-sdk/clients/quicksight.d.ts +901 -14
  335. package/node_modules/aws-sdk/clients/rds.d.ts +67 -19
  336. package/node_modules/aws-sdk/clients/redshift.d.ts +16 -16
  337. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +17 -7
  338. package/node_modules/aws-sdk/clients/rekognition.d.ts +11 -3
  339. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +80 -15
  340. package/node_modules/aws-sdk/clients/route53profiles.d.ts +4 -4
  341. package/node_modules/aws-sdk/clients/route53resolver.d.ts +18 -5
  342. package/node_modules/aws-sdk/clients/s3.d.ts +34 -10
  343. package/node_modules/aws-sdk/clients/sagemaker.d.ts +1065 -59
  344. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +20 -15
  345. package/node_modules/aws-sdk/clients/securityhub.d.ts +71 -71
  346. package/node_modules/aws-sdk/clients/securitylake.d.ts +3 -3
  347. package/node_modules/aws-sdk/clients/sesv2.d.ts +28 -10
  348. package/node_modules/aws-sdk/clients/signer.d.ts +3 -3
  349. package/node_modules/aws-sdk/clients/sns.d.ts +7 -7
  350. package/node_modules/aws-sdk/clients/sqs.d.ts +24 -19
  351. package/node_modules/aws-sdk/clients/ssmsap.d.ts +121 -1
  352. package/node_modules/aws-sdk/clients/ssooidc.d.ts +32 -4
  353. package/node_modules/aws-sdk/clients/storagegateway.d.ts +37 -22
  354. package/node_modules/aws-sdk/clients/swf.d.ts +38 -2
  355. package/node_modules/aws-sdk/clients/taxsettings.d.ts +809 -0
  356. package/node_modules/aws-sdk/clients/taxsettings.js +18 -0
  357. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +54 -0
  358. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +32 -0
  359. package/node_modules/aws-sdk/clients/transfer.d.ts +5 -5
  360. package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +66 -2
  361. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +300 -14
  362. package/node_modules/aws-sdk/clients/vpclattice.d.ts +81 -81
  363. package/node_modules/aws-sdk/clients/wafv2.d.ts +35 -5
  364. package/node_modules/aws-sdk/clients/workspaces.d.ts +598 -6
  365. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +15 -0
  366. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +21 -1
  367. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +9 -5
  368. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2141 -1908
  369. package/node_modules/aws-sdk/dist/aws-sdk.js +4544 -2431
  370. package/node_modules/aws-sdk/dist/aws-sdk.min.js +107 -106
  371. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -6
  372. package/node_modules/aws-sdk/lib/core.js +1 -1
  373. package/node_modules/aws-sdk/lib/credentials/cognito_identity_credentials.js +9 -0
  374. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +1 -1
  375. package/node_modules/aws-sdk/lib/credentials/token_file_web_identity_credentials.d.ts +2 -2
  376. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +86 -17
  377. package/node_modules/aws-sdk/lib/metadata_service.d.ts +4 -0
  378. package/node_modules/aws-sdk/lib/metadata_service.js +1 -2
  379. package/node_modules/aws-sdk/lib/protocol/rest_json.js +2 -1
  380. package/node_modules/aws-sdk/lib/query/query_param_serializer.js +3 -1
  381. package/node_modules/aws-sdk/lib/region_config.js +2 -1
  382. package/node_modules/aws-sdk/lib/services/s3.js +51 -6
  383. package/node_modules/aws-sdk/lib/shared-ini/ini-loader.d.ts +24 -1
  384. package/node_modules/aws-sdk/lib/shared-ini/ini-loader.js +0 -6
  385. package/node_modules/aws-sdk/package.json +1 -1
  386. package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +10 -10
  387. package/node_modules/xml2js/node_modules/sax/LICENSE +2 -2
  388. package/node_modules/xml2js/node_modules/sax/README.md +3 -0
  389. package/node_modules/xml2js/node_modules/sax/lib/sax.js +33 -10
  390. package/node_modules/xml2js/node_modules/sax/package.json +1 -1
  391. package/package.json +18 -16
  392. package/node_modules/aws-sdk/apis/alexaforbusiness-2017-11-09.min.json +0 -2905
  393. package/node_modules/aws-sdk/apis/alexaforbusiness-2017-11-09.paginators.json +0 -94
  394. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +0 -522
  395. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +0 -14
  396. package/node_modules/aws-sdk/apis/honeycode-2020-03-01.min.json +0 -962
  397. package/node_modules/aws-sdk/apis/honeycode-2020-03-01.paginators.json +0 -27
  398. package/node_modules/aws-sdk/clients/alexaforbusiness.d.ts +0 -3862
  399. package/node_modules/aws-sdk/clients/alexaforbusiness.js +0 -18
  400. package/node_modules/aws-sdk/clients/backupstorage.d.ts +0 -469
  401. package/node_modules/aws-sdk/clients/backupstorage.js +0 -18
  402. package/node_modules/aws-sdk/clients/honeycode.d.ts +0 -910
  403. package/node_modules/aws-sdk/clients/honeycode.js +0 -18
  404. /package/node_modules/aws-sdk/apis/{alexaforbusiness-2017-11-09.examples.json → application-signals-2024-04-15.examples.json} +0 -0
  405. /package/node_modules/aws-sdk/apis/{backupstorage-2018-04-10.examples.json → apptest-2022-12-06.examples.json} +0 -0
  406. /package/node_modules/aws-sdk/apis/{honeycode-2020-03-01.examples.json → mailmanager-2023-10-17.examples.json} +0 -0
@@ -83,6 +83,30 @@ declare class ConnectCases extends Service {
83
83
  * Deletes a Cases domain. <note> <p>After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html">DeleteIntegrationAssociation</a>.</p> </note>
84
84
  */
85
85
  deleteDomain(callback?: (err: AWSError, data: ConnectCases.Types.DeleteDomainResponse) => void): Request<ConnectCases.Types.DeleteDomainResponse, AWSError>;
86
+ /**
87
+ * Deletes a field from a cases template. You can delete up to 100 fields per domain. After a field is deleted: You can still retrieve the field by calling BatchGetField. You cannot update a deleted field by calling UpdateField; it throws a ValidationException. Deleted fields are not included in the ListFields response. Calling CreateCase with a deleted field throws a ValidationException denoting which field IDs in the request have been deleted. Calling GetCase with a deleted field ID returns the deleted field's value if one exists. Calling UpdateCase with a deleted field ID throws a ValidationException if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (using emptyValue: {}) the field's value from the case. GetTemplate does not return field IDs for deleted fields. GetLayout does not return field IDs for deleted fields. Calling SearchCases with the deleted field ID as a filter returns any cases that have a value for the deleted field that matches the filter criteria. Calling SearchCases with a searchTerm value that matches a deleted field's value on a case returns the case in the response. Calling BatchPutFieldOptions with a deleted field ID throw a ValidationException. Calling GetCaseEventConfiguration does not return field IDs for deleted fields.
88
+ */
89
+ deleteField(params: ConnectCases.Types.DeleteFieldRequest, callback?: (err: AWSError, data: ConnectCases.Types.DeleteFieldResponse) => void): Request<ConnectCases.Types.DeleteFieldResponse, AWSError>;
90
+ /**
91
+ * Deletes a field from a cases template. You can delete up to 100 fields per domain. After a field is deleted: You can still retrieve the field by calling BatchGetField. You cannot update a deleted field by calling UpdateField; it throws a ValidationException. Deleted fields are not included in the ListFields response. Calling CreateCase with a deleted field throws a ValidationException denoting which field IDs in the request have been deleted. Calling GetCase with a deleted field ID returns the deleted field's value if one exists. Calling UpdateCase with a deleted field ID throws a ValidationException if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (using emptyValue: {}) the field's value from the case. GetTemplate does not return field IDs for deleted fields. GetLayout does not return field IDs for deleted fields. Calling SearchCases with the deleted field ID as a filter returns any cases that have a value for the deleted field that matches the filter criteria. Calling SearchCases with a searchTerm value that matches a deleted field's value on a case returns the case in the response. Calling BatchPutFieldOptions with a deleted field ID throw a ValidationException. Calling GetCaseEventConfiguration does not return field IDs for deleted fields.
92
+ */
93
+ deleteField(callback?: (err: AWSError, data: ConnectCases.Types.DeleteFieldResponse) => void): Request<ConnectCases.Types.DeleteFieldResponse, AWSError>;
94
+ /**
95
+ * Deletes a layout from a cases template. You can delete up to 100 layouts per domain. &lt;p&gt;After a layout is deleted:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt;You can still retrieve the layout by calling &lt;code&gt;GetLayout&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot update a deleted layout by calling &lt;code&gt;UpdateLayout&lt;/code&gt;; it throws a &lt;code&gt;ValidationException&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Deleted layouts are not included in the &lt;code&gt;ListLayouts&lt;/code&gt; response.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
96
+ */
97
+ deleteLayout(params: ConnectCases.Types.DeleteLayoutRequest, callback?: (err: AWSError, data: ConnectCases.Types.DeleteLayoutResponse) => void): Request<ConnectCases.Types.DeleteLayoutResponse, AWSError>;
98
+ /**
99
+ * Deletes a layout from a cases template. You can delete up to 100 layouts per domain. &lt;p&gt;After a layout is deleted:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt;You can still retrieve the layout by calling &lt;code&gt;GetLayout&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot update a deleted layout by calling &lt;code&gt;UpdateLayout&lt;/code&gt;; it throws a &lt;code&gt;ValidationException&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Deleted layouts are not included in the &lt;code&gt;ListLayouts&lt;/code&gt; response.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
100
+ */
101
+ deleteLayout(callback?: (err: AWSError, data: ConnectCases.Types.DeleteLayoutResponse) => void): Request<ConnectCases.Types.DeleteLayoutResponse, AWSError>;
102
+ /**
103
+ * Deletes a cases template. You can delete up to 100 templates per domain. &lt;p&gt;After a cases template is deleted:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt;You can still retrieve the template by calling &lt;code&gt;GetTemplate&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot update the template. &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot create a case by using the deleted template.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Deleted templates are not included in the &lt;code&gt;ListTemplates&lt;/code&gt; response.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
104
+ */
105
+ deleteTemplate(params: ConnectCases.Types.DeleteTemplateRequest, callback?: (err: AWSError, data: ConnectCases.Types.DeleteTemplateResponse) => void): Request<ConnectCases.Types.DeleteTemplateResponse, AWSError>;
106
+ /**
107
+ * Deletes a cases template. You can delete up to 100 templates per domain. &lt;p&gt;After a cases template is deleted:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt;You can still retrieve the template by calling &lt;code&gt;GetTemplate&lt;/code&gt;.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot update the template. &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;You cannot create a case by using the deleted template.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt;Deleted templates are not included in the &lt;code&gt;ListTemplates&lt;/code&gt; response.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
108
+ */
109
+ deleteTemplate(callback?: (err: AWSError, data: ConnectCases.Types.DeleteTemplateResponse) => void): Request<ConnectCases.Types.DeleteTemplateResponse, AWSError>;
86
110
  /**
87
111
  * Returns information about a specific case if it exists.
88
112
  */
@@ -655,6 +679,43 @@ declare namespace ConnectCases {
655
679
  }
656
680
  export interface DeleteDomainResponse {
657
681
  }
682
+ export interface DeleteFieldRequest {
683
+ /**
684
+ * The unique identifier of the Cases domain.
685
+ */
686
+ domainId: DomainId;
687
+ /**
688
+ * Unique identifier of the field.
689
+ */
690
+ fieldId: FieldId;
691
+ }
692
+ export interface DeleteFieldResponse {
693
+ }
694
+ export interface DeleteLayoutRequest {
695
+ /**
696
+ * The unique identifier of the Cases domain.
697
+ */
698
+ domainId: DomainId;
699
+ /**
700
+ * The unique identifier of the layout.
701
+ */
702
+ layoutId: LayoutId;
703
+ }
704
+ export interface DeleteLayoutResponse {
705
+ }
706
+ export interface DeleteTemplateRequest {
707
+ /**
708
+ * The unique identifier of the Cases domain.
709
+ */
710
+ domainId: DomainId;
711
+ /**
712
+ * A unique identifier of a template.
713
+ */
714
+ templateId: TemplateId;
715
+ }
716
+ export interface DeleteTemplateResponse {
717
+ }
718
+ export type Deleted = boolean;
658
719
  export type DomainArn = string;
659
720
  export type DomainId = string;
660
721
  export type DomainName = string;
@@ -853,6 +914,19 @@ declare namespace ConnectCases {
853
914
  userArnValue?: String;
854
915
  }
855
916
  export type FieldValueUnionStringValueString = string;
917
+ export type FileArn = string;
918
+ export interface FileContent {
919
+ /**
920
+ * The Amazon Resource Name (ARN) of a File in Amazon Connect.
921
+ */
922
+ fileArn: FileArn;
923
+ }
924
+ export interface FileFilter {
925
+ /**
926
+ * The Amazon Resource Name (ARN) of the file.
927
+ */
928
+ fileArn?: FileArn;
929
+ }
856
930
  export interface GetCaseAuditEventsRequest {
857
931
  /**
858
932
  * A unique identifier of the case.
@@ -966,6 +1040,14 @@ declare namespace ConnectCases {
966
1040
  tags?: Tags;
967
1041
  }
968
1042
  export interface GetFieldResponse {
1043
+ /**
1044
+ * Timestamp at which the resource was created.
1045
+ */
1046
+ createdTime?: CreatedTime;
1047
+ /**
1048
+ * Denotes whether or not the resource has been deleted.
1049
+ */
1050
+ deleted?: Deleted;
969
1051
  /**
970
1052
  * Description of the field.
971
1053
  */
@@ -978,6 +1060,10 @@ declare namespace ConnectCases {
978
1060
  * Unique identifier of the field.
979
1061
  */
980
1062
  fieldId: FieldId;
1063
+ /**
1064
+ * Timestamp at which the resource was created or last modified.
1065
+ */
1066
+ lastModifiedTime?: LastModifiedTime;
981
1067
  /**
982
1068
  * Name of the field.
983
1069
  */
@@ -1010,6 +1096,18 @@ declare namespace ConnectCases {
1010
1096
  * Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
1011
1097
  */
1012
1098
  content: LayoutContent;
1099
+ /**
1100
+ * Timestamp at which the resource was created.
1101
+ */
1102
+ createdTime?: CreatedTime;
1103
+ /**
1104
+ * Denotes whether or not the resource has been deleted.
1105
+ */
1106
+ deleted?: Deleted;
1107
+ /**
1108
+ * Timestamp at which the resource was created or last modified.
1109
+ */
1110
+ lastModifiedTime?: LastModifiedTime;
1013
1111
  /**
1014
1112
  * The Amazon Resource Name (ARN) of the newly created layout.
1015
1113
  */
@@ -1038,10 +1136,22 @@ declare namespace ConnectCases {
1038
1136
  templateId: TemplateId;
1039
1137
  }
1040
1138
  export interface GetTemplateResponse {
1139
+ /**
1140
+ * Timestamp at which the resource was created.
1141
+ */
1142
+ createdTime?: CreatedTime;
1143
+ /**
1144
+ * Denotes whether or not the resource has been deleted.
1145
+ */
1146
+ deleted?: Deleted;
1041
1147
  /**
1042
1148
  * A brief description of the template.
1043
1149
  */
1044
1150
  description?: TemplateDescription;
1151
+ /**
1152
+ * Timestamp at which the resource was created or last modified.
1153
+ */
1154
+ lastModifiedTime?: LastModifiedTime;
1045
1155
  /**
1046
1156
  * Configuration of layouts associated to the template.
1047
1157
  */
@@ -1072,6 +1182,7 @@ declare namespace ConnectCases {
1072
1182
  templateId: TemplateId;
1073
1183
  }
1074
1184
  export type IamPrincipalArn = string;
1185
+ export type LastModifiedTime = Date;
1075
1186
  export type LayoutArn = string;
1076
1187
  export interface LayoutConfiguration {
1077
1188
  /**
@@ -1303,6 +1414,10 @@ declare namespace ConnectCases {
1303
1414
  * Represents the content of a contact to be returned to agents.
1304
1415
  */
1305
1416
  contact?: ContactContent;
1417
+ /**
1418
+ * Represents the content of a File to be returned to agents.
1419
+ */
1420
+ file?: FileContent;
1306
1421
  }
1307
1422
  export interface RelatedItemEventIncludedData {
1308
1423
  /**
@@ -1320,8 +1435,12 @@ declare namespace ConnectCases {
1320
1435
  * Object representing a contact in Amazon Connect as an API request field.
1321
1436
  */
1322
1437
  contact?: Contact;
1438
+ /**
1439
+ * A file of related items.
1440
+ */
1441
+ file?: FileContent;
1323
1442
  }
1324
- export type RelatedItemType = "Contact"|"Comment"|string;
1443
+ export type RelatedItemType = "Contact"|"Comment"|"File"|string;
1325
1444
  export interface RelatedItemTypeFilter {
1326
1445
  /**
1327
1446
  * A filter for related items of type Comment.
@@ -1331,6 +1450,10 @@ declare namespace ConnectCases {
1331
1450
  * A filter for related items of type Contact.
1332
1451
  */
1333
1452
  contact?: ContactFilter;
1453
+ /**
1454
+ * A filter for related items of this type of File.
1455
+ */
1456
+ file?: FileFilter;
1334
1457
  }
1335
1458
  export interface RequiredField {
1336
1459
  /**