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
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['qbusiness'], '2023-11-27', {
9
9
  get: function get() {
10
10
  var model = require('../apis/qbusiness-2023-11-27.min.json');
11
11
  model.paginators = require('../apis/qbusiness-2023-11-27.paginators.json').pagination;
12
+ model.waiters = require('../apis/qbusiness-2023-11-27.waiters2.json').waiters;
12
13
  return model;
13
14
  },
14
15
  enumerable: true,
@@ -35,6 +35,14 @@ declare class QConnect extends Service {
35
35
  * Creates Amazon Q in Connect content. Before to calling this API, use StartContentUpload to upload an asset.
36
36
  */
37
37
  createContent(callback?: (err: AWSError, data: QConnect.Types.CreateContentResponse) => void): Request<QConnect.Types.CreateContentResponse, AWSError>;
38
+ /**
39
+ * Creates an association between a content resource in a knowledge base and step-by-step guides. Step-by-step guides offer instructions to agents for resolving common customer issues. You create a content association to integrate Amazon Q in Connect and step-by-step guides. After you integrate Amazon Q and step-by-step guides, when Amazon Q provides a recommendation to an agent based on the intent that it's detected, it also provides them with the option to start the step-by-step guide that you have associated with the content. Note the following limitations: You can create only one content association for each content resource in a knowledge base. You can associate a step-by-step guide with multiple content resources. For more information, see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
40
+ */
41
+ createContentAssociation(params: QConnect.Types.CreateContentAssociationRequest, callback?: (err: AWSError, data: QConnect.Types.CreateContentAssociationResponse) => void): Request<QConnect.Types.CreateContentAssociationResponse, AWSError>;
42
+ /**
43
+ * Creates an association between a content resource in a knowledge base and step-by-step guides. Step-by-step guides offer instructions to agents for resolving common customer issues. You create a content association to integrate Amazon Q in Connect and step-by-step guides. After you integrate Amazon Q and step-by-step guides, when Amazon Q provides a recommendation to an agent based on the intent that it's detected, it also provides them with the option to start the step-by-step guide that you have associated with the content. Note the following limitations: You can create only one content association for each content resource in a knowledge base. You can associate a step-by-step guide with multiple content resources. For more information, see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
44
+ */
45
+ createContentAssociation(callback?: (err: AWSError, data: QConnect.Types.CreateContentAssociationResponse) => void): Request<QConnect.Types.CreateContentAssociationResponse, AWSError>;
38
46
  /**
39
47
  * Creates a knowledge base. When using this API, you cannot reuse Amazon AppIntegrations DataIntegrations with external knowledge bases such as Salesforce and ServiceNow. If you do, you'll get an InvalidRequestException error. For example, you're programmatically managing your external knowledge base, and you want to add or remove one of the fields that is being ingested from Salesforce. Do the following: Call DeleteKnowledgeBase. Call DeleteDataIntegration. Call CreateDataIntegration to recreate the DataIntegration or a create different one. Call CreateKnowledgeBase.
40
48
  */
@@ -83,6 +91,14 @@ declare class QConnect extends Service {
83
91
  * Deletes the content.
84
92
  */
85
93
  deleteContent(callback?: (err: AWSError, data: QConnect.Types.DeleteContentResponse) => void): Request<QConnect.Types.DeleteContentResponse, AWSError>;
94
+ /**
95
+ * Deletes the content association. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
96
+ */
97
+ deleteContentAssociation(params: QConnect.Types.DeleteContentAssociationRequest, callback?: (err: AWSError, data: QConnect.Types.DeleteContentAssociationResponse) => void): Request<QConnect.Types.DeleteContentAssociationResponse, AWSError>;
98
+ /**
99
+ * Deletes the content association. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
100
+ */
101
+ deleteContentAssociation(callback?: (err: AWSError, data: QConnect.Types.DeleteContentAssociationResponse) => void): Request<QConnect.Types.DeleteContentAssociationResponse, AWSError>;
86
102
  /**
87
103
  * Deletes the quick response import job.
88
104
  */
@@ -131,6 +147,14 @@ declare class QConnect extends Service {
131
147
  * Retrieves content, including a pre-signed URL to download the content.
132
148
  */
133
149
  getContent(callback?: (err: AWSError, data: QConnect.Types.GetContentResponse) => void): Request<QConnect.Types.GetContentResponse, AWSError>;
150
+ /**
151
+ * Returns the content association. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
152
+ */
153
+ getContentAssociation(params: QConnect.Types.GetContentAssociationRequest, callback?: (err: AWSError, data: QConnect.Types.GetContentAssociationResponse) => void): Request<QConnect.Types.GetContentAssociationResponse, AWSError>;
154
+ /**
155
+ * Returns the content association. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
156
+ */
157
+ getContentAssociation(callback?: (err: AWSError, data: QConnect.Types.GetContentAssociationResponse) => void): Request<QConnect.Types.GetContentAssociationResponse, AWSError>;
134
158
  /**
135
159
  * Retrieves summary information about the content.
136
160
  */
@@ -195,6 +219,14 @@ declare class QConnect extends Service {
195
219
  * Lists information about assistants.
196
220
  */
197
221
  listAssistants(callback?: (err: AWSError, data: QConnect.Types.ListAssistantsResponse) => void): Request<QConnect.Types.ListAssistantsResponse, AWSError>;
222
+ /**
223
+ * Lists the content associations. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
224
+ */
225
+ listContentAssociations(params: QConnect.Types.ListContentAssociationsRequest, callback?: (err: AWSError, data: QConnect.Types.ListContentAssociationsResponse) => void): Request<QConnect.Types.ListContentAssociationsResponse, AWSError>;
226
+ /**
227
+ * Lists the content associations. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
228
+ */
229
+ listContentAssociations(callback?: (err: AWSError, data: QConnect.Types.ListContentAssociationsResponse) => void): Request<QConnect.Types.ListContentAssociationsResponse, AWSError>;
198
230
  /**
199
231
  * Lists the content.
200
232
  */
@@ -357,6 +389,12 @@ declare class QConnect extends Service {
357
389
  updateSession(callback?: (err: AWSError, data: QConnect.Types.UpdateSessionResponse) => void): Request<QConnect.Types.UpdateSessionResponse, AWSError>;
358
390
  }
359
391
  declare namespace QConnect {
392
+ export interface AmazonConnectGuideAssociationData {
393
+ /**
394
+ * The Amazon Resource Name (ARN) of an Amazon Connect flow. Step-by-step guides are a type of flow.
395
+ */
396
+ flowId?: GenericArn;
397
+ }
360
398
  export type AndConditions = TagCondition[];
361
399
  export interface AppIntegrationsConfiguration {
362
400
  /**
@@ -563,6 +601,90 @@ declare namespace QConnect {
563
601
  export type ContactAttributeKeys = ContactAttributeKey[];
564
602
  export type ContactAttributeValue = string;
565
603
  export type ContactAttributes = {[key: string]: ContactAttributeValue};
604
+ export interface ContentAssociationContents {
605
+ /**
606
+ * The data of the step-by-step guide association.
607
+ */
608
+ amazonConnectGuideAssociation?: AmazonConnectGuideAssociationData;
609
+ }
610
+ export interface ContentAssociationData {
611
+ /**
612
+ * The content association.
613
+ */
614
+ associationData: ContentAssociationContents;
615
+ /**
616
+ * The type of association.
617
+ */
618
+ associationType: ContentAssociationType;
619
+ /**
620
+ * The Amazon Resource Name (ARN) of the content.
621
+ */
622
+ contentArn: Arn;
623
+ /**
624
+ * The Amazon Resource Name (ARN) of the content association.
625
+ */
626
+ contentAssociationArn: Arn;
627
+ /**
628
+ * The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
629
+ */
630
+ contentAssociationId: Uuid;
631
+ /**
632
+ * The identifier of the content.
633
+ */
634
+ contentId: Uuid;
635
+ /**
636
+ * The Amazon Resource Name (ARN) of the knowledge base.
637
+ */
638
+ knowledgeBaseArn: Arn;
639
+ /**
640
+ * The identifier of the knowledge base.
641
+ */
642
+ knowledgeBaseId: Uuid;
643
+ /**
644
+ * The tags used to organize, track, or control access for this resource.
645
+ */
646
+ tags?: Tags;
647
+ }
648
+ export interface ContentAssociationSummary {
649
+ /**
650
+ * The content association.
651
+ */
652
+ associationData: ContentAssociationContents;
653
+ /**
654
+ * The type of association.
655
+ */
656
+ associationType: ContentAssociationType;
657
+ /**
658
+ * The Amazon Resource Name (ARN) of the content.
659
+ */
660
+ contentArn: Arn;
661
+ /**
662
+ * The Amazon Resource Name (ARN) of the content association.
663
+ */
664
+ contentAssociationArn: Arn;
665
+ /**
666
+ * The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
667
+ */
668
+ contentAssociationId: Uuid;
669
+ /**
670
+ * The identifier of the content.
671
+ */
672
+ contentId: Uuid;
673
+ /**
674
+ * The Amazon Resource Name (ARN) of the knowledge base.
675
+ */
676
+ knowledgeBaseArn: Arn;
677
+ /**
678
+ * The identifier of the knowledge base.
679
+ */
680
+ knowledgeBaseId: Uuid;
681
+ /**
682
+ * The tags used to organize, track, or control access for this resource.
683
+ */
684
+ tags?: Tags;
685
+ }
686
+ export type ContentAssociationSummaryList = ContentAssociationSummary[];
687
+ export type ContentAssociationType = "AMAZON_CONNECT_GUIDE"|string;
566
688
  export interface ContentData {
567
689
  /**
568
690
  * The Amazon Resource Name (ARN) of the content.
@@ -766,6 +888,38 @@ declare namespace QConnect {
766
888
  */
767
889
  assistant?: AssistantData;
768
890
  }
891
+ export interface CreateContentAssociationRequest {
892
+ /**
893
+ * The identifier of the associated resource.
894
+ */
895
+ association: ContentAssociationContents;
896
+ /**
897
+ * The type of association.
898
+ */
899
+ associationType: ContentAssociationType;
900
+ /**
901
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
902
+ */
903
+ clientToken?: ClientToken;
904
+ /**
905
+ * The identifier of the content.
906
+ */
907
+ contentId: UuidOrArn;
908
+ /**
909
+ * The identifier of the knowledge base.
910
+ */
911
+ knowledgeBaseId: UuidOrArn;
912
+ /**
913
+ * The tags used to organize, track, or control access for this resource.
914
+ */
915
+ tags?: Tags;
916
+ }
917
+ export interface CreateContentAssociationResponse {
918
+ /**
919
+ * The association between Amazon Q in Connect content and another resource.
920
+ */
921
+ contentAssociation?: ContentAssociationData;
922
+ }
769
923
  export interface CreateContentRequest {
770
924
  /**
771
925
  * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
@@ -986,6 +1140,22 @@ declare namespace QConnect {
986
1140
  }
987
1141
  export interface DeleteAssistantResponse {
988
1142
  }
1143
+ export interface DeleteContentAssociationRequest {
1144
+ /**
1145
+ * The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
1146
+ */
1147
+ contentAssociationId: UuidOrArn;
1148
+ /**
1149
+ * The identifier of the content.
1150
+ */
1151
+ contentId: UuidOrArn;
1152
+ /**
1153
+ * The identifier of the knowledge base.
1154
+ */
1155
+ knowledgeBaseId: UuidOrArn;
1156
+ }
1157
+ export interface DeleteContentAssociationResponse {
1158
+ }
989
1159
  export interface DeleteContentRequest {
990
1160
  /**
991
1161
  * The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.
@@ -1142,6 +1312,26 @@ declare namespace QConnect {
1142
1312
  */
1143
1313
  assistant?: AssistantData;
1144
1314
  }
1315
+ export interface GetContentAssociationRequest {
1316
+ /**
1317
+ * The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
1318
+ */
1319
+ contentAssociationId: UuidOrArn;
1320
+ /**
1321
+ * The identifier of the content.
1322
+ */
1323
+ contentId: UuidOrArn;
1324
+ /**
1325
+ * The identifier of the knowledge base.
1326
+ */
1327
+ knowledgeBaseId: UuidOrArn;
1328
+ }
1329
+ export interface GetContentAssociationResponse {
1330
+ /**
1331
+ * The association between Amazon Q in Connect content and another resource.
1332
+ */
1333
+ contentAssociation?: ContentAssociationData;
1334
+ }
1145
1335
  export interface GetContentRequest {
1146
1336
  /**
1147
1337
  * The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.
@@ -1295,7 +1485,7 @@ declare namespace QConnect {
1295
1485
  createdTime: SyntheticTimestamp_epoch_seconds;
1296
1486
  externalSourceConfiguration?: ExternalSourceConfiguration;
1297
1487
  /**
1298
- * The link to donwload the information of resource data that failed to be imported.
1488
+ * The link to download the information of resource data that failed to be imported.
1299
1489
  */
1300
1490
  failedRecordReport?: Url;
1301
1491
  /**
@@ -1530,6 +1720,34 @@ declare namespace QConnect {
1530
1720
  */
1531
1721
  nextToken?: NextToken;
1532
1722
  }
1723
+ export interface ListContentAssociationsRequest {
1724
+ /**
1725
+ * The identifier of the content.
1726
+ */
1727
+ contentId: UuidOrArn;
1728
+ /**
1729
+ * The identifier of the knowledge base.
1730
+ */
1731
+ knowledgeBaseId: UuidOrArn;
1732
+ /**
1733
+ * The maximum number of results to return per page.
1734
+ */
1735
+ maxResults?: MaxResults;
1736
+ /**
1737
+ * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
1738
+ */
1739
+ nextToken?: NextToken;
1740
+ }
1741
+ export interface ListContentAssociationsResponse {
1742
+ /**
1743
+ * Summary information about content associations.
1744
+ */
1745
+ contentAssociationSummaries: ContentAssociationSummaryList;
1746
+ /**
1747
+ * If there are additional results, this is the token for the next set of results.
1748
+ */
1749
+ nextToken?: NextToken;
1750
+ }
1533
1751
  export interface ListContentsRequest {
1534
1752
  /**
1535
1753
  * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.