@pgarbe/cdk-ecr-sync 0.5.27 → 0.5.30

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 (281) hide show
  1. package/.jsii +5 -5
  2. package/.projenrc.ts +5 -0
  3. package/API.md +106 -50
  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 +153 -1
  19. package/node_modules/aws-sdk/README.md +1 -1
  20. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  21. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  22. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
  23. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
  24. package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
  25. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
  26. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
  27. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
  28. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
  29. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
  30. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  31. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
  32. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +19 -2
  33. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  34. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  35. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +162 -9
  36. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
  37. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +82 -75
  38. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  39. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
  40. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  41. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  42. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +988 -853
  43. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  44. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  45. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
  46. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  47. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  48. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  49. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1 -0
  50. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +316 -61
  51. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  52. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  53. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
  54. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1858 -495
  55. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +92 -15
  56. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  57. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +74 -68
  58. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  59. package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
  60. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  61. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
  62. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  63. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
  64. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
  65. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
  66. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +153 -84
  67. package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
  68. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  69. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  70. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
  71. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +199 -125
  72. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +17 -12
  73. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +1 -0
  74. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
  75. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  76. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +84 -55
  77. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +213 -120
  78. package/node_modules/aws-sdk/apis/metadata.json +11 -0
  79. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
  80. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
  81. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  82. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +56 -0
  83. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
  84. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
  85. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
  86. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +20 -7
  87. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
  88. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
  89. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
  90. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
  91. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +124 -124
  92. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +749 -692
  93. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +3 -3
  94. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +20 -18
  95. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +160 -139
  96. package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
  97. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
  98. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +8 -3
  99. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  100. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
  101. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
  102. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  103. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +196 -130
  104. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
  105. package/node_modules/aws-sdk/clients/all.d.ts +3 -0
  106. package/node_modules/aws-sdk/clients/all.js +4 -1
  107. package/node_modules/aws-sdk/clients/amplify.d.ts +5 -5
  108. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  109. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  110. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  111. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  112. package/node_modules/aws-sdk/clients/auditmanager.d.ts +4 -4
  113. package/node_modules/aws-sdk/clients/backup.d.ts +25 -1
  114. package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
  115. package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
  116. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
  117. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
  118. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +3 -3
  119. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  120. package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
  121. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +17 -17
  122. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  123. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
  124. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  125. package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
  126. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
  127. package/node_modules/aws-sdk/clients/connect.d.ts +200 -9
  128. package/node_modules/aws-sdk/clients/datasync.d.ts +48 -17
  129. package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
  130. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  131. package/node_modules/aws-sdk/clients/ec2.d.ts +236 -56
  132. package/node_modules/aws-sdk/clients/eks.d.ts +13 -13
  133. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  134. package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
  135. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  136. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  137. package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
  138. package/node_modules/aws-sdk/clients/evidently.d.ts +8 -4
  139. package/node_modules/aws-sdk/clients/forecastservice.d.ts +391 -18
  140. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  141. package/node_modules/aws-sdk/clients/gamelift.d.ts +67 -67
  142. package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
  143. package/node_modules/aws-sdk/clients/glue.d.ts +2082 -217
  144. package/node_modules/aws-sdk/clients/grafana.d.ts +72 -1
  145. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
  146. package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
  147. package/node_modules/aws-sdk/clients/iot.d.ts +12 -9
  148. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  149. package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
  150. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  151. package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
  152. package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
  153. package/node_modules/aws-sdk/clients/ivschat.js +18 -0
  154. package/node_modules/aws-sdk/clients/kendra.d.ts +99 -14
  155. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
  156. package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  157. package/node_modules/aws-sdk/clients/kms.d.ts +22 -22
  158. package/node_modules/aws-sdk/clients/lambda.d.ts +4 -4
  159. package/node_modules/aws-sdk/clients/lightsail.d.ts +162 -47
  160. package/node_modules/aws-sdk/clients/location.d.ts +20 -16
  161. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
  162. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +58 -4
  163. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +104 -8
  164. package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
  165. package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
  166. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
  167. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  168. package/node_modules/aws-sdk/clients/organizations.d.ts +5 -5
  169. package/node_modules/aws-sdk/clients/outposts.d.ts +79 -22
  170. package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
  171. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  172. package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
  173. package/node_modules/aws-sdk/clients/rds.d.ts +37 -1
  174. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
  175. package/node_modules/aws-sdk/clients/redshift.d.ts +16 -12
  176. package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
  177. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
  178. package/node_modules/aws-sdk/clients/s3.d.ts +8 -8
  179. package/node_modules/aws-sdk/clients/sagemaker.d.ts +273 -194
  180. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +9 -9
  181. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -6
  182. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +4 -4
  183. package/node_modules/aws-sdk/clients/ssm.d.ts +29 -1
  184. package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
  185. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +19 -6
  186. package/node_modules/aws-sdk/clients/sts.d.ts +2 -2
  187. package/node_modules/aws-sdk/clients/synthetics.d.ts +7 -3
  188. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  189. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -2
  190. package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
  191. package/node_modules/aws-sdk/clients/wafv2.d.ts +104 -27
  192. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
  193. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
  194. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2644 -1816
  195. package/node_modules/aws-sdk/dist/aws-sdk.js +3131 -1600
  196. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -89
  197. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
  198. package/node_modules/aws-sdk/lib/core.js +1 -1
  199. package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
  200. package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
  201. package/node_modules/aws-sdk/package.json +2 -2
  202. package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
  203. package/node_modules/jszip/CHANGES.md +5 -0
  204. package/node_modules/jszip/README.markdown +1 -3
  205. package/node_modules/jszip/dist/jszip.js +194 -13
  206. package/node_modules/jszip/dist/jszip.min.js +4 -4
  207. package/node_modules/jszip/index.d.ts +1 -1
  208. package/node_modules/jszip/lib/index.js +1 -1
  209. package/node_modules/jszip/lib/license_header.js +2 -2
  210. package/node_modules/jszip/lib/utils.js +1 -1
  211. package/node_modules/jszip/package.json +2 -2
  212. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  213. package/node_modules/setimmediate/LICENSE.txt +20 -0
  214. package/node_modules/setimmediate/package.json +30 -0
  215. package/node_modules/setimmediate/setImmediate.js +186 -0
  216. package/node_modules/uuid/CHANGELOG.md +132 -44
  217. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  218. package/node_modules/uuid/LICENSE.md +1 -1
  219. package/node_modules/uuid/README.md +298 -152
  220. package/node_modules/uuid/dist/bin/uuid +2 -0
  221. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  222. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  223. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  224. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  225. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  226. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  227. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  228. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  229. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  230. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  231. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  232. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  233. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  234. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  235. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  236. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  237. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  238. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  239. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  240. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  241. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  242. package/node_modules/uuid/dist/index.js +39 -0
  243. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  244. package/node_modules/uuid/dist/md5.js +23 -0
  245. package/node_modules/uuid/dist/rng-browser.js +21 -0
  246. package/node_modules/uuid/dist/rng.js +14 -0
  247. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  248. package/node_modules/uuid/dist/sha1.js +23 -0
  249. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  250. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  251. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  252. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  253. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  254. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  255. package/node_modules/uuid/dist/v1.js +107 -0
  256. package/node_modules/uuid/dist/v3.js +16 -0
  257. package/node_modules/uuid/dist/v35.js +69 -0
  258. package/node_modules/uuid/dist/v4.js +40 -0
  259. package/node_modules/uuid/dist/v5.js +16 -0
  260. package/node_modules/uuid/package.json +92 -19
  261. package/node_modules/uuid/wrapper.mjs +5 -0
  262. package/package.json +17 -14
  263. package/releasetag.txt +1 -1
  264. package/version.txt +1 -1
  265. package/node_modules/set-immediate-shim/index.js +0 -7
  266. package/node_modules/set-immediate-shim/package.json +0 -34
  267. package/node_modules/set-immediate-shim/readme.md +0 -31
  268. package/node_modules/uuid/.eslintrc.json +0 -47
  269. package/node_modules/uuid/AUTHORS +0 -5
  270. package/node_modules/uuid/README_js.md +0 -280
  271. package/node_modules/uuid/bin/uuid +0 -65
  272. package/node_modules/uuid/index.js +0 -8
  273. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  274. package/node_modules/uuid/lib/md5.js +0 -25
  275. package/node_modules/uuid/lib/rng-browser.js +0 -34
  276. package/node_modules/uuid/lib/rng.js +0 -8
  277. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  278. package/node_modules/uuid/lib/sha1.js +0 -25
  279. package/node_modules/uuid/v3.js +0 -4
  280. package/node_modules/uuid/v4.js +0 -29
  281. package/node_modules/uuid/v5.js +0 -3
@@ -76,11 +76,11 @@ declare class Comprehend extends Service {
76
76
  */
77
77
  createDocumentClassifier(callback?: (err: AWSError, data: Comprehend.Types.CreateDocumentClassifierResponse) => void): Request<Comprehend.Types.CreateDocumentClassifierResponse, AWSError>;
78
78
  /**
79
- * Creates a model-specific endpoint for synchronous inference for a previously trained custom model
79
+ * Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information about endpoints, see Managing endpoints.
80
80
  */
81
81
  createEndpoint(params: Comprehend.Types.CreateEndpointRequest, callback?: (err: AWSError, data: Comprehend.Types.CreateEndpointResponse) => void): Request<Comprehend.Types.CreateEndpointResponse, AWSError>;
82
82
  /**
83
- * Creates a model-specific endpoint for synchronous inference for a previously trained custom model
83
+ * Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information about endpoints, see Managing endpoints.
84
84
  */
85
85
  createEndpoint(callback?: (err: AWSError, data: Comprehend.Types.CreateEndpointResponse) => void): Request<Comprehend.Types.CreateEndpointResponse, AWSError>;
86
86
  /**
@@ -100,11 +100,11 @@ declare class Comprehend extends Service {
100
100
  */
101
101
  deleteDocumentClassifier(callback?: (err: AWSError, data: Comprehend.Types.DeleteDocumentClassifierResponse) => void): Request<Comprehend.Types.DeleteDocumentClassifierResponse, AWSError>;
102
102
  /**
103
- * Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted.
103
+ * Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted. For information about endpoints, see Managing endpoints.
104
104
  */
105
105
  deleteEndpoint(params: Comprehend.Types.DeleteEndpointRequest, callback?: (err: AWSError, data: Comprehend.Types.DeleteEndpointResponse) => void): Request<Comprehend.Types.DeleteEndpointResponse, AWSError>;
106
106
  /**
107
- * Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted.
107
+ * Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted. For information about endpoints, see Managing endpoints.
108
108
  */
109
109
  deleteEndpoint(callback?: (err: AWSError, data: Comprehend.Types.DeleteEndpointResponse) => void): Request<Comprehend.Types.DeleteEndpointResponse, AWSError>;
110
110
  /**
@@ -148,11 +148,11 @@ declare class Comprehend extends Service {
148
148
  */
149
149
  describeDominantLanguageDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.DescribeDominantLanguageDetectionJobResponse) => void): Request<Comprehend.Types.DescribeDominantLanguageDetectionJobResponse, AWSError>;
150
150
  /**
151
- * Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint.
151
+ * Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint. For information about endpoints, see Managing endpoints.
152
152
  */
153
153
  describeEndpoint(params: Comprehend.Types.DescribeEndpointRequest, callback?: (err: AWSError, data: Comprehend.Types.DescribeEndpointResponse) => void): Request<Comprehend.Types.DescribeEndpointResponse, AWSError>;
154
154
  /**
155
- * Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint.
155
+ * Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint. For information about endpoints, see Managing endpoints.
156
156
  */
157
157
  describeEndpoint(callback?: (err: AWSError, data: Comprehend.Types.DescribeEndpointResponse) => void): Request<Comprehend.Types.DescribeEndpointResponse, AWSError>;
158
158
  /**
@@ -316,11 +316,11 @@ declare class Comprehend extends Service {
316
316
  */
317
317
  listDominantLanguageDetectionJobs(callback?: (err: AWSError, data: Comprehend.Types.ListDominantLanguageDetectionJobsResponse) => void): Request<Comprehend.Types.ListDominantLanguageDetectionJobsResponse, AWSError>;
318
318
  /**
319
- * Gets a list of all existing endpoints that you've created.
319
+ * Gets a list of all existing endpoints that you've created. For information about endpoints, see Managing endpoints.
320
320
  */
321
321
  listEndpoints(params: Comprehend.Types.ListEndpointsRequest, callback?: (err: AWSError, data: Comprehend.Types.ListEndpointsResponse) => void): Request<Comprehend.Types.ListEndpointsResponse, AWSError>;
322
322
  /**
323
- * Gets a list of all existing endpoints that you've created.
323
+ * Gets a list of all existing endpoints that you've created. For information about endpoints, see Managing endpoints.
324
324
  */
325
325
  listEndpoints(callback?: (err: AWSError, data: Comprehend.Types.ListEndpointsResponse) => void): Request<Comprehend.Types.ListEndpointsResponse, AWSError>;
326
326
  /**
@@ -524,19 +524,19 @@ declare class Comprehend extends Service {
524
524
  */
525
525
  stopPiiEntitiesDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.StopPiiEntitiesDetectionJobResponse) => void): Request<Comprehend.Types.StopPiiEntitiesDetectionJobResponse, AWSError>;
526
526
  /**
527
- * Stops a sentiment detection job in progress. If the job state is IN_PROGRESS the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
527
+ * Stops a sentiment detection job in progress. If the job state is IN_PROGRESS, the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
528
528
  */
529
529
  stopSentimentDetectionJob(params: Comprehend.Types.StopSentimentDetectionJobRequest, callback?: (err: AWSError, data: Comprehend.Types.StopSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StopSentimentDetectionJobResponse, AWSError>;
530
530
  /**
531
- * Stops a sentiment detection job in progress. If the job state is IN_PROGRESS the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
531
+ * Stops a sentiment detection job in progress. If the job state is IN_PROGRESS, the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
532
532
  */
533
533
  stopSentimentDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.StopSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StopSentimentDetectionJobResponse, AWSError>;
534
534
  /**
535
- * Stops a targeted sentiment detection job in progress. If the job state is IN_PROGRESS the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
535
+ * Stops a targeted sentiment detection job in progress. If the job state is IN_PROGRESS, the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
536
536
  */
537
537
  stopTargetedSentimentDetectionJob(params: Comprehend.Types.StopTargetedSentimentDetectionJobRequest, callback?: (err: AWSError, data: Comprehend.Types.StopTargetedSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StopTargetedSentimentDetectionJobResponse, AWSError>;
538
538
  /**
539
- * Stops a targeted sentiment detection job in progress. If the job state is IN_PROGRESS the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
539
+ * Stops a targeted sentiment detection job in progress. If the job state is IN_PROGRESS, the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
540
540
  */
541
541
  stopTargetedSentimentDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.StopTargetedSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StopTargetedSentimentDetectionJobResponse, AWSError>;
542
542
  /**
@@ -572,11 +572,11 @@ declare class Comprehend extends Service {
572
572
  */
573
573
  untagResource(callback?: (err: AWSError, data: Comprehend.Types.UntagResourceResponse) => void): Request<Comprehend.Types.UntagResourceResponse, AWSError>;
574
574
  /**
575
- * Updates information about the specified endpoint.
575
+ * Updates information about the specified endpoint. For information about endpoints, see Managing endpoints.
576
576
  */
577
577
  updateEndpoint(params: Comprehend.Types.UpdateEndpointRequest, callback?: (err: AWSError, data: Comprehend.Types.UpdateEndpointResponse) => void): Request<Comprehend.Types.UpdateEndpointResponse, AWSError>;
578
578
  /**
579
- * Updates information about the specified endpoint.
579
+ * Updates information about the specified endpoint. For information about endpoints, see Managing endpoints.
580
580
  */
581
581
  updateEndpoint(callback?: (err: AWSError, data: Comprehend.Types.UpdateEndpointResponse) => void): Request<Comprehend.Types.UpdateEndpointResponse, AWSError>;
582
582
  }
@@ -679,7 +679,7 @@ declare namespace Comprehend {
679
679
  }
680
680
  export interface BatchDetectKeyPhrasesRequest {
681
681
  /**
682
- * A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.
682
+ * A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer than 5,000 bytes of UTF-8 encoded characters.
683
683
  */
684
684
  TextList: CustomerInputStringList;
685
685
  /**
@@ -834,7 +834,7 @@ declare namespace Comprehend {
834
834
  */
835
835
  Text: CustomerInputString;
836
836
  /**
837
- * The Amazon Resource Number (ARN) of the endpoint.
837
+ * The Amazon Resource Number (ARN) of the endpoint. For information about endpoints, see Managing endpoints.
838
838
  */
839
839
  EndpointArn: DocumentClassifierEndpointArn;
840
840
  }
@@ -860,7 +860,7 @@ declare namespace Comprehend {
860
860
  */
861
861
  Text: String;
862
862
  /**
863
- * The language of the input documents.
863
+ * The language of the input documents. Currently, English is the only valid language.
864
864
  */
865
865
  LanguageCode: LanguageCode;
866
866
  }
@@ -1239,7 +1239,7 @@ declare namespace Comprehend {
1239
1239
  */
1240
1240
  LanguageCode?: LanguageCode;
1241
1241
  /**
1242
- * The Amazon Resource Name of an endpoint that is associated with a custom entity recognition model. Provide an endpoint if you want to detect entities by using your own custom model instead of the default model that is used by Amazon Comprehend. If you specify an endpoint, Amazon Comprehend uses the language of your custom model, and it ignores any language code that you provide in your request.
1242
+ * The Amazon Resource Name of an endpoint that is associated with a custom entity recognition model. Provide an endpoint if you want to detect entities by using your own custom model instead of the default model that is used by Amazon Comprehend. If you specify an endpoint, Amazon Comprehend uses the language of your custom model, and it ignores any language code that you provide in your request. For information about endpoints, see Managing endpoints.
1243
1243
  */
1244
1244
  EndpointArn?: EntityRecognizerEndpointArn;
1245
1245
  }
@@ -1271,7 +1271,7 @@ declare namespace Comprehend {
1271
1271
  */
1272
1272
  Text: String;
1273
1273
  /**
1274
- * The language of the input documents.
1274
+ * The language of the input documents. Currently, English is the only valid language.
1275
1275
  */
1276
1276
  LanguageCode: LanguageCode;
1277
1277
  }
@@ -2768,7 +2768,7 @@ declare namespace Comprehend {
2768
2768
  */
2769
2769
  EndOffset?: Integer;
2770
2770
  }
2771
- export type PiiEntityType = "BANK_ACCOUNT_NUMBER"|"BANK_ROUTING"|"CREDIT_DEBIT_NUMBER"|"CREDIT_DEBIT_CVV"|"CREDIT_DEBIT_EXPIRY"|"PIN"|"EMAIL"|"ADDRESS"|"NAME"|"PHONE"|"SSN"|"DATE_TIME"|"PASSPORT_NUMBER"|"DRIVER_ID"|"URL"|"AGE"|"USERNAME"|"PASSWORD"|"AWS_ACCESS_KEY"|"AWS_SECRET_KEY"|"IP_ADDRESS"|"MAC_ADDRESS"|"ALL"|string;
2771
+ export type PiiEntityType = "BANK_ACCOUNT_NUMBER"|"BANK_ROUTING"|"CREDIT_DEBIT_NUMBER"|"CREDIT_DEBIT_CVV"|"CREDIT_DEBIT_EXPIRY"|"PIN"|"EMAIL"|"ADDRESS"|"NAME"|"PHONE"|"SSN"|"DATE_TIME"|"PASSPORT_NUMBER"|"DRIVER_ID"|"URL"|"AGE"|"USERNAME"|"PASSWORD"|"AWS_ACCESS_KEY"|"AWS_SECRET_KEY"|"IP_ADDRESS"|"MAC_ADDRESS"|"ALL"|"LICENSE_PLATE"|"VEHICLE_IDENTIFICATION_NUMBER"|"UK_NATIONAL_INSURANCE_NUMBER"|"CA_SOCIAL_INSURANCE_NUMBER"|"US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER"|"UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER"|"IN_PERMANENT_ACCOUNT_NUMBER"|"IN_NREGA"|"INTERNATIONAL_BANK_ACCOUNT_NUMBER"|"SWIFT_CODE"|"UK_NATIONAL_HEALTH_SERVICE_NUMBER"|"CA_HEALTH_NUMBER"|"IN_AADHAAR"|"IN_VOTER_NUMBER"|string;
2772
2772
  export interface PiiOutputDataConfig {
2773
2773
  /**
2774
2774
  * When you use the PiiOutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. For a PII entity detection job, the output file is plain text, not a compressed archive. The output file name is the same as the input file, with .out appended at the end.
@@ -3193,7 +3193,7 @@ declare namespace Comprehend {
3193
3193
  */
3194
3194
  JobName?: JobName;
3195
3195
  /**
3196
- * The language of the input documents.
3196
+ * The language of the input documents. Currently, English is the only valid language.
3197
3197
  */
3198
3198
  LanguageCode: LanguageCode;
3199
3199
  /**
@@ -3286,7 +3286,7 @@ declare namespace Comprehend {
3286
3286
  */
3287
3287
  JobName?: JobName;
3288
3288
  /**
3289
- * The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
3289
+ * The language of the input documents. Currently, English is the only valid language.
3290
3290
  */
3291
3291
  LanguageCode: LanguageCode;
3292
3292
  /**
@@ -304,7 +304,7 @@ declare namespace ComputeOptimizer {
304
304
  }
305
305
  export interface DeleteRecommendationPreferencesRequest {
306
306
  /**
307
- * The target resource type of the recommendation preference to delete. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.
307
+ * The target resource type of the recommendation preference to delete. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group. The valid values for this parameter are Ec2Instance and AutoScalingGroup.
308
308
  */
309
309
  resourceType: ResourceType;
310
310
  /**
@@ -848,7 +848,7 @@ declare namespace ComputeOptimizer {
848
848
  export type GetRecommendationErrors = GetRecommendationError[];
849
849
  export interface GetRecommendationPreferencesRequest {
850
850
  /**
851
- * The target resource type of the recommendation preference for which to return preferences. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.
851
+ * The target resource type of the recommendation preference for which to return preferences. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group. The valid values for this parameter are Ec2Instance and AutoScalingGroup.
852
852
  */
853
853
  resourceType: ResourceType;
854
854
  /**
@@ -1175,7 +1175,7 @@ declare namespace ComputeOptimizer {
1175
1175
  export type ProjectedUtilizationMetrics = UtilizationMetric[];
1176
1176
  export interface PutRecommendationPreferencesRequest {
1177
1177
  /**
1178
- * The target resource type of the recommendation preference to create. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.
1178
+ * The target resource type of the recommendation preference to create. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group. The valid values for this parameter are Ec2Instance and AutoScalingGroup.
1179
1179
  */
1180
1180
  resourceType: ResourceType;
1181
1181
  /**
@@ -771,6 +771,14 @@ declare class Connect extends Service {
771
771
  * Provides summary information about the users for the specified Amazon Connect instance.
772
772
  */
773
773
  listUsers(callback?: (err: AWSError, data: Connect.Types.ListUsersResponse) => void): Request<Connect.Types.ListUsersResponse, AWSError>;
774
+ /**
775
+ * Changes the current status of a user or agent in Amazon Connect. If the agent is currently handling a contact, this sets the agent's next status. For more information, see Agent status and Set your next status in the Amazon Connect Administrator Guide.
776
+ */
777
+ putUserStatus(params: Connect.Types.PutUserStatusRequest, callback?: (err: AWSError, data: Connect.Types.PutUserStatusResponse) => void): Request<Connect.Types.PutUserStatusResponse, AWSError>;
778
+ /**
779
+ * Changes the current status of a user or agent in Amazon Connect. If the agent is currently handling a contact, this sets the agent's next status. For more information, see Agent status and Set your next status in the Amazon Connect Administrator Guide.
780
+ */
781
+ putUserStatus(callback?: (err: AWSError, data: Connect.Types.PutUserStatusResponse) => void): Request<Connect.Types.PutUserStatusResponse, AWSError>;
774
782
  /**
775
783
  * Releases a phone number previously claimed to an Amazon Connect instance.
776
784
  */
@@ -795,6 +803,14 @@ declare class Connect extends Service {
795
803
  * Searches for available phone numbers that you can claim to your Amazon Connect instance.
796
804
  */
797
805
  searchAvailablePhoneNumbers(callback?: (err: AWSError, data: Connect.Types.SearchAvailablePhoneNumbersResponse) => void): Request<Connect.Types.SearchAvailablePhoneNumbersResponse, AWSError>;
806
+ /**
807
+ * Searches users in an Amazon Connect instance, with optional filtering.
808
+ */
809
+ searchUsers(params: Connect.Types.SearchUsersRequest, callback?: (err: AWSError, data: Connect.Types.SearchUsersResponse) => void): Request<Connect.Types.SearchUsersResponse, AWSError>;
810
+ /**
811
+ * Searches users in an Amazon Connect instance, with optional filtering.
812
+ */
813
+ searchUsers(callback?: (err: AWSError, data: Connect.Types.SearchUsersResponse) => void): Request<Connect.Types.SearchUsersResponse, AWSError>;
798
814
  /**
799
815
  * Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode.
800
816
  */
@@ -1236,6 +1252,7 @@ declare namespace Connect {
1236
1252
  */
1237
1253
  AwaitAnswerMachinePrompt?: Boolean;
1238
1254
  }
1255
+ export type ApproximateTotalCount = number;
1239
1256
  export interface AssociateApprovedOriginRequest {
1240
1257
  /**
1241
1258
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -1466,7 +1483,7 @@ declare namespace Connect {
1466
1483
  }
1467
1484
  export interface ClaimPhoneNumberResponse {
1468
1485
  /**
1469
- * The identifier of the phone number.
1486
+ * A unique identifier for the phone number.
1470
1487
  */
1471
1488
  PhoneNumberId?: PhoneNumberId;
1472
1489
  /**
@@ -1476,7 +1493,7 @@ declare namespace Connect {
1476
1493
  }
1477
1494
  export interface ClaimedPhoneNumberSummary {
1478
1495
  /**
1479
- * The identifier of the phone number.
1496
+ * A unique identifier for the phone number.
1480
1497
  */
1481
1498
  PhoneNumberId?: PhoneNumberId;
1482
1499
  /**
@@ -1700,6 +1717,20 @@ declare namespace Connect {
1700
1717
  export type ContactId = string;
1701
1718
  export type ContactInitiationMethod = "INBOUND"|"OUTBOUND"|"TRANSFER"|"QUEUE_TRANSFER"|"CALLBACK"|"API"|string;
1702
1719
  export type ContactReferences = {[key: string]: Reference};
1720
+ export interface ControlPlaneTagFilter {
1721
+ /**
1722
+ * A list of conditions which would be applied together with an OR condition.
1723
+ */
1724
+ OrConditions?: TagOrConditionList;
1725
+ /**
1726
+ * A list of conditions which would be applied together with an AND condition.
1727
+ */
1728
+ AndConditions?: TagAndConditionList;
1729
+ /**
1730
+ * A leaf node condition which can be used to specify a tag condition.
1731
+ */
1732
+ TagCondition?: TagCondition;
1733
+ }
1703
1734
  export interface CreateAgentStatusRequest {
1704
1735
  /**
1705
1736
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -2544,13 +2575,13 @@ declare namespace Connect {
2544
2575
  }
2545
2576
  export interface DescribePhoneNumberRequest {
2546
2577
  /**
2547
- * The identifier of the phone number.
2578
+ * A unique identifier for the phone number.
2548
2579
  */
2549
2580
  PhoneNumberId: PhoneNumberId;
2550
2581
  }
2551
2582
  export interface DescribePhoneNumberResponse {
2552
2583
  /**
2553
- * Information about a phone number that's been claimed to your Amazon Connect instance.
2584
+ * Information about a phone number that's been claimed to your Amazon Connect instance.
2554
2585
  */
2555
2586
  ClaimedPhoneNumberSummary?: ClaimedPhoneNumberSummary;
2556
2587
  }
@@ -2754,7 +2785,7 @@ declare namespace Connect {
2754
2785
  }
2755
2786
  export interface DisassociatePhoneNumberContactFlowRequest {
2756
2787
  /**
2757
- * The identifier of the phone number.
2788
+ * A unique identifier for the phone number.
2758
2789
  */
2759
2790
  PhoneNumberId: PhoneNumberId;
2760
2791
  /**
@@ -2965,7 +2996,18 @@ declare namespace Connect {
2965
2996
  */
2966
2997
  Tags?: TagMap;
2967
2998
  }
2999
+ export interface HierarchyGroupCondition {
3000
+ /**
3001
+ * The value in the hierarchy group condition.
3002
+ */
3003
+ Value?: String;
3004
+ /**
3005
+ * The type of hierarchy group match.
3006
+ */
3007
+ HierarchyGroupMatchType?: HierarchyGroupMatchType;
3008
+ }
2968
3009
  export type HierarchyGroupId = string;
3010
+ export type HierarchyGroupMatchType = "EXACT"|"WITH_CHILD_GROUPS"|string;
2969
3011
  export type HierarchyGroupName = string;
2970
3012
  export interface HierarchyGroupSummary {
2971
3013
  /**
@@ -3798,7 +3840,7 @@ declare namespace Connect {
3798
3840
  }
3799
3841
  export interface ListPhoneNumbersSummary {
3800
3842
  /**
3801
- * The identifier of the phone number.
3843
+ * A unique identifier for the phone number.
3802
3844
  */
3803
3845
  PhoneNumberId?: PhoneNumberId;
3804
3846
  /**
@@ -4203,6 +4245,7 @@ declare namespace Connect {
4203
4245
  export type MinutesLimit60 = number;
4204
4246
  export type Name = string;
4205
4247
  export type NextToken = string;
4248
+ export type NextToken2500 = string;
4206
4249
  export type Origin = string;
4207
4250
  export type OriginsList = Origin[];
4208
4251
  export interface OutboundCallerConfig {
@@ -4301,6 +4344,22 @@ declare namespace Connect {
4301
4344
  Name?: PromptName;
4302
4345
  }
4303
4346
  export type PromptSummaryList = PromptSummary[];
4347
+ export interface PutUserStatusRequest {
4348
+ /**
4349
+ * The identifier of the user.
4350
+ */
4351
+ UserId: UserId;
4352
+ /**
4353
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
4354
+ */
4355
+ InstanceId: InstanceId;
4356
+ /**
4357
+ * The identifier of the agent status.
4358
+ */
4359
+ AgentStatusId: AgentStatusId;
4360
+ }
4361
+ export interface PutUserStatusResponse {
4362
+ }
4304
4363
  export interface Queue {
4305
4364
  /**
4306
4365
  * The name of the queue.
@@ -4493,7 +4552,7 @@ declare namespace Connect {
4493
4552
  export type ReferenceValue = string;
4494
4553
  export interface ReleasePhoneNumberRequest {
4495
4554
  /**
4496
- * The identifier of the phone number.
4555
+ * A unique identifier for the phone number.
4497
4556
  */
4498
4557
  PhoneNumberId: PhoneNumberId;
4499
4558
  /**
@@ -4672,6 +4731,39 @@ declare namespace Connect {
4672
4731
  */
4673
4732
  AvailableNumbersList?: AvailableNumbersList;
4674
4733
  }
4734
+ export interface SearchUsersRequest {
4735
+ /**
4736
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
4737
+ */
4738
+ InstanceId?: InstanceId;
4739
+ /**
4740
+ * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
4741
+ */
4742
+ NextToken?: NextToken2500;
4743
+ /**
4744
+ * The maximum number of results to return per page.
4745
+ */
4746
+ MaxResults?: MaxResult100;
4747
+ /**
4748
+ * Filters to be applied to search results.
4749
+ */
4750
+ SearchFilter?: UserSearchFilter;
4751
+ SearchCriteria?: UserSearchCriteria;
4752
+ }
4753
+ export interface SearchUsersResponse {
4754
+ /**
4755
+ * Information about the users.
4756
+ */
4757
+ Users?: UserSearchSummaryList;
4758
+ /**
4759
+ * If there are additional results, this is the token for the next set of results.
4760
+ */
4761
+ NextToken?: NextToken2500;
4762
+ /**
4763
+ * The total number of users who matched your search query.
4764
+ */
4765
+ ApproximateTotalCount?: ApproximateTotalCount;
4766
+ }
4675
4767
  export interface SearchVocabulariesRequest {
4676
4768
  /**
4677
4769
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -5004,6 +5096,21 @@ declare namespace Connect {
5004
5096
  export type StorageType = "S3"|"KINESIS_VIDEO_STREAM"|"KINESIS_STREAM"|"KINESIS_FIREHOSE"|string;
5005
5097
  export type StreamingId = string;
5006
5098
  export type String = string;
5099
+ export type StringComparisonType = "STARTS_WITH"|"CONTAINS"|"EXACT"|string;
5100
+ export interface StringCondition {
5101
+ /**
5102
+ * The name of the field in the string condition.
5103
+ */
5104
+ FieldName?: String;
5105
+ /**
5106
+ * The value of the string.
5107
+ */
5108
+ Value?: String;
5109
+ /**
5110
+ * The type of comparison to be made when evaluating the string condition.
5111
+ */
5112
+ ComparisonType?: StringComparisonType;
5113
+ }
5007
5114
  export type SupportedMessagingContentType = string;
5008
5115
  export type SupportedMessagingContentTypes = SupportedMessagingContentType[];
5009
5116
  export interface SuspendContactRecordingRequest {
@@ -5022,9 +5129,21 @@ declare namespace Connect {
5022
5129
  }
5023
5130
  export interface SuspendContactRecordingResponse {
5024
5131
  }
5132
+ export type TagAndConditionList = TagCondition[];
5133
+ export interface TagCondition {
5134
+ /**
5135
+ * The tag key in the tag condition.
5136
+ */
5137
+ TagKey?: String;
5138
+ /**
5139
+ * The tag value in the tag condition.
5140
+ */
5141
+ TagValue?: String;
5142
+ }
5025
5143
  export type TagKey = string;
5026
5144
  export type TagKeyList = TagKey[];
5027
5145
  export type TagMap = {[key: string]: TagValue};
5146
+ export type TagOrConditionList = TagAndConditionList[];
5028
5147
  export interface TagResourceRequest {
5029
5148
  /**
5030
5149
  * The Amazon Resource Name (ARN) of the resource.
@@ -5301,7 +5420,7 @@ declare namespace Connect {
5301
5420
  }
5302
5421
  export interface UpdatePhoneNumberRequest {
5303
5422
  /**
5304
- * The identifier of the phone number.
5423
+ * A unique identifier for the phone number.
5305
5424
  */
5306
5425
  PhoneNumberId: PhoneNumberId;
5307
5426
  /**
@@ -5315,7 +5434,7 @@ declare namespace Connect {
5315
5434
  }
5316
5435
  export interface UpdatePhoneNumberResponse {
5317
5436
  /**
5318
- * The identifier of the phone number.
5437
+ * A unique identifier for the phone number.
5319
5438
  */
5320
5439
  PhoneNumberId?: PhoneNumberId;
5321
5440
  /**
@@ -5686,6 +5805,16 @@ declare namespace Connect {
5686
5805
  */
5687
5806
  Email?: Email;
5688
5807
  }
5808
+ export interface UserIdentityInfoLite {
5809
+ /**
5810
+ * The user's first name.
5811
+ */
5812
+ FirstName?: AgentFirstName;
5813
+ /**
5814
+ * The user's last name.
5815
+ */
5816
+ LastName?: AgentLastName;
5817
+ }
5689
5818
  export interface UserPhoneConfig {
5690
5819
  /**
5691
5820
  * The phone type.
@@ -5714,6 +5843,68 @@ declare namespace Connect {
5714
5843
  */
5715
5844
  ContactFlowId: ContactFlowId;
5716
5845
  }
5846
+ export type UserSearchConditionList = UserSearchCriteria[];
5847
+ export interface UserSearchCriteria {
5848
+ /**
5849
+ * A list of conditions which would be applied together with an OR condition.
5850
+ */
5851
+ OrConditions?: UserSearchConditionList;
5852
+ /**
5853
+ * A list of conditions which would be applied together with an AND condition.
5854
+ */
5855
+ AndConditions?: UserSearchConditionList;
5856
+ /**
5857
+ * A leaf node condition which can be used to specify a string condition.
5858
+ */
5859
+ StringCondition?: StringCondition;
5860
+ /**
5861
+ * A leaf node condition which can be used to specify a hierarchy group condition.
5862
+ */
5863
+ HierarchyGroupCondition?: HierarchyGroupCondition;
5864
+ }
5865
+ export interface UserSearchFilter {
5866
+ TagFilter?: ControlPlaneTagFilter;
5867
+ }
5868
+ export interface UserSearchSummary {
5869
+ /**
5870
+ * The Amazon Resource Name (ARN) of the user.
5871
+ */
5872
+ Arn?: ARN;
5873
+ /**
5874
+ * The directory identifier of the user.
5875
+ */
5876
+ DirectoryUserId?: DirectoryUserId;
5877
+ /**
5878
+ * The identifier of the user's hierarchy group.
5879
+ */
5880
+ HierarchyGroupId?: HierarchyGroupId;
5881
+ /**
5882
+ * The identifier of the user's summary.
5883
+ */
5884
+ Id?: UserId;
5885
+ /**
5886
+ * The user's first name and last name.
5887
+ */
5888
+ IdentityInfo?: UserIdentityInfoLite;
5889
+ PhoneConfig?: UserPhoneConfig;
5890
+ /**
5891
+ * The identifier of the user's routing profile.
5892
+ */
5893
+ RoutingProfileId?: RoutingProfileId;
5894
+ /**
5895
+ * The identifiers of the user's security profiles.
5896
+ */
5897
+ SecurityProfileIds?: SecurityProfileIds;
5898
+ /**
5899
+ * The tags used to organize, track, or control access for this resource.
5900
+ */
5901
+ Tags?: TagMap;
5902
+ /**
5903
+ * The name of the user.
5904
+ */
5905
+ Username?: AgentUsername;
5906
+ }
5907
+ export type UserSearchSummaryList = UserSearchSummary[];
5717
5908
  export interface UserSummary {
5718
5909
  /**
5719
5910
  * The identifier of the user account.