@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
@@ -496,15 +496,15 @@ declare namespace AmplifyBackend {
496
496
  }
497
497
  export interface CreateBackendAuthForgotPasswordConfig {
498
498
  /**
499
- * Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.
499
+ * (DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.
500
500
  */
501
501
  DeliveryMethod: DeliveryMethod;
502
502
  /**
503
- * The configuration for the email sent when an app user forgets their password.
503
+ * (DEPRECATED) The configuration for the email sent when an app user forgets their password.
504
504
  */
505
505
  EmailSettings?: EmailSettings;
506
506
  /**
507
- * The configuration for the SMS message sent when an app user forgets their password.
507
+ * (DEPRECATED) The configuration for the SMS message sent when an app user forgets their password.
508
508
  */
509
509
  SmsSettings?: SmsSettings;
510
510
  }
@@ -628,7 +628,7 @@ declare namespace AmplifyBackend {
628
628
  }
629
629
  export interface CreateBackendAuthUserPoolConfig {
630
630
  /**
631
- * Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
631
+ * (DEPRECATED) Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
632
632
  */
633
633
  ForgotPassword?: CreateBackendAuthForgotPasswordConfig;
634
634
  /**
@@ -655,6 +655,24 @@ declare namespace AmplifyBackend {
655
655
  * The Amazon Cognito user pool name.
656
656
  */
657
657
  UserPoolName: __string;
658
+ /**
659
+ * Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.
660
+ */
661
+ VerificationMessage?: CreateBackendAuthVerificationMessageConfig;
662
+ }
663
+ export interface CreateBackendAuthVerificationMessageConfig {
664
+ /**
665
+ * The type of verification message to send.
666
+ */
667
+ DeliveryMethod: DeliveryMethod;
668
+ /**
669
+ * The settings for the email message.
670
+ */
671
+ EmailSettings?: EmailSettings;
672
+ /**
673
+ * The settings for the SMS message.
674
+ */
675
+ SmsSettings?: SmsSettings;
658
676
  }
659
677
  export interface CreateBackendConfigRequest {
660
678
  /**
@@ -698,7 +716,7 @@ declare namespace AmplifyBackend {
698
716
  */
699
717
  BackendEnvironmentName: __string;
700
718
  /**
701
- * The resource configuration for creating backend storage.
719
+ * The resource configuration for creating a backend.
702
720
  */
703
721
  ResourceConfig?: ResourceConfig;
704
722
  /**
@@ -981,11 +999,11 @@ declare namespace AmplifyBackend {
981
999
  export type DeliveryMethod = "EMAIL"|"SMS"|string;
982
1000
  export interface EmailSettings {
983
1001
  /**
984
- * The body of the email.
1002
+ * The contents of the email message.
985
1003
  */
986
1004
  EmailMessage?: __string;
987
1005
  /**
988
- * The subject of the email.
1006
+ * The contents of the subject line of the email message.
989
1007
  */
990
1008
  EmailSubject?: __string;
991
1009
  }
@@ -1532,7 +1550,7 @@ declare namespace AmplifyBackend {
1532
1550
  export type SignInMethod = "EMAIL"|"EMAIL_AND_PHONE_NUMBER"|"PHONE_NUMBER"|"USERNAME"|string;
1533
1551
  export interface SmsSettings {
1534
1552
  /**
1535
- * The body of the SMS message.
1553
+ * The contents of the SMS message.
1536
1554
  */
1537
1555
  SmsMessage?: __string;
1538
1556
  }
@@ -1589,15 +1607,15 @@ declare namespace AmplifyBackend {
1589
1607
  }
1590
1608
  export interface UpdateBackendAuthForgotPasswordConfig {
1591
1609
  /**
1592
- * Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
1610
+ * (DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
1593
1611
  */
1594
1612
  DeliveryMethod?: DeliveryMethod;
1595
1613
  /**
1596
- * The configuration for the email sent when an app user forgets their password.
1614
+ * (DEPRECATED) The configuration for the email sent when an app user forgets their password.
1597
1615
  */
1598
1616
  EmailSettings?: EmailSettings;
1599
1617
  /**
1600
- * The configuration for the SMS message sent when an Amplify app user forgets their password.
1618
+ * (DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.
1601
1619
  */
1602
1620
  SmsSettings?: SmsSettings;
1603
1621
  }
@@ -1717,7 +1735,7 @@ declare namespace AmplifyBackend {
1717
1735
  }
1718
1736
  export interface UpdateBackendAuthUserPoolConfig {
1719
1737
  /**
1720
- * Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
1738
+ * (DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
1721
1739
  */
1722
1740
  ForgotPassword?: UpdateBackendAuthForgotPasswordConfig;
1723
1741
  /**
@@ -1732,6 +1750,24 @@ declare namespace AmplifyBackend {
1732
1750
  * Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
1733
1751
  */
1734
1752
  PasswordPolicy?: UpdateBackendAuthPasswordPolicyConfig;
1753
+ /**
1754
+ * Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.
1755
+ */
1756
+ VerificationMessage?: UpdateBackendAuthVerificationMessageConfig;
1757
+ }
1758
+ export interface UpdateBackendAuthVerificationMessageConfig {
1759
+ /**
1760
+ * The type of verification message to send.
1761
+ */
1762
+ DeliveryMethod: DeliveryMethod;
1763
+ /**
1764
+ * The settings for the email message.
1765
+ */
1766
+ EmailSettings?: EmailSettings;
1767
+ /**
1768
+ * The settings for the SMS message.
1769
+ */
1770
+ SmsSettings?: SmsSettings;
1735
1771
  }
1736
1772
  export interface UpdateBackendConfigRequest {
1737
1773
  /**
@@ -125,6 +125,44 @@ declare class AmplifyUIBuilder extends Service {
125
125
  updateTheme(callback?: (err: AWSError, data: AmplifyUIBuilder.Types.UpdateThemeResponse) => void): Request<AmplifyUIBuilder.Types.UpdateThemeResponse, AWSError>;
126
126
  }
127
127
  declare namespace AmplifyUIBuilder {
128
+ export interface ActionParameters {
129
+ /**
130
+ * The HTML anchor link to the location to open. Specify this value for a navigation action.
131
+ */
132
+ anchor?: ComponentProperty;
133
+ /**
134
+ * A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model. Use when the action performs an operation on an Amplify DataStore model.
135
+ */
136
+ fields?: ComponentProperties;
137
+ /**
138
+ * Specifies whether the user should be signed out globally. Specify this value for an auth sign out action.
139
+ */
140
+ global?: ComponentProperty;
141
+ /**
142
+ * The unique ID of the component that the ActionParameters apply to.
143
+ */
144
+ id?: ComponentProperty;
145
+ /**
146
+ * The name of the data model. Use when the action performs an operation on an Amplify DataStore model.
147
+ */
148
+ model?: String;
149
+ /**
150
+ * A key-value pair that specifies the state property name and its initial value.
151
+ */
152
+ state?: MutationActionSetStateParameter;
153
+ /**
154
+ * The element within the same component to modify when the action occurs.
155
+ */
156
+ target?: ComponentProperty;
157
+ /**
158
+ * The type of navigation action. Valid values are url and anchor. This value is required for a navigation action.
159
+ */
160
+ type?: ComponentProperty;
161
+ /**
162
+ * The URL to the location to open. Specify this value for a navigation action.
163
+ */
164
+ url?: ComponentProperty;
165
+ }
128
166
  export type Boolean = boolean;
129
167
  export interface Component {
130
168
  /**
@@ -132,7 +170,7 @@ declare namespace AmplifyUIBuilder {
132
170
  */
133
171
  appId: String;
134
172
  /**
135
- * The information to connect a component's properties to data at runtime.
173
+ * The information to connect a component's properties to data at runtime. You can't specify tags as a valid property for bindingProperties.
136
174
  */
137
175
  bindingProperties: ComponentBindingProperties;
138
176
  /**
@@ -140,7 +178,7 @@ declare namespace AmplifyUIBuilder {
140
178
  */
141
179
  children?: ComponentChildList;
142
180
  /**
143
- * The data binding configuration for the component's properties. Use this for a collection component.
181
+ * The data binding configuration for the component's properties. Use this for a collection component. You can't specify tags as a valid property for collectionProperties.
144
182
  */
145
183
  collectionProperties?: ComponentCollectionProperties;
146
184
  /**
@@ -155,6 +193,10 @@ declare namespace AmplifyUIBuilder {
155
193
  * The name of the backend environment that is a part of the Amplify app.
156
194
  */
157
195
  environmentName: String;
196
+ /**
197
+ * Describes the events that can be raised on the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.
198
+ */
199
+ events?: ComponentEvents;
158
200
  /**
159
201
  * The unique ID of the component.
160
202
  */
@@ -168,13 +210,17 @@ declare namespace AmplifyUIBuilder {
168
210
  */
169
211
  name: ComponentName;
170
212
  /**
171
- * Describes the component's properties that can be overriden in a customized instance of the component.
213
+ * Describes the component's properties that can be overriden in a customized instance of the component. You can't specify tags as a valid property for overrides.
172
214
  */
173
215
  overrides: ComponentOverrides;
174
216
  /**
175
- * Describes the component's properties.
217
+ * Describes the component's properties. You can't specify tags as a valid property for properties.
176
218
  */
177
219
  properties: ComponentProperties;
220
+ /**
221
+ * The schema version of the component when it was imported.
222
+ */
223
+ schemaVersion?: String;
178
224
  /**
179
225
  * The unique ID of the component in its original source system, such as Figma.
180
226
  */
@@ -242,14 +288,22 @@ declare namespace AmplifyUIBuilder {
242
288
  * The type of the child component.
243
289
  */
244
290
  componentType: String;
291
+ /**
292
+ * Describes the events that can be raised on the child component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.
293
+ */
294
+ events?: ComponentEvents;
245
295
  /**
246
296
  * The name of the child component.
247
297
  */
248
298
  name: String;
249
299
  /**
250
- * Describes the properties of the child component.
300
+ * Describes the properties of the child component. You can't specify tags as a valid property for properties.
251
301
  */
252
302
  properties: ComponentProperties;
303
+ /**
304
+ * The unique ID of the child component in its original source system, such as Figma.
305
+ */
306
+ sourceId?: String;
253
307
  }
254
308
  export type ComponentChildList = ComponentChild[];
255
309
  export type ComponentCollectionProperties = {[key: string]: ComponentDataConfiguration};
@@ -266,6 +320,10 @@ declare namespace AmplifyUIBuilder {
266
320
  * The value of the property to evaluate.
267
321
  */
268
322
  operand?: String;
323
+ /**
324
+ * The type of the property to evaluate.
325
+ */
326
+ operandType?: String;
269
327
  /**
270
328
  * The operator to use to perform the evaluation, such as eq to represent equals.
271
329
  */
@@ -297,6 +355,21 @@ declare namespace AmplifyUIBuilder {
297
355
  */
298
356
  sort?: SortPropertyList;
299
357
  }
358
+ export interface ComponentEvent {
359
+ /**
360
+ * The action to perform when a specific event is raised.
361
+ */
362
+ action?: String;
363
+ /**
364
+ * Binds an event to an action on a component. When you specify a bindingEvent, the event is called when the action is performed.
365
+ */
366
+ bindingEvent?: String;
367
+ /**
368
+ * Describes information about the action.
369
+ */
370
+ parameters?: ActionParameters;
371
+ }
372
+ export type ComponentEvents = {[key: string]: ComponentEvent};
300
373
  export type ComponentList = Component[];
301
374
  export type ComponentName = string;
302
375
  export type ComponentOverrides = {[key: string]: ComponentOverridesValue};
@@ -315,12 +388,16 @@ declare namespace AmplifyUIBuilder {
315
388
  * The information to bind the component property to data at runtime. Use this for collection components.
316
389
  */
317
390
  collectionBindingProperties?: ComponentPropertyBindingProperties;
391
+ /**
392
+ * The name of the component that is affected by an event.
393
+ */
394
+ componentName?: String;
318
395
  /**
319
396
  * A list of component properties to concatenate to create the value to assign to this component property.
320
397
  */
321
398
  concat?: ComponentPropertyList;
322
399
  /**
323
- * The conditional expression to use to assign a value to the component property..
400
+ * The conditional expression to use to assign a value to the component property.
324
401
  */
325
402
  condition?: ComponentConditionProperty;
326
403
  /**
@@ -336,13 +413,17 @@ declare namespace AmplifyUIBuilder {
336
413
  */
337
414
  event?: String;
338
415
  /**
339
- * The default value assigned to property when the component is imported into an app.
416
+ * The default value assigned to the property when the component is imported into an app.
340
417
  */
341
418
  importedValue?: String;
342
419
  /**
343
420
  * The data model to use to assign a value to the component property.
344
421
  */
345
422
  model?: String;
423
+ /**
424
+ * The name of the component's property that is affected by an event.
425
+ */
426
+ property?: String;
346
427
  /**
347
428
  * The component type.
348
429
  */
@@ -393,11 +474,11 @@ declare namespace AmplifyUIBuilder {
393
474
  export type ComponentType = string;
394
475
  export interface ComponentVariant {
395
476
  /**
396
- * The properties of the component variant that can be overriden when customizing an instance of the component.
477
+ * The properties of the component variant that can be overriden when customizing an instance of the component. You can't specify tags as a valid property for overrides.
397
478
  */
398
479
  overrides?: ComponentOverrides;
399
480
  /**
400
- * The combination of variants that comprise this variant.
481
+ * The combination of variants that comprise this variant. You can't specify tags as a valid property for variantValues.
401
482
  */
402
483
  variantValues?: ComponentVariantValues;
403
484
  }
@@ -420,6 +501,10 @@ declare namespace AmplifyUIBuilder {
420
501
  * The component type. This can be an Amplify custom UI component or another custom component.
421
502
  */
422
503
  componentType: ComponentType;
504
+ /**
505
+ * The event configuration for the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.
506
+ */
507
+ events?: ComponentEvents;
423
508
  /**
424
509
  * The name of the component
425
510
  */
@@ -432,6 +517,10 @@ declare namespace AmplifyUIBuilder {
432
517
  * Describes the component's properties.
433
518
  */
434
519
  properties: ComponentProperties;
520
+ /**
521
+ * The schema version of the component when it was imported.
522
+ */
523
+ schemaVersion?: String;
435
524
  /**
436
525
  * The unique ID of the component in its original source system, such as Figma.
437
526
  */
@@ -553,7 +642,7 @@ declare namespace AmplifyUIBuilder {
553
642
  /**
554
643
  * The access code to send in the request.
555
644
  */
556
- code: SyntheticExchangeCodeForTokenRequestBodyString;
645
+ code: SensitiveString;
557
646
  /**
558
647
  * The location of the application that will receive the access code.
559
648
  */
@@ -563,7 +652,7 @@ declare namespace AmplifyUIBuilder {
563
652
  /**
564
653
  * The access token.
565
654
  */
566
- accessToken: SyntheticExchangeCodeForTokenResponseString;
655
+ accessToken: SensitiveString;
567
656
  /**
568
657
  * The date and time when the new access token expires.
569
658
  */
@@ -571,7 +660,7 @@ declare namespace AmplifyUIBuilder {
571
660
  /**
572
661
  * The token to use to refresh a previously issued access token that might have expired.
573
662
  */
574
- refreshToken: SyntheticExchangeCodeForTokenResponseString;
663
+ refreshToken: SensitiveString;
575
664
  }
576
665
  export interface ExportComponentsRequest {
577
666
  /**
@@ -582,12 +671,20 @@ declare namespace AmplifyUIBuilder {
582
671
  * The name of the backend environment that is a part of the Amplify app.
583
672
  */
584
673
  environmentName: String;
674
+ /**
675
+ * The token to request the next page of results.
676
+ */
677
+ nextToken?: String;
585
678
  }
586
679
  export interface ExportComponentsResponse {
587
680
  /**
588
681
  * Represents the configuration of the exported components.
589
682
  */
590
683
  entities: ComponentList;
684
+ /**
685
+ * The pagination token that's included if more results are available.
686
+ */
687
+ nextToken?: String;
591
688
  }
592
689
  export interface ExportThemesRequest {
593
690
  /**
@@ -598,12 +695,20 @@ declare namespace AmplifyUIBuilder {
598
695
  * The name of the backend environment that is part of the Amplify app.
599
696
  */
600
697
  environmentName: String;
698
+ /**
699
+ * The token to request the next page of results.
700
+ */
701
+ nextToken?: String;
601
702
  }
602
703
  export interface ExportThemesResponse {
603
704
  /**
604
705
  * Represents the configuration of the exported themes.
605
706
  */
606
707
  entities: ThemeList;
708
+ /**
709
+ * The pagination token that's included if more results are available.
710
+ */
711
+ nextToken?: String;
607
712
  }
608
713
  export interface FormBindingElement {
609
714
  /**
@@ -716,6 +821,20 @@ declare namespace AmplifyUIBuilder {
716
821
  */
717
822
  nextToken?: String;
718
823
  }
824
+ export interface MutationActionSetStateParameter {
825
+ /**
826
+ * The name of the component that is being modified.
827
+ */
828
+ componentName: String;
829
+ /**
830
+ * The name of the component property to apply the state configuration to.
831
+ */
832
+ property: String;
833
+ /**
834
+ * The state configuration to assign to the property.
835
+ */
836
+ set: ComponentProperty;
837
+ }
719
838
  export interface Predicate {
720
839
  /**
721
840
  * A list of predicates to combine logically.
@@ -753,18 +872,19 @@ declare namespace AmplifyUIBuilder {
753
872
  /**
754
873
  * The token to use to refresh a previously issued access token that might have expired.
755
874
  */
756
- token: SyntheticRefreshTokenRequestBodyString;
875
+ token: SensitiveString;
757
876
  }
758
877
  export interface RefreshTokenResponse {
759
878
  /**
760
879
  * The access token.
761
880
  */
762
- accessToken: SyntheticRefreshTokenResponseString;
881
+ accessToken: SensitiveString;
763
882
  /**
764
883
  * The date and time when the new access token expires.
765
884
  */
766
885
  expiresIn: Integer;
767
886
  }
887
+ export type SensitiveString = string;
768
888
  export type SortDirection = "ASC"|"DESC"|string;
769
889
  export interface SortProperty {
770
890
  /**
@@ -778,10 +898,6 @@ declare namespace AmplifyUIBuilder {
778
898
  }
779
899
  export type SortPropertyList = SortProperty[];
780
900
  export type String = string;
781
- export type SyntheticExchangeCodeForTokenRequestBodyString = string;
782
- export type SyntheticExchangeCodeForTokenResponseString = string;
783
- export type SyntheticRefreshTokenRequestBodyString = string;
784
- export type SyntheticRefreshTokenResponseString = string;
785
901
  export type SyntheticTimestamp_date_time = Date;
786
902
  export type TagKey = string;
787
903
  export type TagValue = string;
@@ -884,6 +1000,10 @@ declare namespace AmplifyUIBuilder {
884
1000
  * The type of the component. This can be an Amplify custom UI component or another custom component.
885
1001
  */
886
1002
  componentType?: ComponentType;
1003
+ /**
1004
+ * The event configuration for the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.
1005
+ */
1006
+ events?: ComponentEvents;
887
1007
  /**
888
1008
  * The unique ID of the component to update.
889
1009
  */
@@ -900,6 +1020,10 @@ declare namespace AmplifyUIBuilder {
900
1020
  * Describes the component's properties.
901
1021
  */
902
1022
  properties?: ComponentProperties;
1023
+ /**
1024
+ * The schema version of the component when it was imported.
1025
+ */
1026
+ schemaVersion?: String;
903
1027
  /**
904
1028
  * The unique ID of the component in its original source system, such as Figma.
905
1029
  */
@@ -1406,10 +1406,18 @@ declare namespace Appflow {
1406
1406
  * The properties required to query Zendesk.
1407
1407
  */
1408
1408
  Zendesk?: ZendeskDestinationProperties;
1409
+ /**
1410
+ * The properties required to query Marketo.
1411
+ */
1412
+ Marketo?: MarketoDestinationProperties;
1409
1413
  /**
1410
1414
  * The properties that are required to query the custom Connector.
1411
1415
  */
1412
1416
  CustomConnector?: CustomConnectorDestinationProperties;
1417
+ /**
1418
+ * The properties required to query SAPOData.
1419
+ */
1420
+ SAPOData?: SAPODataDestinationProperties;
1413
1421
  }
1414
1422
  export type DestinationField = string;
1415
1423
  export interface DestinationFieldProperties {
@@ -1904,6 +1912,13 @@ declare namespace Appflow {
1904
1912
  */
1905
1913
  instanceUrl: InstanceUrl;
1906
1914
  }
1915
+ export interface MarketoDestinationProperties {
1916
+ /**
1917
+ * The object specified in the Marketo flow destination.
1918
+ */
1919
+ object: Object;
1920
+ errorHandlingConfig?: ErrorHandlingConfig;
1921
+ }
1907
1922
  export interface MarketoMetadata {
1908
1923
  }
1909
1924
  export interface MarketoSourceProperties {
@@ -1935,6 +1950,38 @@ declare namespace Appflow {
1935
1950
  refreshToken?: RefreshToken;
1936
1951
  oAuthRequest?: ConnectorOAuthRequest;
1937
1952
  }
1953
+ export interface OAuth2CustomParameter {
1954
+ /**
1955
+ * The key of the custom parameter required for OAuth 2.0 authentication.
1956
+ */
1957
+ key?: Key;
1958
+ /**
1959
+ * Indicates whether the custom parameter for OAuth 2.0 authentication is required.
1960
+ */
1961
+ isRequired?: Boolean;
1962
+ /**
1963
+ * The label of the custom parameter used for OAuth 2.0 authentication.
1964
+ */
1965
+ label?: Label;
1966
+ /**
1967
+ * A description about the custom parameter used for OAuth 2.0 authentication.
1968
+ */
1969
+ description?: Description;
1970
+ /**
1971
+ * Indicates whether this authentication custom parameter is a sensitive field.
1972
+ */
1973
+ isSensitiveField?: Boolean;
1974
+ /**
1975
+ * Contains default values for this authentication parameter that are supplied by the connector.
1976
+ */
1977
+ connectorSuppliedValues?: ConnectorSuppliedValueList;
1978
+ /**
1979
+ * Indicates whether custom parameter is used with TokenUrl or AuthUrl.
1980
+ */
1981
+ type?: OAuth2CustomPropType;
1982
+ }
1983
+ export type OAuth2CustomPropType = "TOKEN_URL"|"AUTH_URL"|string;
1984
+ export type OAuth2CustomPropertiesList = OAuth2CustomParameter[];
1938
1985
  export interface OAuth2Defaults {
1939
1986
  /**
1940
1987
  * OAuth 2.0 scopes that the connector supports.
@@ -1952,6 +1999,10 @@ declare namespace Appflow {
1952
1999
  * OAuth 2.0 grant types supported by the connector.
1953
2000
  */
1954
2001
  oauth2GrantTypesSupported?: OAuth2GrantTypeSupportedList;
2002
+ /**
2003
+ * List of custom parameters required for OAuth 2.0 authentication.
2004
+ */
2005
+ oauth2CustomProperties?: OAuth2CustomPropertiesList;
1955
2006
  }
1956
2007
  export type OAuth2GrantType = "CLIENT_CREDENTIALS"|"AUTHORIZATION_CODE"|string;
1957
2008
  export type OAuth2GrantTypeSupportedList = OAuth2GrantType[];
@@ -1964,6 +2015,10 @@ declare namespace Appflow {
1964
2015
  * The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
1965
2016
  */
1966
2017
  oAuth2GrantType: OAuth2GrantType;
2018
+ /**
2019
+ * Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.
2020
+ */
2021
+ tokenUrlCustomProperties?: TokenUrlCustomProperties;
1967
2022
  }
1968
2023
  export interface OAuthCredentials {
1969
2024
  /**
@@ -2216,6 +2271,19 @@ declare namespace Appflow {
2216
2271
  */
2217
2272
  oAuthProperties?: OAuthProperties;
2218
2273
  }
2274
+ export interface SAPODataDestinationProperties {
2275
+ /**
2276
+ * The object path specified in the SAPOData flow destination.
2277
+ */
2278
+ objectPath: Object;
2279
+ /**
2280
+ * Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data. For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.
2281
+ */
2282
+ successResponseHandlingConfig?: SuccessResponseHandlingConfig;
2283
+ idFieldNames?: IdFieldNameList;
2284
+ errorHandlingConfig?: ErrorHandlingConfig;
2285
+ writeOperationType?: WriteOperationType;
2286
+ }
2219
2287
  export interface SAPODataMetadata {
2220
2288
  }
2221
2289
  export interface SAPODataSourceProperties {
@@ -2604,6 +2672,16 @@ declare namespace Appflow {
2604
2672
  flowStatus?: FlowStatus;
2605
2673
  }
2606
2674
  export type String = string;
2675
+ export interface SuccessResponseHandlingConfig {
2676
+ /**
2677
+ * The Amazon S3 bucket prefix.
2678
+ */
2679
+ bucketPrefix?: BucketPrefix;
2680
+ /**
2681
+ * The name of the Amazon S3 bucket.
2682
+ */
2683
+ bucketName?: BucketName;
2684
+ }
2607
2685
  export type SupportedApiVersion = string;
2608
2686
  export type SupportedApiVersionList = SupportedApiVersion[];
2609
2687
  export interface SupportedFieldTypeDetails {
@@ -2654,10 +2732,11 @@ declare namespace Appflow {
2654
2732
  taskProperties?: TaskPropertiesMap;
2655
2733
  }
2656
2734
  export type TaskPropertiesMap = {[key: string]: Property};
2657
- export type TaskType = "Arithmetic"|"Filter"|"Map"|"Map_all"|"Mask"|"Merge"|"Truncate"|"Validate"|string;
2735
+ export type TaskType = "Arithmetic"|"Filter"|"Map"|"Map_all"|"Mask"|"Merge"|"Passthrough"|"Truncate"|"Validate"|string;
2658
2736
  export type Tasks = Task[];
2659
2737
  export type Timezone = string;
2660
2738
  export type TokenUrl = string;
2739
+ export type TokenUrlCustomProperties = {[key: string]: CustomPropertyValue};
2661
2740
  export type TokenUrlList = TokenUrl[];
2662
2741
  export type TrendmicroConnectorOperator = "PROJECTION"|"EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
2663
2742
  export interface TrendmicroConnectorProfileCredentials {