@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
@@ -12,115 +12,115 @@ declare class TranscribeService extends Service {
12
12
  constructor(options?: TranscribeService.Types.ClientConfiguration)
13
13
  config: Config & TranscribeService.Types.ClientConfiguration;
14
14
  /**
15
- * Creates an analytics category. Amazon Transcribe applies the conditions specified by your analytics categories to your call analytics jobs. For each analytics category, you specify one or more rules. For example, you can specify a rule that the customer sentiment was neutral or negative within that category. If you start a call analytics job, Amazon Transcribe applies the category to the analytics job that you've specified.
15
+ * Creates a call analytics category. Amazon Transcribe applies the conditions specified by your call analytics categories to your call analytics jobs. For each analytics category, you must create between 1 and 20 rules. For example, you can create a 'greeting' category with a rule that flags calls in which your agent does not use a specified phrase (for example: "Please note this call may be recorded.") in the first 15 seconds of the call. When you start a call analytics job, Amazon Transcribe applies all your existing call analytics categories to that job.
16
16
  */
17
17
  createCallAnalyticsCategory(params: TranscribeService.Types.CreateCallAnalyticsCategoryRequest, callback?: (err: AWSError, data: TranscribeService.Types.CreateCallAnalyticsCategoryResponse) => void): Request<TranscribeService.Types.CreateCallAnalyticsCategoryResponse, AWSError>;
18
18
  /**
19
- * Creates an analytics category. Amazon Transcribe applies the conditions specified by your analytics categories to your call analytics jobs. For each analytics category, you specify one or more rules. For example, you can specify a rule that the customer sentiment was neutral or negative within that category. If you start a call analytics job, Amazon Transcribe applies the category to the analytics job that you've specified.
19
+ * Creates a call analytics category. Amazon Transcribe applies the conditions specified by your call analytics categories to your call analytics jobs. For each analytics category, you must create between 1 and 20 rules. For example, you can create a 'greeting' category with a rule that flags calls in which your agent does not use a specified phrase (for example: "Please note this call may be recorded.") in the first 15 seconds of the call. When you start a call analytics job, Amazon Transcribe applies all your existing call analytics categories to that job.
20
20
  */
21
21
  createCallAnalyticsCategory(callback?: (err: AWSError, data: TranscribeService.Types.CreateCallAnalyticsCategoryResponse) => void): Request<TranscribeService.Types.CreateCallAnalyticsCategoryResponse, AWSError>;
22
22
  /**
23
- * Creates a new custom language model. Use Amazon S3 prefixes to provide the location of your input files. The time it takes to create your model depends on the size of your training data.
23
+ * Creates a new custom language model. When creating a new language model, you must specify if you want a Wideband (audio sample rates over 16,000 Hz) or Narrowband (audio sample rates under 16,000 Hz) base model. You then include the S3 URI location of your training and tuning files, the language for the model, a unique name, and any tags you want associated with your model.
24
24
  */
25
25
  createLanguageModel(params: TranscribeService.Types.CreateLanguageModelRequest, callback?: (err: AWSError, data: TranscribeService.Types.CreateLanguageModelResponse) => void): Request<TranscribeService.Types.CreateLanguageModelResponse, AWSError>;
26
26
  /**
27
- * Creates a new custom language model. Use Amazon S3 prefixes to provide the location of your input files. The time it takes to create your model depends on the size of your training data.
27
+ * Creates a new custom language model. When creating a new language model, you must specify if you want a Wideband (audio sample rates over 16,000 Hz) or Narrowband (audio sample rates under 16,000 Hz) base model. You then include the S3 URI location of your training and tuning files, the language for the model, a unique name, and any tags you want associated with your model.
28
28
  */
29
29
  createLanguageModel(callback?: (err: AWSError, data: TranscribeService.Types.CreateLanguageModelResponse) => void): Request<TranscribeService.Types.CreateLanguageModelResponse, AWSError>;
30
30
  /**
31
- * Creates a new custom vocabulary that you can use to modify how Amazon Transcribe Medical transcribes your audio file.
31
+ * Creates a new custom medical vocabulary. When creating a new medical vocabulary, you must upload a text file that contains your new entries, phrases, and terms into an S3 bucket. Note that this differs from , where you can include a list of terms within your request using the Phrases flag, as CreateMedicalVocabulary does not support the Phrases flag. For more information on creating a custom vocabulary text file, see Creating a custom vocabulary.
32
32
  */
33
33
  createMedicalVocabulary(params: TranscribeService.Types.CreateMedicalVocabularyRequest, callback?: (err: AWSError, data: TranscribeService.Types.CreateMedicalVocabularyResponse) => void): Request<TranscribeService.Types.CreateMedicalVocabularyResponse, AWSError>;
34
34
  /**
35
- * Creates a new custom vocabulary that you can use to modify how Amazon Transcribe Medical transcribes your audio file.
35
+ * Creates a new custom medical vocabulary. When creating a new medical vocabulary, you must upload a text file that contains your new entries, phrases, and terms into an S3 bucket. Note that this differs from , where you can include a list of terms within your request using the Phrases flag, as CreateMedicalVocabulary does not support the Phrases flag. For more information on creating a custom vocabulary text file, see Creating a custom vocabulary.
36
36
  */
37
37
  createMedicalVocabulary(callback?: (err: AWSError, data: TranscribeService.Types.CreateMedicalVocabularyResponse) => void): Request<TranscribeService.Types.CreateMedicalVocabularyResponse, AWSError>;
38
38
  /**
39
- * Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
39
+ * Creates a new custom vocabulary. When creating a new medical vocabulary, you can either upload a text file that contains your new entries, phrases, and terms into an S3 bucket or include a list of terms directly in your request using the Phrases flag. For more information on creating a custom vocabulary, see Creating a custom vocabulary.
40
40
  */
41
41
  createVocabulary(params: TranscribeService.Types.CreateVocabularyRequest, callback?: (err: AWSError, data: TranscribeService.Types.CreateVocabularyResponse) => void): Request<TranscribeService.Types.CreateVocabularyResponse, AWSError>;
42
42
  /**
43
- * Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
43
+ * Creates a new custom vocabulary. When creating a new medical vocabulary, you can either upload a text file that contains your new entries, phrases, and terms into an S3 bucket or include a list of terms directly in your request using the Phrases flag. For more information on creating a custom vocabulary, see Creating a custom vocabulary.
44
44
  */
45
45
  createVocabulary(callback?: (err: AWSError, data: TranscribeService.Types.CreateVocabularyResponse) => void): Request<TranscribeService.Types.CreateVocabularyResponse, AWSError>;
46
46
  /**
47
- * Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.
47
+ * Creates a new vocabulary filter that you can use to filter words from your transcription output. For example, you can use this operation to remove profanity from your transcript.
48
48
  */
49
49
  createVocabularyFilter(params: TranscribeService.Types.CreateVocabularyFilterRequest, callback?: (err: AWSError, data: TranscribeService.Types.CreateVocabularyFilterResponse) => void): Request<TranscribeService.Types.CreateVocabularyFilterResponse, AWSError>;
50
50
  /**
51
- * Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.
51
+ * Creates a new vocabulary filter that you can use to filter words from your transcription output. For example, you can use this operation to remove profanity from your transcript.
52
52
  */
53
53
  createVocabularyFilter(callback?: (err: AWSError, data: TranscribeService.Types.CreateVocabularyFilterResponse) => void): Request<TranscribeService.Types.CreateVocabularyFilterResponse, AWSError>;
54
54
  /**
55
- * Deletes a call analytics category using its name.
55
+ * Deletes a call analytics category. To use this operation, specify the name of the category you want to delete using CategoryName.
56
56
  */
57
57
  deleteCallAnalyticsCategory(params: TranscribeService.Types.DeleteCallAnalyticsCategoryRequest, callback?: (err: AWSError, data: TranscribeService.Types.DeleteCallAnalyticsCategoryResponse) => void): Request<TranscribeService.Types.DeleteCallAnalyticsCategoryResponse, AWSError>;
58
58
  /**
59
- * Deletes a call analytics category using its name.
59
+ * Deletes a call analytics category. To use this operation, specify the name of the category you want to delete using CategoryName.
60
60
  */
61
61
  deleteCallAnalyticsCategory(callback?: (err: AWSError, data: TranscribeService.Types.DeleteCallAnalyticsCategoryResponse) => void): Request<TranscribeService.Types.DeleteCallAnalyticsCategoryResponse, AWSError>;
62
62
  /**
63
- * Deletes a call analytics job using its name.
63
+ * Deletes a call analytics job. To use this operation, specify the name of the job you want to delete using CallAnalyticsJobName.
64
64
  */
65
65
  deleteCallAnalyticsJob(params: TranscribeService.Types.DeleteCallAnalyticsJobRequest, callback?: (err: AWSError, data: TranscribeService.Types.DeleteCallAnalyticsJobResponse) => void): Request<TranscribeService.Types.DeleteCallAnalyticsJobResponse, AWSError>;
66
66
  /**
67
- * Deletes a call analytics job using its name.
67
+ * Deletes a call analytics job. To use this operation, specify the name of the job you want to delete using CallAnalyticsJobName.
68
68
  */
69
69
  deleteCallAnalyticsJob(callback?: (err: AWSError, data: TranscribeService.Types.DeleteCallAnalyticsJobResponse) => void): Request<TranscribeService.Types.DeleteCallAnalyticsJobResponse, AWSError>;
70
70
  /**
71
- * Deletes a custom language model using its name.
71
+ * Deletes a custom language model. To use this operation, specify the name of the language model you want to delete using ModelName.
72
72
  */
73
73
  deleteLanguageModel(params: TranscribeService.Types.DeleteLanguageModelRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
74
74
  /**
75
- * Deletes a custom language model using its name.
75
+ * Deletes a custom language model. To use this operation, specify the name of the language model you want to delete using ModelName.
76
76
  */
77
77
  deleteLanguageModel(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
78
78
  /**
79
- * Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
79
+ * Deletes a medical transcription job, along with any related information. To use this operation, specify the name of the job you want to delete using MedicalTranscriptionJobName.
80
80
  */
81
81
  deleteMedicalTranscriptionJob(params: TranscribeService.Types.DeleteMedicalTranscriptionJobRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
82
82
  /**
83
- * Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
83
+ * Deletes a medical transcription job, along with any related information. To use this operation, specify the name of the job you want to delete using MedicalTranscriptionJobName.
84
84
  */
85
85
  deleteMedicalTranscriptionJob(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
86
86
  /**
87
- * Deletes a vocabulary from Amazon Transcribe Medical.
87
+ * Deletes a custom medical vocabulary. To use this operation, specify the name of the vocabulary you want to delete using VocabularyName.
88
88
  */
89
89
  deleteMedicalVocabulary(params: TranscribeService.Types.DeleteMedicalVocabularyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
90
90
  /**
91
- * Deletes a vocabulary from Amazon Transcribe Medical.
91
+ * Deletes a custom medical vocabulary. To use this operation, specify the name of the vocabulary you want to delete using VocabularyName.
92
92
  */
93
93
  deleteMedicalVocabulary(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
94
94
  /**
95
- * Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
95
+ * Deletes a transcription job, along with any related information. To use this operation, specify the name of the job you want to delete using TranscriptionJobName.
96
96
  */
97
97
  deleteTranscriptionJob(params: TranscribeService.Types.DeleteTranscriptionJobRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
98
98
  /**
99
- * Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
99
+ * Deletes a transcription job, along with any related information. To use this operation, specify the name of the job you want to delete using TranscriptionJobName.
100
100
  */
101
101
  deleteTranscriptionJob(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
102
102
  /**
103
- * Deletes a vocabulary from Amazon Transcribe.
103
+ * Deletes a custom vocabulary. To use this operation, specify the name of the vocabulary you want to delete using VocabularyName.
104
104
  */
105
105
  deleteVocabulary(params: TranscribeService.Types.DeleteVocabularyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
106
106
  /**
107
- * Deletes a vocabulary from Amazon Transcribe.
107
+ * Deletes a custom vocabulary. To use this operation, specify the name of the vocabulary you want to delete using VocabularyName.
108
108
  */
109
109
  deleteVocabulary(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
110
110
  /**
111
- * Removes a vocabulary filter.
111
+ * Deletes a vocabulary filter. To use this operation, specify the name of the vocabulary filter you want to delete using VocabularyFilterName.
112
112
  */
113
113
  deleteVocabularyFilter(params: TranscribeService.Types.DeleteVocabularyFilterRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
114
114
  /**
115
- * Removes a vocabulary filter.
115
+ * Deletes a vocabulary filter. To use this operation, specify the name of the vocabulary filter you want to delete using VocabularyFilterName.
116
116
  */
117
117
  deleteVocabularyFilter(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
118
118
  /**
119
- * Gets information about a single custom language model. Use this information to see details about the language model in your Amazon Web Services account. You can also see whether the base language model used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model. If the language model wasn't created, you can use this operation to understand why Amazon Transcribe couldn't create it.
119
+ * Provides information about a specific custom language model in your Amazon Web Services account. This operation also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model. If you tried to create a new custom language model and the request wasn't successful, you can use this operation to help identify the reason.
120
120
  */
121
121
  describeLanguageModel(params: TranscribeService.Types.DescribeLanguageModelRequest, callback?: (err: AWSError, data: TranscribeService.Types.DescribeLanguageModelResponse) => void): Request<TranscribeService.Types.DescribeLanguageModelResponse, AWSError>;
122
122
  /**
123
- * Gets information about a single custom language model. Use this information to see details about the language model in your Amazon Web Services account. You can also see whether the base language model used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model. If the language model wasn't created, you can use this operation to understand why Amazon Transcribe couldn't create it.
123
+ * Provides information about a specific custom language model in your Amazon Web Services account. This operation also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model. If you tried to create a new custom language model and the request wasn't successful, you can use this operation to help identify the reason.
124
124
  */
125
125
  describeLanguageModel(callback?: (err: AWSError, data: TranscribeService.Types.DescribeLanguageModelResponse) => void): Request<TranscribeService.Types.DescribeLanguageModelResponse, AWSError>;
126
126
  /**
@@ -132,19 +132,19 @@ declare class TranscribeService extends Service {
132
132
  */
133
133
  getCallAnalyticsCategory(callback?: (err: AWSError, data: TranscribeService.Types.GetCallAnalyticsCategoryResponse) => void): Request<TranscribeService.Types.GetCallAnalyticsCategoryResponse, AWSError>;
134
134
  /**
135
- * Returns information about a call analytics job. To see the status of the job, check the CallAnalyticsJobStatus field. If the status is COMPLETED, the job is finished and you can find the results at the location specified in the TranscriptFileUri field. If you enable personally identifiable information (PII) redaction, the redacted transcript appears in the RedactedTranscriptFileUri field.
135
+ * Retrieves information about a call analytics job. To view the job's status, refer to the CallAnalyticsJobStatus field. If the status is COMPLETED, the job is finished. You can then find your transcript at the URI specified in the TranscriptFileUri field. If you enabled personally identifiable information (PII) redaction, the redacted transcript appears in the RedactedTranscriptFileUri field.
136
136
  */
137
137
  getCallAnalyticsJob(params: TranscribeService.Types.GetCallAnalyticsJobRequest, callback?: (err: AWSError, data: TranscribeService.Types.GetCallAnalyticsJobResponse) => void): Request<TranscribeService.Types.GetCallAnalyticsJobResponse, AWSError>;
138
138
  /**
139
- * Returns information about a call analytics job. To see the status of the job, check the CallAnalyticsJobStatus field. If the status is COMPLETED, the job is finished and you can find the results at the location specified in the TranscriptFileUri field. If you enable personally identifiable information (PII) redaction, the redacted transcript appears in the RedactedTranscriptFileUri field.
139
+ * Retrieves information about a call analytics job. To view the job's status, refer to the CallAnalyticsJobStatus field. If the status is COMPLETED, the job is finished. You can then find your transcript at the URI specified in the TranscriptFileUri field. If you enabled personally identifiable information (PII) redaction, the redacted transcript appears in the RedactedTranscriptFileUri field.
140
140
  */
141
141
  getCallAnalyticsJob(callback?: (err: AWSError, data: TranscribeService.Types.GetCallAnalyticsJobResponse) => void): Request<TranscribeService.Types.GetCallAnalyticsJobResponse, AWSError>;
142
142
  /**
143
- * Returns information about a transcription job from Amazon Transcribe Medical. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished. You find the results of the completed job in the TranscriptFileUri field.
143
+ * Retrieves information about a medical transcription job. To view the job's status, refer to the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished. You can then find your transcript at the URI specified in the TranscriptFileUri field.
144
144
  */
145
145
  getMedicalTranscriptionJob(params: TranscribeService.Types.GetMedicalTranscriptionJobRequest, callback?: (err: AWSError, data: TranscribeService.Types.GetMedicalTranscriptionJobResponse) => void): Request<TranscribeService.Types.GetMedicalTranscriptionJobResponse, AWSError>;
146
146
  /**
147
- * Returns information about a transcription job from Amazon Transcribe Medical. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished. You find the results of the completed job in the TranscriptFileUri field.
147
+ * Retrieves information about a medical transcription job. To view the job's status, refer to the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished. You can then find your transcript at the URI specified in the TranscriptFileUri field.
148
148
  */
149
149
  getMedicalTranscriptionJob(callback?: (err: AWSError, data: TranscribeService.Types.GetMedicalTranscriptionJobResponse) => void): Request<TranscribeService.Types.GetMedicalTranscriptionJobResponse, AWSError>;
150
150
  /**
@@ -360,7 +360,7 @@ declare namespace TranscribeService {
360
360
  */
361
361
  LanguageCode?: LanguageCode;
362
362
  /**
363
- * The sample rate, in Hertz, of the audio.
363
+ * The sample rate, in Hertz, of the input audio.
364
364
  */
365
365
  MediaSampleRateHertz?: MediaSampleRateHertz;
366
366
  /**
@@ -510,107 +510,107 @@ declare namespace TranscribeService {
510
510
  }
511
511
  export interface CreateCallAnalyticsCategoryRequest {
512
512
  /**
513
- * The name that you choose for your category when you create it.
513
+ * A unique name, chosen by you, for your call analytics category. For example, sentiment-positive-last30seconds.
514
514
  */
515
515
  CategoryName: CategoryName;
516
516
  /**
517
- * To create a category, you must specify between 1 and 20 rules. For each rule, you specify a filter to be applied to the attributes of the call. For example, you can specify a sentiment filter to detect if the customer's sentiment was negative or neutral.
517
+ * Rules make up a call analytics category. When creating a call analytics category, you must create between 1 and 20 rules for your category. For each rule, you specify a filter you want applied to the attributes of a call. For example, you can choose a sentiment filter that detects if a customer's sentiment was positive during the last 30 seconds of the call.
518
518
  */
519
519
  Rules: RuleList;
520
520
  }
521
521
  export interface CreateCallAnalyticsCategoryResponse {
522
522
  /**
523
- * The rules and associated metadata used to create a category.
523
+ * If your audio matches one of your categories, this field contains data on that category and its associated rules. This parameter shows which category is flagged (CategoryName) along with metadata for the rules that match your audio. Metadata includes the rule filter (such as InterruptionFilter, NonTalkTimeFilter, SentimentFilter, and TranscriptFilter) and where in your audio (StartTime and EndTime) the rule has a match.
524
524
  */
525
525
  CategoryProperties?: CategoryProperties;
526
526
  }
527
527
  export interface CreateLanguageModelRequest {
528
528
  /**
529
- * The language of the input text you're using to train your custom language model.
529
+ * The language of your custom language model; note that the language code you select must match the language of your training and tuning data.
530
530
  */
531
531
  LanguageCode: CLMLanguageCode;
532
532
  /**
533
- * The Amazon Transcribe standard language model, or base model used to create your custom language model. If you want to use your custom language model to transcribe audio with a sample rate of 16,000 Hz or greater, choose Wideband. If you want to use your custom language model to transcribe audio with a sample rate that is less than 16,000 Hz, choose Narrowband.
533
+ * The Amazon Transcribe standard language model, or base model, used to create your custom language model. Amazon Transcribe offers two options for base models: Wideband and Narrowband. If the audio you want to transcribe has a sample rate of 16,000 Hz or greater, choose WideBand. To transcribe audio with a sample rate less than 16,000 Hz, choose NarrowBand.
534
534
  */
535
535
  BaseModelName: BaseModelName;
536
536
  /**
537
- * The name you choose for your custom language model when you create it.
537
+ * The name of your new custom language model. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a language model with the same name as a previous language model, you get a ConflictException error.
538
538
  */
539
539
  ModelName: ModelName;
540
540
  /**
541
- * Contains the data access role and the Amazon S3 prefixes to read the required input files to create a custom language model.
541
+ * Contains your data access role ARN (Amazon Resource Name) and the Amazon S3 locations of your training (S3Uri) and tuning (TuningDataS3Uri) data.
542
542
  */
543
543
  InputDataConfig: InputDataConfig;
544
544
  /**
545
- * Adds one or more tags, each in the form of a key:value pair, to a new language model at the time you create this new model.
545
+ * Optionally add tags, each in the form of a key:value pair, to your new language model. See also: .
546
546
  */
547
547
  Tags?: TagList;
548
548
  }
549
549
  export interface CreateLanguageModelResponse {
550
550
  /**
551
- * The language code of the text you've used to create a custom language model.
551
+ * The language code you selected for your custom language model.
552
552
  */
553
553
  LanguageCode?: CLMLanguageCode;
554
554
  /**
555
- * The Amazon Transcribe standard language model, or base model you've used to create a custom language model.
555
+ * The Amazon Transcribe standard language model, or base model, you used when creating your custom language model. If your audio has a sample rate of 16,000 Hz or greater, this value should be WideBand. If your audio has a sample rate of less than 16,000 Hz, this value should be NarrowBand.
556
556
  */
557
557
  BaseModelName?: BaseModelName;
558
558
  /**
559
- * The name you've chosen for your custom language model.
559
+ * The unique name you chose for your custom language model.
560
560
  */
561
561
  ModelName?: ModelName;
562
562
  /**
563
- * The data access role and Amazon S3 prefixes you've chosen to create your custom language model.
563
+ * Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations your provided for your training (S3Uri) and tuning (TuningDataS3Uri) data.
564
564
  */
565
565
  InputDataConfig?: InputDataConfig;
566
566
  /**
567
- * The status of the custom language model. When the status is COMPLETED the model is ready to use.
567
+ * The status of your custom language model. When the status shows as COMPLETED, your model is ready to use.
568
568
  */
569
569
  ModelStatus?: ModelStatus;
570
570
  }
571
571
  export interface CreateMedicalVocabularyRequest {
572
572
  /**
573
- * The name of the custom vocabulary. This case-sensitive name must be unique within an Amazon Web Services account. If you try to create a vocabulary with the same name as a previous vocabulary, you get a ConflictException error.
573
+ * The name of your new vocabulary. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a vocabulary with the same name as a previous vocabulary, you get a ConflictException error.
574
574
  */
575
575
  VocabularyName: VocabularyName;
576
576
  /**
577
- * The language code for the language used for the entries in your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
577
+ * The language code that represents the language of the entries in your custom vocabulary. Note that U.S. English (en-US) is the only language supported with Amazon Transcribe Medical.
578
578
  */
579
579
  LanguageCode: LanguageCode;
580
580
  /**
581
- * The location in Amazon S3 of the text file you use to define your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you're calling. Enter information about your VocabularyFileUri in the following format: https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; The following is an example URI for a vocabulary file that is stored in Amazon S3: https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies, see Medical Custom Vocabularies.
581
+ * The Amazon S3 location (URI) of the text file that contains your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you're calling. Here's an example URI path: https://s3.us-east-1.amazonaws.com/my-s3-bucket/my-vocab-file.txt
582
582
  */
583
583
  VocabularyFileUri: Uri;
584
584
  /**
585
- * Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create this new vocabulary.
585
+ * Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create the new vocabulary. To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
586
586
  */
587
587
  Tags?: TagList;
588
588
  }
589
589
  export interface CreateMedicalVocabularyResponse {
590
590
  /**
591
- * The name of the vocabulary. The name must be unique within an Amazon Web Services account and is case sensitive.
591
+ * The name you chose for your vocabulary.
592
592
  */
593
593
  VocabularyName?: VocabularyName;
594
594
  /**
595
- * The language code for the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
595
+ * The language code you selected for your medical vocabulary. Note that U.S. English (en-US) is the only language supported with Amazon Transcribe Medical.
596
596
  */
597
597
  LanguageCode?: LanguageCode;
598
598
  /**
599
- * The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY, you can use the vocabulary in a StartMedicalTranscriptionJob request.
599
+ * The processing state of your custom medical vocabulary. If the state is READY, you can use the vocabulary in a StartMedicalTranscriptionJob request.
600
600
  */
601
601
  VocabularyState?: VocabularyState;
602
602
  /**
603
- * The date and time that you created the vocabulary.
603
+ * The date and time you created your custom medical vocabulary.
604
604
  */
605
605
  LastModifiedTime?: DateTime;
606
606
  /**
607
- * If the VocabularyState field is FAILED, this field contains information about why the job failed.
607
+ * If the VocabularyState field is FAILED, FailureReason contains information about why the job failed.
608
608
  */
609
609
  FailureReason?: FailureReason;
610
610
  }
611
611
  export interface CreateVocabularyFilterRequest {
612
612
  /**
613
- * The vocabulary filter name. The name must be unique within the account that contains it. If you try to create a vocabulary filter with the same name as another vocabulary filter, you get a ConflictException error.
613
+ * The name of your new vocabulary filter. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a vocabulary filter with the same name as a previous vocabulary filter, you get a ConflictException error.
614
614
  */
615
615
  VocabularyFilterName: VocabularyFilterName;
616
616
  /**
@@ -618,15 +618,15 @@ declare namespace TranscribeService {
618
618
  */
619
619
  LanguageCode: LanguageCode;
620
620
  /**
621
- * The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.
621
+ * The words you want in your vocabulary filter. Only use characters specified in the Character sets for the language you're transcribing. Note that if you include Words in your request, you cannot use VocabularyFilterFileUri; you must choose one or the other.
622
622
  */
623
623
  Words?: Words;
624
624
  /**
625
- * The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters. If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.
625
+ * The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. Your vocabulary filter file must be less than 50 KB in size. Note that if you include VocabularyFilterFileUri in your request, you cannot use Words; you must choose one or the other.
626
626
  */
627
627
  VocabularyFilterFileUri?: Uri;
628
628
  /**
629
- * Adds one or more tags, each in the form of a key:value pair, to a new Amazon Transcribe vocabulary filter at the time you create this new vocabulary filter.
629
+ * Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you create this new vocabulary filter.
630
630
  */
631
631
  Tags?: TagList;
632
632
  }
@@ -636,55 +636,55 @@ declare namespace TranscribeService {
636
636
  */
637
637
  VocabularyFilterName?: VocabularyFilterName;
638
638
  /**
639
- * The language code of the words in the collection.
639
+ * The language code associated with your vocabulary filter.
640
640
  */
641
641
  LanguageCode?: LanguageCode;
642
642
  /**
643
- * The date and time that the vocabulary filter was modified.
643
+ * The date and time the vocabulary filter was modified.
644
644
  */
645
645
  LastModifiedTime?: DateTime;
646
646
  }
647
647
  export interface CreateVocabularyRequest {
648
648
  /**
649
- * The name of the vocabulary. The name must be unique within an Amazon Web Services account. The name is case sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.
649
+ * The name of your new vocabulary. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a vocabulary with the same name as a previous vocabulary, you get a ConflictException error.
650
650
  */
651
651
  VocabularyName: VocabularyName;
652
652
  /**
653
- * The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see table-language-matrix.
653
+ * The language code that represents the language of the entries in your custom vocabulary. Each vocabulary must contain terms in only one language. For a list of languages and their corresponding language codes, see Supported languages.
654
654
  */
655
655
  LanguageCode: LanguageCode;
656
656
  /**
657
- * An array of strings that contains the vocabulary entries.
657
+ * Use this flag to include a list of terms within your request. Note that if you include Phrases in your request, you cannot use VocabularyFileUri; you must choose one or the other.
658
658
  */
659
659
  Phrases?: Phrases;
660
660
  /**
661
- * The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is: https://s3.&lt;Amazon Web Services-region&gt;.amazonaws.com/&lt;AWSDOC-EXAMPLE-BUCKET&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; For example: https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies, see Custom vocabularies.
661
+ * The S3 location of the text file that contains your custom vocabulary. The URI must be located in the same region as the API endpoint you're calling. Here's an example URI path: https://s3.us-east-1.amazonaws.com/my-s3-bucket/my-vocab-file.txt Note that if you include VocabularyFileUri in your request, you cannot use the Phrases flag; you must choose one or the other.
662
662
  */
663
663
  VocabularyFileUri?: Uri;
664
664
  /**
665
- * Adds one or more tags, each in the form of a key:value pair, to a new Amazon Transcribe vocabulary at the time you create this new vocabulary.
665
+ * Adds one or more tags, each in the form of a key:value pair, to a new custom vocabulary at the time you create this new vocabulary.
666
666
  */
667
667
  Tags?: TagList;
668
668
  }
669
669
  export interface CreateVocabularyResponse {
670
670
  /**
671
- * The name of the vocabulary.
671
+ * The name you chose for your vocabulary.
672
672
  */
673
673
  VocabularyName?: VocabularyName;
674
674
  /**
675
- * The language code of the vocabulary entries.
675
+ * The language code you selected for your vocabulary.
676
676
  */
677
677
  LanguageCode?: LanguageCode;
678
678
  /**
679
- * The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.
679
+ * The processing state of your vocabulary. If the state is READY, you can use the vocabulary in a StartTranscriptionJob request.
680
680
  */
681
681
  VocabularyState?: VocabularyState;
682
682
  /**
683
- * The date and time that the vocabulary was created.
683
+ * The date and time you created your custom vocabulary.
684
684
  */
685
685
  LastModifiedTime?: DateTime;
686
686
  /**
687
- * If the VocabularyState field is FAILED, this field contains information about why the job failed.
687
+ * If the VocabularyState field is FAILED, FailureReason contains information about why the job failed.
688
688
  */
689
689
  FailureReason?: FailureReason;
690
690
  }
@@ -692,7 +692,7 @@ declare namespace TranscribeService {
692
692
  export type DateTime = Date;
693
693
  export interface DeleteCallAnalyticsCategoryRequest {
694
694
  /**
695
- * The name of the call analytics category that you're choosing to delete. The value is case sensitive.
695
+ * The name of the call analytics category you want to delete. Category names are case-sensitive.
696
696
  */
697
697
  CategoryName: CategoryName;
698
698
  }
@@ -700,7 +700,7 @@ declare namespace TranscribeService {
700
700
  }
701
701
  export interface DeleteCallAnalyticsJobRequest {
702
702
  /**
703
- * The name of the call analytics job you want to delete.
703
+ * The name of the call analytics job you want to delete. Job names are case-sensitive.
704
704
  */
705
705
  CallAnalyticsJobName: CallAnalyticsJobName;
706
706
  }
@@ -708,43 +708,43 @@ declare namespace TranscribeService {
708
708
  }
709
709
  export interface DeleteLanguageModelRequest {
710
710
  /**
711
- * The name of the model you're choosing to delete.
711
+ * The name of the model you want to delete. Model names are case-sensitive.
712
712
  */
713
713
  ModelName: ModelName;
714
714
  }
715
715
  export interface DeleteMedicalTranscriptionJobRequest {
716
716
  /**
717
- * The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.
717
+ * The name of the medical transcription job you want to delete. Job names are case-sensitive.
718
718
  */
719
719
  MedicalTranscriptionJobName: TranscriptionJobName;
720
720
  }
721
721
  export interface DeleteMedicalVocabularyRequest {
722
722
  /**
723
- * The name of the vocabulary that you want to delete.
723
+ * The name of the vocabulary that you want to delete. Vocabulary names are case-sensitive.
724
724
  */
725
725
  VocabularyName: VocabularyName;
726
726
  }
727
727
  export interface DeleteTranscriptionJobRequest {
728
728
  /**
729
- * The name of the transcription job to be deleted.
729
+ * The name of the transcription job you want to delete. Job names are case-sensitive.
730
730
  */
731
731
  TranscriptionJobName: TranscriptionJobName;
732
732
  }
733
733
  export interface DeleteVocabularyFilterRequest {
734
734
  /**
735
- * The name of the vocabulary filter to remove.
735
+ * The name of the vocabulary filter you want to delete. Vocabulary filter names are case-sensitive.
736
736
  */
737
737
  VocabularyFilterName: VocabularyFilterName;
738
738
  }
739
739
  export interface DeleteVocabularyRequest {
740
740
  /**
741
- * The name of the vocabulary to delete.
741
+ * The name of the vocabulary you want to delete. Vocabulary names are case-sensitive.
742
742
  */
743
743
  VocabularyName: VocabularyName;
744
744
  }
745
745
  export interface DescribeLanguageModelRequest {
746
746
  /**
747
- * The name of the custom language model you submit to get more information.
747
+ * The name of the custom language model you want described. Model names are case-sensitive.
748
748
  */
749
749
  ModelName: ModelName;
750
750
  }
@@ -757,43 +757,43 @@ declare namespace TranscribeService {
757
757
  export type FailureReason = string;
758
758
  export interface GetCallAnalyticsCategoryRequest {
759
759
  /**
760
- * The name of the category you want information about. This value is case sensitive.
760
+ * The name of the category you want information about. Category names are case sensitive.
761
761
  */
762
762
  CategoryName: CategoryName;
763
763
  }
764
764
  export interface GetCallAnalyticsCategoryResponse {
765
765
  /**
766
- * The rules you've defined for a category.
766
+ * Provides you with the rules associated with the category you specified in your GetCallAnalyticsCategory request.
767
767
  */
768
768
  CategoryProperties?: CategoryProperties;
769
769
  }
770
770
  export interface GetCallAnalyticsJobRequest {
771
771
  /**
772
- * The name of the analytics job you want information about. This value is case sensitive.
772
+ * The name of the analytics job you want information about. This value is case sensitive.
773
773
  */
774
774
  CallAnalyticsJobName: CallAnalyticsJobName;
775
775
  }
776
776
  export interface GetCallAnalyticsJobResponse {
777
777
  /**
778
- * An object that contains the results of your call analytics job.
778
+ * An object that contains detailed information about your call analytics job. Returned fields include: CallAnalyticsJobName, CallAnalyticsJobStatus, ChannelDefinitions, CompletionTime, CreationTime, DataAccessRoleArn, FailureReason, IdentifiedLanguageScore, LanguageCode, Media, MediaFormat, MediaSampleRateHertz, Settings, StartTime, and Transcript.
779
779
  */
780
780
  CallAnalyticsJob?: CallAnalyticsJob;
781
781
  }
782
782
  export interface GetMedicalTranscriptionJobRequest {
783
783
  /**
784
- * The name of the medical transcription job.
784
+ * The name of the medical transcription job you want information about. This value is case sensitive.
785
785
  */
786
786
  MedicalTranscriptionJobName: TranscriptionJobName;
787
787
  }
788
788
  export interface GetMedicalTranscriptionJobResponse {
789
789
  /**
790
- * An object that contains the results of the medical transcription job.
790
+ * An object that contains detailed information about your medical transcription job. Returned fields include: CompletionTime, ContentIdentificationType, CreationTime, FailureReason, LanguageCode, Media, MediaFormat, MediaSampleRateHertz, MedicalTranscriptionJobName, Settings, Specialty, StartTime, Tags, Transcript, TranscriptionJobStatus, and Type.
791
791
  */
792
792
  MedicalTranscriptionJob?: MedicalTranscriptionJob;
793
793
  }
794
794
  export interface GetMedicalVocabularyRequest {
795
795
  /**
796
- * The name of the vocabulary that you want information about. The value is case sensitive.
796
+ * The name of the medical vocabulary you want information about. This value is case sensitive.
797
797
  */
798
798
  VocabularyName: VocabularyName;
799
799
  }
@@ -815,11 +815,11 @@ declare namespace TranscribeService {
815
815
  */
816
816
  LastModifiedTime?: DateTime;
817
817
  /**
818
- * If the VocabularyState is FAILED, this field contains information about why the job failed.
818
+ * If your request returns a VocabularyState that is FAILED, the FailureReason field contains information about why the request failed. For more information, refer to the Common Errors section.
819
819
  */
820
820
  FailureReason?: FailureReason;
821
821
  /**
822
- * The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
822
+ * The S3 location where the vocabulary is stored; use this URI to view or download the vocabulary.
823
823
  */
824
824
  DownloadUri?: Uri;
825
825
  }
@@ -982,7 +982,7 @@ declare namespace TranscribeService {
982
982
  */
983
983
  ModelStatus?: ModelStatus;
984
984
  /**
985
- * Whether the base model used for the custom language model is up to date. If this field is true then you are running the most up-to-date version of the base model in your custom language model.
985
+ * Whether the base model used for the custom language model is up to date. If this field is false then you are running the most up-to-date version of the base model in your custom language model.
986
986
  */
987
987
  UpgradeAvailability?: Boolean;
988
988
  /**
@@ -1131,7 +1131,7 @@ declare namespace TranscribeService {
1131
1131
  */
1132
1132
  Status?: VocabularyState;
1133
1133
  /**
1134
- * The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the maximum number of vocabularies to return on a page with the MaxResults parameter. If there are more jobs in the list will fit on a page, Amazon Transcribe Medical returns the NextPage token. To return the next page of vocabularies, include the token in the next request to the ListMedicalVocabularies operation .
1134
+ * The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the maximum number of vocabularies to return on a page with the MaxResults parameter. If there are more jobs in the list will fit on a page, Amazon Transcribe Medical returns the NextPage token. To return the next page of vocabularies, include the token in the next request to the ListMedicalVocabularies operation.
1135
1135
  */
1136
1136
  NextToken?: NextToken;
1137
1137
  /**
@@ -1248,7 +1248,7 @@ declare namespace TranscribeService {
1248
1248
  export type MaxSpeakers = number;
1249
1249
  export interface Media {
1250
1250
  /**
1251
- * The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is: s3://&lt;AWSDOC-EXAMPLE-BUCKET&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; For example: s3://AWSDOC-EXAMPLE-BUCKET/example.mp4 s3://AWSDOC-EXAMPLE-BUCKET/mediadocs/example.mp4 For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
1251
+ * The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is: s3://DOC-EXAMPLE-BUCKET/keyprefix/objectkey For example: s3://DOC-EXAMPLE-BUCKET/example.flac s3://DOC-EXAMPLE-BUCKET/mediafiles/example.flac For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
1252
1252
  */
1253
1253
  MediaFileUri?: Uri;
1254
1254
  /**
@@ -1259,6 +1259,7 @@ declare namespace TranscribeService {
1259
1259
  export type MediaFormat = "mp3"|"mp4"|"wav"|"flac"|"ogg"|"amr"|"webm"|string;
1260
1260
  export type MediaSampleRateHertz = number;
1261
1261
  export type MedicalContentIdentificationType = "PHI"|string;
1262
+ export type MedicalMediaSampleRateHertz = number;
1262
1263
  export interface MedicalTranscript {
1263
1264
  /**
1264
1265
  * The S3 object location of the medical transcript. Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.
@@ -1281,7 +1282,7 @@ declare namespace TranscribeService {
1281
1282
  /**
1282
1283
  * The sample rate, in Hertz, of the source audio containing medical information. If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical.
1283
1284
  */
1284
- MediaSampleRateHertz?: MediaSampleRateHertz;
1285
+ MediaSampleRateHertz?: MedicalMediaSampleRateHertz;
1285
1286
  /**
1286
1287
  * The format of the input media file.
1287
1288
  */
@@ -1582,7 +1583,7 @@ declare namespace TranscribeService {
1582
1583
  /**
1583
1584
  * The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.
1584
1585
  */
1585
- MediaSampleRateHertz?: MediaSampleRateHertz;
1586
+ MediaSampleRateHertz?: MedicalMediaSampleRateHertz;
1586
1587
  /**
1587
1588
  * The audio format of the input media file.
1588
1589
  */
@@ -1621,7 +1622,7 @@ declare namespace TranscribeService {
1621
1622
  */
1622
1623
  Type: Type;
1623
1624
  /**
1624
- * Add tags to an Amazon Transcribe medical transcription job.
1625
+ * Add tags to an Amazon Transcribe Medical transcription job.
1625
1626
  */
1626
1627
  Tags?: TagList;
1627
1628
  }
@@ -1637,7 +1638,7 @@ declare namespace TranscribeService {
1637
1638
  */
1638
1639
  TranscriptionJobName: TranscriptionJobName;
1639
1640
  /**
1640
- * The language code for the language used in the input media file. To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
1641
+ * The language code for the language used in the input media file. You must include either LanguageCode or IdentifyLanguage in your request. To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
1641
1642
  */
1642
1643
  LanguageCode?: LanguageCode;
1643
1644
  /**
@@ -1685,7 +1686,7 @@ declare namespace TranscribeService {
1685
1686
  */
1686
1687
  ContentRedaction?: ContentRedaction;
1687
1688
  /**
1688
- * Set this field to true to enable automatic language identification. Automatic language identification is disabled by default. You receive a BadRequestException error if you enter a value for a LanguageCode.
1689
+ * Set this field to true to enable automatic language identification. Automatic language identification is disabled by default. You receive a BadRequestException error if you enter a value for a LanguageCode. You must include either LanguageCode or IdentifyLanguage in your request.
1689
1690
  */
1690
1691
  IdentifyLanguage?: Boolean;
1691
1692
  /**
@@ -1707,7 +1708,7 @@ declare namespace TranscribeService {
1707
1708
  }
1708
1709
  export interface StartTranscriptionJobResponse {
1709
1710
  /**
1710
- * An object containing details of the asynchronous transcription job.
1711
+ * Provides information about your asynchronous transcription job.
1711
1712
  */
1712
1713
  TranscriptionJob?: TranscriptionJob;
1713
1714
  }
@@ -1715,21 +1716,30 @@ declare namespace TranscribeService {
1715
1716
  export type SubtitleFileUris = Uri[];
1716
1717
  export type SubtitleFormat = "vtt"|"srt"|string;
1717
1718
  export type SubtitleFormats = SubtitleFormat[];
1719
+ export type SubtitleOutputStartIndex = number;
1718
1720
  export interface Subtitles {
1719
1721
  /**
1720
- * Specify the output format for your subtitle file.
1722
+ * Specify the output format for your subtitle file; if you select both srt and vtt formats, two output files are generated.
1721
1723
  */
1722
1724
  Formats?: SubtitleFormats;
1725
+ /**
1726
+ * Defines the starting value that is assigned to the first subtitle segment. The default start index for Amazon Transcribe is 0, which differs from the more widely used standard of 1. If you're uncertain which value to use, we recommend choosing 1, as this may improve compatibility with other services.
1727
+ */
1728
+ OutputStartIndex?: SubtitleOutputStartIndex;
1723
1729
  }
1724
1730
  export interface SubtitlesOutput {
1725
1731
  /**
1726
- * Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are generated.
1732
+ * The format of your subtitle files. If your request specified both srt and vtt formats, both formats are shown.
1727
1733
  */
1728
1734
  Formats?: SubtitleFormats;
1729
1735
  /**
1730
- * Choose the output location for your subtitle file. This location must be an S3 bucket.
1736
+ * Contains the output location for your subtitle file. This location must be an S3 bucket.
1731
1737
  */
1732
1738
  SubtitleFileUris?: SubtitleFileUris;
1739
+ /**
1740
+ * Shows the output start index value for your subtitle files. If you did not specify a value in your request, the default value of 0 is used.
1741
+ */
1742
+ OutputStartIndex?: SubtitleOutputStartIndex;
1733
1743
  }
1734
1744
  export interface Tag {
1735
1745
  /**
@@ -1971,7 +1981,7 @@ declare namespace TranscribeService {
1971
1981
  */
1972
1982
  LanguageCode: LanguageCode;
1973
1983
  /**
1974
- * The location in Amazon S3 of the text file that contains your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you are calling. The following is the format for a URI: https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; For example: https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
1984
+ * The location in Amazon S3 of the text file that contains your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you are calling. The following is the format for a URI: https://s3.aws-region.amazonaws.com/bucket-name/keyprefix/objectkey For example: https://s3.us-east-1.amazonaws.com/DOC-EXAMPLE-BUCKET/vocab.txt For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
1975
1985
  */
1976
1986
  VocabularyFileUri?: Uri;
1977
1987
  }
@@ -2035,7 +2045,7 @@ declare namespace TranscribeService {
2035
2045
  */
2036
2046
  Phrases?: Phrases;
2037
2047
  /**
2038
- * The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is: https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;AWSDOC-EXAMPLE-BUCKET&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; For example: https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies, see Custom Vocabularies.
2048
+ * The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is: https://s3.aws-region.amazonaws.com/bucket-name/keyprefix/objectkey For example: https://s3.us-east-1.amazonaws.com/DOC-EXAMPLE-BUCKET/vocab.txt For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies, see Custom Vocabularies.
2039
2049
  */
2040
2050
  VocabularyFileUri?: Uri;
2041
2051
  }