@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
@@ -0,0 +1,523 @@
1
+ import {Request} from '../lib/request';
2
+ import {Response} from '../lib/response';
3
+ import {AWSError} from '../lib/error';
4
+ import {Service} from '../lib/service';
5
+ import {ServiceConfigurationOptions} from '../lib/service';
6
+ import {ConfigBase as Config} from '../lib/config-base';
7
+ interface Blob {}
8
+ declare class Ivschat extends Service {
9
+ /**
10
+ * Constructs a service object. This object has one method for each API operation.
11
+ */
12
+ constructor(options?: Ivschat.Types.ClientConfiguration)
13
+ config: Config & Ivschat.Types.ClientConfiguration;
14
+ /**
15
+ * Creates an encrypted token that is used to establish an individual WebSocket connection to a room. The token is valid for one minute, and a connection (session) established with the token is valid for the specified duration. Encryption keys are owned by Amazon IVS Chat and never used directly by your application.
16
+ */
17
+ createChatToken(params: Ivschat.Types.CreateChatTokenRequest, callback?: (err: AWSError, data: Ivschat.Types.CreateChatTokenResponse) => void): Request<Ivschat.Types.CreateChatTokenResponse, AWSError>;
18
+ /**
19
+ * Creates an encrypted token that is used to establish an individual WebSocket connection to a room. The token is valid for one minute, and a connection (session) established with the token is valid for the specified duration. Encryption keys are owned by Amazon IVS Chat and never used directly by your application.
20
+ */
21
+ createChatToken(callback?: (err: AWSError, data: Ivschat.Types.CreateChatTokenResponse) => void): Request<Ivschat.Types.CreateChatTokenResponse, AWSError>;
22
+ /**
23
+ * Creates a room that allows clients to connect and pass messages.
24
+ */
25
+ createRoom(params: Ivschat.Types.CreateRoomRequest, callback?: (err: AWSError, data: Ivschat.Types.CreateRoomResponse) => void): Request<Ivschat.Types.CreateRoomResponse, AWSError>;
26
+ /**
27
+ * Creates a room that allows clients to connect and pass messages.
28
+ */
29
+ createRoom(callback?: (err: AWSError, data: Ivschat.Types.CreateRoomResponse) => void): Request<Ivschat.Types.CreateRoomResponse, AWSError>;
30
+ /**
31
+ * Sends an event to a specific room which directs clients to delete a specific message; that is, unrender it from view and delete it from the client’s chat history. This event’s EventName is aws:DELETE_MESSAGE. This replicates the DeleteMessage WebSocket operation in the Amazon IVS Chat Messaging API.
32
+ */
33
+ deleteMessage(params: Ivschat.Types.DeleteMessageRequest, callback?: (err: AWSError, data: Ivschat.Types.DeleteMessageResponse) => void): Request<Ivschat.Types.DeleteMessageResponse, AWSError>;
34
+ /**
35
+ * Sends an event to a specific room which directs clients to delete a specific message; that is, unrender it from view and delete it from the client’s chat history. This event’s EventName is aws:DELETE_MESSAGE. This replicates the DeleteMessage WebSocket operation in the Amazon IVS Chat Messaging API.
36
+ */
37
+ deleteMessage(callback?: (err: AWSError, data: Ivschat.Types.DeleteMessageResponse) => void): Request<Ivschat.Types.DeleteMessageResponse, AWSError>;
38
+ /**
39
+ * Deletes the specified room.
40
+ */
41
+ deleteRoom(params: Ivschat.Types.DeleteRoomRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
42
+ /**
43
+ * Deletes the specified room.
44
+ */
45
+ deleteRoom(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
46
+ /**
47
+ * Disconnects all connections using a specified user ID from a room. This replicates the DisconnectUser WebSocket operation in the Amazon IVS Chat Messaging API.
48
+ */
49
+ disconnectUser(params: Ivschat.Types.DisconnectUserRequest, callback?: (err: AWSError, data: Ivschat.Types.DisconnectUserResponse) => void): Request<Ivschat.Types.DisconnectUserResponse, AWSError>;
50
+ /**
51
+ * Disconnects all connections using a specified user ID from a room. This replicates the DisconnectUser WebSocket operation in the Amazon IVS Chat Messaging API.
52
+ */
53
+ disconnectUser(callback?: (err: AWSError, data: Ivschat.Types.DisconnectUserResponse) => void): Request<Ivschat.Types.DisconnectUserResponse, AWSError>;
54
+ /**
55
+ * Gets the specified room.
56
+ */
57
+ getRoom(params: Ivschat.Types.GetRoomRequest, callback?: (err: AWSError, data: Ivschat.Types.GetRoomResponse) => void): Request<Ivschat.Types.GetRoomResponse, AWSError>;
58
+ /**
59
+ * Gets the specified room.
60
+ */
61
+ getRoom(callback?: (err: AWSError, data: Ivschat.Types.GetRoomResponse) => void): Request<Ivschat.Types.GetRoomResponse, AWSError>;
62
+ /**
63
+ * Gets summary information about all your rooms in the AWS region where the API request is processed. Results are sorted in descending order of updateTime.
64
+ */
65
+ listRooms(params: Ivschat.Types.ListRoomsRequest, callback?: (err: AWSError, data: Ivschat.Types.ListRoomsResponse) => void): Request<Ivschat.Types.ListRoomsResponse, AWSError>;
66
+ /**
67
+ * Gets summary information about all your rooms in the AWS region where the API request is processed. Results are sorted in descending order of updateTime.
68
+ */
69
+ listRooms(callback?: (err: AWSError, data: Ivschat.Types.ListRoomsResponse) => void): Request<Ivschat.Types.ListRoomsResponse, AWSError>;
70
+ /**
71
+ * Gets information about AWS tags for the specified ARN.
72
+ */
73
+ listTagsForResource(params: Ivschat.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Ivschat.Types.ListTagsForResourceResponse) => void): Request<Ivschat.Types.ListTagsForResourceResponse, AWSError>;
74
+ /**
75
+ * Gets information about AWS tags for the specified ARN.
76
+ */
77
+ listTagsForResource(callback?: (err: AWSError, data: Ivschat.Types.ListTagsForResourceResponse) => void): Request<Ivschat.Types.ListTagsForResourceResponse, AWSError>;
78
+ /**
79
+ * Sends an event to a room. Use this within your application’s business logic to send events to clients of a room; e.g., to notify clients to change the way the chat UI is rendered.
80
+ */
81
+ sendEvent(params: Ivschat.Types.SendEventRequest, callback?: (err: AWSError, data: Ivschat.Types.SendEventResponse) => void): Request<Ivschat.Types.SendEventResponse, AWSError>;
82
+ /**
83
+ * Sends an event to a room. Use this within your application’s business logic to send events to clients of a room; e.g., to notify clients to change the way the chat UI is rendered.
84
+ */
85
+ sendEvent(callback?: (err: AWSError, data: Ivschat.Types.SendEventResponse) => void): Request<Ivschat.Types.SendEventResponse, AWSError>;
86
+ /**
87
+ * Adds or updates tags for the AWS resource with the specified ARN.
88
+ */
89
+ tagResource(params: Ivschat.Types.TagResourceRequest, callback?: (err: AWSError, data: Ivschat.Types.TagResourceResponse) => void): Request<Ivschat.Types.TagResourceResponse, AWSError>;
90
+ /**
91
+ * Adds or updates tags for the AWS resource with the specified ARN.
92
+ */
93
+ tagResource(callback?: (err: AWSError, data: Ivschat.Types.TagResourceResponse) => void): Request<Ivschat.Types.TagResourceResponse, AWSError>;
94
+ /**
95
+ * Removes tags from the resource with the specified ARN.
96
+ */
97
+ untagResource(params: Ivschat.Types.UntagResourceRequest, callback?: (err: AWSError, data: Ivschat.Types.UntagResourceResponse) => void): Request<Ivschat.Types.UntagResourceResponse, AWSError>;
98
+ /**
99
+ * Removes tags from the resource with the specified ARN.
100
+ */
101
+ untagResource(callback?: (err: AWSError, data: Ivschat.Types.UntagResourceResponse) => void): Request<Ivschat.Types.UntagResourceResponse, AWSError>;
102
+ /**
103
+ * Updates a room’s configuration.
104
+ */
105
+ updateRoom(params: Ivschat.Types.UpdateRoomRequest, callback?: (err: AWSError, data: Ivschat.Types.UpdateRoomResponse) => void): Request<Ivschat.Types.UpdateRoomResponse, AWSError>;
106
+ /**
107
+ * Updates a room’s configuration.
108
+ */
109
+ updateRoom(callback?: (err: AWSError, data: Ivschat.Types.UpdateRoomResponse) => void): Request<Ivschat.Types.UpdateRoomResponse, AWSError>;
110
+ }
111
+ declare namespace Ivschat {
112
+ export type ChatToken = string;
113
+ export type ChatTokenAttributes = {[key: string]: String};
114
+ export type ChatTokenCapabilities = ChatTokenCapability[];
115
+ export type ChatTokenCapability = "SEND_MESSAGE"|"DISCONNECT_USER"|"DELETE_MESSAGE"|string;
116
+ export interface CreateChatTokenRequest {
117
+ /**
118
+ * Application-provided attributes to encode into the token and attach to a chat session. Map keys and values can contain UTF-8 encoded text. The maximum length of this field is 1 KB total.
119
+ */
120
+ attributes?: ChatTokenAttributes;
121
+ /**
122
+ * Set of capabilities that the user is allowed to perform in the room. Default: None (the capability to view messages is implicitly included in all requests).
123
+ */
124
+ capabilities?: ChatTokenCapabilities;
125
+ /**
126
+ * Identifier of the room that the client is trying to access. Currently this must be an ARN.
127
+ */
128
+ roomIdentifier: RoomIdentifier;
129
+ /**
130
+ * Session duration (in minutes), after which the session expires. Default: 60 (1 hour).
131
+ */
132
+ sessionDurationInMinutes?: SessionDurationInMinutes;
133
+ /**
134
+ * Application-provided ID that uniquely identifies the user associated with this token. This can be any UTF-8 encoded text.
135
+ */
136
+ userId: UserID;
137
+ }
138
+ export interface CreateChatTokenResponse {
139
+ /**
140
+ * Time after which an end user's session is no longer valid. This is an ISO 8601 timestamp; note that this is returned as a string.
141
+ */
142
+ sessionExpirationTime?: Time;
143
+ /**
144
+ * The issued client token, encrypted.
145
+ */
146
+ token?: ChatToken;
147
+ /**
148
+ * Time after which the token is no longer valid and cannot be used to connect to a room. This is an ISO 8601 timestamp; note that this is returned as a string.
149
+ */
150
+ tokenExpirationTime?: Time;
151
+ }
152
+ export interface CreateRoomRequest {
153
+ /**
154
+ * Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
155
+ */
156
+ maximumMessageLength?: RoomMaxMessageLength;
157
+ /**
158
+ * Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.
159
+ */
160
+ maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
161
+ /**
162
+ * Configuration information for optional review of messages.
163
+ */
164
+ messageReviewHandler?: MessageReviewHandler;
165
+ /**
166
+ * Room name. The value does not need to be unique.
167
+ */
168
+ name?: RoomName;
169
+ /**
170
+ * Tags to attach to the resource. Array of maps, each of the form string:string (key:value).
171
+ */
172
+ tags?: Tags;
173
+ }
174
+ export interface CreateRoomResponse {
175
+ /**
176
+ * Room ARN, assigned by the system.
177
+ */
178
+ arn?: RoomArn;
179
+ /**
180
+ * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
181
+ */
182
+ createTime?: Time;
183
+ /**
184
+ * Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
185
+ */
186
+ id?: RoomID;
187
+ /**
188
+ * Maximum number of characters in a single message, from the request.
189
+ */
190
+ maximumMessageLength?: RoomMaxMessageLength;
191
+ /**
192
+ * Maximum number of messages per second that can be sent to the room (by all clients), from the request.
193
+ */
194
+ maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
195
+ /**
196
+ * Configuration information for optional review of messages.
197
+ */
198
+ messageReviewHandler?: MessageReviewHandler;
199
+ /**
200
+ * Room name, from the request (if specified).
201
+ */
202
+ name?: RoomName;
203
+ /**
204
+ * Tags attached to the resource, from the request.
205
+ */
206
+ tags?: Tags;
207
+ /**
208
+ * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
209
+ */
210
+ updateTime?: Time;
211
+ }
212
+ export interface DeleteMessageRequest {
213
+ /**
214
+ * ID of the message to be deleted. This is the Id field in the received message (see Message (Subscribe) in the Chat Messaging API).
215
+ */
216
+ id: MessageID;
217
+ /**
218
+ * Reason for deleting the message.
219
+ */
220
+ reason?: Reason;
221
+ /**
222
+ * Identifier of the room where the message should be deleted. Currently this must be an ARN.
223
+ */
224
+ roomIdentifier: RoomIdentifier;
225
+ }
226
+ export interface DeleteMessageResponse {
227
+ /**
228
+ * Operation identifier, generated by Amazon IVS Chat.
229
+ */
230
+ id?: ID;
231
+ }
232
+ export interface DeleteRoomRequest {
233
+ /**
234
+ * Identifier of the room to be deleted. Currently this must be an ARN.
235
+ */
236
+ identifier: RoomIdentifier;
237
+ }
238
+ export interface DisconnectUserRequest {
239
+ /**
240
+ * Reason for disconnecting the user.
241
+ */
242
+ reason?: Reason;
243
+ /**
244
+ * Identifier of the room from which the user's clients should be disconnected. Currently this must be an ARN.
245
+ */
246
+ roomIdentifier: RoomIdentifier;
247
+ /**
248
+ * ID of the user (connection) to disconnect from the room.
249
+ */
250
+ userId: UserID;
251
+ }
252
+ export interface DisconnectUserResponse {
253
+ }
254
+ export type EventAttributes = {[key: string]: String};
255
+ export type EventName = string;
256
+ export type FallbackResult = "ALLOW"|"DENY"|string;
257
+ export interface GetRoomRequest {
258
+ /**
259
+ * Identifier of the room for which the configuration is to be retrieved. Currently this must be an ARN.
260
+ */
261
+ identifier: RoomIdentifier;
262
+ }
263
+ export interface GetRoomResponse {
264
+ /**
265
+ * Room ARN, from the request (if identifier was an ARN).
266
+ */
267
+ arn?: RoomArn;
268
+ /**
269
+ * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
270
+ */
271
+ createTime?: Time;
272
+ /**
273
+ * Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
274
+ */
275
+ id?: RoomID;
276
+ /**
277
+ * Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
278
+ */
279
+ maximumMessageLength?: RoomMaxMessageLength;
280
+ /**
281
+ * Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.
282
+ */
283
+ maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
284
+ /**
285
+ * Configuration information for optional review of messages.
286
+ */
287
+ messageReviewHandler?: MessageReviewHandler;
288
+ /**
289
+ * Room name. The value does not need to be unique.
290
+ */
291
+ name?: RoomName;
292
+ /**
293
+ * Tags attached to the resource. Array of maps, each of the form string:string (key:value).
294
+ */
295
+ tags?: Tags;
296
+ /**
297
+ * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
298
+ */
299
+ updateTime?: Time;
300
+ }
301
+ export type ID = string;
302
+ export type LambdaArn = string;
303
+ export interface ListRoomsRequest {
304
+ /**
305
+ * Maximum number of rooms to return. Default: 50.
306
+ */
307
+ maxResults?: MaxRoomResults;
308
+ /**
309
+ * Filters the list to match the specified message review handler URI.
310
+ */
311
+ messageReviewHandlerUri?: LambdaArn;
312
+ /**
313
+ * Filters the list to match the specified room name.
314
+ */
315
+ name?: RoomName;
316
+ /**
317
+ * The first room to retrieve. This is used for pagination; see the nextToken response field.
318
+ */
319
+ nextToken?: PaginationToken;
320
+ }
321
+ export interface ListRoomsResponse {
322
+ /**
323
+ * If there are more rooms than maxResults, use nextToken in the request to get the next set.
324
+ */
325
+ nextToken?: PaginationToken;
326
+ /**
327
+ * List of the matching rooms (summary information only).
328
+ */
329
+ rooms: RoomList;
330
+ }
331
+ export interface ListTagsForResourceRequest {
332
+ /**
333
+ * The ARN of the resource to be retrieved. The ARN must be URL-encoded.
334
+ */
335
+ resourceArn: ResourceArn;
336
+ }
337
+ export interface ListTagsForResourceResponse {
338
+ /**
339
+ * Tags to attach to the resource. Array of maps, each of the form string:string (key:value).
340
+ */
341
+ tags: Tags;
342
+ }
343
+ export type MaxRoomResults = number;
344
+ export type MessageID = string;
345
+ export interface MessageReviewHandler {
346
+ /**
347
+ * Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error or times out. If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user. Default: ALLOW.
348
+ */
349
+ fallbackResult?: FallbackResult;
350
+ /**
351
+ * Identifier of the message review handler. Currently this must be an ARN of a lambda function.
352
+ */
353
+ uri?: LambdaArn;
354
+ }
355
+ export type PaginationToken = string;
356
+ export type Reason = string;
357
+ export type ResourceArn = string;
358
+ export type RoomArn = string;
359
+ export type RoomID = string;
360
+ export type RoomIdentifier = string;
361
+ export type RoomList = RoomSummary[];
362
+ export type RoomMaxMessageLength = number;
363
+ export type RoomMaxMessageRatePerSecond = number;
364
+ export type RoomName = string;
365
+ export interface RoomSummary {
366
+ /**
367
+ * Room ARN.
368
+ */
369
+ arn?: RoomArn;
370
+ /**
371
+ * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
372
+ */
373
+ createTime?: Time;
374
+ /**
375
+ * Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
376
+ */
377
+ id?: RoomID;
378
+ /**
379
+ * Configuration information for optional review of messages.
380
+ */
381
+ messageReviewHandler?: MessageReviewHandler;
382
+ /**
383
+ * Room name. The value does not need to be unique.
384
+ */
385
+ name?: RoomName;
386
+ /**
387
+ * Tags attached to the resource.
388
+ */
389
+ tags?: Tags;
390
+ /**
391
+ * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
392
+ */
393
+ updateTime?: Time;
394
+ }
395
+ export interface SendEventRequest {
396
+ /**
397
+ * Application-defined metadata to attach to the event sent to clients. The maximum length of the metadata is 1 KB total.
398
+ */
399
+ attributes?: EventAttributes;
400
+ /**
401
+ * Application-defined name of the event to send to clients.
402
+ */
403
+ eventName: EventName;
404
+ /**
405
+ * Identifier of the room to which the event will be sent. Currently this must be an ARN.
406
+ */
407
+ roomIdentifier: RoomIdentifier;
408
+ }
409
+ export interface SendEventResponse {
410
+ /**
411
+ * An identifier generated by Amazon IVS Chat. This identifier must be used in subsequent operations for this message, such as DeleteMessage.
412
+ */
413
+ id?: ID;
414
+ }
415
+ export type SessionDurationInMinutes = number;
416
+ export type String = string;
417
+ export type TagKey = string;
418
+ export type TagKeyList = TagKey[];
419
+ export interface TagResourceRequest {
420
+ /**
421
+ * The ARN of the resource to be tagged. The ARN must be URL-encoded.
422
+ */
423
+ resourceArn: ResourceArn;
424
+ /**
425
+ * Array of tags to be added or updated.
426
+ */
427
+ tags: Tags;
428
+ }
429
+ export interface TagResourceResponse {
430
+ }
431
+ export type TagValue = string;
432
+ export type Tags = {[key: string]: TagValue};
433
+ export type Time = Date;
434
+ export interface UntagResourceRequest {
435
+ /**
436
+ * The ARN of the resource to be untagged. The ARN must be URL-encoded.
437
+ */
438
+ resourceArn: ResourceArn;
439
+ /**
440
+ * Array of tags to be removed.
441
+ */
442
+ tagKeys: TagKeyList;
443
+ }
444
+ export interface UntagResourceResponse {
445
+ }
446
+ export interface UpdateRoomRequest {
447
+ /**
448
+ * Identifier of the room to be updated. Currently this must be an ARN.
449
+ */
450
+ identifier: RoomIdentifier;
451
+ /**
452
+ * The maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
453
+ */
454
+ maximumMessageLength?: RoomMaxMessageLength;
455
+ /**
456
+ * Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.
457
+ */
458
+ maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
459
+ /**
460
+ * Configuration information for optional review of messages. Specify an empty uri string to disassociate a message review handler from the specified room.
461
+ */
462
+ messageReviewHandler?: MessageReviewHandler;
463
+ /**
464
+ * Room name. The value does not need to be unique.
465
+ */
466
+ name?: RoomName;
467
+ }
468
+ export interface UpdateRoomResponse {
469
+ /**
470
+ * Room ARN, from the request (if identifier was an ARN).
471
+ */
472
+ arn?: RoomArn;
473
+ /**
474
+ * Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
475
+ */
476
+ createTime?: Time;
477
+ /**
478
+ * Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
479
+ */
480
+ id?: RoomID;
481
+ /**
482
+ * Maximum number of characters in a single message, from the request.
483
+ */
484
+ maximumMessageLength?: RoomMaxMessageLength;
485
+ /**
486
+ * Maximum number of messages per second that can be sent to the room (by all clients), from the request.
487
+ */
488
+ maximumMessageRatePerSecond?: RoomMaxMessageRatePerSecond;
489
+ /**
490
+ * Configuration information for optional review of messages.
491
+ */
492
+ messageReviewHandler?: MessageReviewHandler;
493
+ /**
494
+ * Room name, from the request.
495
+ */
496
+ name?: RoomName;
497
+ /**
498
+ * Tags attached to the resource.
499
+ */
500
+ tags?: Tags;
501
+ /**
502
+ * Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
503
+ */
504
+ updateTime?: Time;
505
+ }
506
+ export type UserID = string;
507
+ /**
508
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
509
+ */
510
+ export type apiVersion = "2020-07-14"|"latest"|string;
511
+ export interface ClientApiVersions {
512
+ /**
513
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
514
+ */
515
+ apiVersion?: apiVersion;
516
+ }
517
+ export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
518
+ /**
519
+ * Contains interfaces for use with the Ivschat client.
520
+ */
521
+ export import Types = Ivschat;
522
+ }
523
+ export = Ivschat;
@@ -0,0 +1,18 @@
1
+ require('../lib/node_loader');
2
+ var AWS = require('../lib/core');
3
+ var Service = AWS.Service;
4
+ var apiLoader = AWS.apiLoader;
5
+
6
+ apiLoader.services['ivschat'] = {};
7
+ AWS.Ivschat = Service.defineService('ivschat', ['2020-07-14']);
8
+ Object.defineProperty(apiLoader.services['ivschat'], '2020-07-14', {
9
+ get: function get() {
10
+ var model = require('../apis/ivschat-2020-07-14.min.json');
11
+ model.paginators = require('../apis/ivschat-2020-07-14.paginators.json').pagination;
12
+ return model;
13
+ },
14
+ enumerable: true,
15
+ configurable: true
16
+ });
17
+
18
+ module.exports = AWS.Ivschat;
@@ -43,6 +43,14 @@ declare class KafkaConnect extends Service {
43
43
  * Deletes the specified connector.
44
44
  */
45
45
  deleteConnector(callback?: (err: AWSError, data: KafkaConnect.Types.DeleteConnectorResponse) => void): Request<KafkaConnect.Types.DeleteConnectorResponse, AWSError>;
46
+ /**
47
+ * Deletes a custom plugin.
48
+ */
49
+ deleteCustomPlugin(params: KafkaConnect.Types.DeleteCustomPluginRequest, callback?: (err: AWSError, data: KafkaConnect.Types.DeleteCustomPluginResponse) => void): Request<KafkaConnect.Types.DeleteCustomPluginResponse, AWSError>;
50
+ /**
51
+ * Deletes a custom plugin.
52
+ */
53
+ deleteCustomPlugin(callback?: (err: AWSError, data: KafkaConnect.Types.DeleteCustomPluginResponse) => void): Request<KafkaConnect.Types.DeleteCustomPluginResponse, AWSError>;
46
54
  /**
47
55
  * Returns summary information about the connector.
48
56
  */
@@ -308,7 +316,7 @@ declare namespace KafkaConnect {
308
316
  /**
309
317
  * A map of keys to values that represent the configuration for the connector.
310
318
  */
311
- connectorConfiguration: __mapOf__string;
319
+ connectorConfiguration: SyntheticCreateConnectorRequest__mapOf__string;
312
320
  /**
313
321
  * A summary description of the connector.
314
322
  */
@@ -412,7 +420,7 @@ declare namespace KafkaConnect {
412
420
  /**
413
421
  * Base64 encoded contents of connect-distributed.properties file.
414
422
  */
415
- propertiesFileContent: __string;
423
+ propertiesFileContent: SyntheticCreateWorkerConfigurationRequest__string;
416
424
  }
417
425
  export interface CreateWorkerConfigurationResponse {
418
426
  /**
@@ -548,6 +556,22 @@ declare namespace KafkaConnect {
548
556
  */
549
557
  connectorState?: ConnectorState;
550
558
  }
559
+ export interface DeleteCustomPluginRequest {
560
+ /**
561
+ * The Amazon Resource Name (ARN) of the custom plugin that you want to delete.
562
+ */
563
+ customPluginArn: __string;
564
+ }
565
+ export interface DeleteCustomPluginResponse {
566
+ /**
567
+ * The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.
568
+ */
569
+ customPluginArn?: __string;
570
+ /**
571
+ * The state of the custom plugin.
572
+ */
573
+ customPluginState?: CustomPluginState;
574
+ }
551
575
  export interface DescribeConnectorRequest {
552
576
  /**
553
577
  * The Amazon Resource Name (ARN) of the connector that you want to describe.
@@ -566,7 +590,7 @@ declare namespace KafkaConnect {
566
590
  /**
567
591
  * A map of keys to values that represent the configuration for the connector.
568
592
  */
569
- connectorConfiguration?: __mapOf__string;
593
+ connectorConfiguration?: SyntheticDescribeConnectorResponse__mapOf__string;
570
594
  /**
571
595
  * A summary description of the connector.
572
596
  */
@@ -615,6 +639,10 @@ declare namespace KafkaConnect {
615
639
  * The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
616
640
  */
617
641
  serviceExecutionRoleArn?: __string;
642
+ /**
643
+ * Details about the state of a connector.
644
+ */
645
+ stateDescription?: StateDescription;
618
646
  /**
619
647
  * Specifies which worker configuration was used for the connector.
620
648
  */
@@ -651,6 +679,10 @@ declare namespace KafkaConnect {
651
679
  * The name of the custom plugin.
652
680
  */
653
681
  name?: __string;
682
+ /**
683
+ * Details about the state of a custom plugin.
684
+ */
685
+ stateDescription?: StateDescription;
654
686
  }
655
687
  export interface DescribeWorkerConfigurationRequest {
656
688
  /**
@@ -949,6 +981,20 @@ declare namespace KafkaConnect {
949
981
  */
950
982
  cpuUtilizationPercentage: __integerMin1Max100;
951
983
  }
984
+ export interface StateDescription {
985
+ /**
986
+ * A code that describes the state of a resource.
987
+ */
988
+ code?: __string;
989
+ /**
990
+ * A message that describes the state of a resource.
991
+ */
992
+ message?: __string;
993
+ }
994
+ export type SyntheticCreateConnectorRequest__mapOf__string = {[key: string]: __string};
995
+ export type SyntheticCreateWorkerConfigurationRequest__string = string;
996
+ export type SyntheticDescribeConnectorResponse__mapOf__string = {[key: string]: __string};
997
+ export type SyntheticWorkerConfigurationRevisionDescription__string = string;
952
998
  export interface UpdateConnectorRequest {
953
999
  /**
954
1000
  * The target capacity.
@@ -1025,7 +1071,7 @@ declare namespace KafkaConnect {
1025
1071
  /**
1026
1072
  * Base64 encoded contents of the connect-distributed.properties file.
1027
1073
  */
1028
- propertiesFileContent?: __string;
1074
+ propertiesFileContent?: SyntheticWorkerConfigurationRevisionDescription__string;
1029
1075
  /**
1030
1076
  * The description of a revision of the worker configuration.
1031
1077
  */
@@ -1108,7 +1154,6 @@ declare namespace KafkaConnect {
1108
1154
  export type __listOf__string = __string[];
1109
1155
  export type __long = number;
1110
1156
  export type __longMin1 = number;
1111
- export type __mapOf__string = {[key: string]: __string};
1112
1157
  export type __string = string;
1113
1158
  export type __stringMax1024 = string;
1114
1159
  export type __stringMin1Max128 = string;