@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
@@ -76,11 +76,11 @@ declare class Comprehend extends Service {
76
76
  */
77
77
  createDocumentClassifier(callback?: (err: AWSError, data: Comprehend.Types.CreateDocumentClassifierResponse) => void): Request<Comprehend.Types.CreateDocumentClassifierResponse, AWSError>;
78
78
  /**
79
- * Creates a model-specific endpoint for synchronous inference for a previously trained custom model
79
+ * Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information about endpoints, see Managing endpoints.
80
80
  */
81
81
  createEndpoint(params: Comprehend.Types.CreateEndpointRequest, callback?: (err: AWSError, data: Comprehend.Types.CreateEndpointResponse) => void): Request<Comprehend.Types.CreateEndpointResponse, AWSError>;
82
82
  /**
83
- * Creates a model-specific endpoint for synchronous inference for a previously trained custom model
83
+ * Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information about endpoints, see Managing endpoints.
84
84
  */
85
85
  createEndpoint(callback?: (err: AWSError, data: Comprehend.Types.CreateEndpointResponse) => void): Request<Comprehend.Types.CreateEndpointResponse, AWSError>;
86
86
  /**
@@ -100,11 +100,11 @@ declare class Comprehend extends Service {
100
100
  */
101
101
  deleteDocumentClassifier(callback?: (err: AWSError, data: Comprehend.Types.DeleteDocumentClassifierResponse) => void): Request<Comprehend.Types.DeleteDocumentClassifierResponse, AWSError>;
102
102
  /**
103
- * Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted.
103
+ * Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted. For information about endpoints, see Managing endpoints.
104
104
  */
105
105
  deleteEndpoint(params: Comprehend.Types.DeleteEndpointRequest, callback?: (err: AWSError, data: Comprehend.Types.DeleteEndpointResponse) => void): Request<Comprehend.Types.DeleteEndpointResponse, AWSError>;
106
106
  /**
107
- * Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted.
107
+ * Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted. For information about endpoints, see Managing endpoints.
108
108
  */
109
109
  deleteEndpoint(callback?: (err: AWSError, data: Comprehend.Types.DeleteEndpointResponse) => void): Request<Comprehend.Types.DeleteEndpointResponse, AWSError>;
110
110
  /**
@@ -148,11 +148,11 @@ declare class Comprehend extends Service {
148
148
  */
149
149
  describeDominantLanguageDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.DescribeDominantLanguageDetectionJobResponse) => void): Request<Comprehend.Types.DescribeDominantLanguageDetectionJobResponse, AWSError>;
150
150
  /**
151
- * Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint.
151
+ * Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint. For information about endpoints, see Managing endpoints.
152
152
  */
153
153
  describeEndpoint(params: Comprehend.Types.DescribeEndpointRequest, callback?: (err: AWSError, data: Comprehend.Types.DescribeEndpointResponse) => void): Request<Comprehend.Types.DescribeEndpointResponse, AWSError>;
154
154
  /**
155
- * Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint.
155
+ * Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint. For information about endpoints, see Managing endpoints.
156
156
  */
157
157
  describeEndpoint(callback?: (err: AWSError, data: Comprehend.Types.DescribeEndpointResponse) => void): Request<Comprehend.Types.DescribeEndpointResponse, AWSError>;
158
158
  /**
@@ -211,6 +211,14 @@ declare class Comprehend extends Service {
211
211
  * Gets the properties associated with a sentiment detection job. Use this operation to get the status of a detection job.
212
212
  */
213
213
  describeSentimentDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.DescribeSentimentDetectionJobResponse) => void): Request<Comprehend.Types.DescribeSentimentDetectionJobResponse, AWSError>;
214
+ /**
215
+ * Gets the properties associated with a targeted sentiment detection job. Use this operation to get the status of the job.
216
+ */
217
+ describeTargetedSentimentDetectionJob(params: Comprehend.Types.DescribeTargetedSentimentDetectionJobRequest, callback?: (err: AWSError, data: Comprehend.Types.DescribeTargetedSentimentDetectionJobResponse) => void): Request<Comprehend.Types.DescribeTargetedSentimentDetectionJobResponse, AWSError>;
218
+ /**
219
+ * Gets the properties associated with a targeted sentiment detection job. Use this operation to get the status of the job.
220
+ */
221
+ describeTargetedSentimentDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.DescribeTargetedSentimentDetectionJobResponse) => void): Request<Comprehend.Types.DescribeTargetedSentimentDetectionJobResponse, AWSError>;
214
222
  /**
215
223
  * Gets the properties associated with a topic detection job. Use this operation to get the status of a detection job.
216
224
  */
@@ -308,11 +316,11 @@ declare class Comprehend extends Service {
308
316
  */
309
317
  listDominantLanguageDetectionJobs(callback?: (err: AWSError, data: Comprehend.Types.ListDominantLanguageDetectionJobsResponse) => void): Request<Comprehend.Types.ListDominantLanguageDetectionJobsResponse, AWSError>;
310
318
  /**
311
- * Gets a list of all existing endpoints that you've created.
319
+ * Gets a list of all existing endpoints that you've created. For information about endpoints, see Managing endpoints.
312
320
  */
313
321
  listEndpoints(params: Comprehend.Types.ListEndpointsRequest, callback?: (err: AWSError, data: Comprehend.Types.ListEndpointsResponse) => void): Request<Comprehend.Types.ListEndpointsResponse, AWSError>;
314
322
  /**
315
- * Gets a list of all existing endpoints that you've created.
323
+ * Gets a list of all existing endpoints that you've created. For information about endpoints, see Managing endpoints.
316
324
  */
317
325
  listEndpoints(callback?: (err: AWSError, data: Comprehend.Types.ListEndpointsResponse) => void): Request<Comprehend.Types.ListEndpointsResponse, AWSError>;
318
326
  /**
@@ -379,6 +387,14 @@ declare class Comprehend extends Service {
379
387
  * Lists all tags associated with a given Amazon Comprehend resource.
380
388
  */
381
389
  listTagsForResource(callback?: (err: AWSError, data: Comprehend.Types.ListTagsForResourceResponse) => void): Request<Comprehend.Types.ListTagsForResourceResponse, AWSError>;
390
+ /**
391
+ * Gets a list of targeted sentiment detection jobs that you have submitted.
392
+ */
393
+ listTargetedSentimentDetectionJobs(params: Comprehend.Types.ListTargetedSentimentDetectionJobsRequest, callback?: (err: AWSError, data: Comprehend.Types.ListTargetedSentimentDetectionJobsResponse) => void): Request<Comprehend.Types.ListTargetedSentimentDetectionJobsResponse, AWSError>;
394
+ /**
395
+ * Gets a list of targeted sentiment detection jobs that you have submitted.
396
+ */
397
+ listTargetedSentimentDetectionJobs(callback?: (err: AWSError, data: Comprehend.Types.ListTargetedSentimentDetectionJobsResponse) => void): Request<Comprehend.Types.ListTargetedSentimentDetectionJobsResponse, AWSError>;
382
398
  /**
383
399
  * Gets a list of the topic detection jobs that you have submitted.
384
400
  */
@@ -444,13 +460,21 @@ declare class Comprehend extends Service {
444
460
  */
445
461
  startPiiEntitiesDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.StartPiiEntitiesDetectionJobResponse) => void): Request<Comprehend.Types.StartPiiEntitiesDetectionJobResponse, AWSError>;
446
462
  /**
447
- * Starts an asynchronous sentiment detection job for a collection of documents. use the operation to track the status of a job.
463
+ * Starts an asynchronous sentiment detection job for a collection of documents. Use the operation to track the status of a job.
448
464
  */
449
465
  startSentimentDetectionJob(params: Comprehend.Types.StartSentimentDetectionJobRequest, callback?: (err: AWSError, data: Comprehend.Types.StartSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StartSentimentDetectionJobResponse, AWSError>;
450
466
  /**
451
- * Starts an asynchronous sentiment detection job for a collection of documents. use the operation to track the status of a job.
467
+ * Starts an asynchronous sentiment detection job for a collection of documents. Use the operation to track the status of a job.
452
468
  */
453
469
  startSentimentDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.StartSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StartSentimentDetectionJobResponse, AWSError>;
470
+ /**
471
+ * Starts an asynchronous targeted sentiment detection job for a collection of documents. Use the operation to track the status of a job.
472
+ */
473
+ startTargetedSentimentDetectionJob(params: Comprehend.Types.StartTargetedSentimentDetectionJobRequest, callback?: (err: AWSError, data: Comprehend.Types.StartTargetedSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StartTargetedSentimentDetectionJobResponse, AWSError>;
474
+ /**
475
+ * Starts an asynchronous targeted sentiment detection job for a collection of documents. Use the operation to track the status of a job.
476
+ */
477
+ startTargetedSentimentDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.StartTargetedSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StartTargetedSentimentDetectionJobResponse, AWSError>;
454
478
  /**
455
479
  * Starts an asynchronous topic detection job. Use the DescribeTopicDetectionJob operation to track the status of a job.
456
480
  */
@@ -500,13 +524,21 @@ declare class Comprehend extends Service {
500
524
  */
501
525
  stopPiiEntitiesDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.StopPiiEntitiesDetectionJobResponse) => void): Request<Comprehend.Types.StopPiiEntitiesDetectionJobResponse, AWSError>;
502
526
  /**
503
- * Stops a sentiment detection job in progress. If the job state is IN_PROGRESS the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
527
+ * Stops a sentiment detection job in progress. If the job state is IN_PROGRESS, the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
504
528
  */
505
529
  stopSentimentDetectionJob(params: Comprehend.Types.StopSentimentDetectionJobRequest, callback?: (err: AWSError, data: Comprehend.Types.StopSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StopSentimentDetectionJobResponse, AWSError>;
506
530
  /**
507
- * Stops a sentiment detection job in progress. If the job state is IN_PROGRESS the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
531
+ * Stops a sentiment detection job in progress. If the job state is IN_PROGRESS, the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
508
532
  */
509
533
  stopSentimentDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.StopSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StopSentimentDetectionJobResponse, AWSError>;
534
+ /**
535
+ * Stops a targeted sentiment detection job in progress. If the job state is IN_PROGRESS, the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
536
+ */
537
+ stopTargetedSentimentDetectionJob(params: Comprehend.Types.StopTargetedSentimentDetectionJobRequest, callback?: (err: AWSError, data: Comprehend.Types.StopTargetedSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StopTargetedSentimentDetectionJobResponse, AWSError>;
538
+ /**
539
+ * Stops a targeted sentiment detection job in progress. If the job state is IN_PROGRESS, the job is marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state; otherwise the job is be stopped and put into the STOPPED state. If the job is in the COMPLETED or FAILED state when you call the StopDominantLanguageDetectionJob operation, the operation returns a 400 Internal Request Exception. When a job is stopped, any documents already processed are written to the output location.
540
+ */
541
+ stopTargetedSentimentDetectionJob(callback?: (err: AWSError, data: Comprehend.Types.StopTargetedSentimentDetectionJobResponse) => void): Request<Comprehend.Types.StopTargetedSentimentDetectionJobResponse, AWSError>;
510
542
  /**
511
543
  * Stops a document classifier training job while in progress. If the training job state is TRAINING, the job is marked for termination and put into the STOP_REQUESTED state. If the training job completes before it can be stopped, it is put into the TRAINED; otherwise the training job is stopped and put into the STOPPED state and the service sends back an HTTP 200 response with an empty HTTP body.
512
544
  */
@@ -540,11 +572,11 @@ declare class Comprehend extends Service {
540
572
  */
541
573
  untagResource(callback?: (err: AWSError, data: Comprehend.Types.UntagResourceResponse) => void): Request<Comprehend.Types.UntagResourceResponse, AWSError>;
542
574
  /**
543
- * Updates information about the specified endpoint.
575
+ * Updates information about the specified endpoint. For information about endpoints, see Managing endpoints.
544
576
  */
545
577
  updateEndpoint(params: Comprehend.Types.UpdateEndpointRequest, callback?: (err: AWSError, data: Comprehend.Types.UpdateEndpointResponse) => void): Request<Comprehend.Types.UpdateEndpointResponse, AWSError>;
546
578
  /**
547
- * Updates information about the specified endpoint.
579
+ * Updates information about the specified endpoint. For information about endpoints, see Managing endpoints.
548
580
  */
549
581
  updateEndpoint(callback?: (err: AWSError, data: Comprehend.Types.UpdateEndpointResponse) => void): Request<Comprehend.Types.UpdateEndpointResponse, AWSError>;
550
582
  }
@@ -647,7 +679,7 @@ declare namespace Comprehend {
647
679
  }
648
680
  export interface BatchDetectKeyPhrasesRequest {
649
681
  /**
650
- * A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.
682
+ * A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer than 5,000 bytes of UTF-8 encoded characters.
651
683
  */
652
684
  TextList: CustomerInputStringList;
653
685
  /**
@@ -802,7 +834,7 @@ declare namespace Comprehend {
802
834
  */
803
835
  Text: CustomerInputString;
804
836
  /**
805
- * The Amazon Resource Number (ARN) of the endpoint.
837
+ * The Amazon Resource Number (ARN) of the endpoint. For information about endpoints, see Managing endpoints.
806
838
  */
807
839
  EndpointArn: DocumentClassifierEndpointArn;
808
840
  }
@@ -828,7 +860,7 @@ declare namespace Comprehend {
828
860
  */
829
861
  Text: String;
830
862
  /**
831
- * The language of the input documents.
863
+ * The language of the input documents. Currently, English is the only valid language.
832
864
  */
833
865
  LanguageCode: LanguageCode;
834
866
  }
@@ -1161,6 +1193,18 @@ declare namespace Comprehend {
1161
1193
  */
1162
1194
  SentimentDetectionJobProperties?: SentimentDetectionJobProperties;
1163
1195
  }
1196
+ export interface DescribeTargetedSentimentDetectionJobRequest {
1197
+ /**
1198
+ * The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.
1199
+ */
1200
+ JobId: JobId;
1201
+ }
1202
+ export interface DescribeTargetedSentimentDetectionJobResponse {
1203
+ /**
1204
+ * An object that contains the properties associated with a targeted sentiment detection job.
1205
+ */
1206
+ TargetedSentimentDetectionJobProperties?: TargetedSentimentDetectionJobProperties;
1207
+ }
1164
1208
  export interface DescribeTopicsDetectionJobRequest {
1165
1209
  /**
1166
1210
  * The identifier assigned by the user to the detection job.
@@ -1195,7 +1239,7 @@ declare namespace Comprehend {
1195
1239
  */
1196
1240
  LanguageCode?: LanguageCode;
1197
1241
  /**
1198
- * The Amazon Resource Name of an endpoint that is associated with a custom entity recognition model. Provide an endpoint if you want to detect entities by using your own custom model instead of the default model that is used by Amazon Comprehend. If you specify an endpoint, Amazon Comprehend uses the language of your custom model, and it ignores any language code that you provide in your request.
1242
+ * The Amazon Resource Name of an endpoint that is associated with a custom entity recognition model. Provide an endpoint if you want to detect entities by using your own custom model instead of the default model that is used by Amazon Comprehend. If you specify an endpoint, Amazon Comprehend uses the language of your custom model, and it ignores any language code that you provide in your request. For information about endpoints, see Managing endpoints.
1199
1243
  */
1200
1244
  EndpointArn?: EntityRecognizerEndpointArn;
1201
1245
  }
@@ -1227,7 +1271,7 @@ declare namespace Comprehend {
1227
1271
  */
1228
1272
  Text: String;
1229
1273
  /**
1230
- * The language of the input documents.
1274
+ * The language of the input documents. Currently, English is the only valid language.
1231
1275
  */
1232
1276
  LanguageCode: LanguageCode;
1233
1277
  }
@@ -1835,7 +1879,7 @@ declare namespace Comprehend {
1835
1879
  */
1836
1880
  Recall?: Double;
1837
1881
  /**
1838
- * A measure of how accurate the recognizer results are for the test data. It is derived from the Precision and Recall values. The F1Score is the harmonic average of the two scores. The highest score is 1, and the worst score is 0.
1882
+ * A measure of how accurate the recognizer results are for the test data. It is derived from the Precision and Recall values. The F1Score is the harmonic average of the two scores. For plain text entity recognizer models, the range is 0 to 100, where 100 is the best score. For PDF/Word entity recognizer models, the range is 0 to 1, where 1 is the best score.
1839
1883
  */
1840
1884
  F1Score?: Double;
1841
1885
  }
@@ -2558,6 +2602,30 @@ declare namespace Comprehend {
2558
2602
  */
2559
2603
  Tags?: TagList;
2560
2604
  }
2605
+ export interface ListTargetedSentimentDetectionJobsRequest {
2606
+ /**
2607
+ * Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.
2608
+ */
2609
+ Filter?: TargetedSentimentDetectionJobFilter;
2610
+ /**
2611
+ * Identifies the next page of results to return.
2612
+ */
2613
+ NextToken?: String;
2614
+ /**
2615
+ * The maximum number of results to return in each page. The default is 100.
2616
+ */
2617
+ MaxResults?: MaxResultsInteger;
2618
+ }
2619
+ export interface ListTargetedSentimentDetectionJobsResponse {
2620
+ /**
2621
+ * A list containing the properties of each job that is returned.
2622
+ */
2623
+ TargetedSentimentDetectionJobPropertiesList?: TargetedSentimentDetectionJobPropertiesList;
2624
+ /**
2625
+ * Identifies the next page of results to return.
2626
+ */
2627
+ NextToken?: String;
2628
+ }
2561
2629
  export interface ListTopicsDetectionJobsRequest {
2562
2630
  /**
2563
2631
  * Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
@@ -2588,7 +2656,7 @@ declare namespace Comprehend {
2588
2656
  export type NumberOfTopicsInteger = number;
2589
2657
  export interface OutputDataConfig {
2590
2658
  /**
2591
- * When you use the OutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. The URI must be in the same region as the API endpoint that you are calling. The location is used as the prefix for the actual location of the output file. When the topic detection job is finished, the service creates an output file in a directory specific to the job. The S3Uri field contains the location of the output file, called output.tar.gz. It is a compressed archive that contains the ouput of the operation.
2659
+ * When you use the OutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. The URI must be in the same region as the API endpoint that you are calling. The location is used as the prefix for the actual location of the output file. When the topic detection job is finished, the service creates an output file in a directory specific to the job. The S3Uri field contains the location of the output file, called output.tar.gz. It is a compressed archive that contains the ouput of the operation. For a PII entity detection job, the output file is plain text, not a compressed archive. The output file name is the same as the input file, with .out appended at the end.
2592
2660
  */
2593
2661
  S3Uri: S3Uri;
2594
2662
  /**
@@ -2700,10 +2768,10 @@ declare namespace Comprehend {
2700
2768
  */
2701
2769
  EndOffset?: Integer;
2702
2770
  }
2703
- export type PiiEntityType = "BANK_ACCOUNT_NUMBER"|"BANK_ROUTING"|"CREDIT_DEBIT_NUMBER"|"CREDIT_DEBIT_CVV"|"CREDIT_DEBIT_EXPIRY"|"PIN"|"EMAIL"|"ADDRESS"|"NAME"|"PHONE"|"SSN"|"DATE_TIME"|"PASSPORT_NUMBER"|"DRIVER_ID"|"URL"|"AGE"|"USERNAME"|"PASSWORD"|"AWS_ACCESS_KEY"|"AWS_SECRET_KEY"|"IP_ADDRESS"|"MAC_ADDRESS"|"ALL"|string;
2771
+ export type PiiEntityType = "BANK_ACCOUNT_NUMBER"|"BANK_ROUTING"|"CREDIT_DEBIT_NUMBER"|"CREDIT_DEBIT_CVV"|"CREDIT_DEBIT_EXPIRY"|"PIN"|"EMAIL"|"ADDRESS"|"NAME"|"PHONE"|"SSN"|"DATE_TIME"|"PASSPORT_NUMBER"|"DRIVER_ID"|"URL"|"AGE"|"USERNAME"|"PASSWORD"|"AWS_ACCESS_KEY"|"AWS_SECRET_KEY"|"IP_ADDRESS"|"MAC_ADDRESS"|"ALL"|"LICENSE_PLATE"|"VEHICLE_IDENTIFICATION_NUMBER"|"UK_NATIONAL_INSURANCE_NUMBER"|"CA_SOCIAL_INSURANCE_NUMBER"|"US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER"|"UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER"|"IN_PERMANENT_ACCOUNT_NUMBER"|"IN_NREGA"|"INTERNATIONAL_BANK_ACCOUNT_NUMBER"|"SWIFT_CODE"|"UK_NATIONAL_HEALTH_SERVICE_NUMBER"|"CA_HEALTH_NUMBER"|"IN_AADHAAR"|"IN_VOTER_NUMBER"|string;
2704
2772
  export interface PiiOutputDataConfig {
2705
2773
  /**
2706
- * When you use the PiiOutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data.
2774
+ * When you use the PiiOutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. For a PII entity detection job, the output file is plain text, not a compressed archive. The output file name is the same as the input file, with .out appended at the end.
2707
2775
  */
2708
2776
  S3Uri: S3Uri;
2709
2777
  /**
@@ -3125,7 +3193,7 @@ declare namespace Comprehend {
3125
3193
  */
3126
3194
  JobName?: JobName;
3127
3195
  /**
3128
- * The language of the input documents.
3196
+ * The language of the input documents. Currently, English is the only valid language.
3129
3197
  */
3130
3198
  LanguageCode: LanguageCode;
3131
3199
  /**
@@ -3203,6 +3271,52 @@ declare namespace Comprehend {
3203
3271
  */
3204
3272
  JobStatus?: JobStatus;
3205
3273
  }
3274
+ export interface StartTargetedSentimentDetectionJobRequest {
3275
+ InputDataConfig: InputDataConfig;
3276
+ /**
3277
+ * Specifies where to send the output files.
3278
+ */
3279
+ OutputDataConfig: OutputDataConfig;
3280
+ /**
3281
+ * The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data. For more information, see Role-based permissions.
3282
+ */
3283
+ DataAccessRoleArn: IamRoleArn;
3284
+ /**
3285
+ * The identifier of the job.
3286
+ */
3287
+ JobName?: JobName;
3288
+ /**
3289
+ * The language of the input documents. Currently, English is the only valid language.
3290
+ */
3291
+ LanguageCode: LanguageCode;
3292
+ /**
3293
+ * A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
3294
+ */
3295
+ ClientRequestToken?: ClientRequestTokenString;
3296
+ /**
3297
+ * ID for the KMS key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job. The VolumeKmsKeyId can be either of the following formats: KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
3298
+ */
3299
+ VolumeKmsKeyId?: KmsKeyId;
3300
+ VpcConfig?: VpcConfig;
3301
+ /**
3302
+ * Tags to be associated with the targeted sentiment detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
3303
+ */
3304
+ Tags?: TagList;
3305
+ }
3306
+ export interface StartTargetedSentimentDetectionJobResponse {
3307
+ /**
3308
+ * The identifier generated for the job. To get the status of a job, use this identifier with the operation.
3309
+ */
3310
+ JobId?: JobId;
3311
+ /**
3312
+ * The Amazon Resource Name (ARN) of the targeted sentiment detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:&lt;partition&gt;:comprehend:&lt;region&gt;:&lt;account-id&gt;:targeted-sentiment-detection-job/&lt;job-id&gt; The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:targeted-sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab
3313
+ */
3314
+ JobArn?: ComprehendArn;
3315
+ /**
3316
+ * The status of the job. SUBMITTED - The job has been received and is queued for processing. IN_PROGRESS - Amazon Comprehend is processing the job. COMPLETED - The job was successfully completed and the output is available. FAILED - The job did not complete. To get details, use the operation.
3317
+ */
3318
+ JobStatus?: JobStatus;
3319
+ }
3206
3320
  export interface StartTopicsDetectionJobRequest {
3207
3321
  /**
3208
3322
  * Specifies the format and location of the input data for the job.
@@ -3351,6 +3465,22 @@ declare namespace Comprehend {
3351
3465
  */
3352
3466
  JobStatus?: JobStatus;
3353
3467
  }
3468
+ export interface StopTargetedSentimentDetectionJobRequest {
3469
+ /**
3470
+ * The identifier of the targeted sentiment detection job to stop.
3471
+ */
3472
+ JobId: JobId;
3473
+ }
3474
+ export interface StopTargetedSentimentDetectionJobResponse {
3475
+ /**
3476
+ * The identifier of the targeted sentiment detection job to stop.
3477
+ */
3478
+ JobId?: JobId;
3479
+ /**
3480
+ * Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopSentimentDetectionJob operation.
3481
+ */
3482
+ JobStatus?: JobStatus;
3483
+ }
3354
3484
  export interface StopTrainingDocumentClassifierRequest {
3355
3485
  /**
3356
3486
  * The Amazon Resource Name (ARN) that identifies the document classifier currently being trained.
@@ -3420,6 +3550,70 @@ declare namespace Comprehend {
3420
3550
  }
3421
3551
  export type TagValue = string;
3422
3552
  export type TargetEventTypes = EventTypeString[];
3553
+ export interface TargetedSentimentDetectionJobFilter {
3554
+ /**
3555
+ * Filters on the name of the job.
3556
+ */
3557
+ JobName?: JobName;
3558
+ /**
3559
+ * Filters the list of jobs based on job status. Returns only jobs with the specified status.
3560
+ */
3561
+ JobStatus?: JobStatus;
3562
+ /**
3563
+ * Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.
3564
+ */
3565
+ SubmitTimeBefore?: Timestamp;
3566
+ /**
3567
+ * Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.
3568
+ */
3569
+ SubmitTimeAfter?: Timestamp;
3570
+ }
3571
+ export interface TargetedSentimentDetectionJobProperties {
3572
+ /**
3573
+ * The identifier assigned to the targeted sentiment detection job.
3574
+ */
3575
+ JobId?: JobId;
3576
+ /**
3577
+ * The Amazon Resource Name (ARN) of the targeted sentiment detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows: arn:&lt;partition&gt;:comprehend:&lt;region&gt;:&lt;account-id&gt;:targeted-sentiment-detection-job/&lt;job-id&gt; The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:targeted-sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab
3578
+ */
3579
+ JobArn?: ComprehendArn;
3580
+ /**
3581
+ * The name that you assigned to the targeted sentiment detection job.
3582
+ */
3583
+ JobName?: JobName;
3584
+ /**
3585
+ * The current status of the targeted sentiment detection job. If the status is FAILED, the Messages field shows the reason for the failure.
3586
+ */
3587
+ JobStatus?: JobStatus;
3588
+ /**
3589
+ * A description of the status of a job.
3590
+ */
3591
+ Message?: AnyLengthString;
3592
+ /**
3593
+ * The time that the targeted sentiment detection job was submitted for processing.
3594
+ */
3595
+ SubmitTime?: Timestamp;
3596
+ /**
3597
+ * The time that the targeted sentiment detection job ended.
3598
+ */
3599
+ EndTime?: Timestamp;
3600
+ InputDataConfig?: InputDataConfig;
3601
+ OutputDataConfig?: OutputDataConfig;
3602
+ /**
3603
+ * The language code of the input documents.
3604
+ */
3605
+ LanguageCode?: LanguageCode;
3606
+ /**
3607
+ * The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
3608
+ */
3609
+ DataAccessRoleArn?: IamRoleArn;
3610
+ /**
3611
+ * ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the targeted sentiment detection job. The VolumeKmsKeyId can be either of the following formats: KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
3612
+ */
3613
+ VolumeKmsKeyId?: KmsKeyId;
3614
+ VpcConfig?: VpcConfig;
3615
+ }
3616
+ export type TargetedSentimentDetectionJobPropertiesList = TargetedSentimentDetectionJobProperties[];
3423
3617
  export type Timestamp = Date;
3424
3618
  export interface TopicsDetectionJobFilter {
3425
3619
  /**
@@ -304,7 +304,7 @@ declare namespace ComputeOptimizer {
304
304
  }
305
305
  export interface DeleteRecommendationPreferencesRequest {
306
306
  /**
307
- * The target resource type of the recommendation preference to delete. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.
307
+ * The target resource type of the recommendation preference to delete. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group. The valid values for this parameter are Ec2Instance and AutoScalingGroup.
308
308
  */
309
309
  resourceType: ResourceType;
310
310
  /**
@@ -848,7 +848,7 @@ declare namespace ComputeOptimizer {
848
848
  export type GetRecommendationErrors = GetRecommendationError[];
849
849
  export interface GetRecommendationPreferencesRequest {
850
850
  /**
851
- * The target resource type of the recommendation preference for which to return preferences. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.
851
+ * The target resource type of the recommendation preference for which to return preferences. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group. The valid values for this parameter are Ec2Instance and AutoScalingGroup.
852
852
  */
853
853
  resourceType: ResourceType;
854
854
  /**
@@ -1175,7 +1175,7 @@ declare namespace ComputeOptimizer {
1175
1175
  export type ProjectedUtilizationMetrics = UtilizationMetric[];
1176
1176
  export interface PutRecommendationPreferencesRequest {
1177
1177
  /**
1178
- * The target resource type of the recommendation preference to create. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.
1178
+ * The target resource type of the recommendation preference to create. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group. The valid values for this parameter are Ec2Instance and AutoScalingGroup.
1179
1179
  */
1180
1180
  resourceType: ResourceType;
1181
1181
  /**