@pgarbe/cdk-ecr-sync 0.5.26 → 0.5.29

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 (411) hide show
  1. package/.gitattributes +0 -1
  2. package/.jsii +5 -5
  3. package/.projenrc.ts +5 -3
  4. package/CHANGELOG.md +1 -1
  5. package/lib/ecr-sync.d.ts +1 -0
  6. package/lib/ecr-sync.d.ts.map +1 -0
  7. package/lib/ecr-sync.js +1 -1
  8. package/lib/image.d.ts +1 -0
  9. package/lib/image.d.ts.map +1 -0
  10. package/lib/index.d.ts +1 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/lambda/docker-adapter.d.ts +1 -0
  13. package/lib/lambda/docker-adapter.d.ts.map +1 -0
  14. package/lib/lambda/ecr-adapter.d.ts +1 -0
  15. package/lib/lambda/ecr-adapter.d.ts.map +1 -0
  16. package/lib/lambda/get-image-tags-handler.d.ts +1 -0
  17. package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
  18. package/node_modules/aws-sdk/CHANGELOG.md +384 -1
  19. package/node_modules/aws-sdk/README.md +1 -1
  20. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +56 -25
  21. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +68 -50
  22. package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +47 -7
  23. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +144 -65
  24. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json +5 -0
  26. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +177 -113
  27. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  28. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +206 -44
  29. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  30. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +9 -0
  31. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +79 -33
  32. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +31 -46
  33. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +113 -90
  34. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
  35. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
  36. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +143 -94
  37. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.examples.json +5 -0
  38. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +1374 -0
  39. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +62 -0
  40. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.waiters2.json +4 -0
  41. package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
  42. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +107 -45
  43. package/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json +6 -0
  44. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +206 -125
  45. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +3 -0
  46. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
  47. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
  48. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
  49. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +16 -11
  50. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
  51. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
  52. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
  53. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +25 -2
  54. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  55. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +119 -118
  56. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +143 -2
  57. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +5 -0
  58. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +217 -113
  59. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +552 -134
  60. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +21 -0
  61. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +537 -200
  62. package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +41 -38
  63. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +83 -4
  64. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -74
  65. package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +213 -119
  66. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
  67. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +10 -2
  68. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +10 -4
  69. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1098 -848
  70. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  71. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +14 -11
  72. package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +4 -1
  73. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +10 -0
  74. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  75. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
  76. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +262 -19
  77. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +14 -0
  78. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +454 -7
  79. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +12 -0
  80. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +107 -15
  81. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +265 -82
  82. package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +6 -0
  83. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
  84. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  85. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +120 -98
  86. package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +4 -2
  87. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +5 -0
  88. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +1376 -0
  89. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +46 -0
  90. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2257 -440
  91. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
  92. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +194 -19
  93. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  94. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +107 -73
  95. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -202
  96. package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +6 -0
  97. package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +1 -1
  98. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  99. package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
  100. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +516 -168
  101. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +14 -0
  102. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +75 -68
  103. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
  104. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  105. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
  106. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
  107. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
  108. package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +95 -48
  109. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +324 -83
  110. package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
  111. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.examples.json +5 -0
  112. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +562 -0
  113. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.paginators.json +22 -0
  114. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.waiters2.json +5 -0
  115. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  116. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  117. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
  118. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +239 -9
  119. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +80 -12
  120. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +418 -149
  121. package/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json +6 -0
  122. package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +54 -2
  123. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +117 -56
  124. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +20 -12
  125. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +2 -0
  126. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
  127. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  128. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +165 -41
  129. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +0 -1
  130. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +31 -28
  131. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +83 -27
  132. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +151 -120
  133. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +222 -154
  134. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +16 -13
  135. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +402 -153
  136. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
  137. package/node_modules/aws-sdk/apis/metadata.json +20 -0
  138. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +15 -19
  139. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +0 -2
  140. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +47 -11
  141. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
  142. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
  143. package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +77 -62
  144. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +74 -0
  145. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
  146. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +414 -346
  147. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +197 -47
  148. package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +2 -1
  149. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
  150. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
  151. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
  152. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
  153. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +4 -1
  154. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +186 -44
  155. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +289 -413
  156. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +0 -12
  157. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
  158. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +41 -23
  159. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
  160. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
  161. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +13 -3
  162. package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +49 -3
  163. package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
  164. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
  165. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +772 -239
  166. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +52 -51
  167. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +64 -24
  168. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
  169. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -689
  170. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +15 -13
  171. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +378 -304
  172. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +16 -8
  173. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +8 -2
  174. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +333 -294
  175. package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
  176. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
  177. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +41 -36
  178. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +82 -45
  179. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +31 -25
  180. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +59 -48
  181. package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +27 -8
  182. package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +45 -0
  183. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +19 -18
  184. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +313 -131
  185. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +60 -19
  186. package/node_modules/aws-sdk/apis/worklink-2018-09-25.min.json +99 -33
  187. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +195 -27
  188. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
  189. package/node_modules/aws-sdk/clients/acmpca.d.ts +72 -36
  190. package/node_modules/aws-sdk/clients/all.d.ts +6 -0
  191. package/node_modules/aws-sdk/clients/all.js +7 -1
  192. package/node_modules/aws-sdk/clients/amplify.d.ts +12 -7
  193. package/node_modules/aws-sdk/clients/amplifybackend.d.ts +48 -12
  194. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +142 -18
  195. package/node_modules/aws-sdk/clients/appflow.d.ts +80 -1
  196. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  197. package/node_modules/aws-sdk/clients/apprunner.d.ts +195 -11
  198. package/node_modules/aws-sdk/clients/appstream.d.ts +13 -1
  199. package/node_modules/aws-sdk/clients/athena.d.ts +70 -9
  200. package/node_modules/aws-sdk/clients/auditmanager.d.ts +8 -8
  201. package/node_modules/aws-sdk/clients/autoscaling.d.ts +62 -34
  202. package/node_modules/aws-sdk/clients/backup.d.ts +49 -25
  203. package/node_modules/aws-sdk/clients/batch.d.ts +120 -52
  204. package/node_modules/aws-sdk/clients/billingconductor.d.ts +1554 -0
  205. package/node_modules/aws-sdk/clients/billingconductor.js +19 -0
  206. package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
  207. package/node_modules/aws-sdk/clients/budgets.d.ts +107 -48
  208. package/node_modules/aws-sdk/clients/chime.d.ts +10 -6
  209. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
  210. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
  211. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +31 -5
  212. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +24 -24
  213. package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
  214. package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
  215. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +34 -26
  216. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +44 -12
  217. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  218. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
  219. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +78 -73
  220. package/node_modules/aws-sdk/clients/comprehend.d.ts +218 -24
  221. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
  222. package/node_modules/aws-sdk/clients/configservice.d.ts +220 -49
  223. package/node_modules/aws-sdk/clients/connect.d.ts +539 -9
  224. package/node_modules/aws-sdk/clients/costexplorer.d.ts +91 -5
  225. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +365 -2
  226. package/node_modules/aws-sdk/clients/databrew.d.ts +8 -3
  227. package/node_modules/aws-sdk/clients/dataexchange.d.ts +117 -0
  228. package/node_modules/aws-sdk/clients/datasync.d.ts +103 -16
  229. package/node_modules/aws-sdk/clients/devopsguru.d.ts +109 -3
  230. package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
  231. package/node_modules/aws-sdk/clients/docdb.d.ts +56 -40
  232. package/node_modules/aws-sdk/clients/dynamodb.d.ts +10 -2
  233. package/node_modules/aws-sdk/clients/ebs.d.ts +7 -7
  234. package/node_modules/aws-sdk/clients/ec2.d.ts +450 -138
  235. package/node_modules/aws-sdk/clients/ecr.d.ts +10 -5
  236. package/node_modules/aws-sdk/clients/ecs.d.ts +51 -35
  237. package/node_modules/aws-sdk/clients/efs.d.ts +40 -40
  238. package/node_modules/aws-sdk/clients/eks.d.ts +14 -14
  239. package/node_modules/aws-sdk/clients/elasticache.d.ts +14 -10
  240. package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
  241. package/node_modules/aws-sdk/clients/eventbridge.d.ts +380 -7
  242. package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
  243. package/node_modules/aws-sdk/clients/evidently.d.ts +19 -7
  244. package/node_modules/aws-sdk/clients/finspacedata.d.ts +520 -46
  245. package/node_modules/aws-sdk/clients/fis.d.ts +124 -0
  246. package/node_modules/aws-sdk/clients/fms.d.ts +333 -3
  247. package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
  248. package/node_modules/aws-sdk/clients/fsx.d.ts +95 -63
  249. package/node_modules/aws-sdk/clients/gamelift.d.ts +186 -186
  250. package/node_modules/aws-sdk/clients/gamesparks.d.ts +1344 -0
  251. package/node_modules/aws-sdk/clients/gamesparks.js +18 -0
  252. package/node_modules/aws-sdk/clients/glue.d.ts +2581 -181
  253. package/node_modules/aws-sdk/clients/grafana.d.ts +153 -6
  254. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +55 -24
  255. package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
  256. package/node_modules/aws-sdk/clients/iam.d.ts +10 -10
  257. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +55 -6
  258. package/node_modules/aws-sdk/clients/iot.d.ts +87 -21
  259. package/node_modules/aws-sdk/clients/iotdata.d.ts +7 -7
  260. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  261. package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
  262. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +369 -0
  263. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +25 -8
  264. package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
  265. package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
  266. package/node_modules/aws-sdk/clients/ivschat.js +18 -0
  267. package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +50 -5
  268. package/node_modules/aws-sdk/clients/kendra.d.ts +408 -93
  269. package/node_modules/aws-sdk/clients/keyspaces.d.ts +652 -0
  270. package/node_modules/aws-sdk/clients/keyspaces.js +19 -0
  271. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
  272. package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  273. package/node_modules/aws-sdk/clients/kms.d.ts +209 -119
  274. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  275. package/node_modules/aws-sdk/clients/lambda.d.ts +319 -16
  276. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +2 -2
  277. package/node_modules/aws-sdk/clients/lightsail.d.ts +175 -64
  278. package/node_modules/aws-sdk/clients/location.d.ts +28 -19
  279. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
  280. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +165 -0
  281. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +4 -4
  282. package/node_modules/aws-sdk/clients/macie.d.ts +50 -50
  283. package/node_modules/aws-sdk/clients/macie2.d.ts +7 -2
  284. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +47 -0
  285. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +63 -17
  286. package/node_modules/aws-sdk/clients/medialive.d.ts +79 -3
  287. package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
  288. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +5 -0
  289. package/node_modules/aws-sdk/clients/mediatailor.d.ts +316 -12
  290. package/node_modules/aws-sdk/clients/mgn.d.ts +63 -50
  291. package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +17 -17
  292. package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
  293. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
  294. package/node_modules/aws-sdk/clients/organizations.d.ts +146 -131
  295. package/node_modules/aws-sdk/clients/outposts.d.ts +94 -22
  296. package/node_modules/aws-sdk/clients/panorama.d.ts +467 -406
  297. package/node_modules/aws-sdk/clients/personalize.d.ts +196 -30
  298. package/node_modules/aws-sdk/clients/pi.d.ts +26 -26
  299. package/node_modules/aws-sdk/clients/pinpoint.d.ts +4 -0
  300. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +2367 -0
  301. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.js +19 -0
  302. package/node_modules/aws-sdk/clients/polly.d.ts +3 -3
  303. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  304. package/node_modules/aws-sdk/clients/proton.d.ts +105 -101
  305. package/node_modules/aws-sdk/clients/quicksight.d.ts +151 -17
  306. package/node_modules/aws-sdk/clients/ram.d.ts +5 -5
  307. package/node_modules/aws-sdk/clients/rds.d.ts +587 -766
  308. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
  309. package/node_modules/aws-sdk/clients/redshift.d.ts +68 -30
  310. package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
  311. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
  312. package/node_modules/aws-sdk/clients/robomaker.d.ts +7 -6
  313. package/node_modules/aws-sdk/clients/route53.d.ts +12 -12
  314. package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +82 -10
  315. package/node_modules/aws-sdk/clients/s3.d.ts +735 -204
  316. package/node_modules/aws-sdk/clients/s3control.d.ts +8 -3
  317. package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -18
  318. package/node_modules/aws-sdk/clients/sagemaker.d.ts +225 -175
  319. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
  320. package/node_modules/aws-sdk/clients/securityhub.d.ts +151 -7
  321. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -4
  322. package/node_modules/aws-sdk/clients/sns.d.ts +2 -2
  323. package/node_modules/aws-sdk/clients/ssm.d.ts +90 -37
  324. package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
  325. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +21 -7
  326. package/node_modules/aws-sdk/clients/storagegateway.d.ts +24 -24
  327. package/node_modules/aws-sdk/clients/sts.d.ts +5 -5
  328. package/node_modules/aws-sdk/clients/synthetics.d.ts +10 -5
  329. package/node_modules/aws-sdk/clients/textract.d.ts +47 -14
  330. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
  331. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +113 -103
  332. package/node_modules/aws-sdk/clients/transfer.d.ts +82 -14
  333. package/node_modules/aws-sdk/clients/transfer.js +1 -0
  334. package/node_modules/aws-sdk/clients/translate.d.ts +2 -0
  335. package/node_modules/aws-sdk/clients/wafv2.d.ts +274 -34
  336. package/node_modules/aws-sdk/clients/wisdom.d.ts +77 -32
  337. package/node_modules/aws-sdk/clients/workspaces.d.ts +243 -4
  338. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
  339. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -6
  340. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1322 -1034
  341. package/node_modules/aws-sdk/dist/aws-sdk.js +6144 -3175
  342. package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -92
  343. package/node_modules/aws-sdk/lib/config-base.d.ts +1 -0
  344. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -0
  345. package/node_modules/aws-sdk/lib/core.d.ts +1 -0
  346. package/node_modules/aws-sdk/lib/core.js +1 -1
  347. package/node_modules/aws-sdk/lib/credentials/credential_provider_chain.js +1 -0
  348. package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +28 -18
  349. package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +75 -18
  350. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +14 -0
  351. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +179 -0
  352. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +8 -0
  353. package/node_modules/aws-sdk/lib/model/operation.js +6 -1
  354. package/node_modules/aws-sdk/lib/node_loader.js +2 -0
  355. package/node_modules/aws-sdk/lib/param_validator.js +1 -2
  356. package/node_modules/aws-sdk/lib/region_config_data.json +10 -0
  357. package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
  358. package/node_modules/aws-sdk/lib/services/s3.js +2 -1
  359. package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
  360. package/node_modules/aws-sdk/package.json +1 -1
  361. package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +8 -5
  362. package/node_modules/jszip/.github/workflows/pr.yaml +41 -0
  363. package/node_modules/jszip/CHANGES.md +20 -1
  364. package/node_modules/jszip/LICENSE.markdown +1 -1
  365. package/node_modules/jszip/README.markdown +1 -3
  366. package/node_modules/jszip/dist/jszip.js +229 -16
  367. package/node_modules/jszip/dist/jszip.min.js +4 -4
  368. package/node_modules/jszip/index.d.ts +80 -15
  369. package/node_modules/jszip/lib/index.js +1 -1
  370. package/node_modules/jszip/lib/license_header.js +2 -2
  371. package/node_modules/jszip/lib/load.js +8 -1
  372. package/node_modules/jszip/lib/utils.js +28 -3
  373. package/node_modules/jszip/package.json +10 -9
  374. package/node_modules/jszip/tsconfig.json +101 -0
  375. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  376. package/node_modules/setimmediate/LICENSE.txt +20 -0
  377. package/node_modules/setimmediate/package.json +30 -0
  378. package/node_modules/setimmediate/setImmediate.js +186 -0
  379. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/.npmignore +0 -0
  380. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/CHANGELOG.md +0 -0
  381. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/LICENSE +0 -0
  382. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/README.md +0 -0
  383. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/Utility.js +0 -0
  384. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLAttribute.js +0 -0
  385. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLCData.js +0 -0
  386. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLComment.js +0 -0
  387. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDAttList.js +0 -0
  388. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDElement.js +0 -0
  389. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDEntity.js +0 -0
  390. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDNotation.js +0 -0
  391. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDeclaration.js +0 -0
  392. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocType.js +0 -0
  393. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocument.js +0 -0
  394. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocumentCB.js +0 -0
  395. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLElement.js +0 -0
  396. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLNode.js +0 -0
  397. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLProcessingInstruction.js +0 -0
  398. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLRaw.js +0 -0
  399. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStreamWriter.js +0 -0
  400. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringWriter.js +0 -0
  401. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringifier.js +0 -0
  402. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLText.js +0 -0
  403. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLWriterBase.js +0 -0
  404. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/index.js +0 -0
  405. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/package.json +0 -0
  406. package/package.json +18 -13
  407. package/releasetag.txt +1 -1
  408. package/version.txt +1 -1
  409. package/node_modules/set-immediate-shim/index.js +0 -7
  410. package/node_modules/set-immediate-shim/package.json +0 -34
  411. package/node_modules/set-immediate-shim/readme.md +0 -31
@@ -188,11 +188,11 @@ declare class Kendra extends Service {
188
188
  */
189
189
  describeFaq(callback?: (err: AWSError, data: Kendra.Types.DescribeFaqResponse) => void): Request<Kendra.Types.DescribeFaqResponse, AWSError>;
190
190
  /**
191
- * Describes an existing Amazon Kendra index
191
+ * Describes an existing Amazon Kendra index.
192
192
  */
193
193
  describeIndex(params: Kendra.Types.DescribeIndexRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeIndexResponse) => void): Request<Kendra.Types.DescribeIndexResponse, AWSError>;
194
194
  /**
195
- * Describes an existing Amazon Kendra index
195
+ * Describes an existing Amazon Kendra index.
196
196
  */
197
197
  describeIndex(callback?: (err: AWSError, data: Kendra.Types.DescribeIndexResponse) => void): Request<Kendra.Types.DescribeIndexResponse, AWSError>;
198
198
  /**
@@ -316,11 +316,11 @@ declare class Kendra extends Service {
316
316
  */
317
317
  listGroupsOlderThanOrderingId(callback?: (err: AWSError, data: Kendra.Types.ListGroupsOlderThanOrderingIdResponse) => void): Request<Kendra.Types.ListGroupsOlderThanOrderingIdResponse, AWSError>;
318
318
  /**
319
- * Lists the Amazon Kendra indexes that you have created.
319
+ * Lists the Amazon Kendra indexes that you created.
320
320
  */
321
321
  listIndices(params: Kendra.Types.ListIndicesRequest, callback?: (err: AWSError, data: Kendra.Types.ListIndicesResponse) => void): Request<Kendra.Types.ListIndicesResponse, AWSError>;
322
322
  /**
323
- * Lists the Amazon Kendra indexes that you have created.
323
+ * Lists the Amazon Kendra indexes that you created.
324
324
  */
325
325
  listIndices(callback?: (err: AWSError, data: Kendra.Types.ListIndicesResponse) => void): Request<Kendra.Types.ListIndicesResponse, AWSError>;
326
326
  /**
@@ -702,6 +702,60 @@ declare namespace Kendra {
702
702
  export type BatchPutDocumentResponseFailedDocuments = BatchPutDocumentResponseFailedDocument[];
703
703
  export type _Blob = Buffer|Uint8Array|Blob|string;
704
704
  export type Boolean = boolean;
705
+ export interface BoxConfiguration {
706
+ /**
707
+ * The identifier of the Box Enterprise platform. You can find the enterprise ID in the Box Developer Console settings or when you create an app in Box and download your authentication credentials. For example, 801234567.
708
+ */
709
+ EnterpriseId: EnterpriseId;
710
+ /**
711
+ * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Box platform. The secret must contain a JSON structure with the following keys: clientID—The identifier of the client OAuth 2.0 authentication application created in Box. clientSecret—A set of characters known only to the OAuth 2.0 authentication application created in Box. publicKeyId—The identifier of the public key contained within an identity certificate. privateKey—A set of characters that make up an encryption key. passphrase—A set of characters that act like a password. You create an application in Box to generate the keys or credentials required for the secret. For more information, see Authentication for a Box data source.
712
+ */
713
+ SecretArn: SecretArn;
714
+ /**
715
+ * TRUE to use the Slack change log to determine which documents require updating in the index. Depending on the data source change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents.
716
+ */
717
+ UseChangeLog?: Boolean;
718
+ /**
719
+ * TRUE to index comments.
720
+ */
721
+ CrawlComments?: Boolean;
722
+ /**
723
+ * TRUE to index the contents of tasks.
724
+ */
725
+ CrawlTasks?: Boolean;
726
+ /**
727
+ * TRUE to index web links.
728
+ */
729
+ CrawlWebLinks?: Boolean;
730
+ /**
731
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Box files to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Box fields. For more information, see Mapping data source fields. The Box field names must exist in your Box custom metadata.
732
+ */
733
+ FileFieldMappings?: DataSourceToIndexFieldMappingList;
734
+ /**
735
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Box tasks to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Box fields. For more information, see Mapping data source fields. The Box field names must exist in your Box custom metadata.
736
+ */
737
+ TaskFieldMappings?: DataSourceToIndexFieldMappingList;
738
+ /**
739
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Box comments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Box fields. For more information, see Mapping data source fields. The Box field names must exist in your Box custom metadata.
740
+ */
741
+ CommentFieldMappings?: DataSourceToIndexFieldMappingList;
742
+ /**
743
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Box web links to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Box fields. For more information, see Mapping data source fields. The Box field names must exist in your Box custom metadata.
744
+ */
745
+ WebLinkFieldMappings?: DataSourceToIndexFieldMappingList;
746
+ /**
747
+ * A list of regular expression patterns to include certain files and folders in your Box platform. Files and folders that match the patterns are included in the index. Files and folders that don't match the patterns are excluded from the index. If a file or folder matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file or folder isn't included in the index.
748
+ */
749
+ InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
750
+ /**
751
+ * A list of regular expression patterns to exclude certain files and folders from your Box platform. Files and folders that match the patterns are excluded from the index.Files and folders that don't match the patterns are included in the index. If a file or folder matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file or folder isn't included in the index.
752
+ */
753
+ ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
754
+ /**
755
+ * Configuration information for an Amazon VPC to connect to your Box. For more information, see Configuring a VPC.
756
+ */
757
+ VpcConfiguration?: DataSourceVpcConfiguration;
758
+ }
705
759
  export interface CapacityUnitsConfiguration {
706
760
  /**
707
761
  * The amount of extra storage capacity for an index. A single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first.
@@ -762,7 +816,7 @@ declare namespace Kendra {
762
816
  */
763
817
  CrawlAttachments?: Boolean;
764
818
  /**
765
- * Defines how attachment metadata fields should be mapped to index fields. Before you can map a field, you must first create an index field with a matching type using the console or the UpdateIndex API. If you specify the AttachentFieldMappings parameter, you must specify at least one field mapping.
819
+ * Maps attributes or field names of Confluence attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields. The Confluence data source field names must exist in your Confluence custom metadata. If you specify the AttachentFieldMappings parameter, you must specify at least one field mapping.
766
820
  */
767
821
  AttachmentFieldMappings?: ConfluenceAttachmentFieldMappingsList;
768
822
  }
@@ -784,7 +838,7 @@ declare namespace Kendra {
784
838
  }
785
839
  export interface ConfluenceBlogConfiguration {
786
840
  /**
787
- * Defines how blog metadata fields should be mapped to index fields. Before you can map a field, you must first create an index field with a matching type using the console or the UpdateIndex API. If you specify the BlogFieldMappings parameter, you must specify at least one field mapping.
841
+ * Maps attributes or field names of Confluence blogs to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields. The Confluence data source field names must exist in your Confluence custom metadata. If you specify the BlogFieldMappings parameter, you must specify at least one field mapping.
788
842
  */
789
843
  BlogFieldMappings?: ConfluenceBlogFieldMappingsList;
790
844
  }
@@ -810,7 +864,7 @@ declare namespace Kendra {
810
864
  */
811
865
  ServerUrl: Url;
812
866
  /**
813
- * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key/value pairs required to connect to your Confluence server. The secret must contain a JSON structure with the following keys: username - The user name or email address of a user with administrative privileges for the Confluence server. password - The password associated with the user logging in to the Confluence server.
867
+ * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Confluence server. The secret must contain a JSON structure with the following keys: usernameThe user name or email address of a user with administrative privileges for the Confluence server. passwordThe password associated with the user logging in to the Confluence server.
814
868
  */
815
869
  SecretArn: SecretArn;
816
870
  /**
@@ -818,37 +872,37 @@ declare namespace Kendra {
818
872
  */
819
873
  Version: ConfluenceVersion;
820
874
  /**
821
- * Specifies configuration information for indexing Confluence spaces.
875
+ * Configuration information for indexing Confluence spaces.
822
876
  */
823
877
  SpaceConfiguration?: ConfluenceSpaceConfiguration;
824
878
  /**
825
- * Specifies configuration information for indexing Confluence pages.
879
+ * Configuration information for indexing Confluence pages.
826
880
  */
827
881
  PageConfiguration?: ConfluencePageConfiguration;
828
882
  /**
829
- * Specifies configuration information for indexing Confluence blogs.
883
+ * Configuration information for indexing Confluence blogs.
830
884
  */
831
885
  BlogConfiguration?: ConfluenceBlogConfiguration;
832
886
  /**
833
- * Specifies configuration information for indexing attachments to Confluence blogs and pages.
887
+ * Configuration information for indexing attachments to Confluence blogs and pages.
834
888
  */
835
889
  AttachmentConfiguration?: ConfluenceAttachmentConfiguration;
836
890
  /**
837
- * Specifies the information for connecting to an Amazon VPC.
891
+ * Configuration information for an Amazon Virtual Private Cloud to connect to your Confluence. For more information, see Configuring a VPC.
838
892
  */
839
893
  VpcConfiguration?: DataSourceVpcConfiguration;
840
894
  /**
841
- * A list of regular expression patterns that apply to a URL on the Confluence server. An inclusion pattern can apply to a blog post, a page, a space, or an attachment. Items that match the patterns are included in the index. Items that don't match the pattern are excluded from the index. If an item matches both an inclusion pattern and an exclusion pattern, the item isn't included in the index.
895
+ * A list of regular expression patterns to include certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are included in the index. Content that doesn't match the patterns is excluded from the index. If content matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the content isn't included in the index.
842
896
  */
843
897
  InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
844
898
  /**
845
- * A list of regular expression patterns that apply to a URL on the Confluence server. An exclusion pattern can apply to a blog post, a page, a space, or an attachment. Items that match the pattern are excluded from the index. Items that don't match the pattern are included in the index. If a item matches both an exclusion pattern and an inclusion pattern, the item isn't included in the index.
899
+ * &gt;A list of regular expression patterns to exclude certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are excluded from the index. Content that doesn't match the patterns is included in the index. If content matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the content isn't included in the index.
846
900
  */
847
901
  ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
848
902
  }
849
903
  export interface ConfluencePageConfiguration {
850
904
  /**
851
- * Defines how page metadata fields should be mapped to index fields. Before you can map a field, you must first create an index field with a matching type using the console or the UpdateIndex API. If you specify the PageFieldMappings parameter, you must specify at least one field mapping.
905
+ * &gt;Maps attributes or field names of Confluence pages to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields. The Confluence data source field names must exist in your Confluence custom metadata. If you specify the PageFieldMappings parameter, you must specify at least one field mapping.
852
906
  */
853
907
  PageFieldMappings?: ConfluencePageFieldMappingsList;
854
908
  }
@@ -856,7 +910,7 @@ declare namespace Kendra {
856
910
  export type ConfluencePageFieldName = "AUTHOR"|"CONTENT_STATUS"|"CREATED_DATE"|"DISPLAY_URL"|"ITEM_TYPE"|"LABELS"|"MODIFIED_DATE"|"PARENT_ID"|"SPACE_KEY"|"SPACE_NAME"|"URL"|"VERSION"|string;
857
911
  export interface ConfluencePageToIndexFieldMapping {
858
912
  /**
859
- * The name of the field in the data source.
913
+ * The name of the field in the data source.
860
914
  */
861
915
  DataSourceFieldName?: ConfluencePageFieldName;
862
916
  /**
@@ -886,7 +940,7 @@ declare namespace Kendra {
886
940
  */
887
941
  ExcludeSpaces?: ConfluenceSpaceList;
888
942
  /**
889
- * Defines how space metadata fields should be mapped to index fields. Before you can map a field, you must first create an index field with a matching type using the console or the UpdateIndex API. If you specify the SpaceFieldMappings parameter, you must specify at least one field mapping.
943
+ * Maps attributes or field names of Confluence spaces to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields. The Confluence data source field names must exist in your Confluence custom metadata. If you specify the SpaceFieldMappings parameter, you must specify at least one field mapping.
890
944
  */
891
945
  SpaceFieldMappings?: ConfluenceSpaceFieldMappingsList;
892
946
  }
@@ -946,6 +1000,25 @@ declare namespace Kendra {
946
1000
  DirectPutContent?: Boolean;
947
1001
  }
948
1002
  export type ContentType = "PDF"|"HTML"|"MS_WORD"|"PLAIN_TEXT"|"PPT"|string;
1003
+ export interface Correction {
1004
+ /**
1005
+ * The zero-based location in the response string or text where the corrected word starts.
1006
+ */
1007
+ BeginOffset?: Integer;
1008
+ /**
1009
+ * The zero-based location in the response string or text where the corrected word ends.
1010
+ */
1011
+ EndOffset?: Integer;
1012
+ /**
1013
+ * The string or text of a misspelled word in a query.
1014
+ */
1015
+ Term?: String;
1016
+ /**
1017
+ * The string or text of a corrected misspelled word in a query.
1018
+ */
1019
+ CorrectedTerm?: String;
1020
+ }
1021
+ export type CorrectionList = Correction[];
949
1022
  export type CrawlDepth = number;
950
1023
  export interface CreateDataSourceRequest {
951
1024
  /**
@@ -961,7 +1034,7 @@ declare namespace Kendra {
961
1034
  */
962
1035
  Type: DataSourceType;
963
1036
  /**
964
- * The connector configuration information that is required to access the repository. You can't specify the Configuration parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. The Configuration parameter is required for all other data sources.
1037
+ * Configuration information that is required to access the data source repository. You can't specify the Configuration parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. The Configuration parameter is required for all other data sources.
965
1038
  */
966
1039
  Configuration?: DataSourceConfiguration;
967
1040
  /**
@@ -1013,7 +1086,7 @@ declare namespace Kendra {
1013
1086
  */
1014
1087
  RoleArn?: RoleArn;
1015
1088
  /**
1016
- * Provides the configuration information for your Amazon Kendra experience. This includes ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and UserIdentityConfiguration, which specifies the user or group information to grant access to your Amazon Kendra experience.
1089
+ * Configuration information for your Amazon Kendra experience. This includes ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and UserIdentityConfiguration, which specifies the user or group information to grant access to your Amazon Kendra experience.
1017
1090
  */
1018
1091
  Configuration?: ExperienceConfiguration;
1019
1092
  /**
@@ -1085,11 +1158,11 @@ declare namespace Kendra {
1085
1158
  */
1086
1159
  Edition?: IndexEdition;
1087
1160
  /**
1088
- * An Identity and Access Management(IAM) role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics. This is also the role used when you use the BatchPutDocument API to index documents from an Amazon S3 bucket.
1161
+ * An Identity and Access Management (IAM) role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics. This is also the role you use when you call the BatchPutDocument API to index documents from an Amazon S3 bucket.
1089
1162
  */
1090
1163
  RoleArn: RoleArn;
1091
1164
  /**
1092
- * The identifier of the KMScustomer managed key (CMK) to use to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.
1165
+ * The identifier of the KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.
1093
1166
  */
1094
1167
  ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
1095
1168
  /**
@@ -1215,35 +1288,35 @@ declare namespace Kendra {
1215
1288
  }
1216
1289
  export interface DataSourceConfiguration {
1217
1290
  /**
1218
- * Provides information to create a data source connector for a document repository in an Amazon S3 bucket.
1291
+ * Provides the configuration information to connect to an Amazon S3 bucket as your data source.
1219
1292
  */
1220
1293
  S3Configuration?: S3DataSourceConfiguration;
1221
1294
  /**
1222
- * Provides information necessary to create a data source connector for a Microsoft SharePoint site.
1295
+ * Provides the configuration information to connect to Microsoft SharePoint as your data source.
1223
1296
  */
1224
1297
  SharePointConfiguration?: SharePointConfiguration;
1225
1298
  /**
1226
- * Provides information necessary to create a data source connector for a database.
1299
+ * Provides the configuration information to connect to a database as your data source.
1227
1300
  */
1228
1301
  DatabaseConfiguration?: DatabaseConfiguration;
1229
1302
  /**
1230
- * Provides configuration information for data sources that connect to a Salesforce site.
1303
+ * Provides the configuration information to connect to Salesforce as your data source.
1231
1304
  */
1232
1305
  SalesforceConfiguration?: SalesforceConfiguration;
1233
1306
  /**
1234
- * Provides configuration for data sources that connect to Microsoft OneDrive.
1307
+ * Provides the configuration information to connect to Microsoft OneDrive as your data source.
1235
1308
  */
1236
1309
  OneDriveConfiguration?: OneDriveConfiguration;
1237
1310
  /**
1238
- * Provides configuration for data sources that connect to ServiceNow instances.
1311
+ * Provides the configuration information to connect to ServiceNow as your data source.
1239
1312
  */
1240
1313
  ServiceNowConfiguration?: ServiceNowConfiguration;
1241
1314
  /**
1242
- * Provides configuration information for connecting to a Confluence data source.
1315
+ * Provides the configuration information to connect to Confluence as your data source.
1243
1316
  */
1244
1317
  ConfluenceConfiguration?: ConfluenceConfiguration;
1245
1318
  /**
1246
- * Provides configuration for data sources that connect to Google Drive.
1319
+ * Provides the configuration information to connect to Google Drive as your data source.
1247
1320
  */
1248
1321
  GoogleDriveConfiguration?: GoogleDriveConfiguration;
1249
1322
  WebCrawlerConfiguration?: WebCrawlerConfiguration;
@@ -1255,6 +1328,22 @@ declare namespace Kendra {
1255
1328
  * Provides the configuration information to connect to Amazon FSx as your data source.
1256
1329
  */
1257
1330
  FsxConfiguration?: FsxConfiguration;
1331
+ /**
1332
+ * Provides the configuration information to connect to Slack as your data source.
1333
+ */
1334
+ SlackConfiguration?: SlackConfiguration;
1335
+ /**
1336
+ * Provides the configuration information to connect to Box as your data source.
1337
+ */
1338
+ BoxConfiguration?: BoxConfiguration;
1339
+ /**
1340
+ * Provides the configuration information to connect to Quip as your data source.
1341
+ */
1342
+ QuipConfiguration?: QuipConfiguration;
1343
+ /**
1344
+ * Provides the configuration information to connect to Jira as your data source.
1345
+ */
1346
+ JiraConfiguration?: JiraConfiguration;
1258
1347
  }
1259
1348
  export type DataSourceDateFieldFormat = string;
1260
1349
  export type DataSourceFieldName = string;
@@ -1390,7 +1479,7 @@ declare namespace Kendra {
1390
1479
  IndexFieldName: IndexFieldName;
1391
1480
  }
1392
1481
  export type DataSourceToIndexFieldMappingList = DataSourceToIndexFieldMapping[];
1393
- export type DataSourceType = "S3"|"SHAREPOINT"|"DATABASE"|"SALESFORCE"|"ONEDRIVE"|"SERVICENOW"|"CUSTOM"|"CONFLUENCE"|"GOOGLEDRIVE"|"WEBCRAWLER"|"WORKDOCS"|"FSX"|string;
1482
+ export type DataSourceType = "S3"|"SHAREPOINT"|"DATABASE"|"SALESFORCE"|"ONEDRIVE"|"SERVICENOW"|"CUSTOM"|"CONFLUENCE"|"GOOGLEDRIVE"|"WEBCRAWLER"|"WORKDOCS"|"FSX"|"SLACK"|"BOX"|"QUIP"|"JIRA"|string;
1394
1483
  export interface DataSourceVpcConfiguration {
1395
1484
  /**
1396
1485
  * A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to each other in the VPC, and they should have outgoing access to the Internet through a NAT device.
@@ -1407,7 +1496,7 @@ declare namespace Kendra {
1407
1496
  */
1408
1497
  DatabaseEngineType: DatabaseEngineType;
1409
1498
  /**
1410
- * The information necessary to connect to a database.
1499
+ * Configuration information that's required to connect to a database.
1411
1500
  */
1412
1501
  ConnectionConfiguration: ConnectionConfiguration;
1413
1502
  VpcConfiguration?: DataSourceVpcConfiguration;
@@ -1532,7 +1621,7 @@ declare namespace Kendra {
1532
1621
  */
1533
1622
  Type?: DataSourceType;
1534
1623
  /**
1535
- * Information that describes where the data source is located and how the data source is configured. The specific information in the description depends on the data source provider.
1624
+ * Describes how the data source is configured. The specific information in the description depends on the data source provider.
1536
1625
  */
1537
1626
  Configuration?: DataSourceConfiguration;
1538
1627
  /**
@@ -1687,7 +1776,7 @@ declare namespace Kendra {
1687
1776
  }
1688
1777
  export interface DescribeIndexRequest {
1689
1778
  /**
1690
- * The name of the index to describe.
1779
+ * The identifier of the index to describe.
1691
1780
  */
1692
1781
  Id: IndexId;
1693
1782
  }
@@ -1697,7 +1786,7 @@ declare namespace Kendra {
1697
1786
  */
1698
1787
  Name?: IndexName;
1699
1788
  /**
1700
- * The name of the index.
1789
+ * The identifier of the index.
1701
1790
  */
1702
1791
  Id?: IndexId;
1703
1792
  /**
@@ -1709,7 +1798,7 @@ declare namespace Kendra {
1709
1798
  */
1710
1799
  RoleArn?: RoleArn;
1711
1800
  /**
1712
- * The identifier of the KMScustomer master key (CMK) used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.
1801
+ * The identifier of the KMScustomer master key (CMK) that is used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.
1713
1802
  */
1714
1803
  ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
1715
1804
  /**
@@ -1717,7 +1806,7 @@ declare namespace Kendra {
1717
1806
  */
1718
1807
  Status?: IndexStatus;
1719
1808
  /**
1720
- * The description of the index.
1809
+ * The description for the index.
1721
1810
  */
1722
1811
  Description?: Description;
1723
1812
  /**
@@ -1737,11 +1826,11 @@ declare namespace Kendra {
1737
1826
  */
1738
1827
  IndexStatistics?: IndexStatistics;
1739
1828
  /**
1740
- * When th eStatus field value is FAILED, the ErrorMessage field contains a message that explains why.
1829
+ * When the Status field value is FAILED, the ErrorMessage field contains a message that explains why.
1741
1830
  */
1742
1831
  ErrorMessage?: ErrorMessage;
1743
1832
  /**
1744
- * For Enterprise edition indexes, you can choose to use additional capacity to meet the needs of your application. This contains the capacity units used for the index. A 0 for the query capacity or the storage capacity indicates that the index is using the default capacity for the index.
1833
+ * For Enterprise Edition indexes, you can choose to use additional capacity to meet the needs of your application. This contains the capacity units used for the index. A query or document storage capacity of zero indicates that the index is using the default capacity. For more information on the default capacity for an index and adjusting this, see Adjusting capacity.
1745
1834
  */
1746
1835
  CapacityUnits?: CapacityUnitsConfiguration;
1747
1836
  /**
@@ -2090,13 +2179,17 @@ declare namespace Kendra {
2090
2179
  }
2091
2180
  export interface DocumentAttributeValueCountPair {
2092
2181
  /**
2093
- * The value of the attribute. For example, "HR."
2182
+ * The value of the attribute. For example, "HR".
2094
2183
  */
2095
2184
  DocumentAttributeValue?: DocumentAttributeValue;
2096
2185
  /**
2097
2186
  * The number of documents in the response that have the attribute value for the key.
2098
2187
  */
2099
2188
  Count?: Integer;
2189
+ /**
2190
+ * Contains the results of a document attribute that is a nested facet. A FacetResult contains the counts for each facet nested within a facet. For example, the document attribute or facet "Department" includes a value called "Engineering". In addition, the document attribute or facet "SubDepartment" includes the values "Frontend" and "Backend" for documents assigned to "Engineering". You can display nested facets in the search results so that documents can be searched not only by department but also by a sub department within a department. The counts for documents that belong to "Frontend" and "Backend" within "Engineering" are returned for a query.
2191
+ */
2192
+ FacetResults?: FacetResultList;
2100
2193
  }
2101
2194
  export type DocumentAttributeValueCountPairList = DocumentAttributeValueCountPair[];
2102
2195
  export type DocumentAttributeValueType = "STRING_VALUE"|"STRING_LIST_VALUE"|"LONG_VALUE"|"DATE_VALUE"|string;
@@ -2151,9 +2244,11 @@ declare namespace Kendra {
2151
2244
  */
2152
2245
  S3Prefix?: S3ObjectKey;
2153
2246
  }
2247
+ export type Domain = string;
2154
2248
  export type Duration = string;
2155
2249
  export type Endpoint = string;
2156
2250
  export type EndpointType = "HOME"|string;
2251
+ export type EnterpriseId = string;
2157
2252
  export interface EntityConfiguration {
2158
2253
  /**
2159
2254
  * The identifier of a user or group in your Amazon Web Services SSO identity source. For example, a user ID could be an email.
@@ -2272,6 +2367,14 @@ declare namespace Kendra {
2272
2367
  * The unique key for the document attribute.
2273
2368
  */
2274
2369
  DocumentAttributeKey?: DocumentAttributeKey;
2370
+ /**
2371
+ * An array of document attributes that are nested facets within a facet. For example, the document attribute or facet "Department" includes a value called "Engineering". In addition, the document attribute or facet "SubDepartment" includes the values "Frontend" and "Backend" for documents assigned to "Engineering". You can display nested facets in the search results so that documents can be searched not only by department but also by a sub department within a department. This helps your users further narrow their search. You can only have one nested facet within a facet. If you want to increase this limit, contact Support.
2372
+ */
2373
+ Facets?: FacetList;
2374
+ /**
2375
+ * Maximum number of facet values per facet. The default is 10. You can use this to limit the number of facet values to less than 10. If you want to increase the default, contact Support.
2376
+ */
2377
+ MaxResults?: TopDocumentAttributeValueCountPairsSize;
2275
2378
  }
2276
2379
  export type FacetList = Facet[];
2277
2380
  export interface FacetResult {
@@ -2345,6 +2448,8 @@ declare namespace Kendra {
2345
2448
  export type FaqSummaryItems = FaqSummary[];
2346
2449
  export type FeedbackToken = string;
2347
2450
  export type FileSystemId = string;
2451
+ export type FolderId = string;
2452
+ export type FolderIdList = FolderId[];
2348
2453
  export interface FsxConfiguration {
2349
2454
  /**
2350
2455
  * The identifier of the Amazon FSx file system. You can find your file system ID on the file system dashboard in the Amazon FSx console. For information on how to create a file system in Amazon FSx console, using Windows File Server as an example, see Amazon FSx Getting started guide.
@@ -2355,23 +2460,23 @@ declare namespace Kendra {
2355
2460
  */
2356
2461
  FileSystemType: FsxFileSystemType;
2357
2462
  /**
2358
- * Provides the configuration information for connecting to an Amazon Virtual Private Cloud for your Amazon FSx. Your Amazon FSx instance must reside inside your VPC.
2463
+ * Configuration information for an Amazon Virtual Private Cloud to connect to your Amazon FSx. Your Amazon FSx instance must reside inside your VPC.
2359
2464
  */
2360
2465
  VpcConfiguration: DataSourceVpcConfiguration;
2361
2466
  /**
2362
- * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Amazon FSx file system. Windows is currently the only supported type. The secret must contain a JSON structure with the following keys: username—The Active Directory user name, along with the Domain Name System (DNS) domain name. For example, user@corp.example.com. The Active Directory user account must have read and mounting access to the Amazon FSx file system for Windows. password—The password of the active directory user with read and mounting access Amazon FSx Windows file system.
2467
+ * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Amazon FSx file system. Windows is currently the only supported type. The secret must contain a JSON structure with the following keys: username—The Active Directory user name, along with the Domain Name System (DNS) domain name. For example, user@corp.example.com. The Active Directory user account must have read and mounting access to the Amazon FSx file system for Windows. password—The password of the Active Directory user account with read and mounting access to the Amazon FSx Windows file system.
2363
2468
  */
2364
2469
  SecretArn?: SecretArn;
2365
2470
  /**
2366
- * A list of regular expression patterns to include certain files in your Amazon FSx file system. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
2471
+ * A list of regular expression patterns to include certain files in your Amazon FSx file system. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
2367
2472
  */
2368
2473
  InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
2369
2474
  /**
2370
- * A list of regular expression patterns to exclude certain files in your Amazon FSx file system. Files that match the patterns are excluded from the index. Files that dont match the patterns are included in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
2475
+ * A list of regular expression patterns to exclude certain files in your Amazon FSx file system. Files that match the patterns are excluded from the index. Files that don't match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
2371
2476
  */
2372
2477
  ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
2373
2478
  /**
2374
- * A list of DataSourceToIndexFieldMapping objects that map Amazon FSx data source attributes or field names to Amazon Kendra index field names in Amazon Kendra. To create custom fields, use the UpdateIndex API before you map to Amazon FSx fields. For more information, see Mapping data source fields. The Amazon FSx data source field names must exist in your Amazon FSx custom metadata.
2479
+ * A list of DataSourceToIndexFieldMapping objects that map Amazon FSx data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Amazon FSx fields. For more information, see Mapping data source fields. The Amazon FSx data source field names must exist in your Amazon FSx custom metadata.
2375
2480
  */
2376
2481
  FieldMappings?: DataSourceToIndexFieldMappingList;
2377
2482
  }
@@ -2446,15 +2551,15 @@ declare namespace Kendra {
2446
2551
  */
2447
2552
  SecretArn: SecretArn;
2448
2553
  /**
2449
- * A list of regular expression patterns that apply to path on Google Drive. Items that match the pattern are included in the index from both shared drives and users' My Drives. Items that don't match the pattern are excluded from the index. If an item matches both an inclusion pattern and an exclusion pattern, it is excluded from the index.
2554
+ * A list of regular expression patterns to include certain items in your Google Drive, including shared drives and users' My Drives. Items that match the patterns are included in the index. Items that don't match the patterns are excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
2450
2555
  */
2451
2556
  InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
2452
2557
  /**
2453
- * A list of regular expression patterns that apply to the path on Google Drive. Items that match the pattern are excluded from the index from both shared drives and users' My Drives. Items that don't match the pattern are included in the index. If an item matches both an exclusion pattern and an inclusion pattern, it is excluded from the index.
2558
+ * A list of regular expression patterns to exclude certain items in your Google Drive, including shared drives and users' My Drives. Items that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
2454
2559
  */
2455
2560
  ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
2456
2561
  /**
2457
- * Defines mapping between a field in the Google Drive and a Amazon Kendra index field. If you are using the console, you can define index fields when creating the mapping. If you are using the API, you must first create the field using the UpdateIndex API.
2562
+ * Maps Google Drive data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Google Drive fields. For more information, see Mapping data source fields. The Google Drive data source field names must exist in your Google Drive custom metadata.
2458
2563
  */
2459
2564
  FieldMappings?: DataSourceToIndexFieldMappingList;
2460
2565
  /**
@@ -2566,7 +2671,7 @@ declare namespace Kendra {
2566
2671
  export type Importance = number;
2567
2672
  export interface IndexConfigurationSummary {
2568
2673
  /**
2569
- * The name of the index.
2674
+ * The identifier of the index.
2570
2675
  */
2571
2676
  Name?: IndexName;
2572
2677
  /**
@@ -2626,7 +2731,74 @@ declare namespace Kendra {
2626
2731
  export type InlineCustomDocumentEnrichmentConfigurationList = InlineCustomDocumentEnrichmentConfiguration[];
2627
2732
  export type Integer = number;
2628
2733
  export type Interval = "THIS_MONTH"|"THIS_WEEK"|"ONE_WEEK_AGO"|"TWO_WEEKS_AGO"|"ONE_MONTH_AGO"|"TWO_MONTHS_AGO"|string;
2734
+ export type IssueSubEntity = "COMMENTS"|"ATTACHMENTS"|"WORKLOGS"|string;
2735
+ export type IssueSubEntityFilter = IssueSubEntity[];
2736
+ export type IssueType = String[];
2629
2737
  export type Issuer = string;
2738
+ export type JiraAccountUrl = string;
2739
+ export interface JiraConfiguration {
2740
+ /**
2741
+ * The URL of the Jira account. For example, company.attlassian.net or https://jira.company.com. You can find your Jira account URL in the URL of your profile page for Jira desktop.
2742
+ */
2743
+ JiraAccountUrl: JiraAccountUrl;
2744
+ /**
2745
+ * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Jira data source. The secret must contain a JSON structure with the following keys: jira-id—The Active Directory user name, along with the Domain Name System (DNS) domain name. For example, user@corp.example.com. jiraCredentials—The password of the Jira account user.
2746
+ */
2747
+ SecretArn: SecretArn;
2748
+ /**
2749
+ * Specify to use the change log option to update your index.
2750
+ */
2751
+ UseChangeLog?: Boolean;
2752
+ /**
2753
+ * Specify which projects to crawl in your Jira data source. You can specify one or more Jira project IDs.
2754
+ */
2755
+ Project?: Project;
2756
+ /**
2757
+ * Specify which issue types to crawl in your Jira data source. You can specify one or more of these options to crawl.
2758
+ */
2759
+ IssueType?: IssueType;
2760
+ /**
2761
+ * Specify which statuses to crawl in your Jira data source. You can specify one or more of these options to crawl.
2762
+ */
2763
+ Status?: JiraStatus;
2764
+ /**
2765
+ * Specify whether to crawl comments, attachments, and work logs. You can specify one or more of these options.
2766
+ */
2767
+ IssueSubEntityFilter?: IssueSubEntityFilter;
2768
+ /**
2769
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Jira fields. For more information, see Mapping data source fields. The Jira data source field names must exist in your Jira custom metadata.
2770
+ */
2771
+ AttachmentFieldMappings?: DataSourceToIndexFieldMappingList;
2772
+ /**
2773
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira comments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Jira fields. For more information, see Mapping data source fields. The Jira data source field names must exist in your Jira custom metadata.
2774
+ */
2775
+ CommentFieldMappings?: DataSourceToIndexFieldMappingList;
2776
+ /**
2777
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira issues to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Jira fields. For more information, see Mapping data source fields. The Jira data source field names must exist in your Jira custom metadata.
2778
+ */
2779
+ IssueFieldMappings?: DataSourceToIndexFieldMappingList;
2780
+ /**
2781
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira projects to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Jira fields. For more information, see Mapping data source fields. The Jira data source field names must exist in your Jira custom metadata.
2782
+ */
2783
+ ProjectFieldMappings?: DataSourceToIndexFieldMappingList;
2784
+ /**
2785
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Jira work logs to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Jira fields. For more information, see Mapping data source fields. The Jira data source field names must exist in your Jira custom metadata.
2786
+ */
2787
+ WorkLogFieldMappings?: DataSourceToIndexFieldMappingList;
2788
+ /**
2789
+ * A list of regular expression patterns to include certain file paths, file names, and file types in your Jira data source. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
2790
+ */
2791
+ InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
2792
+ /**
2793
+ * A list of regular expression patterns to exclude certain file paths, file names, and file types in your Jira data source. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
2794
+ */
2795
+ ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
2796
+ /**
2797
+ * Configuration information for an Amazon Virtual Private Cloud to connect to your Jira. Your Jira account must reside inside your VPC.
2798
+ */
2799
+ VpcConfiguration?: DataSourceVpcConfiguration;
2800
+ }
2801
+ export type JiraStatus = String[];
2630
2802
  export interface JsonTokenTypeConfiguration {
2631
2803
  /**
2632
2804
  * The user name attribute field.
@@ -2875,7 +3047,7 @@ declare namespace Kendra {
2875
3047
  }
2876
3048
  export interface ListIndicesResponse {
2877
3049
  /**
2878
- * An array of summary information for one or more indexes.
3050
+ * An array of summary information on the configuration of one or more indexes.
2879
3051
  */
2880
3052
  IndexConfigurationSummaryItems?: IndexConfigurationSummaryList;
2881
3053
  /**
@@ -2945,6 +3117,7 @@ declare namespace Kendra {
2945
3117
  ThesaurusSummaryItems?: ThesaurusSummaryItems;
2946
3118
  }
2947
3119
  export type Long = number;
3120
+ export type LookBackPeriod = number;
2948
3121
  export type MaxContentSizePerPageInMegaBytes = number;
2949
3122
  export type MaxLinksPerPage = number;
2950
3123
  export type MaxResultsIntegerForListDataSourceSyncJobsRequest = number;
@@ -2998,15 +3171,15 @@ declare namespace Kendra {
2998
3171
  */
2999
3172
  OneDriveUsers: OneDriveUsers;
3000
3173
  /**
3001
- * A list of regular expression patterns. Documents that match the pattern are included in the index. Documents that don't match the pattern are excluded from the index. If a document matches both an inclusion pattern and an exclusion pattern, the document is not included in the index. The exclusion pattern is applied to the file name.
3174
+ * A list of regular expression patterns to include certain documents in your OneDrive. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the file name.
3002
3175
  */
3003
3176
  InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
3004
3177
  /**
3005
- * List of regular expressions applied to documents. Items that match the exclusion pattern are not indexed. If you provide both an inclusion pattern and an exclusion pattern, any item that matches the exclusion pattern isn't indexed. The exclusion pattern is applied to the file name.
3178
+ * A list of regular expression patterns to exclude certain documents in your OneDrive. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the file name.
3006
3179
  */
3007
3180
  ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
3008
3181
  /**
3009
- * A list of DataSourceToIndexFieldMapping objects that map Microsoft OneDrive fields to custom fields in the Amazon Kendra index. You must first create the index fields before you map OneDrive fields.
3182
+ * A list of DataSourceToIndexFieldMapping objects that map OneDrive data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to OneDrive fields. For more information, see Mapping data source fields. The OneDrive data source field names must exist in your OneDrive custom metadata.
3010
3183
  */
3011
3184
  FieldMappings?: DataSourceToIndexFieldMappingList;
3012
3185
  /**
@@ -3072,6 +3245,8 @@ declare namespace Kendra {
3072
3245
  export type PrincipalName = string;
3073
3246
  export type PrincipalOrderingId = number;
3074
3247
  export type PrincipalType = "USER"|"GROUP"|string;
3248
+ export type PrivateChannelFilter = String[];
3249
+ export type Project = String[];
3075
3250
  export interface ProxyConfiguration {
3076
3251
  /**
3077
3252
  * The name of the website host you want to connect to via a web proxy server. For example, the host name of https://a.example.com/page1.html is "a.example.com".
@@ -3086,6 +3261,7 @@ declare namespace Kendra {
3086
3261
  */
3087
3262
  Credentials?: SecretArn;
3088
3263
  }
3264
+ export type PublicChannelFilter = String[];
3089
3265
  export interface PutPrincipalMappingRequest {
3090
3266
  /**
3091
3267
  * The identifier of the index you want to map users to their groups.
@@ -3129,11 +3305,11 @@ declare namespace Kendra {
3129
3305
  */
3130
3306
  AttributeFilter?: AttributeFilter;
3131
3307
  /**
3132
- * An array of documents attributes. Amazon Kendra returns a count for each attribute key specified. You can use this information to help narrow the search for your user.
3308
+ * An array of documents attributes. Amazon Kendra returns a count for each attribute key specified. This helps your users narrow their search.
3133
3309
  */
3134
3310
  Facets?: FacetList;
3135
3311
  /**
3136
- * An array of document attributes to include in the response. No other document attributes are included in the response. By default all document attributes are included in the response.
3312
+ * An array of document attributes to include in the response. You can limit the response to include certain document attributes. By default all document attributes are included in the response.
3137
3313
  */
3138
3314
  RequestedDocumentAttributes?: DocumentAttributeKeyList;
3139
3315
  /**
@@ -3164,6 +3340,10 @@ declare namespace Kendra {
3164
3340
  * Provides an identifier for a specific user. The VisitorId should be a unique identifier, such as a GUID. Don't use personally identifiable information, such as the user's email address, as the VisitorId.
3165
3341
  */
3166
3342
  VisitorId?: VisitorId;
3343
+ /**
3344
+ * Enables suggested spell corrections for queries.
3345
+ */
3346
+ SpellCorrectionConfiguration?: SpellCorrectionConfiguration;
3167
3347
  }
3168
3348
  export interface QueryResult {
3169
3349
  /**
@@ -3186,6 +3366,10 @@ declare namespace Kendra {
3186
3366
  * A list of warning codes and their messages on problems with your query. Amazon Kendra currently only supports one type of warning, which is a warning on invalid syntax used in the query. For examples of invalid query syntax, see Searching with advanced query syntax.
3187
3367
  */
3188
3368
  Warnings?: WarningList;
3369
+ /**
3370
+ * A list of information related to suggested spell corrections for a query.
3371
+ */
3372
+ SpellCorrectedQueries?: SpellCorrectedQueryList;
3189
3373
  }
3190
3374
  export interface QueryResultItem {
3191
3375
  /**
@@ -3217,7 +3401,7 @@ declare namespace Kendra {
3217
3401
  */
3218
3402
  DocumentURI?: Url;
3219
3403
  /**
3220
- * An array of document attributes for the document that the query result maps to. For example, the document author (Author) or the source URI (SourceUri) of the document.
3404
+ * An array of document attributes assigned to a document in the search results. For example, the document author (_author) or the source URI (_source_uri) of the document.
3221
3405
  */
3222
3406
  DocumentAttributes?: DocumentAttributeList;
3223
3407
  /**
@@ -3264,6 +3448,56 @@ declare namespace Kendra {
3264
3448
  export type QuerySuggestionsId = string;
3265
3449
  export type QuerySuggestionsStatus = "ACTIVE"|"UPDATING"|string;
3266
3450
  export type QueryText = string;
3451
+ export interface QuipConfiguration {
3452
+ /**
3453
+ * The Quip site domain.
3454
+ */
3455
+ Domain: Domain;
3456
+ /**
3457
+ * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs that are required to connect to your Quip. The secret must contain a JSON structure with the following keys: accessToken—The token created in Quip. For more information, see Authentication for a Quip data source.
3458
+ */
3459
+ SecretArn: SecretArn;
3460
+ /**
3461
+ * Specify whether to crawl file comments in Quip. You can specify one or more of these options.
3462
+ */
3463
+ CrawlFileComments?: Boolean;
3464
+ /**
3465
+ * Specify whether to crawl chat rooms in Quip. You can specify one or more of these options.
3466
+ */
3467
+ CrawlChatRooms?: Boolean;
3468
+ /**
3469
+ * Specify whether to crawl attachments in Quip. You can specify one or more of these options.
3470
+ */
3471
+ CrawlAttachments?: Boolean;
3472
+ /**
3473
+ * The identifier of the Quip folder IDs to index.
3474
+ */
3475
+ FolderIds?: FolderIdList;
3476
+ /**
3477
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Quip threads to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Quip fields. For more information, see Mapping data source fields. The Quip field names must exist in your Quip custom metadata.
3478
+ */
3479
+ ThreadFieldMappings?: DataSourceToIndexFieldMappingList;
3480
+ /**
3481
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Quip messages to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Quip fields. For more information, see Mapping data source fields. The Quip field names must exist in your Quip custom metadata.
3482
+ */
3483
+ MessageFieldMappings?: DataSourceToIndexFieldMappingList;
3484
+ /**
3485
+ * A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Quip attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Quip fields. For more information, see Mapping data source fields. The Quip field names must exist in your Quip custom metadata.
3486
+ */
3487
+ AttachmentFieldMappings?: DataSourceToIndexFieldMappingList;
3488
+ /**
3489
+ * A list of regular expression patterns to include certain files in your Quip file system. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence, and the file isn't included in the index.
3490
+ */
3491
+ InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
3492
+ /**
3493
+ * A list of regular expression patterns to exclude certain files in your Quip file system. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence, and the file isn't included in the index.
3494
+ */
3495
+ ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
3496
+ /**
3497
+ * Configuration information for an Amazon Virtual Private Cloud (VPC) to connect to your Quip. For more information, see Configuring a VPC.
3498
+ */
3499
+ VpcConfiguration?: DataSourceVpcConfiguration;
3500
+ }
3267
3501
  export type ReadAccessType = "ALLOW"|"DENY"|string;
3268
3502
  export interface Relevance {
3269
3503
  /**
@@ -3366,15 +3600,15 @@ declare namespace Kendra {
3366
3600
  */
3367
3601
  SecretArn: SecretArn;
3368
3602
  /**
3369
- * Specifies the Salesforce standard objects that Amazon Kendra indexes.
3603
+ * Configuration of the Salesforce standard objects that Amazon Kendra indexes.
3370
3604
  */
3371
3605
  StandardObjectConfigurations?: SalesforceStandardObjectConfigurationList;
3372
3606
  /**
3373
- * Specifies configuration information for the knowledge article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both.
3607
+ * Configuration information for the knowledge article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both.
3374
3608
  */
3375
3609
  KnowledgeArticleConfiguration?: SalesforceKnowledgeArticleConfiguration;
3376
3610
  /**
3377
- * Specifies configuration information for Salesforce chatter feeds.
3611
+ * Configuration information for Salesforce chatter feeds.
3378
3612
  */
3379
3613
  ChatterFeedConfiguration?: SalesforceChatterFeedConfiguration;
3380
3614
  /**
@@ -3382,15 +3616,15 @@ declare namespace Kendra {
3382
3616
  */
3383
3617
  CrawlAttachments?: Boolean;
3384
3618
  /**
3385
- * Provides configuration information for processing attachments to Salesforce standard objects.
3619
+ * Configuration information for processing attachments to Salesforce standard objects.
3386
3620
  */
3387
3621
  StandardObjectAttachmentConfiguration?: SalesforceStandardObjectAttachmentConfiguration;
3388
3622
  /**
3389
- * A list of regular expression patterns. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion pattern and an exclusion pattern, the document is not included in the index. The regex is applied to the name of the attached file.
3623
+ * A list of regular expression patterns to include certain documents in your Salesforce. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the name of the attached file.
3390
3624
  */
3391
3625
  IncludeAttachmentFilePatterns?: DataSourceInclusionsExclusionsStrings;
3392
3626
  /**
3393
- * A list of regular expression patterns. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index. The regex is applied to the name of the attached file.
3627
+ * A list of regular expression patterns to exclude certain documents in your Salesforce. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the name of the attached file.
3394
3628
  */
3395
3629
  ExcludeAttachmentFilePatterns?: DataSourceInclusionsExclusionsStrings;
3396
3630
  }
@@ -3408,7 +3642,7 @@ declare namespace Kendra {
3408
3642
  */
3409
3643
  DocumentTitleFieldName?: DataSourceFieldName;
3410
3644
  /**
3411
- * One or more objects that map fields in the custom knowledge article to fields in the Amazon Kendra index.
3645
+ * Maps attributes or field names of the custom knowledge article to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Salesforce fields. For more information, see Mapping data source fields. The Salesforce data source field names must exist in your Salesforce custom metadata.
3412
3646
  */
3413
3647
  FieldMappings?: DataSourceToIndexFieldMappingList;
3414
3648
  }
@@ -3420,11 +3654,11 @@ declare namespace Kendra {
3420
3654
  */
3421
3655
  IncludedStates: SalesforceKnowledgeArticleStateList;
3422
3656
  /**
3423
- * Provides configuration information for standard Salesforce knowledge articles.
3657
+ * Configuration information for standard Salesforce knowledge articles.
3424
3658
  */
3425
3659
  StandardKnowledgeArticleTypeConfiguration?: SalesforceStandardKnowledgeArticleTypeConfiguration;
3426
3660
  /**
3427
- * Provides configuration information for custom Salesforce knowledge articles.
3661
+ * Configuration information for custom Salesforce knowledge articles.
3428
3662
  */
3429
3663
  CustomKnowledgeArticleTypeConfigurations?: SalesforceCustomKnowledgeArticleTypeConfigurationList;
3430
3664
  }
@@ -3440,7 +3674,7 @@ declare namespace Kendra {
3440
3674
  */
3441
3675
  DocumentTitleFieldName?: DataSourceFieldName;
3442
3676
  /**
3443
- * One or more objects that map fields in the knowledge article to Amazon Kendra index fields. The index field must exist before you can map a Salesforce field to it.
3677
+ * Maps attributes or field names of the knowledge article to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Salesforce fields. For more information, see Mapping data source fields. The Salesforce data source field names must exist in your Salesforce custom metadata.
3444
3678
  */
3445
3679
  FieldMappings?: DataSourceToIndexFieldMappingList;
3446
3680
  }
@@ -3468,7 +3702,7 @@ declare namespace Kendra {
3468
3702
  */
3469
3703
  DocumentTitleFieldName?: DataSourceFieldName;
3470
3704
  /**
3471
- * One or more objects that map fields in the standard object to Amazon Kendra index fields. The index field must exist before you can map a Salesforce field to it.
3705
+ * Maps attributes or field names of the standard object to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Salesforce fields. For more information, see Mapping data source fields. The Salesforce data source field names must exist in your Salesforce custom metadata.
3472
3706
  */
3473
3707
  FieldMappings?: DataSourceToIndexFieldMappingList;
3474
3708
  }
@@ -3536,15 +3770,15 @@ declare namespace Kendra {
3536
3770
  */
3537
3771
  ServiceNowBuildVersion: ServiceNowBuildVersionType;
3538
3772
  /**
3539
- * Provides configuration information for crawling knowledge articles in the ServiceNow site.
3773
+ * Configuration information for crawling knowledge articles in the ServiceNow site.
3540
3774
  */
3541
3775
  KnowledgeArticleConfiguration?: ServiceNowKnowledgeArticleConfiguration;
3542
3776
  /**
3543
- * Provides configuration information for crawling service catalogs in the ServiceNow site.
3777
+ * Configuration information for crawling service catalogs in the ServiceNow site.
3544
3778
  */
3545
3779
  ServiceCatalogConfiguration?: ServiceNowServiceCatalogConfiguration;
3546
3780
  /**
3547
- * Determines the type of authentication used to connect to the ServiceNow instance. If you choose HTTP_BASIC, Amazon Kendra is authenticated using the user name and password provided in the Secrets Manager secret in the SecretArn field. When you choose OAUTH2, Amazon Kendra is authenticated using the OAuth token and secret provided in the Secrets Manager secret, and the user name and password are used to determine which information Amazon Kendra has access to. When you use OAUTH2 authentication, you must generate a token and a client secret using the ServiceNow console. For more information, see Using a ServiceNow data source.
3781
+ * The type of authentication used to connect to the ServiceNow instance. If you choose HTTP_BASIC, Amazon Kendra is authenticated using the user name and password provided in the Secrets Manager secret in the SecretArn field. When you choose OAUTH2, Amazon Kendra is authenticated using the OAuth token and secret provided in the Secrets Manager secret, and the user name and password are used to determine which information Amazon Kendra has access to. When you use OAUTH2 authentication, you must generate a token and a client secret using the ServiceNow console. For more information, see Using a ServiceNow data source.
3548
3782
  */
3549
3783
  AuthenticationType?: ServiceNowAuthenticationType;
3550
3784
  }
@@ -3555,11 +3789,11 @@ declare namespace Kendra {
3555
3789
  */
3556
3790
  CrawlAttachments?: Boolean;
3557
3791
  /**
3558
- * List of regular expressions applied to knowledge articles. Items that don't match the inclusion pattern are not indexed. The regex is applied to the field specified in the PatternTargetField.
3792
+ * A list of regular expression patterns to include certain attachments of knowledge articles in your ServiceNow. Item that match the patterns are included in the index. Items that don't match the patterns are excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index. The regex is applied to the field specified in the PatternTargetField.
3559
3793
  */
3560
3794
  IncludeAttachmentFilePatterns?: DataSourceInclusionsExclusionsStrings;
3561
3795
  /**
3562
- * List of regular expressions applied to knowledge articles. Items that don't match the inclusion pattern are not indexed. The regex is applied to the field specified in the PatternTargetField
3796
+ * A list of regular expression patterns to exclude certain attachments of knowledge articles in your ServiceNow. Item that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index. The regex is applied to the field specified in the PatternTargetField.
3563
3797
  */
3564
3798
  ExcludeAttachmentFilePatterns?: DataSourceInclusionsExclusionsStrings;
3565
3799
  /**
@@ -3571,7 +3805,7 @@ declare namespace Kendra {
3571
3805
  */
3572
3806
  DocumentTitleFieldName?: DataSourceFieldName;
3573
3807
  /**
3574
- * Mapping between ServiceNow fields and Amazon Kendra index fields. You must create the index field before you map the field.
3808
+ * Maps attributes or field names of knoweldge articles to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to ServiceNow fields. For more information, see Mapping data source fields. The ServiceNow data source field names must exist in your ServiceNow custom metadata.
3575
3809
  */
3576
3810
  FieldMappings?: DataSourceToIndexFieldMappingList;
3577
3811
  /**
@@ -3586,11 +3820,11 @@ declare namespace Kendra {
3586
3820
  */
3587
3821
  CrawlAttachments?: Boolean;
3588
3822
  /**
3589
- * A list of regular expression patterns. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index. The regex is applied to the file name of the attachment.
3823
+ * A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow. Item that match the patterns are included in the index. Items that don't match the patterns are excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index. The regex is applied to the file name of the attachment.
3590
3824
  */
3591
3825
  IncludeAttachmentFilePatterns?: DataSourceInclusionsExclusionsStrings;
3592
3826
  /**
3593
- * A list of regular expression patterns. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index. The regex is applied to the file name of the attachment.
3827
+ * A list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow. Item that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index. The regex is applied to the file name of the attachment.
3594
3828
  */
3595
3829
  ExcludeAttachmentFilePatterns?: DataSourceInclusionsExclusionsStrings;
3596
3830
  /**
@@ -3602,7 +3836,7 @@ declare namespace Kendra {
3602
3836
  */
3603
3837
  DocumentTitleFieldName?: DataSourceFieldName;
3604
3838
  /**
3605
- * Mapping between ServiceNow fields and Amazon Kendra index fields. You must create the index field before you map the field.
3839
+ * Maps attributes or field names of catalogs to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to ServiceNow fields. For more information, see Mapping data source fields. The ServiceNow data source field names must exist in your ServiceNow custom metadata.
3606
3840
  */
3607
3841
  FieldMappings?: DataSourceToIndexFieldMappingList;
3608
3842
  }
@@ -3624,20 +3858,20 @@ declare namespace Kendra {
3624
3858
  */
3625
3859
  CrawlAttachments?: Boolean;
3626
3860
  /**
3627
- * Set to TRUE to use the Microsoft SharePoint change log to determine the documents that need to be updated in the index. Depending on the size of the SharePoint change log, it may take longer for Amazon Kendra to use the change log than it takes it to determine the changed documents using the Amazon Kendra document crawler.
3861
+ * TRUE to use the SharePoint change log to determine which documents require updating in the index. Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in SharePoint.
3628
3862
  */
3629
3863
  UseChangeLog?: Boolean;
3630
3864
  /**
3631
- * A list of regular expression patterns. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion pattern and an exclusion pattern, the document is not included in the index. The regex is applied to the display URL of the SharePoint document.
3865
+ * A list of regular expression patterns to include certain documents in your SharePoint. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The regex is applied to the display URL of the SharePoint document.
3632
3866
  */
3633
3867
  InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
3634
3868
  /**
3635
- * A list of regular expression patterns. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index. The regex is applied to the display URL of the SharePoint document.
3869
+ * A list of regular expression patterns to exclude certain documents in your SharePoint. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The regex is applied to the display URL of the SharePoint document.
3636
3870
  */
3637
3871
  ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
3638
3872
  VpcConfiguration?: DataSourceVpcConfiguration;
3639
3873
  /**
3640
- * A list of DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to custom fields in the Amazon Kendra index. You must first create the index fields using the UpdateIndex API before you map SharePoint attributes. For more information, see Mapping Data Source Fields.
3874
+ * A list of DataSourceToIndexFieldMapping objects that map SharePoint data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to SharePoint fields. For more information, see Mapping data source fields. The SharePoint data source field names must exist in your SharePoint custom metadata.
3641
3875
  */
3642
3876
  FieldMappings?: DataSourceToIndexFieldMappingList;
3643
3877
  /**
@@ -3653,6 +3887,7 @@ declare namespace Kendra {
3653
3887
  export type SharePointUrlList = Url[];
3654
3888
  export type SharePointVersion = "SHAREPOINT_2013"|"SHAREPOINT_2016"|"SHAREPOINT_ONLINE"|string;
3655
3889
  export type SharedDriveId = string;
3890
+ export type SinceCrawlDate = string;
3656
3891
  export type SiteMap = string;
3657
3892
  export interface SiteMapsConfiguration {
3658
3893
  /**
@@ -3661,6 +3896,66 @@ declare namespace Kendra {
3661
3896
  SiteMaps: SiteMapsList;
3662
3897
  }
3663
3898
  export type SiteMapsList = SiteMap[];
3899
+ export interface SlackConfiguration {
3900
+ /**
3901
+ * The identifier of the team in the Slack workspace. For example, T0123456789. You can find your team ID in the URL of the main page of your Slack workspace. When you log in to Slack via a browser, you are directed to the URL of the main page. For example, https://app.slack.com/client/T0123456789/....
3902
+ */
3903
+ TeamId: TeamId;
3904
+ /**
3905
+ * The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Slack workspace team. The secret must contain a JSON structure with the following keys: slackToken—The user or bot token created in Slack. For more information on creating a token in Slack, see Authentication for a Slack data source.
3906
+ */
3907
+ SecretArn: SecretArn;
3908
+ /**
3909
+ * Configuration information for an Amazon Virtual Private Cloud to connect to your Slack. For more information, see Configuring a VPC.
3910
+ */
3911
+ VpcConfiguration?: DataSourceVpcConfiguration;
3912
+ /**
3913
+ * Specify whether to index public channels, private channels, group messages, and direct messages. You can specify one or more of these options.
3914
+ */
3915
+ SlackEntityList: SlackEntityList;
3916
+ /**
3917
+ * TRUE to use the Slack change log to determine which documents require updating in the index. Depending on the Slack change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in Slack.
3918
+ */
3919
+ UseChangeLog?: Boolean;
3920
+ /**
3921
+ * TRUE to index bot messages from your Slack workspace team.
3922
+ */
3923
+ CrawlBotMessage?: Boolean;
3924
+ /**
3925
+ * TRUE to exclude archived messages to index from your Slack workspace team.
3926
+ */
3927
+ ExcludeArchived?: Boolean;
3928
+ /**
3929
+ * The date to start crawling your data from your Slack workspace team. The date must follow this format: yyyy-mm-dd.
3930
+ */
3931
+ SinceCrawlDate: SinceCrawlDate;
3932
+ /**
3933
+ * The number of hours for change log to look back from when you last synchronized your data. You can look back up to 7 days or 168 hours. Change log updates your index only if new content was added since you last synced your data. Updated or deleted content from before you last synced does not get updated in your index. To capture updated or deleted content before you last synced, set the LookBackPeriod to the number of hours you want change log to look back.
3934
+ */
3935
+ LookBackPeriod?: LookBackPeriod;
3936
+ /**
3937
+ * The list of private channel names from your Slack workspace team. You use this if you want to index specific private channels, not all private channels. You can also use regular expression patterns to filter private channels.
3938
+ */
3939
+ PrivateChannelFilter?: PrivateChannelFilter;
3940
+ /**
3941
+ * The list of public channel names to index from your Slack workspace team. You use this if you want to index specific public channels, not all public channels. You can also use regular expression patterns to filter public channels.
3942
+ */
3943
+ PublicChannelFilter?: PublicChannelFilter;
3944
+ /**
3945
+ * A list of regular expression patterns to include certain attached files in your Slack workspace team. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
3946
+ */
3947
+ InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
3948
+ /**
3949
+ * A list of regular expression patterns to exclude certain attached files in your Slack workspace team. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
3950
+ */
3951
+ ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
3952
+ /**
3953
+ * A list of DataSourceToIndexFieldMapping objects that map Slack data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Slack fields. For more information, see Mapping data source fields. The Slack data source field names must exist in your Slack custom metadata.
3954
+ */
3955
+ FieldMappings?: DataSourceToIndexFieldMappingList;
3956
+ }
3957
+ export type SlackEntity = "PUBLIC_CHANNEL"|"PRIVATE_CHANNEL"|"GROUP_MESSAGE"|"DIRECT_MESSAGE"|string;
3958
+ export type SlackEntityList = SlackEntity[];
3664
3959
  export type SnapshotsDataHeaderFields = String[];
3665
3960
  export type SnapshotsDataRecord = String[];
3666
3961
  export type SnapshotsDataRecords = SnapshotsDataRecord[];
@@ -3675,6 +3970,23 @@ declare namespace Kendra {
3675
3970
  */
3676
3971
  SortOrder: SortOrder;
3677
3972
  }
3973
+ export interface SpellCorrectedQuery {
3974
+ /**
3975
+ * The query with the suggested spell corrections.
3976
+ */
3977
+ SuggestedQueryText?: SuggestedQueryText;
3978
+ /**
3979
+ * The corrected misspelled word or words in a query.
3980
+ */
3981
+ Corrections?: CorrectionList;
3982
+ }
3983
+ export type SpellCorrectedQueryList = SpellCorrectedQuery[];
3984
+ export interface SpellCorrectionConfiguration {
3985
+ /**
3986
+ * TRUE to suggest spell corrections for queries.
3987
+ */
3988
+ IncludeQuerySpellCheckSuggestions: Boolean;
3989
+ }
3678
3990
  export interface SqlConfiguration {
3679
3991
  /**
3680
3992
  * Determines whether Amazon Kendra encloses SQL identifiers for tables and column names in double quotes (") when making a database query. By default, Amazon Kendra passes SQL identifiers the way that they are entered into the data source configuration. It does not change the case of identifiers or enclose them in quotes. PostgreSQL internally converts uppercase characters to lower case characters in identifiers unless they are quoted. Choosing this option encloses identifiers in quotes so that PostgreSQL does not convert the character's case. For MySQL databases, you must enable the ansi_quotes option when you set this field to DOUBLE_QUOTES.
@@ -3747,6 +4059,7 @@ declare namespace Kendra {
3747
4059
  }
3748
4060
  export type SubnetId = string;
3749
4061
  export type SubnetIdList = SubnetId[];
4062
+ export type SuggestedQueryText = string;
3750
4063
  export interface Suggestion {
3751
4064
  /**
3752
4065
  * The unique UUID (universally unique identifier) of a single query suggestion.
@@ -3813,6 +4126,7 @@ declare namespace Kendra {
3813
4126
  export interface TagResourceResponse {
3814
4127
  }
3815
4128
  export type TagValue = string;
4129
+ export type TeamId = string;
3816
4130
  export type TenantDomain = string;
3817
4131
  export interface TextDocumentStatistics {
3818
4132
  /**
@@ -3873,6 +4187,7 @@ declare namespace Kendra {
3873
4187
  export type Timestamp = Date;
3874
4188
  export type Title = string;
3875
4189
  export type Token = string;
4190
+ export type TopDocumentAttributeValueCountPairsSize = number;
3876
4191
  export interface UntagResourceRequest {
3877
4192
  /**
3878
4193
  * The Amazon Resource Name (ARN) of the index, FAQ, or data source to remove the tag from.
@@ -3899,7 +4214,7 @@ declare namespace Kendra {
3899
4214
  */
3900
4215
  IndexId: IndexId;
3901
4216
  /**
3902
- * Configuration information for an Amazon Kendra data source.
4217
+ * Configuration information for an Amazon Kendra data source you want to update.
3903
4218
  */
3904
4219
  Configuration?: DataSourceConfiguration;
3905
4220
  /**
@@ -3941,7 +4256,7 @@ declare namespace Kendra {
3941
4256
  */
3942
4257
  RoleArn?: RoleArn;
3943
4258
  /**
3944
- * Provides the user configuration information. This includes the Amazon Web Services SSO field name that contains the identifiers of your users, such as their emails.
4259
+ * Configuration information for your Amazon Kendra you want to update.
3945
4260
  */
3946
4261
  Configuration?: ExperienceConfiguration;
3947
4262
  /**
@@ -3967,11 +4282,11 @@ declare namespace Kendra {
3967
4282
  */
3968
4283
  Description?: Description;
3969
4284
  /**
3970
- * The document metadata to update.
4285
+ * The document metadata you want to update.
3971
4286
  */
3972
4287
  DocumentMetadataConfigurationUpdates?: DocumentMetadataConfigurationList;
3973
4288
  /**
3974
- * Sets the number of additional storage and query capacity units that should be used by the index. You can change the capacity of the index up to 5 times per day. If you are using extra storage units, you can't reduce the storage capacity below that required to meet the storage needs for your index.
4289
+ * Sets the number of additional document storage and query capacity units that should be used by the index. You can change the capacity of the index up to 5 times per day, or make 5 API calls. If you are using extra storage units, you can't reduce the storage capacity below what is required to meet the storage needs for your index.
3975
4290
  */
3976
4291
  CapacityUnits?: CapacityUnitsConfiguration;
3977
4292
  /**
@@ -4065,11 +4380,11 @@ declare namespace Kendra {
4065
4380
  export type Url = string;
4066
4381
  export interface Urls {
4067
4382
  /**
4068
- * Provides the configuration of the seed or starting point URLs of the websites you want to crawl. You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the webpages link to. You can list up to 100 seed URLs.
4383
+ * Configuration of the seed or starting point URLs of the websites you want to crawl. You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the webpages link to. You can list up to 100 seed URLs.
4069
4384
  */
4070
4385
  SeedUrlConfiguration?: SeedUrlConfiguration;
4071
4386
  /**
4072
- * Provides the configuration of the sitemap URLs of the websites you want to crawl. Only URLs belonging to the same website host names are crawled. You can list up to three sitemap URLs.
4387
+ * Configuration of the sitemap URLs of the websites you want to crawl. Only URLs belonging to the same website host names are crawled. You can list up to three sitemap URLs.
4073
4388
  */
4074
4389
  SiteMapsConfiguration?: SiteMapsConfiguration;
4075
4390
  }
@@ -4158,19 +4473,19 @@ declare namespace Kendra {
4158
4473
  */
4159
4474
  MaxUrlsPerMinuteCrawlRate?: MaxUrlsPerMinuteCrawlRate;
4160
4475
  /**
4161
- * The regular expression pattern to include certain URLs to crawl. If there is a regular expression pattern to exclude certain URLs that conflicts with the include pattern, the exclude pattern takes precedence.
4476
+ * A list of regular expression patterns to include certain URLs to crawl. URLs that match the patterns are included in the index. URLs that don't match the patterns are excluded from the index. If a URL matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the URL file isn't included in the index.
4162
4477
  */
4163
4478
  UrlInclusionPatterns?: DataSourceInclusionsExclusionsStrings;
4164
4479
  /**
4165
- * The regular expression pattern to exclude certain URLs to crawl. If there is a regular expression pattern to include certain URLs that conflicts with the exclude pattern, the exclude pattern takes precedence.
4480
+ * A list of regular expression patterns to exclude certain URLs to crawl. URLs that match the patterns are excluded from the index. URLs that don't match the patterns are included in the index. If a URL matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the URL file isn't included in the index.
4166
4481
  */
4167
4482
  UrlExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
4168
4483
  /**
4169
- * Provides configuration information required to connect to your internal websites via a web proxy. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS. Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication. To store web proxy credentials, you use a secret in Secrets Manager.
4484
+ * Configuration information required to connect to your internal websites via a web proxy. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS. Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication. To store web proxy credentials, you use a secret in Secrets Manager.
4170
4485
  */
4171
4486
  ProxyConfiguration?: ProxyConfiguration;
4172
4487
  /**
4173
- * Provides configuration information required to connect to websites using authentication. You can connect to websites using basic authentication of user name and password. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS. You use a secret in Secrets Manager to store your authentication credentials.
4488
+ * Configuration information required to connect to websites using authentication. You can connect to websites using basic authentication of user name and password. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS. You use a secret in Secrets Manager to store your authentication credentials.
4174
4489
  */
4175
4490
  AuthenticationConfiguration?: AuthenticationConfiguration;
4176
4491
  }
@@ -4185,19 +4500,19 @@ declare namespace Kendra {
4185
4500
  */
4186
4501
  CrawlComments?: Boolean;
4187
4502
  /**
4188
- * TRUE to use the change logs to update documents in your index instead of scanning all documents. If you are syncing your Amazon WorkDocs data source with your index for the first time, all documents are scanned. After your first sync, you can use the change logs to update your documents in your index for future syncs. The default is set to FALSE.
4503
+ * TRUE to use the Amazon WorkDocs change log to determine which documents require updating in the index. Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in Amazon WorkDocs.
4189
4504
  */
4190
4505
  UseChangeLog?: Boolean;
4191
4506
  /**
4192
- * A list of regular expression patterns to include certain files in your Amazon WorkDocs site repository. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isnt included in the index.
4507
+ * A list of regular expression patterns to include certain files in your Amazon WorkDocs site repository. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
4193
4508
  */
4194
4509
  InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
4195
4510
  /**
4196
- * A list of regular expression patterns to exclude certain files in your Amazon WorkDocs site repository. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isnt included in the index.
4511
+ * A list of regular expression patterns to exclude certain files in your Amazon WorkDocs site repository. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
4197
4512
  */
4198
4513
  ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
4199
4514
  /**
4200
- * A list of DataSourceToIndexFieldMapping objects that map Amazon WorkDocs field names to custom index field names in Amazon Kendra. You must first create the custom index fields using the UpdateIndex API before you map to Amazon WorkDocs fields. For more information, see Mapping Data Source Fields. The Amazon WorkDocs data source field names need to exist in your Amazon WorkDocs custom metadata.
4515
+ * A list of DataSourceToIndexFieldMapping objects that map Amazon WorkDocs data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Amazon WorkDocs fields. For more information, see Mapping data source fields. The Amazon WorkDocs data source field names must exist in your Amazon WorkDocs custom metadata.
4201
4516
  */
4202
4517
  FieldMappings?: DataSourceToIndexFieldMappingList;
4203
4518
  }