@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
@@ -59,6 +59,14 @@ declare class Connect extends Service {
59
59
  * This API is in preview release for Amazon Connect and is subject to change. Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.
60
60
  */
61
61
  associateLexBot(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
62
+ /**
63
+ * Associates a contact flow with a phone number claimed to your Amazon Connect instance.
64
+ */
65
+ associatePhoneNumberContactFlow(params: Connect.Types.AssociatePhoneNumberContactFlowRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
66
+ /**
67
+ * Associates a contact flow with a phone number claimed to your Amazon Connect instance.
68
+ */
69
+ associatePhoneNumberContactFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
62
70
  /**
63
71
  * This API is in preview release for Amazon Connect and is subject to change. Associates a set of quick connects with a queue.
64
72
  */
@@ -83,6 +91,14 @@ declare class Connect extends Service {
83
91
  * This API is in preview release for Amazon Connect and is subject to change. Associates a security key to the instance.
84
92
  */
85
93
  associateSecurityKey(callback?: (err: AWSError, data: Connect.Types.AssociateSecurityKeyResponse) => void): Request<Connect.Types.AssociateSecurityKeyResponse, AWSError>;
94
+ /**
95
+ * Claims an available phone number to your Amazon Connect instance.
96
+ */
97
+ claimPhoneNumber(params: Connect.Types.ClaimPhoneNumberRequest, callback?: (err: AWSError, data: Connect.Types.ClaimPhoneNumberResponse) => void): Request<Connect.Types.ClaimPhoneNumberResponse, AWSError>;
98
+ /**
99
+ * Claims an available phone number to your Amazon Connect instance.
100
+ */
101
+ claimPhoneNumber(callback?: (err: AWSError, data: Connect.Types.ClaimPhoneNumberResponse) => void): Request<Connect.Types.ClaimPhoneNumberResponse, AWSError>;
86
102
  /**
87
103
  * This API is in preview release for Amazon Connect and is subject to change. Creates an agent status for the specified Amazon Connect instance.
88
104
  */
@@ -347,6 +363,14 @@ declare class Connect extends Service {
347
363
  * This API is in preview release for Amazon Connect and is subject to change. Retrieves the current storage configurations for the specified resource type, association ID, and instance ID.
348
364
  */
349
365
  describeInstanceStorageConfig(callback?: (err: AWSError, data: Connect.Types.DescribeInstanceStorageConfigResponse) => void): Request<Connect.Types.DescribeInstanceStorageConfigResponse, AWSError>;
366
+ /**
367
+ * Gets details and status of a phone number that’s claimed to your Amazon Connect instance
368
+ */
369
+ describePhoneNumber(params: Connect.Types.DescribePhoneNumberRequest, callback?: (err: AWSError, data: Connect.Types.DescribePhoneNumberResponse) => void): Request<Connect.Types.DescribePhoneNumberResponse, AWSError>;
370
+ /**
371
+ * Gets details and status of a phone number that’s claimed to your Amazon Connect instance
372
+ */
373
+ describePhoneNumber(callback?: (err: AWSError, data: Connect.Types.DescribePhoneNumberResponse) => void): Request<Connect.Types.DescribePhoneNumberResponse, AWSError>;
350
374
  /**
351
375
  * This API is in preview release for Amazon Connect and is subject to change. Describes the specified queue.
352
376
  */
@@ -451,6 +475,14 @@ declare class Connect extends Service {
451
475
  * This API is in preview release for Amazon Connect and is subject to change. Revokes authorization from the specified instance to access the specified Amazon Lex bot.
452
476
  */
453
477
  disassociateLexBot(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
478
+ /**
479
+ * Removes the contact flow association from a phone number claimed to your Amazon Connect instance, if a contact flow association exists.
480
+ */
481
+ disassociatePhoneNumberContactFlow(params: Connect.Types.DisassociatePhoneNumberContactFlowRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
482
+ /**
483
+ * Removes the contact flow association from a phone number claimed to your Amazon Connect instance, if a contact flow association exists.
484
+ */
485
+ disassociatePhoneNumberContactFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
454
486
  /**
455
487
  * This API is in preview release for Amazon Connect and is subject to change. Disassociates a set of quick connects from a queue.
456
488
  */
@@ -627,6 +659,14 @@ declare class Connect extends Service {
627
659
  * Provides information about the phone numbers for the specified Amazon Connect instance. For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.
628
660
  */
629
661
  listPhoneNumbers(callback?: (err: AWSError, data: Connect.Types.ListPhoneNumbersResponse) => void): Request<Connect.Types.ListPhoneNumbersResponse, AWSError>;
662
+ /**
663
+ * Lists phone numbers claimed to your Amazon Connect instance. For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.
664
+ */
665
+ listPhoneNumbersV2(params: Connect.Types.ListPhoneNumbersV2Request, callback?: (err: AWSError, data: Connect.Types.ListPhoneNumbersV2Response) => void): Request<Connect.Types.ListPhoneNumbersV2Response, AWSError>;
666
+ /**
667
+ * Lists phone numbers claimed to your Amazon Connect instance. For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.
668
+ */
669
+ listPhoneNumbersV2(callback?: (err: AWSError, data: Connect.Types.ListPhoneNumbersV2Response) => void): Request<Connect.Types.ListPhoneNumbersV2Response, AWSError>;
630
670
  /**
631
671
  * Provides information about the prompts for the specified Amazon Connect instance.
632
672
  */
@@ -731,6 +771,22 @@ declare class Connect extends Service {
731
771
  * Provides summary information about the users for the specified Amazon Connect instance.
732
772
  */
733
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>;
782
+ /**
783
+ * Releases a phone number previously claimed to an Amazon Connect instance.
784
+ */
785
+ releasePhoneNumber(params: Connect.Types.ReleasePhoneNumberRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
786
+ /**
787
+ * Releases a phone number previously claimed to an Amazon Connect instance.
788
+ */
789
+ releasePhoneNumber(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
734
790
  /**
735
791
  * When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call. Only voice recordings are supported at this time.
736
792
  */
@@ -739,6 +795,22 @@ declare class Connect extends Service {
739
795
  * When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call. Only voice recordings are supported at this time.
740
796
  */
741
797
  resumeContactRecording(callback?: (err: AWSError, data: Connect.Types.ResumeContactRecordingResponse) => void): Request<Connect.Types.ResumeContactRecordingResponse, AWSError>;
798
+ /**
799
+ * Searches for available phone numbers that you can claim to your Amazon Connect instance.
800
+ */
801
+ searchAvailablePhoneNumbers(params: Connect.Types.SearchAvailablePhoneNumbersRequest, callback?: (err: AWSError, data: Connect.Types.SearchAvailablePhoneNumbersResponse) => void): Request<Connect.Types.SearchAvailablePhoneNumbersResponse, AWSError>;
802
+ /**
803
+ * Searches for available phone numbers that you can claim to your Amazon Connect instance.
804
+ */
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>;
742
814
  /**
743
815
  * Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode.
744
816
  */
@@ -756,11 +828,11 @@ declare class Connect extends Service {
756
828
  */
757
829
  startChatContact(callback?: (err: AWSError, data: Connect.Types.StartChatContactResponse) => void): Request<Connect.Types.StartChatContactResponse, AWSError>;
758
830
  /**
759
- * Starts recording the contact when the agent joins the call. StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording. You can use this API to override the recording behavior configured in the Set recording behavior block. Only voice recordings are supported at this time.
831
+ * Starts recording the contact: If the API is called before the agent joins the call, recording starts when the agent joins the call. If the API is called after the agent joins the call, recording starts at the time of the API call. StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording. You can use this API to override the recording behavior configured in the Set recording behavior block. Only voice recordings are supported at this time.
760
832
  */
761
833
  startContactRecording(params: Connect.Types.StartContactRecordingRequest, callback?: (err: AWSError, data: Connect.Types.StartContactRecordingResponse) => void): Request<Connect.Types.StartContactRecordingResponse, AWSError>;
762
834
  /**
763
- * Starts recording the contact when the agent joins the call. StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording. You can use this API to override the recording behavior configured in the Set recording behavior block. Only voice recordings are supported at this time.
835
+ * Starts recording the contact: If the API is called before the agent joins the call, recording starts when the agent joins the call. If the API is called after the agent joins the call, recording starts at the time of the API call. StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording. You can use this API to override the recording behavior configured in the Set recording behavior block. Only voice recordings are supported at this time.
764
836
  */
765
837
  startContactRecording(callback?: (err: AWSError, data: Connect.Types.StartContactRecordingResponse) => void): Request<Connect.Types.StartContactRecordingResponse, AWSError>;
766
838
  /**
@@ -788,11 +860,11 @@ declare class Connect extends Service {
788
860
  */
789
861
  startTaskContact(callback?: (err: AWSError, data: Connect.Types.StartTaskContactResponse) => void): Request<Connect.Types.StartTaskContactResponse, AWSError>;
790
862
  /**
791
- * Ends the specified contact.
863
+ * Ends the specified contact. This call does not work for the following initiation methods: DISCONNECT TRANSFER QUEUE_TRANSFER
792
864
  */
793
865
  stopContact(params: Connect.Types.StopContactRequest, callback?: (err: AWSError, data: Connect.Types.StopContactResponse) => void): Request<Connect.Types.StopContactResponse, AWSError>;
794
866
  /**
795
- * Ends the specified contact.
867
+ * Ends the specified contact. This call does not work for the following initiation methods: DISCONNECT TRANSFER QUEUE_TRANSFER
796
868
  */
797
869
  stopContact(callback?: (err: AWSError, data: Connect.Types.StopContactResponse) => void): Request<Connect.Types.StopContactResponse, AWSError>;
798
870
  /**
@@ -820,11 +892,11 @@ declare class Connect extends Service {
820
892
  */
821
893
  suspendContactRecording(callback?: (err: AWSError, data: Connect.Types.SuspendContactRecordingResponse) => void): Request<Connect.Types.SuspendContactRecordingResponse, AWSError>;
822
894
  /**
823
- * Adds the specified tags to the specified resource. The supported resource types are users, routing profiles, queues, quick connects, contact flows, agent status, and hours of operation. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
895
+ * Adds the specified tags to the specified resource. The supported resource types are users, routing profiles, queues, quick connects, contact flows, agent status, hours of operation, and phone number. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
824
896
  */
825
897
  tagResource(params: Connect.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
826
898
  /**
827
- * Adds the specified tags to the specified resource. The supported resource types are users, routing profiles, queues, quick connects, contact flows, agent status, and hours of operation. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
899
+ * Adds the specified tags to the specified resource. The supported resource types are users, routing profiles, queues, quick connects, contact flows, agent status, hours of operation, and phone number. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
828
900
  */
829
901
  tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
830
902
  /**
@@ -931,6 +1003,14 @@ declare class Connect extends Service {
931
1003
  * This API is in preview release for Amazon Connect and is subject to change. Updates an existing configuration for a resource type. This API is idempotent.
932
1004
  */
933
1005
  updateInstanceStorageConfig(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1006
+ /**
1007
+ * Updates your claimed phone number from its current Amazon Connect instance to another Amazon Connect instance in the same Region.
1008
+ */
1009
+ updatePhoneNumber(params: Connect.Types.UpdatePhoneNumberRequest, callback?: (err: AWSError, data: Connect.Types.UpdatePhoneNumberResponse) => void): Request<Connect.Types.UpdatePhoneNumberResponse, AWSError>;
1010
+ /**
1011
+ * Updates your claimed phone number from its current Amazon Connect instance to another Amazon Connect instance in the same Region.
1012
+ */
1013
+ updatePhoneNumber(callback?: (err: AWSError, data: Connect.Types.UpdatePhoneNumberResponse) => void): Request<Connect.Types.UpdatePhoneNumberResponse, AWSError>;
934
1014
  /**
935
1015
  * This API is in preview release for Amazon Connect and is subject to change. Updates the hours of operation for the specified queue.
936
1016
  */
@@ -1172,6 +1252,7 @@ declare namespace Connect {
1172
1252
  */
1173
1253
  AwaitAnswerMachinePrompt?: Boolean;
1174
1254
  }
1255
+ export type ApproximateTotalCount = number;
1175
1256
  export interface AssociateApprovedOriginRequest {
1176
1257
  /**
1177
1258
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -1249,6 +1330,20 @@ declare namespace Connect {
1249
1330
  */
1250
1331
  LexBot: LexBot;
1251
1332
  }
1333
+ export interface AssociatePhoneNumberContactFlowRequest {
1334
+ /**
1335
+ * A unique identifier for the phone number.
1336
+ */
1337
+ PhoneNumberId: PhoneNumberId;
1338
+ /**
1339
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1340
+ */
1341
+ InstanceId: InstanceId;
1342
+ /**
1343
+ * The identifier of the contact flow.
1344
+ */
1345
+ ContactFlowId: ContactFlowId;
1346
+ }
1252
1347
  export interface AssociateQueueQuickConnectsRequest {
1253
1348
  /**
1254
1349
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -1323,6 +1418,21 @@ declare namespace Connect {
1323
1418
  export type Attributes = {[key: string]: AttributeValue};
1324
1419
  export type AttributesList = Attribute[];
1325
1420
  export type AutoAccept = boolean;
1421
+ export interface AvailableNumberSummary {
1422
+ /**
1423
+ * The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].
1424
+ */
1425
+ PhoneNumber?: PhoneNumber;
1426
+ /**
1427
+ * The ISO country code.
1428
+ */
1429
+ PhoneNumberCountryCode?: PhoneNumberCountryCode;
1430
+ /**
1431
+ * The type of phone number.
1432
+ */
1433
+ PhoneNumberType?: PhoneNumberType;
1434
+ }
1435
+ export type AvailableNumbersList = AvailableNumberSummary[];
1326
1436
  export type Boolean = boolean;
1327
1437
  export type BotName = string;
1328
1438
  export type BucketName = string;
@@ -1334,7 +1444,7 @@ declare namespace Connect {
1334
1444
  export type ChatDurationInMinutes = number;
1335
1445
  export interface ChatMessage {
1336
1446
  /**
1337
- * The type of the content. Supported types are text and plain.
1447
+ * The type of the content. Supported types are text/plain.
1338
1448
  */
1339
1449
  ContentType: ChatContentType;
1340
1450
  /**
@@ -1349,6 +1459,76 @@ declare namespace Connect {
1349
1459
  StreamingEndpointArn: ChatStreamingEndpointARN;
1350
1460
  }
1351
1461
  export type ChatStreamingEndpointARN = string;
1462
+ export interface ClaimPhoneNumberRequest {
1463
+ /**
1464
+ * The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.
1465
+ */
1466
+ TargetArn: ARN;
1467
+ /**
1468
+ * The phone number you want to claim. Phone numbers are formatted [+] [country code] [subscriber number including area code].
1469
+ */
1470
+ PhoneNumber: PhoneNumber;
1471
+ /**
1472
+ * The description of the phone number.
1473
+ */
1474
+ PhoneNumberDescription?: PhoneNumberDescription;
1475
+ /**
1476
+ * The tags used to organize, track, or control access for this resource.
1477
+ */
1478
+ Tags?: TagMap;
1479
+ /**
1480
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
1481
+ */
1482
+ ClientToken?: ClientToken;
1483
+ }
1484
+ export interface ClaimPhoneNumberResponse {
1485
+ /**
1486
+ * A unique identifier for the phone number.
1487
+ */
1488
+ PhoneNumberId?: PhoneNumberId;
1489
+ /**
1490
+ * The Amazon Resource Name (ARN) of the phone number.
1491
+ */
1492
+ PhoneNumberArn?: ARN;
1493
+ }
1494
+ export interface ClaimedPhoneNumberSummary {
1495
+ /**
1496
+ * A unique identifier for the phone number.
1497
+ */
1498
+ PhoneNumberId?: PhoneNumberId;
1499
+ /**
1500
+ * The Amazon Resource Name (ARN) of the phone number.
1501
+ */
1502
+ PhoneNumberArn?: ARN;
1503
+ /**
1504
+ * The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].
1505
+ */
1506
+ PhoneNumber?: PhoneNumber;
1507
+ /**
1508
+ * The ISO country code.
1509
+ */
1510
+ PhoneNumberCountryCode?: PhoneNumberCountryCode;
1511
+ /**
1512
+ * The type of phone number.
1513
+ */
1514
+ PhoneNumberType?: PhoneNumberType;
1515
+ /**
1516
+ * The description of the phone number.
1517
+ */
1518
+ PhoneNumberDescription?: PhoneNumberDescription;
1519
+ /**
1520
+ * The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.
1521
+ */
1522
+ TargetArn?: ARN;
1523
+ /**
1524
+ * The tags used to organize, track, or control access for this resource.
1525
+ */
1526
+ Tags?: TagMap;
1527
+ /**
1528
+ * The status of the phone number.
1529
+ */
1530
+ PhoneNumberStatus?: PhoneNumberStatus;
1531
+ }
1352
1532
  export type ClientToken = string;
1353
1533
  export type CommonNameLength127 = string;
1354
1534
  export type Comparison = "LT"|string;
@@ -1537,6 +1717,20 @@ declare namespace Connect {
1537
1717
  export type ContactId = string;
1538
1718
  export type ContactInitiationMethod = "INBOUND"|"OUTBOUND"|"TRANSFER"|"QUEUE_TRANSFER"|"CALLBACK"|"API"|string;
1539
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
+ }
1540
1734
  export interface CreateAgentStatusRequest {
1541
1735
  /**
1542
1736
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -2379,6 +2573,18 @@ declare namespace Connect {
2379
2573
  */
2380
2574
  StorageConfig?: InstanceStorageConfig;
2381
2575
  }
2576
+ export interface DescribePhoneNumberRequest {
2577
+ /**
2578
+ * A unique identifier for the phone number.
2579
+ */
2580
+ PhoneNumberId: PhoneNumberId;
2581
+ }
2582
+ export interface DescribePhoneNumberResponse {
2583
+ /**
2584
+ * Information about a phone number that's been claimed to your Amazon Connect instance.
2585
+ */
2586
+ ClaimedPhoneNumberSummary?: ClaimedPhoneNumberSummary;
2587
+ }
2382
2588
  export interface DescribeQueueRequest {
2383
2589
  /**
2384
2590
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -2577,6 +2783,16 @@ declare namespace Connect {
2577
2783
  */
2578
2784
  LexRegion: LexRegion;
2579
2785
  }
2786
+ export interface DisassociatePhoneNumberContactFlowRequest {
2787
+ /**
2788
+ * A unique identifier for the phone number.
2789
+ */
2790
+ PhoneNumberId: PhoneNumberId;
2791
+ /**
2792
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2793
+ */
2794
+ InstanceId: InstanceId;
2795
+ }
2580
2796
  export interface DisassociateQueueQuickConnectsRequest {
2581
2797
  /**
2582
2798
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -2780,7 +2996,18 @@ declare namespace Connect {
2780
2996
  */
2781
2997
  Tags?: TagMap;
2782
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
+ }
2783
3009
  export type HierarchyGroupId = string;
3010
+ export type HierarchyGroupMatchType = "EXACT"|"WITH_CHILD_GROUPS"|string;
2784
3011
  export type HierarchyGroupName = string;
2785
3012
  export interface HierarchyGroupSummary {
2786
3013
  /**
@@ -3046,7 +3273,7 @@ declare namespace Connect {
3046
3273
  */
3047
3274
  OutboundCallsEnabled?: OutboundCallsEnabled;
3048
3275
  }
3049
- export type InstanceAttributeType = "INBOUND_CALLS"|"OUTBOUND_CALLS"|"CONTACTFLOW_LOGS"|"CONTACT_LENS"|"AUTO_RESOLVE_BEST_VOICES"|"USE_CUSTOM_TTS_VOICES"|"EARLY_MEDIA"|string;
3276
+ export type InstanceAttributeType = "INBOUND_CALLS"|"OUTBOUND_CALLS"|"CONTACTFLOW_LOGS"|"CONTACT_LENS"|"AUTO_RESOLVE_BEST_VOICES"|"USE_CUSTOM_TTS_VOICES"|"EARLY_MEDIA"|"MULTI_PARTY_CONFERENCE"|string;
3050
3277
  export type InstanceAttributeValue = string;
3051
3278
  export type InstanceId = string;
3052
3279
  export type InstanceStatus = "CREATION_IN_PROGRESS"|"ACTIVE"|"CREATION_FAILED"|string;
@@ -3083,7 +3310,7 @@ declare namespace Connect {
3083
3310
  KinesisFirehoseConfig?: KinesisFirehoseConfig;
3084
3311
  }
3085
3312
  export type InstanceStorageConfigs = InstanceStorageConfig[];
3086
- export type InstanceStorageResourceType = "CHAT_TRANSCRIPTS"|"CALL_RECORDINGS"|"SCHEDULED_REPORTS"|"MEDIA_STREAMS"|"CONTACT_TRACE_RECORDS"|"AGENT_EVENTS"|string;
3313
+ export type InstanceStorageResourceType = "CHAT_TRANSCRIPTS"|"CALL_RECORDINGS"|"SCHEDULED_REPORTS"|"MEDIA_STREAMS"|"CONTACT_TRACE_RECORDS"|"AGENT_EVENTS"|"REAL_TIME_CONTACT_ANALYSIS_SEGMENTS"|string;
3087
3314
  export interface InstanceSummary {
3088
3315
  /**
3089
3316
  * The identifier of the instance.
@@ -3187,6 +3414,7 @@ declare namespace Connect {
3187
3414
  */
3188
3415
  EncryptionConfig: EncryptionConfig;
3189
3416
  }
3417
+ export type LargeNextToken = string;
3190
3418
  export interface LexBot {
3191
3419
  /**
3192
3420
  * The name of the Amazon Lex bot.
@@ -3610,6 +3838,69 @@ declare namespace Connect {
3610
3838
  */
3611
3839
  NextToken?: NextToken;
3612
3840
  }
3841
+ export interface ListPhoneNumbersSummary {
3842
+ /**
3843
+ * A unique identifier for the phone number.
3844
+ */
3845
+ PhoneNumberId?: PhoneNumberId;
3846
+ /**
3847
+ * The Amazon Resource Name (ARN) of the phone number.
3848
+ */
3849
+ PhoneNumberArn?: ARN;
3850
+ /**
3851
+ * The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].
3852
+ */
3853
+ PhoneNumber?: PhoneNumber;
3854
+ /**
3855
+ * The ISO country code.
3856
+ */
3857
+ PhoneNumberCountryCode?: PhoneNumberCountryCode;
3858
+ /**
3859
+ * The type of phone number.
3860
+ */
3861
+ PhoneNumberType?: PhoneNumberType;
3862
+ /**
3863
+ * The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.
3864
+ */
3865
+ TargetArn?: ARN;
3866
+ }
3867
+ export type ListPhoneNumbersSummaryList = ListPhoneNumbersSummary[];
3868
+ export interface ListPhoneNumbersV2Request {
3869
+ /**
3870
+ * The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to. If TargetArn input is not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account.
3871
+ */
3872
+ TargetArn?: ARN;
3873
+ /**
3874
+ * The maximum number of results to return per page.
3875
+ */
3876
+ MaxResults?: MaxResult1000;
3877
+ /**
3878
+ * 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.
3879
+ */
3880
+ NextToken?: LargeNextToken;
3881
+ /**
3882
+ * The ISO country code.
3883
+ */
3884
+ PhoneNumberCountryCodes?: PhoneNumberCountryCodes;
3885
+ /**
3886
+ * The type of phone number.
3887
+ */
3888
+ PhoneNumberTypes?: PhoneNumberTypes;
3889
+ /**
3890
+ * The prefix of the phone number. If provided, it must contain + as part of the country code.
3891
+ */
3892
+ PhoneNumberPrefix?: PhoneNumberPrefix;
3893
+ }
3894
+ export interface ListPhoneNumbersV2Response {
3895
+ /**
3896
+ * If there are additional results, this is the token for the next set of results.
3897
+ */
3898
+ NextToken?: LargeNextToken;
3899
+ /**
3900
+ * Information about phone numbers that have been claimed to your Amazon Connect instances.
3901
+ */
3902
+ ListPhoneNumbersSummaryList?: ListPhoneNumbersSummaryList;
3903
+ }
3613
3904
  export interface ListPromptsRequest {
3614
3905
  /**
3615
3906
  * The identifier of the Amazon Connect instance.
@@ -3954,6 +4245,7 @@ declare namespace Connect {
3954
4245
  export type MinutesLimit60 = number;
3955
4246
  export type Name = string;
3956
4247
  export type NextToken = string;
4248
+ export type NextToken2500 = string;
3957
4249
  export type Origin = string;
3958
4250
  export type OriginsList = Origin[];
3959
4251
  export interface OutboundCallerConfig {
@@ -3986,13 +4278,25 @@ declare namespace Connect {
3986
4278
  export type PhoneNumber = string;
3987
4279
  export type PhoneNumberCountryCode = "AF"|"AL"|"DZ"|"AS"|"AD"|"AO"|"AI"|"AQ"|"AG"|"AR"|"AM"|"AW"|"AU"|"AT"|"AZ"|"BS"|"BH"|"BD"|"BB"|"BY"|"BE"|"BZ"|"BJ"|"BM"|"BT"|"BO"|"BA"|"BW"|"BR"|"IO"|"VG"|"BN"|"BG"|"BF"|"BI"|"KH"|"CM"|"CA"|"CV"|"KY"|"CF"|"TD"|"CL"|"CN"|"CX"|"CC"|"CO"|"KM"|"CK"|"CR"|"HR"|"CU"|"CW"|"CY"|"CZ"|"CD"|"DK"|"DJ"|"DM"|"DO"|"TL"|"EC"|"EG"|"SV"|"GQ"|"ER"|"EE"|"ET"|"FK"|"FO"|"FJ"|"FI"|"FR"|"PF"|"GA"|"GM"|"GE"|"DE"|"GH"|"GI"|"GR"|"GL"|"GD"|"GU"|"GT"|"GG"|"GN"|"GW"|"GY"|"HT"|"HN"|"HK"|"HU"|"IS"|"IN"|"ID"|"IR"|"IQ"|"IE"|"IM"|"IL"|"IT"|"CI"|"JM"|"JP"|"JE"|"JO"|"KZ"|"KE"|"KI"|"KW"|"KG"|"LA"|"LV"|"LB"|"LS"|"LR"|"LY"|"LI"|"LT"|"LU"|"MO"|"MK"|"MG"|"MW"|"MY"|"MV"|"ML"|"MT"|"MH"|"MR"|"MU"|"YT"|"MX"|"FM"|"MD"|"MC"|"MN"|"ME"|"MS"|"MA"|"MZ"|"MM"|"NA"|"NR"|"NP"|"NL"|"AN"|"NC"|"NZ"|"NI"|"NE"|"NG"|"NU"|"KP"|"MP"|"NO"|"OM"|"PK"|"PW"|"PA"|"PG"|"PY"|"PE"|"PH"|"PN"|"PL"|"PT"|"PR"|"QA"|"CG"|"RE"|"RO"|"RU"|"RW"|"BL"|"SH"|"KN"|"LC"|"MF"|"PM"|"VC"|"WS"|"SM"|"ST"|"SA"|"SN"|"RS"|"SC"|"SL"|"SG"|"SX"|"SK"|"SI"|"SB"|"SO"|"ZA"|"KR"|"ES"|"LK"|"SD"|"SR"|"SJ"|"SZ"|"SE"|"CH"|"SY"|"TW"|"TJ"|"TZ"|"TH"|"TG"|"TK"|"TO"|"TT"|"TN"|"TR"|"TM"|"TC"|"TV"|"VI"|"UG"|"UA"|"AE"|"GB"|"US"|"UY"|"UZ"|"VU"|"VA"|"VE"|"VN"|"WF"|"EH"|"YE"|"ZM"|"ZW"|string;
3988
4280
  export type PhoneNumberCountryCodes = PhoneNumberCountryCode[];
4281
+ export type PhoneNumberDescription = string;
3989
4282
  export type PhoneNumberId = string;
4283
+ export type PhoneNumberPrefix = string;
3990
4284
  export interface PhoneNumberQuickConnectConfig {
3991
4285
  /**
3992
4286
  * The phone number in E.164 format.
3993
4287
  */
3994
4288
  PhoneNumber: PhoneNumber;
3995
4289
  }
4290
+ export interface PhoneNumberStatus {
4291
+ /**
4292
+ * The status.
4293
+ */
4294
+ Status?: PhoneNumberWorkflowStatus;
4295
+ /**
4296
+ * The status message.
4297
+ */
4298
+ Message?: PhoneNumberWorkflowMessage;
4299
+ }
3996
4300
  export interface PhoneNumberSummary {
3997
4301
  /**
3998
4302
  * The identifier of the phone number.
@@ -4018,6 +4322,8 @@ declare namespace Connect {
4018
4322
  export type PhoneNumberSummaryList = PhoneNumberSummary[];
4019
4323
  export type PhoneNumberType = "TOLL_FREE"|"DID"|string;
4020
4324
  export type PhoneNumberTypes = PhoneNumberType[];
4325
+ export type PhoneNumberWorkflowMessage = string;
4326
+ export type PhoneNumberWorkflowStatus = "CLAIMED"|"IN_PROGRESS"|"FAILED"|string;
4021
4327
  export type PhoneType = "SOFT_PHONE"|"DESK_PHONE"|string;
4022
4328
  export type Prefix = string;
4023
4329
  export type Priority = number;
@@ -4038,6 +4344,22 @@ declare namespace Connect {
4038
4344
  Name?: PromptName;
4039
4345
  }
4040
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
+ }
4041
4363
  export interface Queue {
4042
4364
  /**
4043
4365
  * The name of the queue.
@@ -4228,6 +4550,16 @@ declare namespace Connect {
4228
4550
  export type ReferenceType = "URL"|"ATTACHMENT"|string;
4229
4551
  export type ReferenceTypes = ReferenceType[];
4230
4552
  export type ReferenceValue = string;
4553
+ export interface ReleasePhoneNumberRequest {
4554
+ /**
4555
+ * A unique identifier for the phone number.
4556
+ */
4557
+ PhoneNumberId: PhoneNumberId;
4558
+ /**
4559
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
4560
+ */
4561
+ ClientToken?: ClientToken;
4562
+ }
4231
4563
  export interface ResumeContactRecordingRequest {
4232
4564
  /**
4233
4565
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -4363,6 +4695,75 @@ declare namespace Connect {
4363
4695
  */
4364
4696
  EncryptionConfig?: EncryptionConfig;
4365
4697
  }
4698
+ export interface SearchAvailablePhoneNumbersRequest {
4699
+ /**
4700
+ * The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.
4701
+ */
4702
+ TargetArn: ARN;
4703
+ /**
4704
+ * The ISO country code.
4705
+ */
4706
+ PhoneNumberCountryCode: PhoneNumberCountryCode;
4707
+ /**
4708
+ * The type of phone number.
4709
+ */
4710
+ PhoneNumberType: PhoneNumberType;
4711
+ /**
4712
+ * The prefix of the phone number. If provided, it must contain + as part of the country code.
4713
+ */
4714
+ PhoneNumberPrefix?: PhoneNumberPrefix;
4715
+ /**
4716
+ * The maximum number of results to return per page.
4717
+ */
4718
+ MaxResults?: MaxResult10;
4719
+ /**
4720
+ * 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.
4721
+ */
4722
+ NextToken?: LargeNextToken;
4723
+ }
4724
+ export interface SearchAvailablePhoneNumbersResponse {
4725
+ /**
4726
+ * If there are additional results, this is the token for the next set of results.
4727
+ */
4728
+ NextToken?: LargeNextToken;
4729
+ /**
4730
+ * A list of available phone numbers that you can claim for your Amazon Connect instance.
4731
+ */
4732
+ AvailableNumbersList?: AvailableNumbersList;
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
+ }
4366
4767
  export interface SearchVocabulariesRequest {
4367
4768
  /**
4368
4769
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -4492,6 +4893,10 @@ declare namespace Connect {
4492
4893
  * The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minumum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).
4493
4894
  */
4494
4895
  ChatDurationInMinutes?: ChatDurationInMinutes;
4896
+ /**
4897
+ * The supported chat message content types. Content types can be text/plain or both text/plain and text/markdown.
4898
+ */
4899
+ SupportedMessagingContentTypes?: SupportedMessagingContentTypes;
4495
4900
  }
4496
4901
  export interface StartChatContactResponse {
4497
4902
  /**
@@ -4691,6 +5096,23 @@ declare namespace Connect {
4691
5096
  export type StorageType = "S3"|"KINESIS_VIDEO_STREAM"|"KINESIS_STREAM"|"KINESIS_FIREHOSE"|string;
4692
5097
  export type StreamingId = string;
4693
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
+ }
5114
+ export type SupportedMessagingContentType = string;
5115
+ export type SupportedMessagingContentTypes = SupportedMessagingContentType[];
4694
5116
  export interface SuspendContactRecordingRequest {
4695
5117
  /**
4696
5118
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -4707,9 +5129,21 @@ declare namespace Connect {
4707
5129
  }
4708
5130
  export interface SuspendContactRecordingResponse {
4709
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
+ }
4710
5143
  export type TagKey = string;
4711
5144
  export type TagKeyList = TagKey[];
4712
5145
  export type TagMap = {[key: string]: TagValue};
5146
+ export type TagOrConditionList = TagAndConditionList[];
4713
5147
  export interface TagResourceRequest {
4714
5148
  /**
4715
5149
  * The Amazon Resource Name (ARN) of the resource.
@@ -4984,6 +5418,30 @@ declare namespace Connect {
4984
5418
  ResourceType: InstanceStorageResourceType;
4985
5419
  StorageConfig: InstanceStorageConfig;
4986
5420
  }
5421
+ export interface UpdatePhoneNumberRequest {
5422
+ /**
5423
+ * A unique identifier for the phone number.
5424
+ */
5425
+ PhoneNumberId: PhoneNumberId;
5426
+ /**
5427
+ * The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.
5428
+ */
5429
+ TargetArn: ARN;
5430
+ /**
5431
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
5432
+ */
5433
+ ClientToken?: ClientToken;
5434
+ }
5435
+ export interface UpdatePhoneNumberResponse {
5436
+ /**
5437
+ * A unique identifier for the phone number.
5438
+ */
5439
+ PhoneNumberId?: PhoneNumberId;
5440
+ /**
5441
+ * The Amazon Resource Name (ARN) of the phone number.
5442
+ */
5443
+ PhoneNumberArn?: ARN;
5444
+ }
4987
5445
  export interface UpdateQueueHoursOfOperationRequest {
4988
5446
  /**
4989
5447
  * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
@@ -5347,6 +5805,16 @@ declare namespace Connect {
5347
5805
  */
5348
5806
  Email?: Email;
5349
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
+ }
5350
5818
  export interface UserPhoneConfig {
5351
5819
  /**
5352
5820
  * The phone type.
@@ -5375,6 +5843,68 @@ declare namespace Connect {
5375
5843
  */
5376
5844
  ContactFlowId: ContactFlowId;
5377
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[];
5378
5908
  export interface UserSummary {
5379
5909
  /**
5380
5910
  * The identifier of the user account.